@charset "utf-8";
/* ///////////////////////////////////////////
  style.css
/////////////////////////////////////////// */
/* font */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

/*============================================
    Custom Properties
  ============================================*/
:where(:root) {
  /* フォント */
  --font-sans:
    "Local Noto Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;

  --font-en: "Lato", var(--font-sans);

  /* 行間 */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;
  --leading-double: 2;

  /* 字間 */
  --tracking-tight: -0.05em;
  --tracking-normal: 0;
  --tracking-relaxed: 0.05em;
  --tracking-double: 0.1em;

  /* サイズ */
  --header-height: 70px;
  --header-height-sp: 24px;
  --container-width: 1280px;
  --pd-inline: 1.5rem;

  --object-width: 1260;
  --base-width: 1392;
  --base-width-sp: 327;

  /* グラデーション */
  --color1: #ffe281;
  --color2: #ba8d00;
}

/*============================================
    body
  ============================================*/
:where(html, body) {
  overflow-x: clip;
}

:where(html) {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
}

:where(body) {
  font-family: var(--font-sans);
  font-weight: 400;
  background-color: var(--bg-color-primary);
  color: var(--text-color-primary);

  a {
    transition:
      filter 0.3s ease,
      scale 0.3s ease;
  }
  a:has(img) {
    display: block;
    &:hover,
    &:focus {
      filter: brightness(1.2) grayscale(30%);
      scale: 1.05;
    }
  }
}

:where(h1, h2, h3, h4, h5, h6, p, li, ol, ul, dl, dt, dd) {
  margin: 0;
  padding: 0;
  font-style: normal;
}
:where(section) {
  padding-block: 2.5rem;
}

/*============================================
    Component
  ============================================*/
.header {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: grid;
  align-items: center;
  height: var(--header-height-sp);
  z-index: 100;
  @media (767px < width) {
    top: 1.5rem;
    left: 1.5rem;
    height: var(--header-height);
  }
  .header__logo {
    display: grid;
    align-items: start;
    height: calc(20 / 375 * 100cqi);
    aspect-ratio: 580 / 70;
    @media (767px < width) {
      height: calc(70 / 1440 * 100cqi);
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}
.aside {
  container-type: inline-size;

  margin-inline: auto;
  padding-inline: var(--pd-inline);

  .wide-bnr {
    width: 100vw;
    margin-inline: calc(var(--pd-inline) * -1);
    .wide-bnr__link,
    .wide-bnr__img {
      width: 100%;
    }
  }

  .feature-bnr {
    position: relative;
    width: min(calc(900px + var(--pd-inline) * 2), 100%);
    margin-inline: auto;
    padding-block: 1.5rem;
    @media (767px < width) {
      padding-block: 2.5rem;
    }
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      width: 100vw;
      height: 100%;
      background: #ffee03;
      z-index: -10;
    }
  }
  .feature-bnr__img {
    width: 100%;
  }

  .sns-bnr {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
    justify-items: center;
    width: min(900px, 100%);
    margin-inline: auto;
    padding-block: 3rem;

    @container (width < 375px) {
      grid-template-columns: auto;
    }

    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      width: 100vw;
      height: 100%;
      background: #f7f4b4;
      z-index: -10;
    }
  }
}
.footer {
  container-type: calc(100% - var(--pd-inline) * 2);
  container-name: footer;
  width: min(calc(1000 + var(--pd-inline) * 2), 100%);
  margin-inline: auto;
  padding-inline: var(--pd-inline);

  .footer__company {
    width: min(400px, 100%);
    padding-block: 4.5rem 2.5rem;
  }
  .footer__company-logo {
    display: block;
    .footer__company-logo-img {
      aspect-ratio: 400 / 32;
    }
  }
  .footer__company-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    margin-top: 1.25rem;
    font-size: 0.8rem;
  }
  .footer__copyright {
    position: relative;
    padding-block: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: var(--leading-tight);
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      width: 100vw;
      height: 100%;
      background: #74c8e1;
      z-index: -10;
    }
  }
}

/*============================================
  Style
============================================*/
.main {
  container-type: inline-size;
  margin-inline: auto;
  padding-inline: var(--pd-inline);

  /* img {
    width: 100%;
  } */
}
.mv {
  container: mv/inline-size;

  position: relative;
  display: grid;
  justify-content: center;
  width: 100vw;
  /* height: calc(100vw * 920 / 1440); */
  margin-left: calc(var(--pd-inline) * -1);
  background: url(../images/mv-bg-sp.webp) center/cover no-repeat;
  padding-bottom: calc(20 / 375 * 100cqi);

  @media (767px < width) {
    height: calc(100vw * 920 / 1440);
    background: url(../images/mv-bg.webp) center/cover no-repeat;
    padding-bottom: 0;
  }

  .copy {
    margin-top: 3rem;
    .copy__sub {
      width: min(calc(304 / 375 * 100cqi), 100%);
      translate: calc(40 / 375 * 100cqi);
      @media (767px < width) {
        translate: 50% 0;
        width: min(calc(680 / 1440 * 100cqi), 100%);
      }
      .copy__sub-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .copy__main {
      position: relative;
      width: calc(310 / 375 * 100cqi);
      margin-top: 1rem;
      margin-inline: auto;
      z-index: 10;
      @media (767px < width) {
        width: calc(800 / 1440 * 100cqi);
      }
      .copy__main-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .copy__main-deco {
      position: absolute;
      .copy__main-deco-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .copy__main-deco--1 {
      top: calc(40 / 375 * 100cqi);
      left: calc(-24 / 375 * 100cqi);
      width: calc(40 / 375 * 100cqi);
      aspect-ratio: 90 / 110;
      z-index: -1;
      @media (767px < width) {
        top: calc(-64 / 1440 * 100cqi);
        left: calc(32 / 1440 * 100cqi);
        width: calc(90 / 1440 * 100cqi);
      }
    }
    .copy__main-deco--2 {
      top: calc(20 / 375 * 100cqi);
      right: 0;
      translate: 50% 0;
      width: calc(80 / 375 * 100cqi);
      aspect-ratio: 220 / 140;
      @media (767px < width) {
        top: calc(50 / 1440 * 100cqi);
        right: 0;
        translate: 90% 0;
        width: calc(220 / 1440 * 100cqi);
      }
    }
    .copy__main-deco--3 {
      top: 50%;
      right: 0;
      translate: 50% -10%;
      width: calc(70 / 375 * 100cqi);
      aspect-ratio: 180 / 170;
      @media (767px < width) {
        top: 50%;
        right: 0;
        translate: 50% -10%;
        width: calc(180 / 1440 * 100cqi);
      }
    }
  }
  .mv-term {
    width: calc(230 / 375 * 100cqi);
    @media (width <= 767px) {
      aspect-ratio: 200 / 60;
      /* translate: calc(-20 / 375 * 100cqi) 0; */
    }
    @media (767px < width) {
      position: absolute;
      bottom: calc(80 / 1440 * 100cqi);
      left: 2.5rem;
      width: calc(280 / 1440 * 100cqi);
    }
    .mv-term__img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .mv-term__caption {
      font-size: 0.875rem;
      @media (767px < width) {
        padding-left: calc(48 / 1440 * 100cqi);
        padding-top: 0.75rem;
        line-height: var(--leading-none);
        word-break: break-all;
        white-space: nowrap;
      }
    }
  }
}
.campaign {
  position: relative;
  padding-bottom: 4rem;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--pd-inline) * -1);
    /* translate: -50% 0; */
    width: calc(200 / var(--base-width) * 100cqi);
    aspect-ratio: 1/1;
    background: url(../images/deco-ichimatsu.svg) center/contain no-repeat;
    mix-blend-mode: multiply;
    z-index: 0;
  }
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100vw;
    height: 100%;
    background: linear-gradient(
      to bottom,
      #fee7a2 0%,
      #ffffff 8%,
      #ffffff 92%,
      #fee7a2 100%
    );
    z-index: -10;
  }

  .campaign-head {
    container: campaign-head/inline-size;
    --campaign-head-width: 1320;

    position: relative;
    display: grid;
    grid-template: "title" auto "list" auto "text" auto / 1fr;
    column-gap: 1rem;
    margin-inline: auto;
    z-index: 0;

    @media (767px < width) {
      grid-template: "title list" 300fr "text list" 260fr / 620fr 684fr;
      width: min(calc(1320 / var(--base-width) * 100cqi), 100%);
    }

    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: calc(-36 / var(--campaign-head-width) * 100cqi);
      translate: var(--pd-inline) 0;
      rotate: 180deg;
      width: calc(200 / var(--base-width) * 100cqi);
      aspect-ratio: 1/1;
      background: url(../images/deco-ichimatsu.svg) center/contain no-repeat;
      mix-blend-mode: multiply;
      z-index: -1;
    }

    .campaign-head__title {
      grid-area: title;
      @media (767px < width) {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(770 / var(--campaign-head-width) * 100cqi);
      }
    }
    .campaign-head__title-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .campaign-head__text {
      grid-area: text;
      padding-top: 1.5rem;
    }
    .campaign-head__text-img {
      width: 100%;
      aspect-ratio: 620 / 190;
      object-fit: contain;
    }
    .campaign-head__text-caption {
      margin-top: 1rem;
      font-size: 0.875rem;
      line-height: var(--leading-none);
      @media (767px < width) {
        font-size: 1rem;
        word-break: break-all;
        white-space: nowrap;
      }
    }
    .campaign-head__list {
      grid-area: list;
      display: grid;
      /* grid-template-rows: repeat(auto-fill, minmax(0, auto)); */
      grid-template: "item01" auto "item02" auto "item03" auto / 1fr;
      gap: 0.875rem;
      @media (767px < width) {
        grid-template:
          "item01 item01" auto
          "item02 item03" auto / 350fr 320fr;
      }
    }
    .campaign-head__item {
      @media (767px < width) {
        text-align: right;
      }
    }
    .campaign-head__item-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .campaign-head__item--01 {
      grid-area: item01;
      @media (767px < width) {
        width: calc(580 / var(--campaign-head-width) * 100cqi);
        justify-self: end;
        aspect-ratio: 580 / 300;
      }
    }
    .campaign-head__item--02 {
      grid-area: item02;
    }
    .campaign-head__item--03 {
      grid-area: item03;
    }
  }
}
.present {
  position: relative;
  width: min(calc(1320 / var(--base-width) * 100cqi), 100%);
  margin-inline: auto;
  margin-top: 2rem;
  &::before,
  &::after {
    content: "";
    position: absolute;
    width: calc(94 / var(--base-width-sp) * 100cqi);
    aspect-ratio: 250 / 115;
    background: url(../images/deco-kumo.svg) center / contain no-repeat;
    z-index: 10;
    @media (767px < width) {
      width: calc(250 / var(--base-width) * 100cqi);
    }
  }
  &::before {
    top: calc(60 / var(--base-width-sp) * 100cqi);
    left: calc(-40 / var(--base-width-sp) * 100cqi);
    @media (767px < width) {
      top: calc(60 / var(--base-width) * 100cqi);
      left: calc(-80 / var(--base-width) * 100cqi);
    }
  }
  &::after {
    bottom: calc(160 / var(--base-width-sp) * 100cqi);
    right: calc(-40 / var(--base-width-sp) * 100cqi);
    @media (767px < width) {
      bottom: calc(200 / var(--base-width) * 100cqi);
      right: calc(-80 / var(--base-width) * 100cqi);
    }
  }
  .present__content {
    position: relative;
    display: block;
    &::before {
      content: "";
      position: absolute;
      top: calc(190 / var(--base-width-sp) * 100cqi);
      right: calc(-10 / var(--base-width-sp) * 100cqi);
      width: calc(40 / var(--base-width-sp) * 100cqi);
      aspect-ratio: 110 / 170;
      background: url(../images/deco-kame.svg) center / contain no-repeat;
      z-index: 10;
      @media (767px < width) {
        top: calc(220 / var(--base-width) * 100cqi);
        right: calc(-20 / var(--base-width) * 100cqi);
        width: calc(110 / var(--base-width) * 100cqi);
      }
    }
  }
  .present__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(8px 8px 8px #7a6523);
  }
}

.lineup {
  position: relative;
  padding-block: 0;
  img {
    width: 100%;
    object-fit: contain;
  }

  .lineup-head {
    position: relative;
    width: min(calc(1320 / var(--base-width) * 100cqi), 1920px);
    margin-inline: auto;
    padding-block: calc(40 / var(--base-width) * 100cqi)
      calc(80 / var(--base-width) * 100cqi);
    z-index: 10;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% 0;
      width: 100vw;
      aspect-ratio: 1440 / 320;
      background: url(../images/bg-blue.svg) top no-repeat;
      z-index: -10;
    }
    &::after {
      content: "";
      position: absolute;
      bottom: calc(-90 / var(--base-width) * 100cqi);
      left: 50%;
      translate: -50% 0;
      width: 100vw;
      aspect-ratio: 1440 / 260;
      background: url(../images/bg-wave.svg) top no-repeat;
      z-index: -10;
    }
    .lineup-head__inner {
      position: relative;
      &::before,
      &::after {
        content: "";
        position: absolute;
        aspect-ratio: 350 / 190;
        background: url(../images/deco-eda.svg) center / contain no-repeat;
        z-index: 10;
      }
      &::before {
        top: calc(-60 / var(--base-width) * 100cqi);
        left: 50%;
        translate: -50vw 0;
        width: calc(350 / var(--base-width) * 100cqi);
      }
      &::after {
        top: calc(240 / var(--base-width) * 100cqi);
        right: 50%;
        translate: 50vw 0;
        width: calc(320 / var(--base-width) * 100cqi);
        rotate: 180deg;
      }
    }
  }
  .lineup-body {
    position: relative;
    padding-block: calc(90 / var(--base-width) * 100cqi);
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% 0;
      width: 100vw;
      height: 100%;
      background-image: url(../images/bg02.svg), url(../images/bg01.svg);
      background-repeat: repeat-y;
      background-position:
        0 0,
        0 calc(2665 / var(--base-width) * 100cqi);
      z-index: -10;
    }
  }
  .lineup-head__title {
    position: relative;
    width: min(calc(1040 / var(--base-width) * 100cqi), 100%);
    margin-inline: auto;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(-80 / var(--base-width) * 100cqi);
      width: calc(380 / var(--base-width) * 100cqi);
      aspect-ratio: 380 / 200;
      background: url(../images/deco-koma.svg) center / contain no-repeat;
    }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      right: calc(-40 / var(--base-width) * 100cqi);
      translate: 100% 0;
      width: calc(130 / var(--base-width) * 100cqi);
      aspect-ratio: 130 / 190;
      background: url(../images/deco-tai.svg) center / contain no-repeat;
    }
  }
  .lineup__list {
    display: grid;
    row-gap: 4.5rem;
    width: min(calc(1280 / var(--base-width) * 100cqi), 1920px);
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}
.shop-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 1rem;
  width: min(calc(327 / var(--base-width-sp) * 100cqi), 100%);
  margin-top: calc(40 / var(--base-width) * 100cqi);
  margin-inline: auto;

  @media (767px < width) {
    grid-template-columns: repeat(5, minmax(0, auto));
    gap: 1rem;
    width: min(calc(1200 / var(--base-width) * 100cqi), 100%);
  }
  img {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 2px 5px #7a6523);
  }
}
.shop-card {
  .shop-card__title {
    grid-column: span 2;
    display: grid;
    place-content: center;
    background: url(../images/shop-title-bg.svg) center/contain no-repeat;
    padding-block: 0.25rem;
    padding-inline: 1rem;
    text-align: center;
    @media (767px < width) {
      padding-block: 0.625rem;
    }
    .shop-card__title-img {
      display: inline-block;
      height: min(calc(30 / var(--base-width-sp) * 100cqi), 30px);
      aspect-ratio: 400 / 40;
      margin-inline: auto;
      @media (767px < width) {
        height: max(calc(40 / var(--base-width) * 100cqi), 40px);
      }
    }
  }
  .shop-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 480px));
    gap: calc(32 / 1280 * 100%);
    justify-content: center;
    margin-top: 1.5rem;
    @media (767px < width) {
      grid-template-columns: repeat(auto-fit, minmax(320px, auto));
      gap: calc(40 / 1280 * 100%);
      justify-content: stretch;
    }
  }
}
.item-card {
  container: item-card/inline-size;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: calc(-10 / 620 * 100%);
    left: calc(-19 / 838 * 100%);
    width: calc(140 / 620 * 100%);
    height: calc(134 / 838 * 100%);
    background: url(../images/deco-flag.svg) center/contain no-repeat;
  }
}
.note {
  margin-top: 1.5rem;
  display: grid;
  width: min(calc(1200 / var(--base-width) * 100cqi), 100%);
  margin-inline: auto;
  letter-spacing: var(--leading-tight);
  font-size: 0.875rem;
  @media (767px < width) {
    font-size: 1rem;
  }
  .note__list {
    list-style-position: outside;
    padding-left: 1em;
    list-style-type: "■ ";
  }
}
.tight-note {
  display: flex;
  flex-wrap: wrap;
  width: min(calc(1280 / var(--base-width) * 100cqi), 1920px);
  margin-inline: auto;
  .tight-note__item {
    display: block;
    margin-top: 1rem;
    line-height: var(--leading-relaxed);
    font-feature-settings: "palt";
  }
}
.notice {
  /* 白線の囲い付き */
  display: grid;
  place-content: center;
  width: min(calc(1280 / var(--base-width) * 100cqi), 1920px);
  margin-inline: auto;
  border: 2px solid #3e2f0a;
  padding: 0.75rem;
  .notice__text {
    width: fit-content;
    margin-inline: auto;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
  }
}
.shop-link {
  display: grid;
  row-gap: 2rem;
  padding-block: 7rem;
  img {
    width: 100%;
    object-fit: contain;
  }
  .shop-link__title {
    width: min(calc(332 / var(--base-width-sp) * 100cqi), 100%);
    margin-inline: auto;
    @media (767px < width) {
      width: min(calc(935 / var(--base-width) * 100cqi), 1920px);
    }
  }
  .shop-link__list {
    display: grid;
    gap: 1.5rem;
    width: min(calc(1280 / var(--base-width) * 100cqi), 1920px);
    margin-inline: auto;
    @media (767px < width) {
      grid-template-columns: repeat(3, minmax(0, auto));
      gap: 2.5rem;
    }
  }
}

/* ======================
    FadeIn アニメーション
  ====================== */
/* ファーストビュー */
.fade-in {
  opacity: 1;
  transition:
    opacity 1s ease,
    transform 1s allow-discrete;
  @starting-style {
    opacity: 0;
    transform: translateY(30px);
  }
}
.fade-in--delay {
  transition-delay: 0.3s;
}

.fade-in--delay2 {
  transition-delay: 0.5s;
}
.fade-in--delay3 {
  transition-delay: 0.8s;
}
/* スクロールに合わせて表示 */
.js-fadeIn {
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.06, 0.15, 0.3, 0.6);
  transition-property: transform, opacity;
}

.js-fadeInHidden {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

.js-fadeInShow {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/*============================================
      Utility
    ============================================*/
.u-p-blo {
  display: inline-block;
}
.u-mt-xl {
  margin-top: 7rem;
}
.u-mt-l {
  margin-top: 5rem;
}
.u-mt-m {
  margin-top: 2.5rem;
}
.u-mt-s {
  margin-top: 2rem;
}
