:root {
  --season-scale: calc(min(100vw, 690px) / 414px);
  --liquid-scale: 1;
  --solid-scale: 1;
  --liquid-scale-y: 1;
  --main-column-width__outer: 415px;
  --main-column-base-height: 4394px;
  --padding-top: 100px;
  --main-column-width__inner: 375px;
  --padding-inline: 20px;
  --left-column-calc: calc(189px * var(--liquid-scale));
  --right-column-calc: calc(
    (
      100vw - var(--main-column-width__outer) * var(--solid-scale) - 189px *
        var(--liquid-scale)
    )
  );
  --main-column-calc: calc(
    var(--main-column-width__outer) * var(--solid-scale)
  );
  overscroll-behavior: none;

  @media (min-width: 1600px) {
    --solid-scale: 1.3;
    --main-column-base-height: 4419px;
  }
}

.phase1 {
  --main-column-base-height: 3722px;
  @media (min-width: 1600px) {
    --main-column-base-height: 3747px;
  }
}

@keyframes arwAnime {
  0% {
    translate: 0% 0%;
  }

  50% {
    translate: 0% 1rem;
  }
  51% {
    translate: 0% -1rem;
  }
  100% {
    translate: 0% 0%;
  }
}

html {
  scroll-behavior: smooth;
}

.season__content__wrapper {
  @media (min-width: 1024px) {
    display: grid;
    height: calc(var(--main-column-base-height) * var(--solid-scale));
    grid-template-columns:
      var(--left-column-calc)
      var(--main-column-calc) var(--right-column-calc);
  }
}

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

.season__content__wrapper {
  @media (min-width: 1024px) {
  }
}

.season__mainColumn--inner {
  padding-top: var(--padding-top);
  padding-bottom: 9px;
  background-color: #fdd000;
  position: relative;
  transform-origin: top center;

  @media (min-width: 1024px) {
    width: var(--main-column-width__inner);
    margin-inline: auto;
    scale: var(--solid-scale);
  }

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

@media (max-width: 1023px) {
  .season__mainColumn--inner {
    padding-top: 0;
  }
}

.pattern-svg {
  top: 0;
  position: absolute;
  height: 100%;
  width: 15px;
  z-index: 1;
  --w: 5;
  --h: 6.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='52'%3E%3Crect width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='5' width='5' height='6.5' fill='white'/%3E%3Crect x='10' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect y='6.5' width='5' height='6.5' fill='white'/%3E%3Crect x='5' y='6.5' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='10' y='6.5' width='5' height='6.5' fill='white'/%3E%3Crect y='13' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='5' y='13' width='5' height='6.5' fill='white'/%3E%3Crect x='10' y='13' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect y='19.5' width='15' height='6.5' fill='%23FDD000'/%3E%3Crect y='26' width='5' height='6.5' fill='white'/%3E%3Crect x='5' y='26' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='10' y='26' width='5' height='6.5' fill='white'/%3E%3Crect y='32.5' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='5' y='32.5' width='5' height='6.5' fill='white'/%3E%3Crect x='10' y='32.5' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect y='39' width='5' height='6.5' fill='white'/%3E%3Crect x='5' y='39' width='5' height='6.5' fill='%23FDD000'/%3E%3Crect x='10' y='39' width='5' height='6.5' fill='white'/%3E%3Crect y='45.5' width='15' height='6.5' fill='%23FDD000'/%3E%3C/svg%3E");
  background-size: 15px 52px;
}

.pattern-svg.left {
  left: 0;
}
.pattern-svg.right {
  right: 0;
}

.c-buttonBracket {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-flex;
  font-size: 16px;
  gap: 6px;
  height: 60px;
  justify-content: center;
  padding: 25px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 3px 3px 0 transparent;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  transition-property: background, color, border, box-shadow;
}

.c-buttonBracket .c-bracketIcon:before {
  background-color: white;
}

.c-buttonBracket:hover:before {
  background: white;
}
.c-spinText {
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  display: inline-block;
}
.c-spinText--label {
  transition:
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.1s linear;
}
.c-spinText--label,
.c-spinText--hover {
  padding: 0 0 1px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  will-change: transform, opacity, color;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.25);
}
.c-spinText--hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  transition:
    all 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.1s linear;
}

.c-spinText--hover:after,
.c-spinText--hover:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -50%;
  margin-top: -50%;
  position: absolute;
  top: 50%;
  transition: all 0.28s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
}
.c-spinText--hover:before {
  background: #a71a1c;
  transform: scale(1);
  z-index: 0;
}
.c-spinText--hover:after {
  background: #2f9e00;
  transform: scale(0);
  z-index: 1;
}

@keyframes arw-right-anime {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 1rem 0;
  }
  51% {
    translate: -1rem 0;
  }

  100% {
    translate: 0 0;
  }
}

.c-bracketIcon--img {
  background: white;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  -webkit-mask: none;
  mask: none;
  mask-image: inherit !important;
  position: relative;
  transition: background 0.1s ease;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 1px;

  img {
    width: 4px;

    .season__mainColumn & {
      width: 5px;
    }
  }

  a:hover & {
    background-color: white !important;
    img {
      animation: arw-right-anime 0.3s ease-out;
    }
  }
}
.c-bracketIcon {
  align-items: center;
  border-radius: 100px;
  display: flex;
  height: 16px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 16px;
  background-color: white;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.25);

  &:before,
  &:after {
    display: none;
  }
}

/* ==============================
reset
================================*/
.lp--close {
  position: relative;
  z-index: 10;
}
body {
  min-width: 310px;
}

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

.season__leftColumn {
  grid-column: 1;
}
.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;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 4rem;
    padding-top: 1rem;
    container-type: size;
  }

  .season__leftColumn__inner .uzumaki--01 {
    position: absolute;
    top: 0;
    left: 0;
  }

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

@media (min-width: 1024px) and (min-height: 800px) {
  .season__leftColumn__inner {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  body:has(.-inview) .season__leftColumn__inner {
    height: calc(100vh - 60px);
  }
}

.season__leftColumn .season--pc--logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.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;

  z-index: 2;
}
.season__rightColumn * {
  display: none;
}
@media (min-width: 1024px) {
  .season__rightColumn * {
    display: block;
    will-change: transform;
  }
  .season__rightColumn__inner {
    position: sticky;
    top: 10vh;
    display: flex;
    height: 87vh;
    flex-direction: column;
    padding-top: 72px;
    padding-top: calc(72px * var(--liquid-scale));
  }

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

  .season__rightColumn__inner .fv__uzumaki--1 {
    width: 220px;
    top: -61px;
    left: 75px;
  }
  .season__rightColumn__inner .fv__uzumaki--2 {
    width: 202px;
    top: 88px;
    right: -1px;
  }
  .season__rightColumn__inner .fv__uzumaki--3 {
    width: 220px;
    top: 238px;
    left: -17px;
  }
  .season__rightColumn__inner .fv__uzumaki--4 {
    width: 202px;
    bottom: 8px;
    left: 48px;
  }
  .season__rightColumn__inner .fv__uzumaki--5 {
    width: 190px;
    bottom: 9px;
    right: -2px;
  }

  .season__rightColumn__inner nav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .season__rightColumn__inner nav ul {
    display: flex;
    flex-direction: column;
  }
  .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);

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

@media (min-width: 1024px) {
  .season__content__wrapper {
    max-width: 100%;
    overflow: clip;
  }
}

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

@media (min-width: 1024px) {
  .season__mainColumn {
    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: 4%;
}

.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: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

.season--info {
  padding-inline: clamp(1.6rem, 1.309rem + 0.776vw, 2.24rem);
  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--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: clamp(9.3rem, 24.8vw, 13rem);
  height: auto;
}

.season--info--card > a:nth-of-type(2) p img {
  width: clamp(11.8rem, 31.467vw, 16.52rem);
  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);
  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: clamp(4rem, 3.273rem + 1.939vw, 5.6rem);
  text-align: right;
}

.season--info--allergy a {
  color: #821923;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.064rem + 0.63vw, 1.82rem);
}

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

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

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

footer {
  position: relative;
}

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

@media (min-width: 1024px) {
  .p-2602_okinawafair .season__mainColumn {
    background: white;
  }
}

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

.p-okinawa {
  background-color: white;
}

.season__content__wrapper {
  background-color: #fdd000;
}

.p-2602_okinawafair .deco {
  pointer-events: none;
  position: absolute;
}

.p-2602_okinawafair .deco.deco--left {
  left: 0px;
}
.p-2602_okinawafair .deco.deco--right {
  right: 0px;
}

@media (max-width: 1023px) {
  .p-2602_okinawafair .sp-hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .p-2602_okinawafair .pc-hidden {
    display: none;
  }
}

.p-2602_okinawafair .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;
}

/* fv */
.p-2602_okinawafair .season__mainColumn__mv {
  position: relative;
  z-index: 10;
  margin-bottom: 57px;
  /* height: 71.6vh;
  height: calc(71.6vh + var(--sp-height-diff) + 83px * var(--sp-liquid-scale) - 83px); */
  min-height: 490px;
  /* max-height: calc(483px + 83px * var(--sp-liquid-scale) - 83px); */

  @media (min-width: 1024px) {
    height: 490px;
  }
}

.season__mainColumn__mv--main {
  height: 100%;
}

.season__mainColumn__mv--nav {
  position: relative;
  z-index: 10;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 100%;
}

.p-2602_okinawafair .season__mainColumn__mv .fv--deco__1 {
  top: -69px;
  left: 0;
  right: 0;
}
.p-2602_okinawafair .season__mainColumn__mv .fv--deco__2 {
  width: 55px;
  top: 100px;
}
.p-2602_okinawafair .season__mainColumn__mv .fv--deco__3 {
  width: 99px;
  top: 133px;
}

.p-2602_okinawafair .season__mainColumn__mv--image {
  position: relative;
  padding-top: 25px;
  width: 335px;
  display: block;
  margin-inline: auto;
  z-index: 1;
  margin-bottom: 12px;

  @media (max-width: 1023px) {
    width: calc(335px * var(--sp-liquid-scale));
  }
}
.p-2602_okinawafair .season__mainColumn__mv--date {
  width: 329px;
  display: block;
  margin-inline: auto;
  margin-bottom: 13px;
}

.p-2602_okinawafair .season__mainColumn__mv--nav {
  @media (max-width: 1023px) {
    height: calc(83px * var(--sp-liquid-scale));
  }
}

.p-2602_okinawafair .season__mainColumn__mv--nav ul {
  display: flex;
  gap: 7px;
  justify-content: center;
  padding-inline: 15px;

  @media (max-width: 1023px) {
    width: 347px;
    padding-inline: 0;
    margin-inline: auto;
    scale: var(--sp-liquid-scale);
    transform-origin: top;
  }
}
.p-2602_okinawafair .season__mainColumn__mv--nav li {
  width: calc((100% - 14px) / 3);
  text-align: center;
  font-weight: 900;
  background-image: url("../img/anchor_bg.webp");
  background-size: cover;
  aspect-ratio: 111/83;
  font-size: 14px;
  line-height: 1.2;
}
.p-2602_okinawafair .season__mainColumn__mv--nav a {
  padding-top: 16px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.p-2602_okinawafair
  .season__mainColumn__mv--link
  .season__mainColumn__mv--link--icon {
  overflow: clip;
}
.p-2602_okinawafair
  .season__mainColumn__mv--link:hover
  .season__mainColumn__mv--link--icon
  img {
  animation: arwAnime 0.3s ease-out;
}

.p-2602_okinawafair .season__mainColumn__mv--link--txt {
  margin-bottom: 4px;
  display: inline-block;
}
.p-2602_okinawafair .season__mainColumn__mv--link--icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f9e00;
  border-radius: 50%;
  margin-inline: auto;
  padding-top: 1.5px;
}

.p-2602_okinawafair .season__mainColumn__mv--link--icon img {
  width: 7px;
}

.p-2602_okinawafair .p-okinawa__section {
  position: relative;
  z-index: 2;
}

.p-2602_okinawafair .p-okinawa__intro {
  position: relative;
  margin-bottom: 32px;
}
.p-2602_okinawafair .p-okinawa__intro .deco--left {
  width: 110px;
  top: -50px;
}
.p-2602_okinawafair .p-okinawa__intro .deco--right {
  width: 103px;
  top: -37px;
}

.p-2602_okinawafair .p-okinawa__intro--ttl {
  width: 173px;
  margin-inline: auto;
  margin-bottom: 25px;
}
.p-2602_okinawafair .p-okinawa__lead {
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  font-size: 16px;
}

.p-2602_okinawafair .p-okinawa__article {
  position: relative;
  margin-bottom: 21px;
  padding-inline: 30px;

  @media (max-width: 1023px) {
    padding-inline: 0;
  }
}

.p-2602_okinawafair .p-okinawa__article .c-buttonBracket {
  width: 100%;
  height: 57px;
  outline: 2px solid black;
  background-color: #54a632;
  color: white;
  border: 2px solid;
  font-size: 16px;
}

.p-2602_okinawafair .p-okinawa__article .c-buttonBracket:hover {
  background-color: #2f9e00;
}

.p-2602_okinawafair .p-okinawa__article--bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-2602_okinawafair .p-okinawa__article--inner {
  padding-top: 92px;
  position: relative;
  padding-bottom: 73px;
  padding-inline: 23px;

  @media (max-width: 1023px) {
    width: 315px;
    margin-inline: auto;
  }
}

.p-2602_okinawafair .p-okinawa__article--ttl {
  margin-inline: auto;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.p-2602_okinawafair .p-okinawa__article--ttl img {
  height: 23px;
  width: auto;
}

.p-2602_okinawafair .p-okinawa__article--kv {
  margin-bottom: 11px;
  border-radius: 5px;
}
.p-2602_okinawafair .p-okinawa__article--txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 500;
}

.p-2602_okinawafair .p-okinawa__article--date {
  margin-bottom: 31px;
}

.p-okinawa__article--inner {
  @media (max-width: 1023px) {
    scale: var(--sp-liquid-scale);
    transform-origin: top;
  }
}

.p-2602_okinawafair .article--1 .deco--1 {
  width: 60px;
  top: 189px;
}
.p-2602_okinawafair .article--1 .deco--2 {
  width: 66px;
  top: 31px;
}
.p-2602_okinawafair .article--2 {
  margin-bottom: 16px;
}

.p-2602_okinawafair .article--2 .p-okinawa__article--txt {
  margin-bottom: 35px;
}
.p-2602_okinawafair .article--2 .deco--1 {
  width: 52px;
  top: 46px;
}
.p-2602_okinawafair .article--2 .p-okinawa__article--inner {
  padding-bottom: 50px;
}
.p-2602_okinawafair .article--2 .deco--2 {
  width: 96px;
  top: -83px;
}
.p-2602_okinawafair .article--2 .deco--3 {
  width: 63px;
  bottom: 86px;
}

@media (min-width: 1024px) {
  .p-2602_okinawafair .article--3 {
    margin-bottom: 0;
  }
}

.p-2602_okinawafair .article--3 .p-okinawa__article--ttl img {
  height: 47px;
}

.p-2602_okinawafair .article--3 .deco--1 {
  top: -60px;
  width: 90px;
}
.p-2602_okinawafair .article--3 .deco--2 {
  top: 133px;
  width: 75px;
}
.p-2602_okinawafair .article--3 .deco--3 {
  top: 559px;
  width: 72px;
}
.p-2602_okinawafair .article--3 .deco--4 {
  bottom: 40.7%;
  width: 93px;
}
.p-2602_okinawafair .article--3 .deco--5 {
  bottom: -8px;
  width: 69px;
}
.p-2602_okinawafair .article--3 .p-okinawa__article--txt {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 7px;
  line-height: 1.5;
}

.p-2602_okinawafair .p-okinawa__article--ttl--h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 25px;
  margin-bottom: 20px;
  line-height: 1;
}

.p-2602_okinawafair .p-okinawa__article--ttl--h4.heavy {
  font-weight: 900;
}

.p-2602_okinawafair .p-okinawa__article--ttl--h4 .icon {
  font-size: 15px;
  margin-block: 5px;
  display: inline-block;
}
.p-2602_okinawafair .p-okinawa__article--ttl--h4 .small {
  font-size: 14px;
  display: inline-block;
  translate: 0 1px;
}

.p-2602_okinawafair .p-okinawa__article--ttl--h5 {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 14px;
}
.p-2602_okinawafair .p-okinawa__article--ttl--h6 {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-2602_okinawafair .p-okinawa__article--artist {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.p-2602_okinawafair .p-okinawa__article-sns-list {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 25px;
}

.p-2602_okinawafair .p-okinawa__article-sns-list a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #eeeeee;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-2602_okinawafair .p-okinawa__article-sns-list a img {
  width: 16px;
}

.p-2602_okinawafair .p-okinawa__article--kiyosak {
  width: 127px;
  margin-inline: auto;
  display: block;
}
.p-okinawa__article--youtube {
  margin-bottom: 20px;

  li {
    &:not(:last-child) {
      margin-bottom: 22px;
    }
  }
  .img-ov {
    margin-bottom: 10px;
  }
  h6 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
}
.p-2602_okinawafair .p-okinawa__article--tictok {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.p-2602_okinawafair .p-okinawa__article--tictok .inner {
  height: 230px;
}

.p-2602_okinawafair .p-okinawa__article--tictok:has(.tiktok-embed) li {
  height: calc(300px + 1lh + 11px);
}
.p-2602_okinawafair .p-okinawa__article--tictok:has(.tiktok-embed) .inner {
  height: 300px;
}

.p-2602_okinawafair .p-okinawa__article--tictok:has(.youtube) iframe {
  border-radius: 5px;
  overflow: clip;
}
.p-2602_okinawafair .p-okinawa__article--tictok:has(.youtube) h6 {
  margin-top: 3px;
}

.p-2602_okinawafair .p-okinawa__article--tictok li {
  width: 127px;
  overflow: clip;
}

.p-2602_okinawafair .p-okinawa__article--tictok .tiktok-embed {
  aspect-ratio: 325/767;
  margin: 0;
  scale: 0.39;
  transform-origin: top left;
}

.p-2602_okinawafair .p-okinawa__article--tictok .tiktok-embed iframe {
  width: 100%;
  height: 100% !important;
}

.p-2602_okinawafair .p-okinawa__article--tictok .youtube {
  margin: 0;
  transform-origin: top left;
}

.p-2602_okinawafair .p-okinawa__article--tictok .youtube iframe {
  width: 100%;
  height: 100% !important;
}
.p-2602_okinawafair .p-okinawa__article--tictok h6 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

.p-2602_okinawafair .p-okinawa__article--ttl--deco {
  width: 15px;
  translate: 0 -3px;
}
.p-2602_okinawafair #js-video {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 21px;
}

.footer__top {
  height: 173px;
  background-image: url("../img/footer_bg.webp");
  object-fit: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__top img {
  width: 200px;
}

.cloud {
  position: absolute;
  z-index: -2;
}

.cloud--01 {
  width: 113px;
  top: -41px;
  left: 63px;
}
.cloud--02 {
  width: 65px;
  top: 1px;
  right: 1px;
  top: -22px;
  right: 53px;
}
.cloud--03 {
  width: 108px;
  bottom: -19px;
  left: 32px;
}
.cloud--04 {
  width: 132px;
  top: -6px;
  right: 33px;
}

.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;
}
.l-header {
  z-index: 100;
}
.l-header--main {
  height: 100px;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-property: height, right;
}

@media (max-width: 1023px) {
  .l-header--main {
    height: auto;
  }
}

@media (min-width: 1600px) {
  .l-header--main {
    height: 125px;
  }
}

.-inview .l-header--main {
  height: 60px;
}

@media (min-width: 1600px) {
  .-inview .l-header--main {
    height: 75px;
  }
}

.footer__deco {
  height: 50px;
  width: 100%;
  background-image: url("../img/footer_deco.webp");
  background-repeat: repeat;
  background-size: contain;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
}

.fv__right--list {
  --gap: 4.5px;
  display: flex;
  width: 561px;
  aspect-ratio: 561/343;
  scale: var(--liquid-scale);
  gap: var(--gap);
  margin-inline: auto;
  transform-origin: top center;
  max-height: 60vh;

  @media (max-height: 599px) {
    scale: var(--liquid-scale-min);
  }
}

.fv__right--list .inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.fv__right--list a {
  height: 100%;
  width: 100%;
}

.fv__right--list li {
  width: calc((100% - var(--gap) * 2) / 3);
  position: relative;

  .img-ov {
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
  }
}

.img-ov {
  overflow: clip;
  border-radius: 5px;
  position: relative;

  .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 40px!important;
  }
}

.fv__right--list .img-ov .fv__right--list-kv,
.fv__right--list .img-ov video,
.fv__right--list .img-ov img {
  width: 100%;
  aspect-ratio: 1/1;
  object-position: center;
}
.img-ov video,
.img-ov img {
  object-fit: cover;
  transition: scale 0.2s ease-out;
  will-change: transform;
}

.fv__right--list .btn-wrapper {
  padding: 19px 16px 30px;
}

.btn-wrapper:hover .img-ov img:not(.play_btn),
.btn-wrapper:hover .img-ov video {
  scale: 1.02;
}

.fv__right--list .c-buttonBracket {
  color: white;
  background-color: #54a632;
  outline: 1px solid black;
  border: 1px solid;
  display: flex;
  font-size: 12px;
  height: 40px;
}

.fv__right--list a:hover .c-buttonBracket {
  background-color: #2f9e00;
}

.fv__right--list .c-spinText {
  white-space: nowrap;
}
.fv__right--list .c-bracketIcon {
  width: 12px;
  height: 12px;
  translate: 0 -1px;
}

.btn-wrapper .c-buttonBracket {
  pointer-events: none;
}

.fv__right--bg {
  position: absolute;
  inset: 0;
}

.fv__right--ttl {
  width: 338px;
  margin-inline: auto;
  margin-bottom: 40px;
  scale: var(--base-scale);
}

.fv__right--ttl-h3 {
  position: absolute;
  left: 50%;
  width: 69px;
  top: -28px;
  z-index: 1;
  translate: -50% 0;
}

.fv__right--txt {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.floating {
  position: fixed;
  bottom: 16px;
  right: 15px;
  width: 150px;
  height: 150px;
  padding-top: 9px;
  z-index: 10;
  /* scale:var(--liquid-scale); */

  @media (max-height: 670px) {
    scale: 0.8;
    right: 5px;
    bottom: 5px;
  }
}

@media (max-width: 1023px) {
  .floating {
    right: -15px;
    bottom: -15px;
    transition: opacity 0.3s ease-out;
    opacity: 0;

    body:has(.-inview) & {
      opacity: 1;
    }
  }
}

.floating__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating__link--inner {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.floating__bg {
  position: absolute;
  inset: 0;
  animation: floatingRotation 70s linear infinite;
}

@keyframes floatingRotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -360deg;
  }
}
.floating__txt {
  font-size: 10px;
  line-height: 0.9;
  margin-bottom: 3px;
}

.floating__txt .row {
  translate: 0 -3px;
}
.floating__txt .small {
  font-size: 8px;
}

.floating__label {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.floating__link--icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-top: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.floating__link--icon img {
  width: 7px;
}

.fv-bottom-illust__list {
  position: sticky;
  height: 0;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.fv-bottom-illust__list--inner {
  display: flex;
  align-items: flex-end;
  min-width: fit-content;
}

@keyframes tiktak {
  0%,
  49.9% {
    rotate: -2deg;
  }
  50%,
  100% {
    rotate: 2deg;
  }
}
@keyframes tiktakRev {
  0%,
  49.9% {
    rotate: 2deg;
  }
  50%,
  100% {
    rotate: -2deg;
  }
}

.fv-bottom-illust__item {
  position: relative;
}

.fv-bottom-illust__item .deco {
  max-width: none;
  position: absolute;
}

.illust {
  rotate: -2deg;
  animation: tiktak steps(1) 1s infinite alternate;
  transform-origin: center;
}

.illust.rev {
  rotate: 2deg;
  animation: tiktakRev steps(1) 1s infinite alternate;
}

.fv-bottom-illust__item-1 {
  width: calc(189px * var(--liquid-scale));
  margin-right: calc(371px * var(--solid-scale));
  display: flex;
  justify-content: flex-end;
}

.fv-bottom-illust__item-1 .illust {
  width: 220px;
  translate: 15px 25px;
  max-width: none;
}

.fv-bottom-illust__item-1 .deco_1 {
  right: -47px;
  top: -19px;
  width: 275px;
}
.fv-bottom-illust__item-1 .deco_2 {
  z-index: -1;
  right: -53px;
  top: 82px;
  width: 120px;
}

.fv-bottom-illust__item-1 .deco_3 {
  z-index: -1;
  right: 147px;
  bottom: -36px;
  width: 233px;
}

.fv-bottom-illust__item-1 .illust2 {
  width: 198px;
  right: 44px;
  bottom: 0px;
  z-index: 10;
  position: absolute;
  translate: -100% 0;
}

.fv-bottom-illust__item-2 {
  width: 277px;
  translate: 0 40px;
}

.fv-bottom-illust__item-2 .deco {
  top: -37px;
  left: 8px;
  width: 301px;
  z-index: -1;
}

.fv-bottom-illust__item-3 {
  width: 150px;
}

.fv-bottom-illust__item-3 .illust {
  position: absolute;
}

.fv-bottom-illust__item-3 .illust_1 {
  left: -23px;
  width: 129px;
  bottom: -26px;
  z-index: 5;
}
.fv-bottom-illust__item-3 .illust_2 {
  left: 52px;
  width: 135px;
  bottom: -27px;
  z-index: 2;
}
.fv-bottom-illust__item-3 .illust_3 {
  left: 71px;
  width: 122px;
  bottom: -27px;
  z-index: 3;
}
.fv-bottom-illust__item-3 .illust_4 {
  right: -115px;
  width: 104px;
  bottom: -27px;
  z-index: 3;
}
.fv-bottom-illust__item-3 .deco {
  bottom: -31px;
  left: 53px;
  width: 106px;
}

.fv-bottom-illust__item-4 {
  width: 198px;
  left: 54px;
  bottom: -26px;
  z-index: 10;
}
.fv-bottom-illust__item-5 {
  width: 150px;
  height: 100px;
}

.fv-bottom-illust__item-5 .deco {
  top: -69px;
  left: -35px;
  width: 223px;
}

.fv-bottom-illust__item-6 {
  width: 226px;
  translate: -18px 30px;
  margin-right: -26px;
}

.fv-bottom-illust__item-6 .deco_2 {
  z-index: -1;
  right: -58px;
  top: 48px;
  width: 120px;
}

.fv-bottom-illust__item-7 {
  width: 277px;
  translate: 0 40px;
}

.fv-bottom-illust__item-7 .deco {
  top: -37px;
  left: 8px;
  width: 301px;
  z-index: -1;
}

.fv-bottom-illust__item-8 {
  width: 150px;
}

.fv-bottom-illust__item-8 .illust {
  position: absolute;
}

.fv-bottom-illust__item-8 .illust_1 {
  left: -23px;
  width: 129px;
  bottom: -26px;
  z-index: 5;
}
.fv-bottom-illust__item-8 .illust_2 {
  left: 52px;
  width: 135px;
  bottom: -27px;
  z-index: 2;
}
.fv-bottom-illust__item-8 .illust_3 {
  left: 71px;
  width: 122px;
  bottom: -27px;
  z-index: 3;
}
.fv-bottom-illust__item-8 .illust_4 {
  right: -115px;
  width: 104px;
  bottom: -27px;
  z-index: 3;
}
.fv-bottom-illust__item-8 .deco {
  bottom: -31px;
  left: 53px;
  width: 106px;
}

.fv-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--right-column-calc);
  height: 100vh;
  background-image: url("../img/fv-right__uzumaki.webp");
  background-size: 873px 988px;
  background-position: -62px 1px;
  background-attachment: fixed;
}

.fv-bg__left {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--left-column-calc);
  height: 100vh;
  background-image: url("../img/fv-left__uzumaki.webp");
  background-size: 357px 448px;
  background-position: -90px 195px;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

.c-okinawa-anchor {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  gap: 2px;
  padding-top: 1lh;
  justify-content: center;
}

.c-okinawa-anchor--arw {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2f9e00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  translate: 0 1px;

  a:hover & {
    .c-okinawa-anchor--img {
      animation: arwAnime 0.3s ease-out;
    }
  }
}

.c-okinawa-anchor--arw img {
  width: 4px;
}

.c-linelink:hover .c-linelink__txt {
  animation: linelink 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
}

.c-linelink__txt {
  position: relative;
  background-position: right bottom 0;
  background-image: linear-gradient(90deg, currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.32s ease;
  animation-fill-mode: forwards;
  letter-spacing: normal;
}

/* ステータスバー透過防止 */
.for-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}

/* タブバー透過防止 */
.for-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: black;
  mix-blend-mode: lighten;
}

[data-size~="small"] .c-bracketIcon--img {
  mask-size: 34%;
  mask-position: 58%;
}

/* フェーズ1用スタイル */
.p-okinawa.phase1 {
  .article--3 {
    .deco--3 {
      top: 600px;
    }
    .deco--4 {
      bottom: 3rem;
    }
    .deco--5 {
      display: none;
    }
  }
}

[id] {
  scroll-margin-top: 101px;
}
