@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: 100px;
  --header-height-sp: 40px;
  --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: 5rem;
}

/*============================================
    Component
  ============================================*/
.header {
  position: relative;
  display: grid;
  align-items: center;
  margin-left: 0.75rem;
  height: var(--header-height-sp);
  z-index: 100;
  @media (767px < width) {
    height: var(--header-height);
    margin-left: 1.75rem;
  }
  .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(900 + 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;
  padding-block: 1rem 2.5rem;
  &::before {
    content: "";
    position: absolute;
    top: calc(var(--header-height) * -1);
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: calc(100% + var(--header-height));
    background-image: url(../images/bg-star.svg);
    background-color: rgba;
    background-color: rgb(0 0 0 / 0.1);
    mix-blend-mode: soft-light;
    z-index: -5;
  }
  &::after {
    content: "";
    position: absolute;
    top: calc(var(--header-height) * -1);
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: calc(100% + var(--header-height));
    background: top center/contain repeat #e61911;
    z-index: -10;
  }
  .mv__title {
    position: relative;
    justify-self: center;
    width: calc(335 / var(--base-width-sp) * 100cqi);
    aspect-ratio: 1066 / 423;
    z-index: 10;
    @media (767px < width) {
      width: calc(1066 / var(--base-width) * 100cqi);
      &::before,
      &::after {
        content: "";
        position: absolute;
        width: calc(112 / var(--base-width) * 100cqi);
        aspect-ratio: 1 / 1;
      }
      &::before {
        bottom: 0;
        left: 0;
        translate: -25% 0;
        background: url(../images/deco-music02.svg) center/contain no-repeat;
      }
      &::after {
        top: 50%;
        right: 0;
        translate: 75% 0;
        background: url(../images/deco-music01.svg) center/contain no-repeat;
      }
    }
    .mv__title-img {
      display: grid;
      justify-content: center;
      img {
        width: 100%;
        aspect-ratio: 1066 / 423;
      }
    }
  }
  .mv__title-term {
    position: absolute;
    bottom: 0;
    right: 0;
    translate: 0 calc(60 / var(--base-width-sp) * 100cqi);
    width: calc(519 / var(--base-width) * 100cqi);
    z-index: 10;
    @media (767px < width) {
      translate: calc(120 / var(--base-width) * 100cqi)
        calc(164 / var(--base-width) * 100cqi);
    }
    img {
      width: 100%;
      aspect-ratio: 519 / 158;
    }
    .caption {
      color: #fff;
      font-size: max(calc(12 / var(--base-width-sp) * 100cqi), 0.75rem);
      text-align: right;
      font-feature-settings: "palt";
      -webkit-text-stroke: 3px #e61911;
      paint-order: stroke;
      white-space: nowrap;
      @media (767px < width) {
        translate: 0 calc(-2.5rem / var(--base-width) * 100cqi);
        font-size: max(calc(21 / var(--base-width) * 100cqi), 0.75rem);
        -webkit-text-stroke: 2px #e61911;
      }
    }
  }
  .mv__illust {
    position: relative;

    .mv__illust-inner {
      position: relative;
      justify-self: center;
      margin-top: calc(24 / var(--base-width) * -100cqi);
      width: calc(430 / var(--base-width-sp) * 100cqi);
      z-index: -2;
      @media (width <= 767px) {
        margin-top: calc(10 / var(--base-width-sp) * 100cqi);
      }
      @media (767px < width) {
        width: calc(1260 / var(--base-width) * 100cqi);
        &::before,
        &::after {
          content: "";
          position: absolute;
          width: calc(112 / var(--base-width) * 100cqi);
          aspect-ratio: 1 / 1;
        }
        &::before {
          top: 50%;
          left: 0;
          translate: -25% -50%;
          background: url(../images/deco-music01.svg) center/contain no-repeat;
        }
        &::after {
          top: 50%;
          right: 0;
          translate: 25% 0;
          background: url(../images/deco-music02.svg) center/contain no-repeat;
        }
      }
    }
    .mv__illust-img {
      width: 100%;
      aspect-ratio: 1260 / 788;
    }
  }
  .mv__catch {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(342 / var(--base-width-sp) * 100cqi);
    display: inline-block;
    @media (767px < width) {
      bottom: calc(110 / var(--base-width) * 100cqi);
      width: calc(1188 / var(--base-width) * 100cqi);
    }
    img {
      width: 100%;
      /* aspect-ratio: 1088 / 200; */
    }
  }
}

.present {
  position: relative;
  display: grid;
  width: calc(327 / var(--base-width-sp) * 100cqi);
  margin-inline: auto;
  padding-block: 1rem;
  z-index: 10;

  @media (767px < width) {
    width: calc(1290 / var(--base-width) * 100cqi);
    margin-top: calc(-110 / var(--base-width) * 100cqi);
    padding-block: 0;
  }
  &::before,
  &::after {
    content: "";
    position: absolute;
    top: calc(40 / var(--base-width) * 100cqi);
    left: 0;
    width: 100%;
    display: block;
    z-index: -1;
  }
  &::before {
    height: calc(100% - (40 / var(--base-width) * 100cqi));
    background-image:
      url(../images/present-bg-start-sp.svg),
      url(../images/present-bg-end-sp.svg);
    background-repeat: no-repeat, no-repeat;
    background-position-y: top, bottom;
    background-size: 100%, 100%;
  }
  &::after {
    height: calc(100% - (40 / var(--base-width) * 100cqi) - 40px);
    translate: 0 10px;
    background-image: url(../images/present-bg-sp.svg);
    background-repeat: repeat-y;
    background-position-y: center;
    background-size: 100%;
    z-index: -10;
  }

  @media (767px < width) {
    &::before {
      background-image:
        url(../images/present-bg-start.svg), url(../images/present-bg-end.svg);
    }
    &::after {
      height: calc(100% - (40 / var(--base-width) * 100cqi) - 40px);
      background-image: url(../images/present-bg.svg);
    }
  }
  .present__title {
    width: calc(1142 / var(--base-width) * 100cqi);
    margin-inline: auto;
  }
  .present__inner {
    padding-block: calc(14 / var(--base-width) * 100cqi);
  }
  .present__desc {
    width: calc(280 / var(--base-width-sp) * 100cqi);
    margin-inline: auto;
    @media (767px < width) {
      width: max(calc(424 / var(--base-width) * 100cqi), 424px);
    }
  }

  .present__list {
    display: grid;
    gap: 1rem;
    width: 100%;
    @media (767px < width) {
      grid-template-rows: auto;
      grid-template-columns: repeat(auto-fit, minmax(320px, auto));
    }
  }
  .present__item {
    display: block;
  }
  .present__note {
    text-align: right;
    padding-inline: 1rem;
    font-size: 0.625rem;
    @media (767px < width) {
      font-size: 0.75rem;
    }
  }
}
.gold-band {
  width: 100vw;
  height: calc(16 / 375 * 100vw);
  margin-left: calc(var(--pd-inline) * -1);
  @media (767px < width) {
    height: calc(33 / 1440 * 100vw);
  }
  .gold-band__img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
.lineup {
  position: relative;
  padding-block: 2rem 11.25rem;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: calc(100% + var(--header-height));
    background-image: url(../images/bg-star.svg);
    background-color: rgb(0 0 0 / 0.1);
    mix-blend-mode: soft-light;
    z-index: -5;
  }
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: calc(100% + var(--header-height));
    background: top center/contain repeat #00462e;
    z-index: -10;
  }
  .lineup__title {
    width: min(calc(1322 / var(--base-width) * 100cqi), 100%);
    margin-inline: auto;
  }
  .lineup__list {
    display: grid;
    row-gap: 4.5rem;
    width: min(calc(1280 / var(--base-width) * 100cqi), 100%);
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}
.shop-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, auto));
  gap: 1.5rem 0.5rem;
  width: min(calc(327 / var(--base-width-sp) * 100cqi), 100%);
  margin-top: 2rem;
  margin-inline: auto;
  @media (767px < width) {
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 1.5rem 2rem;
    width: min(calc(1200 / var(--base-width) * 100cqi), 100%);
  }
}
.shop-card {
  .shop-card__title {
    grid-column: span 2;
    display: grid;
    place-content: center;
    border-radius: 100vmax;
    background: linear-gradient(
      90deg,
      var(--color1) 0%,
      var(--color1) 50%,
      var(--color2) 100%
    );
    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(1200px / var(--base-width) * 100cqi), 100%);
  margin-inline: auto;
  color: #fff;
  letter-spacing: var(--leading-tight);
  .note__list {
    list-style-position: outside;
    padding-left: 1em;
    list-style-type: "■ ";
  }
}
.tight-note {
  display: flex;
  flex-wrap: wrap;
  width: min(calc(1230 / var(--base-width) * 100cqi), 1230px);
  margin-inline: auto;
  .tight-note__item {
    display: block;
    margin-top: 1rem;
    color: #fff;
    line-height: var(--leading-relaxed);
    font-feature-settings: "palt";
  }
}
.notice {
  /* 白線の囲い付き */
  display: grid;
  place-content: center;
  width: min(calc(1230 / var(--base-width) * 100cqi), 1230px);
  margin-inline: auto;
  border: 2px solid #fff;
  padding: 0.75rem;
  color: #fff;
  .notice__text {
    width: fit-content;
    margin-inline: auto;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
  }
}
.shop-link {
  padding-block: 5rem;
  .shop-link__title {
    width: min(calc(332 / var(--base-width-sp) * 100cqi), 100%);
    margin-inline: auto;
    @media (767px < width) {
      width: min(calc(1064 / var(--base-width) * 100cqi), 100%);
    }
  }
  .shop-link__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap: 1.5rem;
    width: min(calc(1240 / var(--base-width) * 100cqi), 100%);
    margin-inline: auto;
    margin-top: 3.75rem;
    @media (767px < width) {
      gap: 4.5rem 3.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;
}
