@charset "UTF-8";
/* ---------------------------------------------------
reset
---------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, figure, picture, blockquote, ul, li, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 {
  text-align: left;
}

i, s {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* font-family */
/*-------------------------------------------
font
-------------------------------------------*/
/*-------------------------------------------
base
-------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  position: relative;
  text-align: center;
  color: #272727;
  font-size: clamp(13px, 0.2865329513vw + 11.8739255014px, 16px);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: clip;
  background: #F9F8F2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  opacity: 0.6;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.fadein,
.stagingList > li,
.connectionList > li {
  opacity: 0;
  transform: translateY(40px);
}
@supports (animation-timeline: view()) {
  .fadein,
  .stagingList > li,
  .connectionList > li {
    animation: fadeinUp 1s ease-out both;
    animation-timeline: view();
    animation-range: entry 40% entry 85%;
  }
}
@supports not (animation-timeline: view()) {
  .fadein,
  .stagingList > li,
  .connectionList > li {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports (animation-timeline: view()) {
  .eventScroll.fadein {
    transform: translateX(80px);
    animation-name: fadeinLeft;
  }
}

@keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.forSP {
  display: none;
}
@media (max-width: 768px) {
  .forSP {
    display: block;
  }
}

@media (max-width: 768px) {
  .forPC {
    display: none;
  }
}

.forTB, .forSP, .forTBSP {
  display: none !important;
}

@media (max-width: 1024px) {
  .forTB, .forTBSP {
    display: block !important;
  }
  .forSP, .forPC {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .forSP, .forTBSP {
    display: block !important;
  }
  .forTB, .forPC, .forPCTB {
    display: none !important;
  }
}
.inner {
  max-width: 1094px;
  margin-inline: auto;
}
@media (max-width: 1134px) {
  .inner {
    max-width: 90vw;
  }
}

/*-------------------------------------------
wrapper / clouds
-------------------------------------------*/
#wrapper {
  position: relative;
  text-align: center;
  z-index: 0;
  background: #F9F8F2;
  overflow-x: clip;
}

#information .sectionDark-inner::after, #information .sectionDark-inner::before, #staging::after, #hanabi::after, #yatai .yataiHead.bg1::before, #yatai .sectionDark-inner::after, #schedule::after, #schedule::before {
  content: "";
  position: absolute;
  width: clamp(300px, 34vw, 495px);
  aspect-ratio: 495/127;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

@keyframes cloudDrift1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cloudDrift2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4vw);
  }
  100% {
    transform: translateX(0);
  }
}
/*-------------------------------------------
player deco（祭り選手 浮世絵）
セクション基準で ::before / ::after に配置
位置・割り当ては後で調整可
-------------------------------------------*/
#staging::before, #hanabi::before, #yatai .yataiHead.bg2::before, #yatai .sectionDark-inner::before, #events::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

#about,
#schedule,
#events,
#hanabi {
  isolation: isolate;
}

/*-------------------------------------------
cloud deco（雲）
明るいセクションの ::before / ::after に配置
位置・割り当ては後で調整可
-------------------------------------------*/
#schedule::before {
  width: clamp(300px, 34.375vw, 495px);
  aspect-ratio: 495/127;
  background-image: url("../img/bg_cloud01.svg");
  top: 107px;
  left: calc(50% + 290px);
  animation: cloudDrift1 10s linear infinite;
}
@media (max-width: 768px) {
  #schedule::before {
    top: 6px;
    left: calc(50% + 20px);
  }
}
#schedule::after {
  width: clamp(341px, 39.0972222222vw, 563px);
  aspect-ratio: 563/127;
  background-image: url("../img/bg_cloud02.svg");
  bottom: -84px;
  right: calc(50% + 320px);
  animation: cloudDrift2 10s linear infinite;
  z-index: 1;
}
@media (max-width: 768px) {
  #schedule::after {
    bottom: -71px;
    right: calc(50% + 30px);
  }
}

#events::after {
  width: clamp(90px, 13.0555555556vw, 188px);
  aspect-ratio: 188/272;
  background-image: url("../img/player_yokoyama.webp");
  top: 42px;
  left: calc(50% + 360px);
}
@media (min-width: 769px) and (max-width: 1024px) {
  #events::after {
    top: 16px;
    left: calc(50% + 225px);
  }
}
@media (max-width: 768px) {
  #events::after {
    top: 40px;
    left: calc(50% + 95px);
  }
}

#yatai {
  isolation: auto;
}
#yatai::before, #yatai::after {
  z-index: 0;
}
#yatai .sectionDark-inner {
  z-index: 2;
}
#yatai .sectionDark-inner::before {
  width: clamp(90px, 13.125vw, 189px);
  aspect-ratio: 189/232;
  background-image: url("../img/player_polanco.webp");
  top: -300px;
  right: calc(50% + 255px);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #yatai .sectionDark-inner::before {
    top: -155px;
    right: calc(50% + 160px);
  }
}
@media (max-width: 768px) {
  #yatai .sectionDark-inner::before {
    top: -125px;
    right: calc(50% + 67px);
  }
}
#yatai .sectionDark-inner::after {
  width: clamp(286px, 34.375vw, 495px);
  aspect-ratio: 495/127;
  background-image: url("../img/bg_cloud03.svg");
  top: -186px;
  left: calc(50% + 290px);
  animation: cloudDrift1 10s linear infinite;
  z-index: 1;
}
@media (max-width: 768px) {
  #yatai .sectionDark-inner::after {
    top: -98px;
    left: calc(50% + 30px);
  }
}
#yatai .yataiHead {
  position: relative;
}
@media (max-width: 768px) {
  #yatai .yataiHead {
    margin-bottom: 24px;
  }
}
#yatai .yataiHead.bg1::before {
  width: clamp(201px, 22.9861111111vw, 331px);
  aspect-ratio: 331/76;
  background-image: url("../img/bg_cloud04.svg");
  top: 660px;
  right: calc(50% + 600px);
  animation: cloudDrift1 10s linear infinite;
  z-index: 1;
}
@media (max-width: 768px) {
  #yatai .yataiHead.bg1::before {
    top: 208px;
    right: calc(50% + 110px);
  }
}
#yatai .yataiHead.bg1 {
  /*
  &::after {
      @extend %cloud;
      width: clamp(341px, calc((495 / $pcWidthN) * 100vw) , 495px);
      aspect-ratio: 495 / 127;
      background-image: url("../img/bg_cloud05.svg");
      top: 850px;
      left: calc(50% + 400px);
      @include cloud-drift-parallax(cloudDrift1);
      z-index: 1;
      @media (max-width: $spBreak) {
          top: 534px;
          left: calc(50% + 40px);
      }
  }
  */
}
@media (max-width: 768px) {
  #yatai .yataiHead.bg2 {
    margin-top: 54px;
  }
}
#yatai .yataiHead.bg2::before {
  width: clamp(90px, 13.125vw, 189px);
  aspect-ratio: 189/287;
  background-image: url("../img/player_soto.webp");
  top: -170px;
  left: calc(50% + 445px);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #yatai .yataiHead.bg2::before {
    top: -162px;
    left: calc(50% + 260px);
  }
}
@media (max-width: 768px) {
  #yatai .yataiHead.bg2::before {
    top: -154px;
    left: calc(50% + 75px);
  }
}

#hanabi {
  position: relative;
  z-index: 1;
}
#hanabi::before {
  width: clamp(90px, 13.125vw, 189px);
  aspect-ratio: 189/301;
  background-image: url("../img/player_fujiwara.webp");
  top: 50px;
  left: calc(50% + 277px);
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hanabi::before {
    top: 23px;
    left: calc(50% + 250px);
  }
}
@media (max-width: 768px) {
  #hanabi::before {
    top: 21px;
    left: calc(50% + 101px);
  }
}
#hanabi::after {
  width: clamp(371px, 42.5vw, 612px);
  aspect-ratio: 612/244;
  background-image: url("../img/bg_cloud06.svg");
  bottom: -69px;
  right: calc(50% + 270px);
  animation: cloudDrift1 10s linear infinite;
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hanabi::after {
    bottom: -49px;
  }
}
@media (max-width: 768px) {
  #hanabi::after {
    bottom: -91px;
    right: calc(50% + 15px);
  }
}

#staging::before {
  width: clamp(90px, 13.125vw, 189px);
  aspect-ratio: 189/254;
  background-image: url("../img/player_nishikawa.webp");
  top: -264px;
  right: calc(50% + 425px);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #staging::before {
    top: -172px;
    right: calc(50% + 250px);
  }
}
@media (max-width: 768px) {
  #staging::before {
    top: -80px;
    right: calc(50% + 95px);
  }
}
#staging::after {
  width: clamp(320px, 34.4444444444vw, 496px);
  aspect-ratio: 495/127;
  background-image: url("../img/bg_cloud07.svg");
  top: -66px;
  left: calc(50% + 425px);
  animation: cloudDrift2 10s linear infinite;
  z-index: 0;
}
@media (max-width: 768px) {
  #staging::after {
    top: -40px;
    left: calc(50% + 30px);
  }
}

#information .sectionDark-inner::before {
  width: clamp(286px, 32.7777777778vw, 472px);
  aspect-ratio: 472/127;
  background-image: url("../img/bg_cloud08.svg");
  top: -4px;
  right: calc(50% + 375px);
  animation: cloudDrift2 10s linear infinite;
}
@media (max-width: 768px) {
  #information .sectionDark-inner::before {
    top: -405px;
    right: calc(50% + 20px);
  }
}
#information .sectionDark-inner::after {
  width: clamp(286px, 32.7777777778vw, 472px);
  aspect-ratio: 472/127;
  background-image: url("../img/bg_cloud09.svg");
  bottom: 46px;
  left: calc(50% + 525px);
  animation: cloudDrift2 10s linear infinite;
}
@media (max-width: 768px) {
  #information .sectionDark-inner::after {
    bottom: 11px;
    left: calc(50% + 20px);
  }
}

.js #events::after,
.js #yatai .sectionDark-inner::before,
.js #yatai .yataiHead.bg2::before,
.js #hanabi::before,
.js #staging::before {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.js #events.is-visible::after,
.js #yatai .sectionDark-inner.is-visible::before,
.js #yatai .yataiHead.bg2.is-visible::before,
.js #hanabi.is-visible::before,
.js #staging.is-visible::before {
  animation: popIn 0.6s ease-out both;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  72% {
    transform: scale(0.94);
  }
  88% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------------------------------------
header / menu
-------------------------------------------*/
.siteHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 768px) {
  .siteHeader {
    top: auto;
    bottom: 0;
  }
}
.siteHeader-logo {
  position: absolute;
  top: 24px;
  left: 24px;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .siteHeader-logo {
    display: none;
  }
}

.menuBtn {
  display: grid;
  grid-template-columns: auto 12px;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 100px;
  height: 48px;
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  border: none;
  cursor: pointer;
}
.menuBtn span {
  position: relative;
  z-index: 1;
  grid-column: 1;
}
.menuBtn {
  position: fixed;
  top: 12px;
  right: 16px;
  background: none;
  pointer-events: auto;
  z-index: 100;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 768px) {
  .menuBtn {
    top: auto;
    bottom: 16px;
    left: 16px;
    right: auto;
  }
}
.menuBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  background-image: url(../img/bg_menu_frame-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: url(../img/bg_menu_frame-fill.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../img/bg_menu_frame-fill.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.menuBtn::after {
  content: "";
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 12px;
  height: 1px;
  background: currentColor;
  border-radius: 1px;
  box-shadow: 0 -3px 0 currentColor, 0 3px 0 currentColor;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 769px) {
  .menuBtn:hover::before {
    background-color: #444444;
  }
  .menuBtn:hover::after {
    box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
  }
}

.is-menuOpen .menuBtn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}

.siteNav {
  position: fixed;
  inset: 0 0 0 auto;
  width: 280px;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 120px 40px 40px 72px;
  text-align: left;
  background: #fff;
  overflow-y: auto;
  border: none;
  z-index: 110;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.75s ease, visibility 0s linear 0.75s;
}
@media (max-width: 768px) {
  .siteNav {
    width: 100%;
    padding-inline: 50px;
    inset: 0;
    transform: none;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  }
}
.siteNav.is-open {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: transform 0.75s ease;
}
@media (max-width: 768px) {
  .siteNav.is-open {
    transform: none;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
}
.siteNav-list li {
  border-bottom: 1px solid #dcdcdc;
}
.siteNav-list li:last-child {
  border-bottom: none;
}
.siteNav-list li a {
  position: relative;
  display: block;
  width: 100%;
  color: #272727;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(24px, 0.3820439351vw + 22.4985673352px, 28px);
  font-weight: 400;
  line-height: 1;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .siteNav-list li a {
    padding: 24px 0;
  }
}
.siteNav-list li a::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(../img/icon_nav.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.siteNav-list li a:hover {
  opacity: 1;
}
.siteNav-list li a:hover::before {
  opacity: 1;
}

.menuClose {
  display: grid;
  grid-template-columns: auto 12px;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 100px;
  height: 48px;
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  border: none;
  cursor: pointer;
}
.menuClose span {
  position: relative;
  z-index: 1;
  grid-column: 1;
}
.menuClose {
  background-color: #000;
  background-image: url(../img/bg_menu_frame-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: url(../img/bg_menu_frame-fill.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../img/bg_menu_frame-fill.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .menuClose {
    top: auto;
    bottom: 16px;
    left: 16px;
    right: auto;
  }
}
@media (min-width: 769px) {
  .menuClose:hover {
    background-color: #444444;
  }
}
.menuClose::before, .menuClose::after {
  content: "";
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 12px;
  height: 1px;
  background: currentColor;
  border-radius: 1px;
}
.menuClose::before {
  transform: rotate(45deg);
}
.menuClose::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------
section common
-------------------------------------------*/
#main {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 1560px) {
  #main {
    padding-inline: 60px;
  }
}
@media (max-width: 1024px) {
  #main {
    padding-inline: 20px;
  }
}

section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  scroll-margin-top: 120px;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
}
@media (max-width: 1024px) {
  section {
    padding-top: 64px;
    padding-bottom: 80px;
    scroll-margin-top: 64px;
  }
}

.sectionHead {
  margin-bottom: 40px;
  color: #272727;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(40px, 2.2922636103vw + 30.9914040115px, 64px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.sectionHead-white {
  color: #fff;
}
@media (max-width: 768px) {
  .sectionHead {
    margin-bottom: 26px;
  }
}

.sectionLead {
  max-width: 1094px;
  margin: 0 auto 54px;
  color: #444444;
  font-size: clamp(14px, 0.1910219675vw + 13.2492836676px, 16px);
  font-weight: 700;
  line-height: 1.8;
}
.sectionLead-white {
  color: #dcdcdc;
}
@media (max-width: 768px) {
  .sectionLead {
    margin-bottom: 32px;
  }
}

.sectionDark {
  --dark-grad-from: #000;
  --dark-grad-to: #444;
  --dark-bg-image: url("../img/bg_ptn01.svg");
  --dark-bg-size: auto;
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  background: linear-gradient(180deg, var(--dark-grad-from) 0%, var(--dark-grad-to) 100%);
}
.sectionDark::before, .sectionDark::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}
.sectionDark::before {
  background: var(--dark-bg-image) repeat;
  background-size: var(--dark-bg-size);
  opacity: 0.05;
}
@media (max-width: 768px) {
  .sectionDark {
    --dark-bg-size: 80px 80px;
  }
}
.sectionDark::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='d' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 1'/%3E%3CfeFuncA type='linear' slope='0' intercept='0.075'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23d)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 201px 201px;
  image-rendering: pixelated;
}
.sectionDark-inner {
  position: relative;
  z-index: 1;
}

.sectionDark-group {
  --dark-grad-from: #666;
  --dark-grad-to: #000;
  --dark-bg-image: url("../img/bg_ptn02.svg");
}
@media (max-width: 768px) {
  .sectionDark-group {
    --dark-bg-size: 60px 69.5px;
  }
}
.sectionDark-group .sectionDark-part {
  margin-inline: 0;
  max-width: none;
  padding-inline: 0;
}

/*-------------------------------------------
btn
-------------------------------------------*/
.btn {
  text-align: center;
}
.btn > :is(a, span) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 303px;
  min-height: 64px;
  margin-inline: auto;
  padding: 0 20px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  border-radius: 999px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, gap 0.3s;
}
@media (max-width: 768px) {
  .btn > :is(a, span) {
    max-width: 220px;
    min-height: 48px;
  }
}
.btn:not(.event) > a:hover, .btn:not(.event) > a:active {
  gap: 13px;
  background: #fff;
  color: #272727;
  border-color: #000;
  opacity: 1;
}
.btn.disabled > :is(a, span) {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  cursor: default;
}
.btn.ticket > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  mask: url("../img/icon_btn_ticket.svg") no-repeat center/16px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.btn.ticket > a:hover::after, .btn.ticket > a:active::after {
  background-color: #272727;
}
.btn.uchiwa {
  margin-top: 18px;
}
.btn.uchiwa > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  mask: url("../img/icon_btn_uchiwa.svg") no-repeat center/16px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.btn.uchiwa > a:hover::after,
.btn.uchiwa > a:active::after {
  background-color: #272727;
}
.btn.detail > :is(a, span)::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-inline-start: 4px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(1px) rotate(45deg);
  transition: border-color 0.3s;
}
.btn.event a {
  align-items: center;
  gap: 2px;
  min-height: 0;
  height: 24px;
  font-weight: 400;
  color: #272727;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: color 0.3s;
  padding: 0;
  line-height: 1;
}
.btn.event a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #272727;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn.event a i {
  position: relative;
  display: grid;
  place-content: center;
  width: 16px;
  height: 1em;
  overflow: hidden;
  flex-shrink: 0;
}
.btn.event a i::before, .btn.event a i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  transform: rotate(45deg);
  transition: 0.3s;
}
.btn.event a i::before {
  left: 3px;
}
.btn.event a i::after {
  left: -16px;
}
.btn.event a:hover, .btn.event a:active {
  color: rgba(39, 39, 39, 0.5);
}
.btn.event a:hover::before, .btn.event a:active::before {
  opacity: 1;
}
.btn.event a:hover i::before, .btn.event a:active i::before {
  left: 20px;
}
.btn.event a:hover i::after, .btn.event a:active i::after {
  left: 3px;
}

/*-------------------------------------------
kv
-------------------------------------------*/
#hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0;
}
#hero .mainImg {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}
#hero img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: KVFadeIn 2s ease 0.5s forwards;
}

@keyframes KVFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------------------------------------
about
-------------------------------------------*/
#about {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  #about {
    padding-bottom: 20px;
  }
}
#about p {
  max-width: 1094px;
  margin-inline: auto;
  font-size: clamp(16px, 0.3820439351vw + 14.4985673352px, 20px);
  font-weight: 700;
  line-height: 1.8;
  word-break: auto-phrase;
}
@media (max-width: 768px) {
  #about p {
    font-size: 16px;
  }
}

/*-------------------------------------------
schedule
-------------------------------------------*/
#schedule {
  padding-bottom: 0;
}
#schedule .sectionHead {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  #schedule .sectionHead {
    margin-bottom: 40px;
  }
}

.scheduleGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  justify-content: center;
  gap: 48px;
  max-width: 1094px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .scheduleGrid {
    grid-template-columns: 1fr;
    gap: 58px;
  }
}

.scheduleCol .logo {
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  margin-inline: auto;
  background: url(../img/bg_team.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .scheduleCol .logo {
    width: 80px;
    height: 80px;
  }
}
.scheduleCol .logo img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: auto;
}
@media (max-width: 768px) {
  .scheduleCol .logo img {
    width: 44px;
  }
}
.scheduleCol .name {
  margin-top: 32px;
  color: #272727;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(20px, 0.2865329513vw + 18.8739255014px, 23px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .scheduleCol .name {
    margin-top: 24px;
  }
}

.scheduleList {
  margin-top: 48px;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .scheduleList {
    margin-top: 32px;
  }
}
.scheduleList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .scheduleList > li {
    padding: 26px 0 24px;
  }
}

.gameDate {
  color: #272727;
  text-align: left;
  letter-spacing: 0;
}
.gameDate dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 0.3820439351vw + 30.4985673352px, 36px);
  font-weight: 800;
  line-height: 1;
}
.gameDate dt i {
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(24px, 0.3820439351vw + 22.4985673352px, 28px);
  font-weight: 400;
}
.gameDate dt i.sat {
  color: #5fcfff;
}
.gameDate dt i.sun {
  color: #ff4646;
}
.gameDate dd {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .gameDate dd {
    margin-top: 10px;
  }
}
.gameDate dd i {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.buttons {
  display: grid;
  flex-shrink: 0;
  gap: 16px;
}
.buttons .btn {
  margin-top: 0;
}
.buttons .btn > a {
  gap: 6px;
  width: 100%;
}
.buttons .btn.ticket > a {
  width: 158px;
  min-height: 48px;
  border-color: #fff;
}
@media (max-width: 768px) {
  .buttons .btn.ticket > a {
    width: 144px;
    min-height: 36px;
  }
}
.buttons .btn.ticket > a:hover {
  border-color: #272727;
}
.buttons .btn.event > a {
  width: fit-content;
  max-width: 100%;
}
.buttons .btn.disabled > a {
  opacity: 0.3;
}

/*-------------------------------------------
events
-------------------------------------------*/
@media (max-width: 768px) {
  #events {
    padding-top: 96px;
  }
}

.eventScroll {
  overflow: visible;
}
.eventScroll.is-centered .swiper-wrapper {
  justify-content: center;
}

.eventNav {
  display: flex;
  justify-content: flex-start;
}
.eventNav.is-hidden {
  display: none;
}
.eventNav {
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .eventNav {
    gap: 16px;
    margin-top: 24px;
  }
}
.eventNav-btn {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: scale 0.4s;
}
@media (max-width: 768px) {
  .eventNav-btn {
    width: 48px;
    height: 48px;
  }
}
.eventNav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s;
}
.eventNav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  transition: border-color 0.3s;
}
.eventNav-btn:not(:disabled):not(.swiper-button-disabled):hover {
  scale: 1.15;
}
.eventNav-btn:not(:disabled):not(.swiper-button-disabled):hover::before {
  background: #000;
  border-color: #000;
}
.eventNav-btn:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-top-color: #fff;
}
.eventNav-btn:disabled, .eventNav-btn.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
.eventNav-prev::after {
  border-left: 2px solid #000;
  transform: translate(calc(-50% - 2px), -50%) rotate(-45deg);
  margin-left: 3px;
}
.eventNav-prev:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-left-color: #fff;
}
.eventNav-next::after {
  border-right: 2px solid #000;
  transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
  margin-left: -3px;
}
.eventNav-next:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-right-color: #fff;
}

.eventList > li {
  position: relative;
  width: 390px;
  height: auto;
  text-align: left;
  background: #fff;
  border: 5px solid #000;
}
@media (max-width: 768px) {
  .eventList > li {
    width: 264px;
    border-width: 3px;
  }
}
.eventList > li::before, .eventList > li::after,
.eventList > li > a::before,
.eventList > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/bg_schedule.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .eventList > li::before, .eventList > li::after,
  .eventList > li > a::before,
  .eventList > li > a::after {
    background-image: url(../img/bg_schedule_sp.svg);
  }
}
.eventList > li::before {
  top: -5px;
  left: -5px;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .eventList > li::before {
    top: -3px;
    left: -3px;
  }
}
.eventList > li::after {
  top: -5px;
  right: -5px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .eventList > li::after {
    top: -3px;
    right: -3px;
  }
}
.eventList > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 46px 32px;
  height: 100%;
  color: inherit;
  background: #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .eventList > li > a {
    padding: 40px 16px;
  }
}
.eventList > li > a.disabled {
  pointer-events: none;
  cursor: default;
}
.eventList > li > a:not(.disabled):hover, .eventList > li > a:not(.disabled):active {
  opacity: 1;
  background: #000;
  color: #fff;
}
.eventList > li > a:not(.disabled):hover figure, .eventList > li > a:not(.disabled):active figure {
  border-color: #fff;
}
.eventList > li > a:not(.disabled):hover figure img, .eventList > li > a:not(.disabled):active figure img {
  transform: scale(1.06);
}
.eventList > li > a:not(.disabled):hover .text, .eventList > li > a:not(.disabled):active .text {
  color: #fff;
  border-top-color: #fff;
}
.eventList > li > a:not(.disabled):hover .btn.detail span, .eventList > li > a:not(.disabled):active .btn.detail span {
  gap: 13px;
  background: #fff;
  color: #272727;
  border-color: #272727;
}
.eventList > li > a::before {
  left: -5px;
  bottom: -5px;
  transform: rotate(270deg);
}
@media (max-width: 768px) {
  .eventList > li > a::before {
    left: -3px;
    bottom: -3px;
  }
}
.eventList > li > a::after {
  right: -5px;
  bottom: -5px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .eventList > li > a::after {
    right: -3px;
    bottom: -3px;
  }
}
.eventList > li .date {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 0.7640878701vw + 24.9971346705px, 36px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.eventList > li .date span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.eventList > li .date span + span::before {
  content: "-";
  font-weight: 400;
  margin-inline: 6px;
}
.eventList > li .date i {
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(18px, 0.5730659026vw + 15.7478510029px, 24px);
  font-weight: 400;
}
.eventList > li figure {
  border: 5px solid #000;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 22px;
  transition: border-color 0.3s;
}
@media (max-width: 768px) {
  .eventList > li figure {
    margin-top: 16px;
    border-width: 3px;
  }
}
.eventList > li figure img {
  width: 100%;
  aspect-ratio: 326/217;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.eventList > li .tag {
  align-self: flex-start;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-top: 22px;
}
.eventList > li .title {
  margin-top: 9px;
  font-size: clamp(14px, 0.1910219675vw + 13.2492836676px, 16px);
  font-weight: 700;
  line-height: 1.6;
}
.eventList > li .text {
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  border-top: 1px solid #6a6a6a;
  padding-top: 16px;
  margin-top: 16px;
  transition: color 0.3s, border-top-color 0.3s;
}
.eventList > li .btn.detail {
  margin-top: auto;
  padding-top: 24px;
}
.eventList > li .btn.detail span {
  margin-inline: 20px;
  min-height: 48px;
}
@media (max-width: 768px) {
  .eventList > li .btn.detail span {
    min-height: 40px;
  }
}

/*-------------------------------------------
yatai (game / gourmet)
-------------------------------------------*/
.yataiHead {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 380/80;
  margin: 64px auto;
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(28px, 1.3371537727vw + 22.7449856734px, 42px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: url("../img/bg_yatai_head_frame.svg") no-repeat center/contain;
  z-index: 2;
}
@media (max-width: 768px) {
  .yataiHead {
    max-width: 264px;
    margin: 46px auto 32px;
  }
}

.gameList {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 63px;
  max-width: 1100px;
  margin: 64px auto 0;
  gap: 48px 63px;
}
@media (max-width: 768px) {
  .gameList {
    max-width: 400px;
    margin-inline: auto;
    gap: 32px 24px;
    margin-top: 24px;
  }
}
.gameList > li figure {
  position: relative;
  width: 303px;
}
@media (max-width: 768px) {
  .gameList > li figure {
    width: 144px;
  }
}
.gameList > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.gameList > li figure::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/bg_yatai_frame.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
.gameList > li figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin-top: 24px;
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(16px, 0.7640878701vw + 12.9971346705px, 24px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .gameList > li figure figcaption {
    margin-top: 16px;
  }
}

.js .gameList > li figure img, .js .gameList > li figure::before {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.js .gameList > li figure figcaption {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.js .gameList.is-visible > li figure img, .js .gameList.is-visible > li figure::before {
  animation: bounceIn 0.8s ease-in-out both;
}
.js .gameList.is-visible > li figure figcaption {
  animation: fadeIn 0.6s ease-out both;
}
.js .gameList.is-visible > li:nth-child(1) figure img, .js .gameList.is-visible > li:nth-child(1) figure::before {
  animation-delay: 0s;
}
.js .gameList.is-visible > li:nth-child(1) figure figcaption {
  animation-delay: 0.25s;
}
.js .gameList.is-visible > li:nth-child(2) figure img, .js .gameList.is-visible > li:nth-child(2) figure::before {
  animation-delay: 0.18s;
}
.js .gameList.is-visible > li:nth-child(2) figure figcaption {
  animation-delay: 0.43s;
}
.js .gameList.is-visible > li:nth-child(3) figure img, .js .gameList.is-visible > li:nth-child(3) figure::before {
  animation-delay: 0.36s;
}
.js .gameList.is-visible > li:nth-child(3) figure figcaption {
  animation-delay: 0.61s;
}
.js .gameList.is-visible > li:nth-child(4) figure img, .js .gameList.is-visible > li:nth-child(4) figure::before {
  animation-delay: 0.54s;
}
.js .gameList.is-visible > li:nth-child(4) figure figcaption {
  animation-delay: 0.79s;
}
.js .gameList.is-visible > li:nth-child(5) figure img, .js .gameList.is-visible > li:nth-child(5) figure::before {
  animation-delay: 0.72s;
}
.js .gameList.is-visible > li:nth-child(5) figure figcaption {
  animation-delay: 0.97s;
}
.js .gameList.is-visible > li:nth-child(6) figure img, .js .gameList.is-visible > li:nth-child(6) figure::before {
  animation-delay: 0.9s;
}
.js .gameList.is-visible > li:nth-child(6) figure figcaption {
  animation-delay: 1.15s;
}

.gourmetList {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 64px;
  margin: 0 auto 64px;
}
@media (max-width: 768px) {
  .gourmetList {
    column-gap: 16px;
  }
}
.gourmetList li {
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  font-size: clamp(28px, 2.6743075454vw + 17.4899713467px, 56px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

.js .gourmetList > li {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.5s ease;
}
.js .gourmetList.is-visible > li {
  animation: fadeInRht 0.5s ease-in-out both;
}
.js .gourmetList.is-visible > li:nth-child(1) {
  animation-delay: 0s;
}
.js .gourmetList.is-visible > li:nth-child(2) {
  animation-delay: 0.12s;
}
.js .gourmetList.is-visible > li:nth-child(3) {
  animation-delay: 0.24s;
}
.js .gourmetList.is-visible > li:nth-child(4) {
  animation-delay: 0.36s;
}
.js .gourmetList.is-visible > li:nth-child(5) {
  animation-delay: 0.48s;
}
.js .gourmetList.is-visible > li:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  40% {
    opacity: 1;
    transform: translateY(-14px) scale(1.06);
  }
  65% {
    transform: translateY(0) scale(1);
  }
  82% {
    transform: translateY(-4px) scale(1.015);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRht {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-------------------------------------------
hanabi
-------------------------------------------*/
.hanabiBlock {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 18px;
  max-width: 868px;
  margin-inline: auto;
  text-align: center;
  min-width: 0;
}
.hanabiBlock .visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.hanabiBlock .visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hanabiBlock .title {
  font-size: clamp(16px, 0.3820439351vw + 14.4985673352px, 20px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.hanabiBlock .text {
  max-width: 642px;
  margin-inline: auto;
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.hanabiBlock .hanabiTiming {
  width: 642px;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .hanabiBlock .hanabiTiming {
    width: 100%;
  }
}

.hanabiTiming {
  padding: 16px 24px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.hanabiTiming dt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.hanabiTiming dd {
  margin-top: 5px;
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

/*-------------------------------------------
staging
-------------------------------------------*/
#staging {
  z-index: 1;
}
#staging .sectionHead {
  margin-bottom: 32px;
}

.stagingList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  justify-content: center;
  gap: 36px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .stagingList {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.stagingList > li {
  flex: 0 0 calc(33.333% - 24px);
  max-width: 416px;
}
@media (max-width: 768px) {
  .stagingList > li {
    flex: none;
    width: 100%;
    max-width: 294px;
  }
}
.stagingList > li .img {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 416/277;
}
.stagingList > li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url("../img/bg_staging_frame-fill.svg") no-repeat center/contain;
  -webkit-mask: url("../img/bg_staging_frame-fill.svg") no-repeat center/contain;
}
.stagingList > li .img::after {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/bg_staging_frame.svg") no-repeat center/contain;
  pointer-events: none;
}
.stagingList > li .title {
  color: #fff;
  font-family: "ta-engeifude", sans-serif;
  font-style: normal;
  text-align: center;
  font-size: clamp(16px, 0.1910219675vw + 15.2492836676px, 18px);
  font-weight: 400;
  line-height: 1.3;
}

/*-------------------------------------------
information
-------------------------------------------*/
#information {
  padding-top: 0;
  z-index: 0;
}
#information .sectionHead {
  margin-bottom: 32px;
}

.connectionScroll {
  max-width: 868px;
  margin-inline: auto;
  overflow: visible;
}

.connectionNav {
  display: none;
}
@media (max-width: 768px) {
  .connectionNav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
}
.connectionNav .eventNav-btn::before {
  background: #000;
  border-color: #fff;
}
.connectionNav .eventNav-btn::after {
  border-top-color: #fff;
}
.connectionNav .eventNav-btn:not(:disabled):not(.swiper-button-disabled):hover::before {
  background: #fff;
  border-color: #fff;
}
.connectionNav .eventNav-btn:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-top-color: #000;
}
.connectionNav .eventNav-prev::after {
  border-left-color: #fff;
}
.connectionNav .eventNav-prev:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-left-color: #000;
}
.connectionNav .eventNav-next::after {
  border-right-color: #fff;
}
.connectionNav .eventNav-next:not(:disabled):not(.swiper-button-disabled):hover::after {
  border-right-color: #000;
}

.connectionList > li {
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  padding: 32px;
  text-align: left;
  background: #fff;
  border: 5px solid #000;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .connectionList > li {
    width: min(100vw - 40px, 294px);
    min-width: 0;
    padding: 16px;
    border-width: 3px;
  }
}
.connectionList > li .img {
  border-radius: 4px;
  overflow: hidden;
}
.connectionList > li .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.connectionList > li .body {
  display: flex;
  flex-direction: column;
}
.connectionList > li .body .title {
  margin-top: 28px;
  font-size: clamp(14px, 0.1910219675vw + 13.2492836676px, 16px);
  font-weight: 800;
  line-height: 1.4;
}
.connectionList > li .body .text {
  margin-top: 16px;
  min-height: 7.2em;
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}
.connectionList > li .body .btn {
  margin-top: auto;
  padding-top: 24px;
}
.connectionList > li .body .btn a {
  width: 100%;
  max-width: 303px;
  min-height: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .connectionList > li .body .btn a {
    max-width: 196px;
    min-height: 40px;
  }
}

/*-------------------------------------------
buyTicket / footer
-------------------------------------------*/
#buyTicket {
  padding: 0;
  overflow: hidden;
  z-index: 2;
}
#buyTicket a {
  position: relative;
  display: block;
  background-color: #F9F8F2;
  width: 100%;
  height: 160px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #buyTicket a {
    height: 80px;
  }
}
#buyTicket a::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 200%;
  height: calc(100% + 2px);
  background-image: url(../img/text_buyTicket.webp);
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scroll 15s linear infinite;
}
@media (max-width: 768px) {
  #buyTicket a::before {
    animation-duration: 10s;
  }
}
#buyTicket a:hover, #buyTicket a:active {
  background: #272727;
  opacity: 1;
}
#buyTicket a:hover::before, #buyTicket a:active::before {
  background-image: url(../img/text_buyTicket_h.webp);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#footer {
  position: relative;
  padding: 0 0 24px;
  text-align: center;
  background: #000;
  z-index: 2;
}
#footer .snsList {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 48px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #footer .snsList {
    gap: 10px;
  }
}
#footer .snsList li a {
  display: block;
  transition: scale 0.3s ease;
}
#footer .snsList li a:hover {
  opacity: 1;
  scale: 1.15;
}
#footer .snsList li a img {
  width: 40px;
}
@media (max-width: 768px) {
  #footer .snsList li a img {
    width: 38px;
  }
}
#footer .footerLogo {
  margin-top: 64px;
}
@media (max-width: 768px) {
  #footer .footerLogo {
    margin-top: 48px;
  }
}
#footer .footerLogo a img {
  width: 120px;
  margin-inline: auto;
}
#footer .copyright {
  margin-top: 48px;
}
#footer .copyright small {
  color: #fff;
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

/*-------------------------------------------
float button
-------------------------------------------*/
.floatBtn {
  position: fixed;
  right: 34px;
  bottom: 24px;
  z-index: 10;
  opacity: 0;
  transform: translateY(48px);
}
@supports (animation-timeline: scroll()) {
  .floatBtn {
    animation: floatBtnReveal linear both;
    animation-timeline: scroll(root block);
    animation-range: 170px 200px;
  }
}
@supports not (animation-timeline: scroll()) {
  .floatBtn {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .floatBtn {
    right: 12px;
    bottom: 6px;
  }
}
.floatBtn a {
  display: block;
  width: 140px;
  height: 140px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .floatBtn a {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .floatBtn a {
    width: 110px;
    height: 110px;
  }
}
.floatBtn a:hover {
  scale: 1.1;
  opacity: 1;
}

@keyframes floatBtnReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fadein,
  .stagingList > li,
  .connectionList > li,
  .gameList > li figure img,
  .gameList > li figure::before,
  .gameList > li figure figcaption,
  .gourmetList li,
  .floatBtn,
  #buyTicket a::before,
  #hero img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  #schedule::before,
  #schedule::after,
  #yatai .yataiHead.bg1::before,
  #yatai .yataiHead.bg1::after,
  #hanabi::after,
  #yatai .sectionDark-inner::after,
  #staging::after,
  #information .sectionDark-inner::before,
  #information .sectionDark-inner::after {
    animation: none !important;
    transform: none !important;
    translate: none !important;
  }
  #events::after,
  #yatai .sectionDark-inner::before,
  #yatai .yataiHead.bg2::before,
  #hanabi::before,
  #staging::before {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
