@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;
}

@media (max-width: 1079px) {
  .open~.headerNav .headerNavList {
    top: 60px;
    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: 1.7vh;
  }

  .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/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 0;
}

.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;
}

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

.season__mainColumn {
  position: relative;
}

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

.mv__menu {
  width: fit-content;
}

.mv__decoration--01 {
  position: absolute;
  z-index: 5;
  top: -5px;
  right: 1%;
  width: clamp(9.5rem, 25.333vw, 13.3rem);
}

.mv__decoration--02 {
  position: absolute;
  z-index: 4;
  top: clamp(8.4rem, 22.4vw, 11.76rem);
  right: 5px;
  width: clamp(9.9rem, 26.4vw, 13.86rem);
}


/* ==============================
main content
================================*/

.season__mainColumn__intro {
  color: #000;
  padding-top: 6.5%;
  background: url("/wp-content/themes/mngtr_basic/img/menu/gentei/main_bg.webp") center top no-repeat;
  background-size: 100%;
}

.season__mainColumn__intro__body {
  padding: 0 clamp(2rem, 1.636rem + 0.97vw, 2.8rem) 4rem;
}

.season__mainColumn__intro p {
  font-size: calc(1.8rem * var(--scale));
  line-height: 1.888;
}

.season__mainColumn__intro__term {
  margin-top: 7.5%;
  gap: 0 1rem;
  grid-template-columns: auto 1fr;
}

.season__mainColumn__intro__term span:first-child {
  background: #B70006;
  color: #fff;
  font-size: calc(1.6rem * var(--scale));
  padding: calc(0.3rem * var(--scale)) calc(0.8rem * var(--scale));
  border-radius: 0.5rem;
  letter-spacing: 0.09em;
}

.season__mainColumn__intro__term span:nth-child(2) {
  display: block;
  font-weight: 500;
  font-size: calc(2.2rem * var(--scale));
}

.season__mainColumn__intro .note {
  grid-column: 2/ 3;
  grid-row: 2/3;
  margin-top: 0;
  font-size: calc(1.4rem * var(--scale));
  text-align: right;
}

.season__mainColumn__lineup {
  padding-top: 6%;
}

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

.gentei {
  position: absolute;
  z-index: 1;
  max-width: 140%;
  width: 140%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.season__mainColumn__lineup__list__inner {
  position: relative;
  margin-bottom: clamp(2.4rem, 6.4vw, 3.36rem);
}

.season__mainColumn__lineup__list__inner:last-child {
  margin-bottom: 0;
}

.lineup__text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0 calc(30px * var(--scale)) calc(30px * var(--scale));
  font-weight: 500;
  font-size: calc(14px * var(--scale));
  line-height: calc(22/14);
  text-align: left;
  color: #fff;
}

.season__mainColumn__campaign {
  padding: clamp(5rem, 4.091rem + 2.424vw, 7rem) clamp(2rem, 1.636rem + 0.97vw, 2.8rem);
  text-align: center;
}

.season__mainColumn__campaign a {
  display: inline-block;
  margin-top: 2rem;
}

.season__bg {
  background-color: #fff;
}

/* ==============================
  menu decoration
================================*/

.season__mainColumn__lineup .decoration {
  position: absolute;
  z-index: 2;
}

.season__mainColumn__lineup .decoration--01 {
  width: calc(194px * var(--scale));
  top: 3.9%;
  left: 1.9%;
}

.season__mainColumn__lineup .decoration--02 {
  width: calc(133px * var(--scale));
  top: -2.2%;
  right: 2.9%;
}

.season__mainColumn__lineup .decoration--03 {
  width: calc(162px * var(--scale));
  top: 0.8%;
  left: 1%;
}

.season__mainColumn__lineup .decoration--04 {
  width: calc(161px * var(--scale));
  top: 0.8%;
  left: 1%;
}

/* ==============================
  title
================================*/
.menu__title {
  position: absolute;
  z-index: 1;
  left: 0;
}

.menu__title--01 {
  top: 58%;
}

.menu__title--02 {
  top: 56.5%;
}

.menu__title--03 {
  top: 62.6%;
}

.menu__title--04 {
  top: 57.6%;
}

/* ==============================
  animation
================================*/
.season__mainColumn__MV .mv__decoration--01 {
  animation: stamp 1s ease-in 1s backwards;
}

.season__mainColumn__MV .mv__decoration--02 {
  animation: stamp 1s ease-in 1.1s backwards;
}

.gentei {
  opacity: 0;
}

.menu__title {
  opacity: 0;
}

.lineup__text {
  opacity: 0;
}

.fade {
  opacity: 0;
}

.-inView .gentei {
  animation: center-bounce 0.4s 0.3s 1 forwards;
}

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

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

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

@keyframes stamp {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }

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

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


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

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

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

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

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

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

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

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