:root {
  --scroll-bar-width:15px;
  --season-scale: calc(min(100vw, 690px) / 414px);
  --solid-scale: 1;
  --main-column-width__outer:415px;
  --main-column-width__inner:375px;
  --left-column-scale: 1;
  --main-base-height:calc(7560px - 21px);
  --main-column-calc: calc(
    var(--main-column-width__outer) * var(--solid-scale)
  );
  --side-column-calc:calc((100vw - var(--main-column-width__outer) * var(--solid-scale)) / 2);

  overscroll-behavior: none;

  @media (min-width: 1600px) {
    --solid-scale: 1.3;
    --left-column-scale: 1.25;
  }
}

body{
  font-feature-settings: "palt";

  &.is-loading{
    height: 100vh;
    overflow: clip;
    
    @media(min-width:1024px){
      padding-right: 15px!important;
    }

    .l-header--button{
      transition-duration:0s;
      
      @media(min-width:1024px){
        right:calc(20px * var(--scale) + var(--scroll-bar-width));
      }
    }
  }
  &.is-loaded{
    .l-header--button{
      transition-duration:0s;
    }
  }
}

/* body.is-loading{
  position: fixed;
  top:0;
} */

.season__content__wrapper {
  @media (min-width: 1024px) {
    display: grid;
    grid-template-columns: var(--side-column-calc) var(--main-column-calc) var(--side-column-calc);
  }
}

.season__mainColumn{
  position: relative;

  @media(min-width:1024px){
    width: 100%;
    height: calc(var(--main-base-height) * var(--solid-scale));
  }
}

.season__mainColumn__inner{
  @media(min-width:1024px){
    transform-origin: top center;
    width: var(--main-column-width__inner);
    margin-inline: auto;
    scale:var(--solid-scale);
  }
  @media(max-width:1023px){
    width: 100%;

  }
}

/* ==============================
reset
================================*/
.lp--close {
  position: relative;
  z-index: 10;
}

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

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

.l-main{
  @media(max-width:1023px){
    max-width: 375px;
    margin-inline: auto;
  }
}

img {
  vertical-align: bottom;
}

.season__leftColumn {
  grid-column: 1;
  @media (min-width: 1024px) {
    padding-bottom: 50px;
  }
}
.season__leftColumn * {
  display: none;
}
@media (min-width: 1024px) {
  .season__leftColumn * {
    display: block;
  }
  .season__leftColumn__inner {
    position: sticky;
    top: 100px;
    display: flex;
    height: 80vh;
    height: calc(100vh - 60px);
    gap: 10px;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 4rem;
    padding-top: 1rem;
    justify-content: center;
    container-type: size;
    
    @media(min-width:1600px){
      top:125px;
    }

    @media (min-height: 800px) {
      justify-content: center;
    }
  }
  .season__leftColumn .season--sns--icon {
    margin-top: 0px;
    translate: 10px 0;
  }
}
.season__leftColumn .season--pc--logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  margin-top: -70px;
}
.season__leftColumn .season--pc--logo img:last-child {
  position: relative;
  z-index: 10;
}
.season__leftColumn .season--pc--logo--bg {
  position: absolute;
  top: -30%;
  left: 26%;
  transform: scale(1.8);
}

.season__rightColumn {
  grid-column: 3;
}
.season__rightColumn * {
  display: none;
}
@media (min-width: 1024px) {
  .season__rightColumn * {
    display: block;
  }
  .season__rightColumn__inner {
    position: sticky;
    top: 100px;
    display: flex;
    height: calc(100vh - 60px);
    flex-direction: column;
    justify-content: space-around;

    @media(min-width:1600px){
      top:125px;
    }

    .uzumaki {
      mix-blend-mode: normal;
      position: absolute;
    }

    .fv__uzumaki--1 {
      width: 220px;
      top: -61px;
      left: 75px;
    }
    .fv__uzumaki--2 {
      width: 202px;
      top: 88px;
      right: -1px;
    }
    .fv__uzumaki--3 {
      width: 220px;
      top: 238px;
      left: -8px;
    }
    .fv__uzumaki--4 {
      width: 202px;
      bottom: 0px;
      left: 48px;
    }
    .fv__uzumaki--5 {
      width: 190px;
      bottom: 0px;
      right: -2px;
    }
  }
  .season__rightColumn__inner nav {
    margin-inline: auto;
    position: relative;
    z-index: 1;
    width: 307px;
    margin-inline: auto;
    translate: -7px -24px;

    @media (max-width: 1300px) {
      width: calc(307px / 1360px * 100vw);
    }

    @media (min-width: 1600px) {
      width: calc(307px * 1.25);
    }
  }
  .season__rightColumn__inner nav ul {
    display: flex;
    flex-direction: column;
    height: 460px;
    height: 33.8vw;
    aspect-ratio: 307/460;
    margin-inline: auto;
    max-height: 66vh;
  }
  .season__rightColumn__inner nav ul img {
    max-width: 500px;
    width: 100%;
    /* max-height: calc((100vh - 65px) / 7); */
  }
}

.season__content__wrapper {
  font-size: clamp(14px, 14px + 2 * (100vw - 390px) / 135, 16px);
}

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

  @media (min-width: 1024px) {
    padding-inline: 20px;
  }
}

.season--share {
  padding-block-start: calc(64px * var(--season-scale));
  text-align: center;
}
.season--share .season--sns--icon > a {
  background: #000;
}

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

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

.season--sns--icon > a {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  width: clamp(5rem, 13.333vw, 5rem);
  height: clamp(5rem, 13.333vw, 5rem);
  border-radius: 50%;
}

.season--info {
  padding-inline: clamp(1.6rem, 1.309rem + 0.776vw, 2.24rem);
  padding-block: 50px;
  font-size: clamp(1.4rem, 1.145rem + 0.679vw, 1.96rem);
  text-align: center;
}

.season--info--card {
  display: flex;
  margin-top: 1em;
  gap: 5.2%;
}

.season--info--card > a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
}

.season--info--card > a p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10%;
  color: #fff;
  background-color: #000;
}

.season--info--card > a:nth-of-type(1) p img {
  width: 92px;
  height: auto;
}

.season--info--card > a:nth-of-type(2) p img {
  width: 118px;
  height: auto;
}

.season--info--button {
  padding-block-start: 50px;
}

.season--info--button a {
  display: block;
  position: relative;
  margin-inline: auto;
  padding: 1em;
  border-radius: 1.2em;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.309rem + 0.776vw, 2.24rem);
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.season--info--button a::before {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 12%;
  width: 0.55em;
  height: 0.55em;
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

.season--info--button a:nth-of-type(1) {
  border: 1px solid #d51717;
  background-color: #d51717;
  color: #fff;
}

.season--info--button a:nth-of-type(2) {
  margin-top: 1em;
  border: 1px solid #000;
}

.season--info--allergy {
  margin-block-start: 40px;
  text-align: right;
}

.season--info--allergy a {
  color: #821923;
  font-weight: 700;
  font-size: 13px;
}

.l-header {
  background-color: #fff;
  z-index: 100;
}

.l-pageContainer {
  background-color: transparent !important;
  max-width: 100%;
  overflow-x: clip;
}

body:has(#header.-inview) .season__content__wrapper:before {
  top: calc(60px * var(--left-column-scale));
  height: calc(100vh - 60px * var(--left-column-scale));
}

body {
  background: #f2e1ca !important;
}

footer {
  position: relative;
}

.bg-white {
  background-color: #fff !important;
}

/* ==============================
2511_hokkaidofair_opening
================================*/
.overlay__opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100010;
  background: #fff;
  opacity: 1;
}

.scene__content {
  width: 600px;
  height: 100dvh;
  margin: 0 auto;
  position: relative;

  @media (max-width: 1023px) {
    width: 100%;
  }
}

.scene--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("/wp-content/themes/king_basic_2024/img/menu/season/2602_okinawafair/op_bg.webp")
    center center no-repeat;
  background-size: cover;

  @media (max-width: 1023px) {
    background: url("/wp-content/themes/king_basic_2024/img/menu/season/2602_okinawafair/op_bg_sp.webp")
      center center no-repeat;
    background-size: cover;
  }
}

.scene--01__ram_ill {
  position: absolute;
  width: 502px;
  /* width: 37vw; */
  top: 56%;
  left: 49%;
  translate: -50% -50%;

  @media (max-width: 1023px) {
    width: 83vw;
    top: 55.4%;
  }
}

.scene--01__ram {
  max-width: none;
  position: absolute;
  left: 84px;
  width: 175px;
  /* top: 50px; */
  /* width: 13vw; */
  top: 46%;
  /* left:6vw; */
  translate: -50% -50%;

  @media (max-width: 1023px) {
    width: 101px;
    top: 43vh;
    left: 19vw;
  }
}

.scene--01__kemuri {
  height: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}

.scene--02__kani_ill {
  max-width: none;
  max-height: 45%;
  position: absolute;
  top: 10%;
  left: calc(-30px * var(--season-scale));
}

.scene--02__kani {
  max-width: none;
  max-height: 65%;
  position: absolute;
  bottom: 10%;
  right: calc(-10px * var(--season-scale));
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.4));
}

.scene--02__kemuri {
  height: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}

/* ==============================
2511_hokkaidofair
================================*/
body main.main {
  padding-top: 0 !important;
}

.p-2602_okinawafair__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100010;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.5s ease;
  -webkit-overflow-scrolling: touch;
}
.p-2602_okinawafair__overlay .p-2602_okinawafair__overlay__bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/king_basic_2024/img/menu/season/2511_hokkaidofair/overlay_bg.webp");
  background-size: cover;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-2602_okinawafair__overlay .p-2602_okinawafair__overlay__bg__content {
  position: relative;
}
.p-2602_okinawafair__overlay .p-2602_okinawafair__overlay__bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: screen;
  transform: scale(1.25);
  transform-origin: center center;
}
.p-2602_okinawafair__overlay .season_overlay__inner {
  height: 150vh;
}
.p-2602_okinawafair__overlay .season_overlay__inner__content {
  position: sticky;
  overflow: hidden;
  height: 100dvh;
  top: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-2602_okinawafair__overlay .season_overlay__inner__content__logo {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(1.1);
  transform-origin: center center;
}
.p-2602_okinawafair__overlay .season_overlay__inner__content__logo--tag {
  width: 47%;
  transform: translateY(18%) translateX(-18%);
}
.p-2602_okinawafair__overlay .season_overlay__inner__content__logo--main {
  width: 100%;
}
.p-2602_okinawafair__overlay .season_overlay__inner__content__logo .logo {
  position: relative;
  z-index: 1;
}
.p-2602_okinawafair__overlay .season_overlay__inner__content__logo--text {
  width: 68%;
  transform: translateY(-13%);
}
.p-2602_okinawafair__overlay.no-touch {
  pointer-events: none;
}

body.overlay-active {
  overflow: hidden;
}

.p-2602_okinawafair .season__mainColumn__mv {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
  background-color: white;
  margin-top: -21px;

  @media(max-width:1023px){
    background-color: transparent;
  }
}
.season__mainColumn__mv-image{
  @media(max-width:1023px){
    width: 100%;
  }
}
.p-2602_okinawafair .season__mainColumn__mv h1 {
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: calc(230px * var(--season-scale));
  z-index: 99;
}
.p-2602_okinawafair .season__mainColumn__mv h1 img {
  width: calc(142px * var(--season-scale));
}

@keyframes elasticus {
  0% {
    transform-origin: 0 0;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0 0;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0 100%;
    transform: scale(1, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn02 {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-easeOutBounce {
  0% {
    transform: scale(0);
  }
  12% {
    transform: scale(0.11);
  }
  24% {
    transform: scale(0.44);
  }
  36% {
    transform: scale(0.98);
  }
  54% {
    transform: scale(0.75);
  }
  74% {
    transform: scale(0.98);
  }
  82% {
    transform: scale(0.94);
  }
  92% {
    transform: scale(0.99);
  }
  96% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-in-easeOutBounce {
  0% {
    transform: scale(2);
  }
  15% {
    transform: scale(1.8);
  }
  30% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    transform: scale(0.98);
  }
  95% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeStep01 {
  0% {
    transform: translateY(10%);
    rotate: 10deg;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    rotate: -10deg;
    opacity: 1;
  }
}
@keyframes fadeStep02 {
  0% {
    transform: translateY(10%);
    rotate: 20deg;
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    rotate: -10deg;
  }
}
@keyframes fadeStep03 {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink02 {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.2);
  }
  60% {
    filter: brightness(1);
  }
  65% {
    filter: brightness(0.2);
  }
  70% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes blink03 {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(0.2);
  }
  55% {
    filter: brightness(1);
  }
  60% {
    filter: brightness(0.2);
  }
  80% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}

/* ==============================
l-floatingBanner
================================*/
.l-newsballoon:not(:has(.l-newsballoon--item)) {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-floatingBanner {
  position: relative;
  width: 300px;
  padding: 0 0.9rem;
  opacity: 0;
  pointer-events: none;
  margin-left: auto;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-bottom: 1.4rem;
}

.l-floatingBanner.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-floatingBanner__close {
  align-items: start;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -1rem;
  width: 4.5rem;
  z-index: 1;
}
.l-floatingBanner__close img {
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 2rem;
}

@media not all and (min-width: 1024px) {
  .l-floatingBanner {
    width: 60%;
    padding: 0 3.2vw;
    margin-bottom: 4.5333333333vw;
  }
  .l-floatingBanner__close {
    height: 9.6vw;
    right: 0.1rem;
    top: -2.6666666667vw;
    width: 10.6666666667vw;
  }
  .l-floatingBanner__close img {
    width: 5.6vw;
  }
}
.season__mainColumn__cm--title img {
  width: calc(262px * var(--season-scale));
  display: block;
  margin: calc(45px * var(--season-scale)) auto calc(18px * var(--season-scale));
}

.season__mainColumn__cm--videoWrapper {
  padding: 0 calc(15px * var(--season-scale));
}

.hover\:bg-\[\#932503\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 37 3 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:text-center {
    text-align: center;
  }
}
@keyframes arwAnime {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 2rem;
  }
  51% {
    translate: 0 -2rem;
  }

  100% {
    translate: 0 0;
  }
}
.p-2602_okinawafair {
  .deco {
    pointer-events: none;
    position: absolute;

    &.deco__left {
      left: -15px;
    }
    &.deco__right {
      right: -15px;
    }
  }
  .sp-hidden {
    @media (max-width: 1023px) {
      display: none;
    }
  }
  .pc-hidden {
    @media (min-width: 1024px) {
      display: none;
    }
  }
  .u-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bg__yellow--inner {
    background-color: #fdd000;
    margin-inline: 15px;
  }

  .badge {
    position: absolute;
  }

  .uzumaki {
    mix-blend-mode: overlay;
    pointer-events: none;
  }

  .om {
    position: absolute;
    z-index: 5;
    opacity: 0;
    transition: 300ms ease-in-out;
    transition-property: opacity;

    .active & {
      opacity: 1;
    }
  }

  /* intro */
  .season__mainColumn__intro {
    margin-bottom: 9.1rem;
  }

  .season__mainColumn__intro--title {
    height: 80px;
    width: auto;
    margin-inline: auto;
    translate: 0 -5.4rem;
    margin-bottom: -1.7rem;
    text-align: center;
    z-index: 1;
    position: relative;

    img {
      height: 100%;
      object-fit: contain;
    }
  }

  .season__mainColumn__intro__inner {
    padding-bottom: 4rem;
    position: relative;

    .deco__left {
      top: -84px;
      width: 70px;
    }

    .deco__right {
      bottom: -76px;
      width: 70px;
    }
    .season__mainColumn__intro--deco1 {
      width: 191px;
      top: -38px;
      left: -13px;
    }
    .season__mainColumn__intro--deco2 {
      width: 215px;
      bottom: -37px;
      right: -13px;
    }
  }

  .season__mainColumn__intro--inner{
    margin-inline: 15px;
    margin-top: 2.3rem;
    text-align: center;

    a{
      margin-bottom: .5rem;
      display: inline-block;
      text-decoration: underline;
    }
  }

  .season__mainColumn__intro__txt {
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .season__mainColumn__intro__bold{
    font-weight: 900;
    font-feature-settings: "palt";
    font-size: 1.6rem;
  }
  .season__mainColumn__intro__list{
    font-size: 1.4rem;
    font-feature-settings: "palt";
    font-weight: 500;
  }
  .season__mainColumn__intro--period {
    margin-inline: 1.5rem;
    position: relative;
    z-index: 1;
  }

  .c-buttonBracket {
    border: none !important;
  }

  .season__mainColumn__intro__btns {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-inline: 15px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;

    .c-buttonBracket {
      min-width: auto;
      width: calc((100% - 5px) / 2);
      font-size: 1.4rem;
      padding: 0 0.5rem;

      .c-bracketIcon--img {
        display: inline-block !important;
        translate: 0.5px 0;
      }

      &:nth-of-type(1) {
        background-color: #a71a1c;
        color: white;
        .c-bracketIcon--img {
          background: #a71a1c !important;
        }
        &:not(:has([data-hover])):hover {
        background-color: #c30e23;
        .c-bracketIcon--img {
          background: #c30e23;
        }
      }
      }
      &:nth-of-type(2) {
        background-color: black;
        color: #dab36c;
        .c-spinText--hover{
          color: #dab36c;
        }
        .c-bracketIcon--img {
          background: black !important;
        }
        &:not(:has([data-hover])):hover {
          color: #dab36c;
        background-color:#30302F;
        .c-bracketIcon--img {
          background:#30302F;
        }
      }
      }

      .c-bracketIcon {
        &::before {
          background-color: white;
          display: block !important;
        }
        &:after {
          display: block !important;
        }
      }

      
    }
  }

  /* ラインナップ */
  .season__mainColumn__lineup {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.65;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5rem;

    p {
      padding-inline: 15px;
    }
  }
  .season__mainColumn__lineup--title {
    position: absolute;
    top: -46px;
    left: 50%;
    width: 251px;
    translate: -50% 0;
  }
  .season__mainColumn__lineup--card__img {
    margin-inline: -15px;
    position: relative;
    z-index: 2;
    transition: opacity 300ms ease-in-out;

    opacity: 0;

    .active & {
      opacity: 1;
    }
  }

  .season__mainColumn__lineup--card__title {
    position: relative;
    z-index: 4;

    img{
      width: 100%;
    }
  }
  .season__mainColumn__lineup--card__header {
    display: flex;
    flex-direction: column-reverse;
  }
  .season__mainColumn__lineup--card {
    position: relative;
  }
  .menu--01 {
    padding-top: 4rem;
    margin-bottom: 2.5rem;

    .season__mainColumn__lineup--card__title {
      margin-bottom: 0.4rem;
    }

    .season__mainColumn__lineup--card__img {
      margin-bottom: -11rem;
    }

    .uzumaki {
      left: 0;
      top: 58px;
      width: 174px;
    }

    .badge {
      width: 80px;
      height: 80px;
      top: 228px;
      right: 28px;
    }
    .deco__left {
      top: -34px;
      width: 47px;
    }
    .deco__right {
      top: 156px;
      width: 94px;
    }

    .om {
      width: 95px;
      top: 120px;
      left: 3px;
    }
  }
  .menu--02 {
    .deco__right {
      width: 133px;
      top: -29px;
      z-index: 1;
    }
    .season__mainColumn__lineup--card__img {
      margin-bottom: -2rem;
    }
    .uzumaki1 {
      top: -72px;
      right: 0;
      width: 169px;
    }
    .uzumaki2 {
      bottom: -43px;
      left: 0;
      width: 173px;
    }
    .om {
      width: 107px;
      top: 28px;
      left: 6px;
    }
  }
  .menu--03 {
    margin-bottom: 3.5rem;
    .deco__right {
      width: 102px;
      top: 24px;
    }
    .season__mainColumn__lineup--card__img {
      margin-bottom: -6rem;
    }
    .uzumaki {
      width: 199px;
      bottom: -59px;
      right: 0;
    }
  }
  .menu--04 {
    margin-bottom: 80px;
    .deco__left {
      width: 101px;
      top: -28px;
    }
    .deco__right {
      width: 70px;
      bottom: 255px;
    }
    .season__mainColumn__lineup--card__img {
      margin-bottom: -20px;
    }
  }
  .menu--05 {
    margin-bottom: 18px;
    .season__mainColumn__lineup--card__img {
      margin-bottom: -11rem;
    }
    .deco__left {
      left: -23px;
      top: -77px;
      width: 110px;
      z-index: 1;
    }
    .deco__right {
      width: 85px;
      top: 271px;
    }

    .om1 {
      top: -46px;
      right: -14px;
      width: 90px;
    }
    .uzumaki1 {
      width: 177px;
      left: 0;
      top: -33px;
    }
    .om2 {
      top: -34px;
      right: 60px;
      width: 80px;
    }
  }
  .menu--06 {
    margin-bottom: 9px;
    .season__mainColumn__lineup--card__img {
      margin-bottom: -12px;
    }
    .deco__left {
      top: -44px;
      width: 101px;
    }

    .badge {
      width: 92px;
      height: 92px;
      right: 16px;
      top: 26px;
      z-index: 5;
    }

    .uzumaki {
      right: 0px;
      top: -57px;
      width: 142px;
    }
  }

  .menu--07 {
    p {
      padding-inline: 10px;
    }
    padding-bottom: 4rem;
    .season__mainColumn__lineup--card__img {
      margin-bottom: -3rem;
    }
    .uzumaki1 {
      top: 30px;
      width: 170px;
      left: 0;
    }
    .uzumaki2 {
      bottom: 0px;
      width: 190px;
      right: 0;
    }
  }

  .p-2602_okinawafair__caption {
    font-size: 1.2rem;
    opacity: 0.5;
    line-height: 1.5;
    padding-inline: 15px;
  }

  .season__rightColumn--nav {
    display: flex;
    position: relative;
  }

  .season__rightColumn--border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .season__rightColumn--ttl {
    margin-left: 66px;
    margin-right: 20px;
    padding-bottom: 9px;
  }

  .season__rightColumn--icon {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: clip;

    a:hover & {
      img {
        animation: arwAnime 0.3s ease-out;
      }
    }

    img {
      width: 9px;
      margin-top: 2px;
    }

    @media (min-width: 1600px) {
      width: calc(20px * 1.25);
      height: calc(20px * 1.25);
      bottom: 38px;

      img {
        width: calc(9px * 1.25);
        margin-top: calc(2px * 1.25);
      }
    }
  }

  .nav--01 {
    padding-bottom: 5px;
    height: calc(100% * 92 / 460);
  }

  .nav--02 {
    padding-bottom: 6px;
    height: calc(100% * 68 / 460);
    .season__rightColumn--img {
      translate: -10px 0;
    }
  }
  .nav--03 {
    height: calc(100% * 54 / 460);
    padding-bottom: 1px;
    .season__rightColumn--img {
      translate: -7px 0;
    }
  }
  .nav--04 {
    height: calc(100% * 60 / 460);
    padding-bottom: -10px;
    .season__rightColumn--img {
      translate: -15px 0;
    }
  }
  .nav--05 {
    height: calc(100% * 74 / 460);
    padding-bottom: -8px;
    .season__rightColumn--img {
      translate: -6px 0;
    }
  }
  .nav--06 {
    height: calc(100% * 68 / 460);
    padding-bottom: 2px;
    .season__rightColumn--img {
      translate: -8px 0;
    }
  }
  .nav--07 {
    height: calc(100% * 63 / 460);
    .season__rightColumn--img {
      translate: -11px 0;
    }
  }
  .season--pc--logo__logo {
    margin-bottom: 14px;
    width: 100cqw;
    max-width: 500px;
    object-fit: contain;
    max-height: calc(100vh - 200px);
  }
  .season__leftColumn__inner {
    .fv__deco--1 {
      top: 27px;
      left: 30px;
      width: calc(65px * var(--left-column-scale));
    }
    .fv__deco--2 {
      top: 9px;
      right: -10px;
      width: calc(108px * var(--left-column-scale));
    }
    .fv__deco--3 {
      bottom: -69px;
      left: -9px;
      width: calc(131px * var(--left-column-scale));
    }
    .fv__deco--4 {
      bottom: -10px;
      right: -3px;
      width: calc(175px * var(--left-column-scale));
    }
    .uzumaki {
      position: absolute;
      z-index: -1;
    }
    .fv__uzumaki--6 {
      top: -23px;
      left: 19px;
      width: 219px;
    }
    .fv__uzumaki--7 {
      top: 120px;
      right: 13px;
      width: 236px;
    }

    .fv__uzumaki--8 {
      top: 322px;
      left: 0;
      width: 176px;
    }
  }
}

.uzumaki {
  position: absolute;
}

.fv_op_txt {
  position: absolute;
  top: 193px;
  left: 50%;
  width: 103px;
  translate: -50% 0;

  @media (max-width: 1023px) {
    scale: var(--sp-liquid-scale);
    transform-origin: top center;
    top: calc(193px * var(--sp-liquid-scale));
  }
}
body {
  &:has(.p-2602_okinawafair) {
    --base-size: 10px;
    background-color: #fdd000 !important;
  }
}
