@charset 'UTF-8';

@font-face {
	font-family: 'Tsukuardgothic-std';
	font-style: normal;
	font-weight: bold;
	src: url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.ttf") format('opentype'), url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.woff") format('woff');
	font-display: swap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  line-height: 0;
  font-size: 0;
}
figure {
  font-size: 0;
  line-height: 0;
}
html {
  font-size: 10px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 3.125vw;
  }
}
body {
  height: 100%;
  width: 100%;
  font-family: Tsukuardgothic-std, sans-serif;
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  font-feature-settings : "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.533333333333333;
    letter-spacing: 0.09em;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
span {
  display: block;
}
a {
  display: block;
}
.l-main {
  width: 100%;
  overflow: hidden;
}
.header {
  background: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1000px;
}
@media screen and (min-width: 960px) {
  .header__inner {
    max-width: 1000px;
  }
}
.header__inner > a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.header__inner > a:hover {
  opacity: 0.8;
}
.header__logo {
  width: 72px;
}
.header__text {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
}
.footer {
  width: 100%;
  background: #231815;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: -0.02em;
}
.footer__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    width: 90.625%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .footer__link {
    width: 100%;
  }
}
.footer__link > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .footer__link > a {
    font-size: 1.2rem;
  }
}
.footer__link > a + a {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .footer__link > a + a {
    margin-left: 25px;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer__sns {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.448275862068965%;
  }
}
.footer__sns > a {
  width: 13.793103448275861%;
  height: 13.793103448275861%;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .footer__sns > a {
    padding: 3.45% 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__sns > a {
    width: 40px;
    height: 40px;
  }
}
.footer__sns > a.facebook > img {
  -webkit-transform: translateX(0.9%);
  transform: translateX(0.9%);
}
@media screen and (min-width: 960px) {
  .footer__sns > a.facebook > img {
    -webkit-transform: translate(0.9%, 50%);
    transform: translate(0.9%, 50%);
  }
}
@media screen and (max-width: 959px) {
  .footer__sns > a.youtube {
    padding: 4.425% 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__sns > a.youtube > img {
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
.footer__sns > a > img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .footer__sns > a > img {
    width: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.footer__sns > a + a {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .footer__sns > a + a {
    margin-left: 6px;
  }
}
.footer__copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    width: 90.625%;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    width: 72px;
  }
  .header__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////
　コンテンツ部分ここから
/////////////////////////////////////////////////////////////////////////////////////////// */
.yukiko_cont img{
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .yukiko_cont{
    width: 86%;
    margin: 0 auto 2em;
  }
}

@media screen and (min-width: 960px) {
  .yukiko_cont{
    max-width: 1000px;
    margin: 0 auto 4em;
  }
}

.lead {
  margin: 3em 0;
}

@media screen and (min-width: 960px) {
  .lead {
    margin: 5em auto;
    width: 97%;
  }
}

.mv_wrap iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.sec01{
  margin-bottom: 3em;
}

@media screen and (min-width: 960px) {
  .sec01{
    margin-bottom: 7em;
  }
}

.sec01 h2{
  margin-bottom: 1em;
}

@media screen and (min-width: 960px) {
  .sec01 h2{
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 960px) {
  .sec01 h2 img{
    width: auto;
    height: 74px;
  }
}

@media screen and (min-width: 960px) {
  .sec01 a{
    transition: .2s;
  }

  .sec01 a:hover{
    opacity: 0.7;
  }
}

.sec02 h2{
  margin-bottom: 1.5em;
}

@media screen and (min-width: 960px) {
  .sec02 h2{
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 960px) {
  .sec02 h2 img{
    width: auto;
    height: 74px;
  }
}

.sec02 p.u-is-sp{
  margin-bottom: 1.5em;
}

.sec02_cont01,
.sec02_cont02{
  margin-bottom: 2.5em;
}

@media screen and (min-width: 960px) {
  .sec02_cont01{
    margin-bottom: 5em;
  }
  .sec02_cont02{
    margin-bottom: 7em;
  }
  .sec02_cont03{
    margin-bottom: 7em;
  }
}

.sec02_cont02 p:first-child {
  transform: translateX(-2.0em);
}

.sec02_cont02 p:first-child img {
  width: 112%;
}

.sec02_cont02 p:nth-child(2) img {
  /*width: 103%;*/
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .sec_limited_cont01 img{
    margin-top: 34px;
  }
}
@media screen and (max-width: 959px) {
  .sec_limited{
    margin-top: 2.5em;
  }
  .sec_limited_cont01 img{
    margin-top: 6.4%;
  }
}

@media screen and (max-width: 959px) {
.sec02_cont02 p:nth-child(2) {
  transform: translateX(0.7em);
}
.sec02_cont02 p:nth-child(2) img {
  width: 103%;
}
.sec02_cont02 p:nth-child(3) img {
  width: 106%;
}
.sec02_cont02 p:nth-child(4) img {
  width: 100%;
}
}

@media screen and (min-width: 960px) {
  .yukiko_cont .sec02_cont02 p:last-child{
    margin-top: 4em;
  }
}

.yukiko_cont .sec02_cont03 h3{
  width: 80%;
  margin: 0 auto 1em;
}

@media screen and (min-width: 960px) {
  .yukiko_cont .sec02_cont03 h3{
    width: 33%;
    margin: 0 auto 2em;
  }
}

@media screen and (min-width: 960px) {
  .yukiko_cont .sec02_cont03 p:last-child{
    margin-top: 2em;
  }
}

.yukiko_cont .secBK{
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .yukiko_cont .secBK{
    margin: 3em auto 0;
  }
}

.yukiko_cont .secBK>p{
  margin: 0 auto;
}

.yukiko_cont .secBK>p{
  width: 70%;
}

@media screen and (min-width: 960px) {
  .yukiko_cont .secBK>p{
    width: 70%;
  }
}

.btn_wrap {
  transform: translateY(-0.25em);
}

@media screen and (min-width: 960px) {
  .btn_wrap {
    transform: translateY(-4px);
  }
}

.btn_wrap ._on{
  display: none;
}


@media screen and (min-width: 960px) {
  .btn_wrap a:hover ._off{
    display: none;
  }

.btn_wrap a:hover ._on{
  display: block;
}
}

@media screen and (min-width: 960px) {
  .p-iikoto {
    margin: -42px auto 50px;
    max-width: 1000px;
  }
}
.u-is-pc {
  display: block !important;
}
@media screen and (max-width: 959px) {
  .u-is-pc {
    display: none !important;
  }
}
.u-is-sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .u-is-sp {
    display: block !important;
  }
}
.u-inner {
  width: 90.625%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .u-inner {
    width: 100%;
    max-width: 1000px;
  }
}
.u-hdg {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0;
}
.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.u-hover:hover {
  opacity: 0.8;
}

/*end*/
.end {
  position: relative;
}

.end_visual img{
  width: 100%;
  height: auto;
}

.end .end_poppu{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

@media screen and (max-width: 959px) {
  .end .end_poppu{
    width: 80%;
    top: 18%;
  }
}

@media screen and (max-width: 959px) {
  .btn_wrap_back {
    margin: 1em 2.5em 1em 2.5em ;
  }
}
@media screen and (min-width: 960px) {
  .btn_wrap_back {
    margin: 5em 43em 6em 0.4em;
  }
  .btn_wrap_back:hover {
    opacity: 0.7;
}
}

