@charset "UTF-8";

/* ==============================
reset
================================*/
body {
  min-width: 320px;
}

.season video,
.season img {
  display: block;
  max-width: 100%;
}

body main.main,
body:has(.l-lowerNav) .l-main .main {
  padding: 0;
}

img {
  vertical-align: bottom;
  transition: none;
}

ul {
  list-style: none;
}

.header,
.headerInner,
.headerInner.is-fixed {
  position: sticky;
  top: 0;
  z-index: 10;
}

.main {
  margin-top: 0 !important;
}

.breadcrumb {
  display: none;
}

.footer {
  position: relative;
  z-index: 5;
}

.scrollBackToTop {
  z-index: 6;
}

/* ==============================
Layout
================================*/
.relative {
  position: relative;
}

.season__leftColumn {
  grid-column: 1;
}

.season__leftColumn * {
  display: none;
}

@media (min-width: 1024px) {
  .season__leftColumn * {
    display: block;
  }

  .season__leftColumn__inner {
    position: sticky;
    top: 101px;
    height: calc(100vh - 101px);
    display: grid;
    grid-template-rows: 1fr auto;
    justify-content: space-around;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3vh;
    padding-bottom: 7vh;
  }

  .season__leftColumn .season--sns--icon {
    margin-top: 0px;
  }
}

.season__leftColumn .season--pc--logo img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: min(70vh, 721px);
}

.season--pc--logo {
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 10%;
}

.season__rightColumn {
  grid-column: 3;
}

.season__rightColumn * {
  display: none;
}

@media (min-width: 1024px) {
  .season__rightColumn * {
    display: block;
  }

  .season__rightColumn__inner {
    position: sticky;
    top: 101px;
    height: calc(100vh - 101px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .season__rightColumn__inner nav {
    margin-left: auto;
    margin-right: auto;
  }

  .season__rightColumn__inner nav ul {
    display: flex;
    flex-direction: column;
    gap: 3vh;
  }

  .season__rightColumn__inner nav ul a:hover img {
    opacity: 0.6;
  }
}

.season__content__wrapper {
  display: grid;
  grid-template-columns: 1fr min(525px, 100%) 1fr;
  font-size: clamp(14px, 14px + 2 * (100vw - 390px) / 135, 16px);
  font-family: "Noto Sans JP", serif;
}

.season__content__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  will-change: top, height;
  left: 0;
  z-index: -1;
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/pc_bg.webp") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.season__mainColumn {
  margin-inline: auto;
  position: relative;
  grid-column: 2;
  grid-row: 1;
}

/* ==============================
share
================================*/
.season--share {
  background: #ffffff;
  padding-block-start: clamp(5.6rem, 4.582rem + 2.715vw, 7.84rem);
  text-align: center;
}

.season--share h2 img {
  width: calc(100px * var(--season-scale));
}

.season--share > img {
  margin-inline: auto;
}

.season--sns--icon {
  display: flex;
  justify-content: center;
  margin-top: 4%;
  gap: 4%;
}

.season--sns--icon > a {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  width: clamp(5rem, 13.333vw, 7rem);
  height: clamp(5rem, 13.333vw, 7rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

.season--sns--icon img {
  width: clamp(2.2rem, 5.867vw, 3.08rem);
}

.season--info {
  background: #ffffff;
  margin-inline: 0 !important;
  padding-block: clamp(5rem, 4.091rem + 2.424vw, 7rem);
  font-size: clamp(1.4rem, 1.145rem + 0.679vw, 1.96rem);
  text-align: center;
}

.season--info h2 {
  font-size: clamp(1.7rem, 4.533vw, 2.38rem);
  font-weight: 500;
}

.season--info--button {
  padding: clamp(2rem, 1.636rem + 0.97vw, 2.8rem);
}

.season--info--button a {
  display: inline-block;
  width: 100%;
  padding: .5em 2.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: calc(1.5rem * var(--scale));
  text-align: center;
  color: #030303;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50px;
  transition: .4s;
}

.season--info--list {
  padding: clamp(2rem, 1.636rem + 0.97vw, 2.8rem);
}

.season--info--list img {
  height: auto;
}

.allergyInfo a {
  color: #AC000C;
  font-weight: 500;
}

.season__mainColumn__lineup__footer {
  padding: 7% 0 5%;
}

.allergyInfo {
  padding: 0 6%;
}

.note {
  margin-top: 6%;
  padding: 0 6%;
  font-size: calc(1.3rem * var(--scale));
  line-height: 1.55;
}

/* ==============================
Column
================================*/
.season__rightColumn__inner ul li:first-child {
  /* border-bottom: 1px solid #000000; */
  margin-bottom: 1vh;
  padding-bottom: 1vh;
}

.season__rightColumn__inner nav {
  max-width: 420px;
}

.season__mainColumn {
  position: relative;
}

/* ==============================
MV
================================*/
.season__mainColumn__MV {
  position: relative;
}

.mv__img {
  display: block;
  width: 100%;
}

/* MV重ね要素：共通 */
.mv__deco,
.mv__logo,
.mv__title {
  position: absolute;
  display: block;
  pointer-events: none;
}

/* mv_deco02（帰ってきた！）：右上エリア */
.mv__deco--02 {
  z-index: 3;
  top: 5%;
  right: 25.5%;
  width: calc(65px * var(--scale));
}

/* mv_deco01（伝説の大人気メニュー！）：左上エリア */
.mv__deco--01 {
  z-index: 3;
  top: 2.8%;
    left: 26%;
    width: calc(65px * var(--scale));
}

/* mv_logo：中央上部 */
.mv__logo {
  z-index: 4;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(90px * var(--scale));
}

/* mv_title：中央下部 */
.mv__title {
  z-index: 4;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(10.4rem * var(--scale));
}

/* ==============================
MV アニメーション（ページ読み込み時）
================================*/

/* 初期状態：非表示 */
.mv__deco,
.mv__logo,
.mv__title {
  opacity: 0;
}

/* 発火順：deco02 → deco01 → logo＋title */
.mv__deco--02 {
  animation: mv-bounce-deco02 0.45s 0.15s both;
}

.mv__deco--01 {
  animation: mv-bounce-deco01 0.45s 0.45s both;
}

.mv__logo {
  animation: mv-bounce-center 0.45s 0.75s both;
}

.mv__title {
  animation: mv-bounce-center 0.45s 0.75s both;
}

/* deco02（帰ってきた！）：時計回り +6° */
@keyframes mv-bounce-deco02 {
  0% {
    opacity: 0;
    transform: rotate(1deg) scale(0.5);
  }
  65% {
    opacity: 1;
    transform: rotate(1deg) scale(1.1);
  }
  85% {
    transform: rotate(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(1deg) scale(1);
  }
}

/* deco01（伝説の大人気メニュー！）：反時計回り -6° */
@keyframes mv-bounce-deco01 {
  0% {
    opacity: 0;
    transform: rotate(-1deg) scale(0.5);
  }
  65% {
    opacity: 1;
    transform: rotate(-1deg) scale(1.1);
  }
  85% {
    transform: rotate(-1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(-1deg) scale(1);
  }
}

/* logo/title 用（left:50% + translateX(-50%) を維持しながらバウンス） */
@keyframes mv-bounce-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
  65% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }
  85% {
    transform: translateX(-50%) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

/* ==============================
intro（タイトルセクション）
================================*/
.season__mainColumn__intro {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/title_bg.webp") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 2%;
  padding-bottom: 3%;
}

.season__mainColumn__intro h2 {
  padding-inline:calc(7.5px * var(--scale));;
  margin-bottom: 5%;
}

.season__mainColumn__intro h2 img {
  margin-inline: auto;
  width: 100%;
  /* max-width: 420px; */
}

/* term ラッパー：横padding なし（term__label を全幅にするため） */
.season__mainColumn__intro__term {
  text-align: center;
  padding: 0 clamp(2rem, 1.636rem + 0.97vw, 2.8rem);
}

/* 「販売期間」ラベル：テキストを横線で挟む（flex flanking） */
.term__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: calc(1.5rem * var(--scale));
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.12em;
  /* margin-bottom: 0.4em; */
}

.term__label::before,
.term__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

/* 日付：SP=27px、PC=37.8px（1.4倍）/ 日付下に横線 */
.term__date {
  padding-bottom: 4%;
  font-size: clamp(2.7rem, 7.2vw, 3.78rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 0.6em;
}

/* 注釈 */
.season__mainColumn__intro .note {
  font-size: calc(1.4rem * var(--scale));
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-top: 0;
}

/* ==============================
main content
================================*/
.season__bg {
  background-color: #fff;
}

.season__mainColumn__lineup {
  padding-top: 0;
}

.season__mainColumn__lineup__list > li + li {
  border-top: 3px solid #F2D68A;
}

@media (max-width: 1024px) {
  .season__mainColumn__lineup {
    overflow: hidden;
  }
}

/* ラインナップヘッダー */
.season__mainColumn__lineup__lneup {
  padding: 0;
}

.season__mainColumn__lineup__lneup img {
  display: block;
  width: 100%;
}

/* ==============================
  menu item card
================================*/

/* 各アイテムの背景画像（CSS background で全体をカバー） */
.season__mainColumn__lineup--01 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg01.webp") center top / cover no-repeat;
}
.season__mainColumn__lineup--02 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg02.webp") center top / cover no-repeat;
}
.season__mainColumn__lineup--03 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg03.webp") center top / cover no-repeat;
}
.season__mainColumn__lineup--04 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg04.webp") center top / cover no-repeat;
}
.season__mainColumn__lineup--05 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg05.webp") center top / cover no-repeat;
}
.season__mainColumn__lineup--06 .menu__card {
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/2609_revival2/menu_bg06.webp") center top / cover no-repeat;
}

.menu__card {
  position: relative;
}

/* ビジュアルゾーン：料理写真・disc・deco・タイトルの重なりエリア */
.menu__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
}

/* 料理写真：中央寄せ・はみ出し効果 */
.menuImg {
  position: absolute;
  z-index: 2;
  /* left: -3%; */
  max-width: 140%;
  left: -20%;
  /* top: 12%; */
}

#season01 .menuImg {
  /* max-width: 154%; */
  top: -3%;
}
#season02 .menuImg {
  top: -7%;
}
#season03 .menuImg {
  top: 5%;
}
#season04 .menuImg {
  top: -6%;
  left: -27%;
}
#season05 .menuImg {
  top: -4%;
}
#season06 .menuImg {
  top: -5%;
} 
/* キャッチコピー：左上 */
.menuDisc {
  position: absolute;
  z-index: 3;
  top: 5%;
    left: 1%;
  width: 56%;
}

#season01 .menuDisc {
  width: calc(28rem * var(--scale));
}

#season02 .menuDisc {
  width: calc(25rem * var(--scale));
  left: 3%;
}

#season03 .menuDisc {
  width: calc(29rem * var(--scale));
  left: 1%;
  top: -2%;
}

#season04 .menuDisc {
  width: calc(27rem * var(--scale));
  top: -4%;}

#season05 .menuDisc {
  width: calc(28rem * var(--scale));
  top: 0%;
}

#season06 .menuDisc {
  width: calc(28rem * var(--scale));
  top: 0%;
}

/* 年代バッジ：右上 */
.menuDeco {
  position: absolute;
  z-index: 4;
  top: 4%;
  right: 3%;
  width: calc(8rem * var(--scale));
}

/* メニュータイトルリボン：ビジュアルゾーン下部 */
.menu__title {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -17%;
  /* width: 75%; */
}

#season02 .menu__title{
  bottom: -19%;
}

#season03 .menu__title{
  bottom: -13%;
}

#season04 .menu__title{
  bottom: -12%;
}

#season05 .menu__title,
#season06 .menu__title{
  bottom: 11%;
}

/* 価格・説明テキストエリア（背景色の上） */
.menu__body {
  padding: 17% clamp(2rem, 1.636rem + 0.97vw, 2.8rem) 6%;
}
#season03 .menu__body{
  padding-top: 12%;
}
#season04 .menu__body{
  padding-top: 11%;
}
#season05 .menu__body,
#season06 .menu__body{
  padding-top: 0%;
    margin-top: -14%;
}

/* 価格 */
.menu__price {
  font-size: calc(5rem * var(--scale));
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.1em;
  /* font-family: "Noto Sans JP", serif; */
  font-family: "Noto Serif JP", serif;
}

.menu__price span:first-child {
  font-size: calc(2.4rem * var(--scale));
}

.menu__price span:last-child {
  font-size: calc(1.8rem * var(--scale));
}

/* season04 価格列＋辛さアイコン */
#season04 .menu__price-wrap {
  display: flex;
  align-items: center;
  gap: calc(1rem * var(--scale));
}

.menuChoose {
  width: calc(9rem * var(--scale));
  flex-shrink: 0;
}

/* 説明テキスト */
.lineup__text {
  font-size: calc(1.4rem * var(--scale));
  line-height: 1.75;
  color: #fff;
}



/* ==============================
  animation
================================*/

/* フェード対象の初期状態 */
.menuImg,
.menuDisc,
.menuDeco,
.menu__title,
.menu__price,
.lineup__text,
.menuChoose {
  opacity: 0;
}

/* スクロールで inView になった時 */
.-inView .menuImg {
  animation: img-bounce 0.4s 0.1s 1 forwards;
}

.-inView .menuDisc {
  animation: img-bounce 0.4s 0.3s 1 forwards;
}

.-inView .menuDeco {
  animation: deco-bounce 0.4s 0.2s 1 forwards;
}

.-inView .menu__title {
  animation: fade-in-up 0.5s 0.5s 1 forwards;
}

.-inView .menu__price {
  animation: fade-in-up 0.5s 0.65s 1 forwards;
}

.-inView .menuChoose {
  animation: fade-in-up 0.5s 0.65s 1 forwards;
}

.-inView .lineup__text {
  animation: fade-in-up 0.5s 0.8s 1 forwards;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes deco-bounce {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes img-bounce {
  0% {
    opacity: 0.5;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
