@charset "UTF-8";
/* ---------------------------------------------------
resset
---------------------------------------------------- */
*, *::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-wrap:balance;*/
  text-align: left;
}

i, s {
  font-style: normal;
}

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

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

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

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

:target {
  scroll-margin-block: 0;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* radius */
/* width */
/*-------------------------------------------
font
-------------------------------------------*/
@font-face {
  font-family: "Freshman";
  src: url("./fonts/Freshman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "Inter", sans-serif;
font-weight: 700;

font-family: "Inter", sans-serif;
font-weight: 900;

font-family: "Freshman", sans-serif;
font-weight: 400;
*/
/*-------------------------------------------
base
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  text-align: center;
  color: #272727;
  font-size: 14px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

.head {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-family: "Freshman", "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 64px;
}
@media (max-width: 1320px) {
  .head {
    font-size: clamp(32px, 3.6363636364vw, 48px);
  }
}
@media (max-width: 520px) {
  .head {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.head i {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 32px;
}
@media (max-width: 1320px) {
  .head i {
    font-size: clamp(16px, 1.8181818182vw, 24px);
  }
}
@media (max-width: 520px) {
  .head i {
    margin-top: 10px;
  }
}
.head + .readText {
  margin-top: -24px;
}
@media (max-width: 768px) {
  .head + .readText {
    margin-top: 0;
  }
}

.readText {
  color: #000;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .readText {
    margin-bottom: 42px;
  }
}
.readText p {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .readText p {
    text-align: left;
  }
}
.readText .indent {
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .readText .indent {
    text-align: left;
    margin-top: 13px;
  }
}

p {
  text-align: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.btn {
  text-align: center;
}
* + .btn {
  margin-top: 64px;
}
@media (max-width: 520px) {
  * + .btn {
    margin-top: 32px;
  }
}
.btn > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 6px;
  padding: 0 24px;
  overflow: hidden;
  transition: 0.3s;
}
.btn.disabled > a {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
}
.btn.ticket a {
  min-height: 36px;
}
.btn.ticket a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  mask-image: url("../img/icon_btn_ticket.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 18px;
  -webkit-mask-image: url("../img/icon_btn_ticket.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 18px;
  transition: 0.3s;
}
.btn.event a {
  gap: 2px;
  height: 24px;
  font-weight: 400;
  color: #272727;
  background: transparent;
  border-radius: 0;
  transition: color 0.3s;
  padding: 0;
}
.btn.event a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #272727;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn.event a i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.btn.event a i::before, .btn.event a i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.btn.event a i::before {
  left: 3px;
}
.btn.event a i::after {
  left: -16px;
}
.btn.event a:hover {
  color: rgba(39, 39, 39, 0.5);
}
.btn.event a:hover::before {
  opacity: 1;
}
.btn.event a:hover i::before {
  left: 20px;
}
.btn.event a:hover i::after {
  left: 3px;
}

.indent {
  margin-left: 16px;
  text-align: left;
}
.indent > li {
  text-indent: -1em;
}
.indent.number {
  margin-left: 24px;
}
.indent.number li {
  text-indent: -1.5em;
}
.indent.point {
  margin-left: 0;
}
.indent.point li {
  position: relative;
  text-indent: 0;
  padding-left: 16px;
  line-height: 1.85;
}
@media (max-width: 520px) {
  .indent.point li {
    font-size: 12px;
  }
}
.indent.point li + li {
  margin-top: 5px;
}
.indent.point li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.fadein {
  position: relative;
  top: 40px;
  transition: 0.5s;
  transition-delay: 0.25s;
  opacity: 0;
}
.fadein.visible {
  top: 0;
  opacity: 1;
}

@media (min-width: 769px) {
  #event #eventsSlider.fadein {
    top: 0;
    left: 40%;
    transition: 1s;
  }
  #event #eventsSlider.fadein.visible {
    left: 0;
  }
}

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

.spOnly {
  display: none;
}
@media (max-width: 520px) {
  .spOnly {
    display: block;
  }
}

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

/*-------------------------------------------
common
-------------------------------------------*/
#wrapper {
  overflow-x: clip;
  text-align: center;
}
#wrapper.open #header {
  background: transparent;
  pointer-events: auto;
  overflow-y: scroll;
}
#wrapper.open #header nav {
  transform: translateY(0);
}
#wrapper.open #hero {
  z-index: 1;
}
@media (min-width: 769px) {
  #wrapper #header nav {
    transform: translateY(0);
  }
  #wrapper #hero {
    z-index: 100;
  }
}

#main {
  max-width: 1320px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  #main {
    padding-inline: 60px;
  }
}
@media (max-width: 520px) {
  #main {
    padding-inline: 20px;
  }
}

#hero {
  position: relative;
  z-index: 100;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0;
  aspect-ratio: 1440/810;
  overflow: hidden;
  background: #000;
}
@media (max-width: 520px) {
  #hero {
    aspect-ratio: 1080/1920;
  }
}
#hero .splashCollage {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #1A1A1A;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.9s ease;
}
#hero .splashCollage.is-fadeout {
  opacity: 0;
}
#hero .splashLayer {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.34s ease;
}
#hero .splashLayer.is-fadeout {
  opacity: 0;
}
#hero .splashLayer.cover {
  z-index: 1;
  transition: none;
}
#hero .splashLayer.pieces {
  z-index: 2;
}
#hero .splashCaption {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 1;
}
#hero .splashCaption::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero .splashCaption.is-fadeout {
  opacity: 0;
  transition: opacity 0.78s ease;
}
#hero .splashCaption.is-in p {
  opacity: 1;
}
#hero .splashCaption p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-inline: 24px;
  text-align: center;
  color: #fff;
  font-family: "ryo-gothic-plusn", "Inter", sans-serif;
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 1.68s ease;
}
@media (max-width: 520px) {
  #hero .splashCaption p {
    font-size: clamp(22px, 7vw, 32px);
    letter-spacing: 0.06em;
    padding-inline: 20px;
  }
}
#hero .splashCover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(1.2);
  filter: none;
  box-shadow: none;
  will-change: transform;
}
#hero .splashCover.is-in {
  transform: scale(1);
  transition: transform 1.57s cubic-bezier(0.2, 0.85, 0.25, 1);
}
#hero .splashPiece {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  margin: 0;
  opacity: 0;
  transform: scale(1.12) rotate(var(--r, 0deg));
  filter: grayscale(1) contrast(1.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  will-change: transform, opacity;
}
#hero .splashPiece.is-in, #hero .splashPiece.is-seed {
  opacity: 1;
  transform: scale(1) rotate(var(--r, 0deg));
}
#hero .splashPiece.is-in {
  transition: opacity 0.08s ease-out, transform 0.08s cubic-bezier(0.2, 0.85, 0.25, 1);
}
#hero .splashPiece.is-seed {
  transition: opacity 0.45s ease;
  transform: scale(1) rotate(var(--r, 0deg));
}
#hero picture {
  position: relative;
  z-index: 1;
  opacity: 0;
}
#hero picture.is-show {
  opacity: 1;
  transition: opacity 0.9s ease;
}
#hero picture img {
  width: 100%;
  max-width: 200%;
  aspect-ratio: 1440/810;
}
@media (max-width: 520px) {
  #hero picture img {
    aspect-ratio: 1080/1920;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero .splashCollage {
    display: none;
  }
  #hero picture {
    opacity: 1;
  }
  #hero .splashPiece {
    transition: none !important;
  }
}
#header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 39, 39, 0);
  transition: background 1s;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 520px) {
  #header {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  #header {
    position: static;
    width: auto;
    height: auto;
    background: none;
    z-index: auto;
  }
}
#header h1 {
  position: fixed;
  top: 18px;
  left: 36px;
  z-index: 100;
  transition: 0.15s;
  opacity: 1;
}
@media (min-width: 769px) {
  #header h1 {
    z-index: 60;
  }
}
@media (max-width: 520px) {
  #header h1 {
    display: none;
  }
}
#header h1 img {
  width: 77px;
}
#header #menuTrigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  width: 98px;
  height: 64px;
  cursor: pointer;
  background: url("../img/menu_bg.svg") no-repeat center center/contain;
}
@media (max-width: 520px) {
  #header #menuTrigger {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 3px solid #000;
    box-sizing: border-box;
  }
}
#header #menuTrigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/menu_bg_hover.svg") no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 520px) {
  #header #menuTrigger::before {
    background: none;
  }
}
#header #menuTrigger span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
}
#header #menuTrigger span::before, #header #menuTrigger span::after {
  content: "●";
  font-size: 6.5px;
  line-height: 12px;
}
#header #menuTrigger span::before {
  margin-right: 1.2em;
}
@media (max-width: 520px) {
  #header #menuTrigger span::before {
    margin-right: 0.9em;
  }
}
#header #menuTrigger span::after {
  margin-left: 1.2em;
}
@media (max-width: 520px) {
  #header #menuTrigger span::after {
    margin-left: 0.9em;
  }
}
@media (max-width: 520px) {
  #header #menuTrigger span {
    font-size: 0;
    color: transparent;
  }
  #header #menuTrigger span::before, #header #menuTrigger span::after {
    content: none;
  }
}
#header #menuTrigger:hover::before {
  opacity: 1;
}
#header #menuTrigger {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 110;
  opacity: 1;
}
@media (min-width: 769px) {
  #header #menuTrigger {
    display: none;
  }
}
#header #menuTrigger:hover::before, #header #menuTrigger.open::before {
  opacity: 1;
}
@media (max-width: 520px) {
  #header #menuTrigger {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 16px;
    margin: auto;
  }
  #header #menuTrigger::before, #header #menuTrigger::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #000;
    opacity: 1;
    transition: transform 0.3s ease;
  }
  #header #menuTrigger::before {
    inset: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 4px));
  }
  #header #menuTrigger::after {
    transform: translate(-50%, calc(-50% + 4px));
  }
  #header #menuTrigger:hover::before, #header #menuTrigger.open::before {
    opacity: 1;
    background: #000;
  }
  #header #menuTrigger.open::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header #menuTrigger.open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#header nav {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 24px 40px;
  transition: transform 1s;
  transform: translateY(-100%);
  pointer-events: auto;
  z-index: 100;
}
@media (min-width: 769px) {
  #header nav {
    position: fixed;
    z-index: 50;
  }
}
@media (max-width: 520px) {
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    padding: 80px 20px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
  }
}
#header nav .navList {
  position: relative;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-left: 146px;
}
@media (max-width: 520px) {
  #header nav .navList {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
#header nav .navList > li {
  position: relative;
  text-align: left;
}
@media (max-width: 520px) {
  #header nav .navList > li {
    width: auto;
    text-align: center;
  }
}
#header nav .navList > li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Freshman", "Inter", sans-serif;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #header nav .navList > li a {
    padding: 0;
    border-top: none;
  }
}
#header nav .navList > li a i {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 5px;
  color: #9F9F9F;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #header nav .navList > li a i {
    margin-top: 8px;
    text-align: center;
  }
}
#header nav .navList > li a:hover {
  opacity: 0.5;
}
#header nav .navList > li ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
@media (max-width: 520px) {
  #header nav .navList > li ul {
    gap: 0;
    margin-top: 0;
    padding-left: 0;
  }
}
#header nav .navList > li ul li a {
  font-size: 16px;
}
@media (max-width: 520px) {
  #header nav .navList > li ul li a {
    padding-top: 12px;
    border-top: none;
  }
}
#header nav .navList > li ul li a i {
  font-size: 10px;
  margin-top: 6px;
}

#footer {
  position: relative;
  padding: 0 48px 24px;
  text-align: center;
  color: #fff;
  background: #000;
  z-index: 1;
}
@media (max-width: 768px) {
  #footer {
    padding-inline: 20px;
  }
}
#footer .snsList {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 48px;
}
@media (max-width: 768px) {
  #footer .snsList {
    gap: 8px;
  }
}
#footer .snsList li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: scale 0.3s;
}
#footer .snsList li a:hover {
  scale: 1.3;
}
#footer .snsList li a img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#footer .snsList li a[data-gtm=footer-x] {
  mask-image: url(../img/icon_x.svg);
}
#footer .snsList li a[data-gtm=footer-instagram] {
  mask-image: url(../img/icon_instagram.svg);
}
#footer .snsList li a[data-gtm=footer-facebook] {
  mask-image: url(../img/icon_facebook.svg);
}
#footer .snsList li a[data-gtm=footer-line] {
  mask-image: url(../img/icon_line.svg);
}
#footer .snsList li a[data-gtm=footer-youtube] {
  mask-image: url(../img/icon_youtube.svg);
}
#footer .snsList li a[data-gtm=footer-tiktok] {
  mask-image: url(../img/icon_tiktok.svg);
}
#footer .snsList li a[data-gtm=footer-spotify] {
  mask-image: url(../img/icon_spotify.svg);
}
#footer .footerLogo {
  margin-top: 64px;
}
@media (max-width: 768px) {
  #footer .footerLogo {
    margin-top: 48px;
  }
}
#footer .footerLogo img {
  width: 120px;
}
@media (max-width: 768px) {
  #footer .footerLogo img {
    width: 88px;
  }
}
#footer .copyright {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .copyright {
    margin-top: 48px;
  }
}
#footer .copyright small {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.floatBtn {
  position: fixed;
  right: 24px;
  bottom: -24px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn {
    right: 10px;
  }
}
.floatBtn.is-show {
  bottom: 24px;
  opacity: 1;
}
@media (max-width: 768px) {
  .floatBtn.is-show {
    bottom: 0px;
  }
}
.floatBtn a {
  display: block;
  width: 140px;
  height: 140px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn a {
    width: 120px;
    height: 120px;
  }
}
.floatBtn a:hover {
  scale: 1.1;
}

/*-------------------------------------------
OB LP 仮組み（セクション）
-------------------------------------------*/
.ph {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #F7F7F7;
  color: #9F9F9F;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ph.wide {
  aspect-ratio: 16/9;
}
.ph.tall {
  aspect-ratio: 1/1.1;
}

.section {
  position: relative;
  padding-block: 120px;
  background: #fff;
}
@media (max-width: 520px) {
  .section {
    padding-block: 40px 50px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* special */
.specialPresent {
  margin: -40px auto 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 520px) {
  .specialPresent {
    margin-top: -20px;
    font-size: 12px;
  }
}

.specialLead {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .specialLead {
    margin-bottom: 28px;
    font-size: 16px;
  }
}

.specialInfo {
  display: grid;
  gap: 48px;
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 520px) {
  .specialInfo {
    gap: 20px;
  }
}
.specialInfo div {
  display: grid;
  gap: 6px;
  text-align: center;
}
.specialInfo dt {
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .specialInfo dt {
    font-size: 20px;
    text-align: left;
  }
}
.specialInfo dd {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 520px) {
  .specialInfo dd {
    text-align: left;
    font-size: 16px;
  }
}
.specialInfo .indent {
  margin-top: 8px;
}
.specialInfo .indent li {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .specialInfo .indent li {
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
  }
}

.vsBlock {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 720px;
  margin-inline: auto;
}
@media (max-width: 520px) {
  .vsBlock {
    gap: 20px;
  }
}
.vsBlock .vsTeam {
  min-width: 0;
}
.vsBlock .vsSide {
  margin: 0 0 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .vsBlock .vsSide {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.vsBlock figure {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 6px solid #000;
  padding: 24px;
}
@media (max-width: 520px) {
  .vsBlock figure {
    border-width: 4px;
    padding: 12px;
  }
}
.vsBlock figure .ph {
  width: 100%;
  aspect-ratio: 3/4;
}
.vsBlock figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  padding-inline: 10px;
}
@media (max-width: 520px) {
  .vsBlock figure img {
    padding-inline: 5px;
  }
}
.vsBlock figure figcaption {
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 520px) {
  .vsBlock figure figcaption {
    margin-bottom: 8px;
  }
}
.vsBlock figure figcaption strong {
  display: block;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .vsBlock figure figcaption strong {
    font-size: 16px;
    margin-inline: -16px;
  }
}
.vsBlock figure > p {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 520px) {
  .vsBlock figure > p {
    margin-top: 8px;
    font-size: 11px;
  }
}
.vsBlock > p {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  isolation: isolate;
}
@media (max-width: 520px) {
  .vsBlock > p {
    top: calc(50% + 10px);
    font-size: 18px;
    width: 52px;
    height: 52px;
  }
}
.vsBlock > p::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 5px solid #000;
  transform: rotate(45deg);
  background: #fff;
}
@media (max-width: 520px) {
  .vsBlock > p::before {
    inset: 6px;
    border-width: 3px;
  }
}

/* player */
.playerBox {
  max-width: 960px;
  margin-inline: auto;
  overflow: visible;
}

.playerLead {
  text-align: center;
  margin: -24px 0 32px;
}
@media (max-width: 520px) {
  .playerLead {
    margin: -8px 0 20px;
    text-align: left;
  }
}
.playerLead > p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .playerLead > p {
    font-size: 13px;
  }
}
.playerLead .indent {
  margin-top: 3px;
}
@media (max-width: 520px) {
  .playerLead .indent {
    margin-top: 0px;
  }
}
.playerLead .indent li {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .playerLead .indent li {
    font-size: 11px;
  }
}

.playerTabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 64px;
  align-items: end;
  background: transparent;
}
@media (max-width: 520px) {
  .playerTabs {
    min-height: 54px;
  }
}
.playerTabs button {
  display: grid;
  place-items: center;
  min-height: 56px;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
}
@media (max-width: 520px) {
  .playerTabs button {
    font-size: 18px;
  }
}
.playerTabs button[data-team=white] {
  color: #000;
  background: #fff;
}
.playerTabs button[data-team=black] {
  color: #fff;
  background: #000;
}
@media (max-width: 520px) {
  .playerTabs button {
    min-height: 48px;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
  }
}
.playerTabs button.active {
  position: relative;
  z-index: 1;
  min-height: 70px;
}
@media (max-width: 520px) {
  .playerTabs button.active {
    min-height: 54px;
  }
}

.playerPanel {
  background: #fff;
  border: 2px solid #000;
  border-top: none;
  padding: 32px 28px 40px;
}
@media (max-width: 520px) {
  .playerPanel {
    padding: 20px 16px 28px;
  }
}
.playerPanel[data-team=black] {
  background: #000;
}
.playerPanel[data-team=black] .playerList .playerPhoto {
  background: #000;
}
.playerPanel[data-team=black] .playerList .playerPhoto .ph {
  background: #000;
  color: #9F9F9F;
}
.playerPanel[data-team=black] .playerList .nameEn,
.playerPanel[data-team=black] .playerList .nameJa {
  color: #fff;
}
.playerPanel[hidden] {
  display: none;
}

.playerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
@media (max-width: 768px) {
  .playerList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px) {
  .playerList {
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
}
.playerList .playerCard {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: opacity 0.3s;
}
@media (max-width: 520px) {
  .playerList .playerCard {
    gap: 2px;
  }
}
.playerList .playerCard:hover {
  opacity: 0.75;
}
.playerList .playerPhoto {
  display: block;
  margin-bottom: 6px;
  background: #fff;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (max-width: 520px) {
  .playerList .playerPhoto {
    margin-bottom: 6px;
  }
}
.playerList .playerPhoto .ph {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: #fff;
  color: #9F9F9F;
}
.playerList .playerPhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
}
.playerList .nameEn {
  display: block;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 520px) {
  .playerList .nameEn {
    font-size: 12px;
  }
}
.playerList .nameJa {
  display: flex;
  align-items: end;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 520px) {
  .playerList .nameJa {
    gap: 6px;
    font-size: 15px;
  }
}
.playerList .nameJa .num {
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: -3px;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .playerList .nameJa .num {
    margin-top: 2px;
    margin-bottom: -1px;
    font-size: 28px;
  }
}

/* modal（PLAYER / MOVIE / MAP 共通） */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 48px 20px 24px;
}
.modal[hidden] {
  display: none;
}
.modal.map {
  z-index: 1100;
}
.modal .modalBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.modal .modalDialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
}
.modal .modalClose {
  position: absolute;
  top: -36px;
  right: 0;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.modal .modalClose::before, .modal .modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
}
.modal .modalClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modalBody {
  background: #fff;
}
.modal.player .modalBody {
  max-height: calc(100dvh - 72px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.movie .modalDialog {
  width: min(960px, 100%);
}
.modal.movie .modalBody {
  padding: 20px;
}
@media (max-width: 520px) {
  .modal.movie .modalBody {
    padding: 12px;
  }
}
.modal.map .modalDialog {
  width: auto;
  max-width: min(720px, 100%);
}
@media (max-width: 520px) {
  .modal.map .modalDialog {
    width: min(720px, 100%);
  }
}
.modal.map .modalBody {
  display: grid;
  place-items: center;
  margin: 0;
  max-height: 70dvh;
  overflow: hidden;
}
@media (max-width: 520px) {
  .modal.map .modalBody {
    max-height: calc(100dvh - 72px);
  }
}
.modal.map .modalBody img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70dvh;
  margin: 0;
  object-fit: contain;
}
@media (max-width: 520px) {
  .modal.map .modalBody img {
    max-height: calc(100dvh - 72px);
  }
}

body.open {
  overflow: hidden;
}

/* player modal 内容 */
.playerHead {
  display: grid;
  grid-template-columns: minmax(120px, 42%) 1fr;
  gap: 16px 20px;
  padding: 24px 24px 28px;
}
@media (max-width: 520px) {
  .playerHead {
    gap: 12px 14px;
    padding: 16px 16px 20px;
  }
}
.playerHead figure {
  grid-row: 1;
  grid-column: 1;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #F7F7F7;
}
.playerHead figure .ph,
.playerHead figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.playerHead figure .ph {
  aspect-ratio: auto;
  background: #F7F7F7;
  color: #9F9F9F;
}
.playerHead .playerName {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  text-align: left;
}
.playerHead .playerName .num {
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .playerHead .playerName .num {
    font-size: 40px;
  }
}
.playerHead .playerName h3 {
  margin-top: 8px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (max-width: 520px) {
  .playerHead .playerName h3 {
    font-size: 18px;
    margin-top: 6px;
  }
}
.playerHead .playerName .nameEn {
  margin-top: 6px;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .playerHead .playerName .nameEn {
    font-size: 11px;
  }
}
.playerHead > p {
  grid-column: 1/-1;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (max-width: 520px) {
  .playerHead > p {
    font-size: 14px;
    line-height: 1.65;
  }
}

.playerData {
  background: #6A6A6A;
  color: #fff;
  margin: 0;
  padding: 8px 24px;
}
@media (max-width: 520px) {
  .playerData {
    padding: 4px 16px;
  }
}
.playerData > div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 12px 20px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 520px) {
  .playerData > div {
    grid-template-columns: 5.5em 1fr;
    gap: 8px 12px;
    padding: 12px 0;
  }
}
.playerData > div:last-child {
  border-bottom: none;
}
.playerData dt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 520px) {
  .playerData dt {
    font-size: 12px;
  }
}
.playerData dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 520px) {
  .playerData dd {
    font-size: 12px;
  }
}

/* event */
#event {
  background: #fff;
  color: #000;
}
#event #eventsSlider {
  overflow: visible;
}
#event #eventsSlider.swiper-no-overflow .swiper-wrapper {
  justify-content: center;
}
#event #eventsSlider.swiper-no-overflow .swiper-slide:last-child {
  margin-right: 0;
}
#event #eventsSlider.swiper-no-overflow .swiperControl {
  display: none;
}
#event #eventsSlider .swiper-slide {
  width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  #event #eventsSlider .swiper-slide {
    width: auto;
  }
}
@media (max-width: 768px) {
  #event #eventsSlider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
    transform: none !important;
  }
  #event #eventsSlider .swiper-slide {
    margin: 0 !important;
    height: auto;
  }
  #event #eventsSlider .swiperControl {
    display: none;
  }
}
#event #eventsSlider .swiperControl {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin-inline: auto;
  padding: 32px 0 0;
}
@media (max-width: 768px) {
  #event #eventsSlider .swiperControl {
    display: none;
  }
}
#event #eventsSlider .swiperNav {
  display: flex;
  align-items: center;
  gap: 16px;
}
#event #eventsSlider .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}
#event #eventsSlider .swiper-pagination .swiper-pagination-current,
#event #eventsSlider .swiper-pagination .swiper-pagination-total {
  line-height: 1;
}
#event #eventsSlider .swiper-pagination i {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #000;
}
#event #eventsSlider .swiper-button-prev,
#event #eventsSlider .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 999px;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#event #eventsSlider .swiper-button-prev::after,
#event #eventsSlider .swiper-button-next::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#event #eventsSlider .swiper-button-prev:hover,
#event #eventsSlider .swiper-button-next:hover {
  background: #000;
}
#event #eventsSlider .swiper-button-prev:hover::after,
#event #eventsSlider .swiper-button-next:hover::after {
  border-color: #fff;
}
#event #eventsSlider .swiper-button-prev.swiper-button-disabled,
#event #eventsSlider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#event #eventsSlider .swiper-button-prev::after {
  left: 0;
  right: -3px;
  transform: rotate(-135deg);
}
#event #eventsSlider .swiper-button-next::after {
  left: -3px;
  right: 0;
  transform: rotate(45deg);
}
#event .eventCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  background: #fff;
  color: #000;
}
#event .eventCard figure {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #F7F7F7;
}
#event .eventCard figure .ph {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: #F7F7F7;
  color: #9F9F9F;
}
#event .eventCard figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
#event .eventCard .eventTime {
  margin-top: 14px;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 520px) {
  #event .eventCard .eventTime {
    margin-top: 10px;
    font-size: 16px;
  }
}
#event .eventCard h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 520px) {
  #event .eventCard h3 {
    margin-top: 6px;
    font-size: 13px;
  }
}
#event .eventCard .eventMore {
  margin-top: auto;
  padding-top: 14px;
}
#event .eventCard .eventMore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding-inline: 14px 12px;
  border: 1px solid #000;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #event .eventCard .eventMore a {
    min-height: 28px;
    padding-inline: 10px 8px;
    font-size: 9px;
    gap: 4px;
  }
}
#event .eventCard .eventMore a i {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
#event .eventCard .eventMore a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}
#event .eventCard .eventMore a:hover {
  background: #000;
  color: #fff;
}

/* ticket */
.ticketScheduleWrap {
  max-width: 800px;
  margin: 0 auto 80px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 520px) {
  .ticketScheduleWrap {
    margin: 0 -20px 60px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: start;
  }
  .ticketScheduleWrap::before, .ticketScheduleWrap::after {
    content: "";
    width: 20px;
  }
}

.ticketSchedule {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid #DCDCDC;
  background: #fff;
}
.ticketSchedule th,
.ticketSchedule td {
  border: 1px solid #DCDCDC;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 520px) {
  .ticketSchedule th,
  .ticketSchedule td {
    padding: 8px 6px;
    font-size: 11px;
  }
}
.ticketSchedule thead th {
  background: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border-color: #fff;
}
.ticketSchedule tbody th {
  font-weight: 700;
  background: #F7F7F7;
}

.stadiumMapBox {
  max-width: 560px;
  margin: 0 auto 40px;
}
.stadiumMapBox .playerTabs button {
  font-family: "ryo-gothic-plusn", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
  background: #fff;
  border-color: #000;
}
.stadiumMapBox .playerTabs button.active {
  color: #fff;
  background: #000;
}

.stadiumMapStage {
  background: #fff;
  padding: 20px 20px 24px;
}
@media (max-width: 520px) {
  .stadiumMapStage {
    padding: 12px 12px 16px;
  }
}

.stadiumMapPanel[hidden] {
  display: none;
}
.stadiumMapPanel figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: zoom-in;
}
.stadiumMapPanel figure ul {
  height: 100%;
  margin: 0;
}
.stadiumMapPanel figure li {
  display: none;
  height: 100%;
  margin: 0;
}
.stadiumMapPanel figure li.active {
  display: block;
}
.stadiumMapPanel figure img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
.stadiumMapPanel figure nav {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 36px);
  gap: 20px 10px;
}
@media (max-width: 520px) {
  .stadiumMapPanel figure nav {
    right: 8px;
    bottom: 8px;
    grid-template-columns: repeat(2, 32px);
    gap: 10px 6px;
  }
}
.stadiumMapPanel figure nav button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 520px) {
  .stadiumMapPanel figure nav button {
    width: 32px;
    height: 32px;
  }
}
.stadiumMapPanel figure nav button:hover {
  border-color: #000;
}
.stadiumMapPanel figure nav button:first-child {
  position: relative;
  grid-column: 1/-1;
  justify-self: end;
  width: 40px;
  height: 40px;
  border: none;
  background: #000;
  cursor: zoom-in;
}
@media (max-width: 520px) {
  .stadiumMapPanel figure nav button:first-child {
    width: 36px;
    height: 36px;
  }
}
.stadiumMapPanel figure nav button:first-child::before, .stadiumMapPanel figure nav button:first-child::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.stadiumMapPanel figure nav button:first-child::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (max-width: 520px) {
  .stadiumMapPanel figure nav button:first-child::before {
    width: 12px;
    height: 12px;
    margin: -8px 0 0 -8px;
  }
}
.stadiumMapPanel figure nav button:first-child::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin: 4px 0 0 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}
@media (max-width: 520px) {
  .stadiumMapPanel figure nav button:first-child::after {
    width: 7px;
    margin: 3px 0 0 1px;
  }
}
.stadiumMapPanel figure nav .prev::before,
.stadiumMapPanel figure nav .next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.stadiumMapPanel figure nav .prev::before {
  transform: translateX(1px) rotate(-135deg);
}
.stadiumMapPanel figure nav .next::before {
  transform: translateX(-1px) rotate(45deg);
}
.stadiumMapPanel > p {
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 520px) {
  .stadiumMapPanel > p {
    font-size: 14px;
  }
}
.stadiumMapPanel .seatPriceMini {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: 8px;
  border-collapse: collapse;
  border-bottom: 1px solid #DCDCDC;
  background: #fff;
}
.stadiumMapPanel .seatPriceMini[hidden] {
  display: none;
}
.stadiumMapPanel .seatPriceMini th,
.stadiumMapPanel .seatPriceMini td {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 520px) {
  .stadiumMapPanel .seatPriceMini th,
  .stadiumMapPanel .seatPriceMini td {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.stadiumMapPanel .seatPriceMini thead th {
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-block: 3px;
  border-top: none;
  border-bottom: none;
  background: #F7F7F7;
}
.stadiumMapPanel .seatPriceMini tbody th {
  font-weight: 700;
}
.stadiumMapPanel .seatPriceMini tbody td {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.stadiumMapPanel .seatPriceNote {
  margin: 0 0 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #444444;
  font-weight: 400;
}
@media (max-width: 520px) {
  .stadiumMapPanel .seatPriceNote {
    margin: 0 0 14px;
    font-size: 11px;
  }
}
.stadiumMapPanel .seatPriceNote .seatPriceNoteJunior {
  display: block;
}
.stadiumMapPanel .seatPriceNote .seatPriceNoteJunior[hidden] {
  display: none;
}
.stadiumMapPanel > ul {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 520px) {
  .stadiumMapPanel > ul {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
  }
}
.stadiumMapPanel > ul button {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 520px) {
  .stadiumMapPanel > ul button {
    font-size: 12px;
  }
}
.stadiumMapPanel > ul button:hover {
  border-color: #000;
}
.stadiumMapPanel > ul button.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.ticketCta {
  max-width: 320px;
  margin-inline: auto;
}
@media (max-width: 520px) {
  .ticketCta {
    max-width: 270px;
  }
}
.ticketCta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  min-height: 56px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
}
.ticketCta a i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ticketCta a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}
.ticketCta a:hover {
  opacity: 0.85;
}

/* goods */
.goodsLead {
  max-width: 960px;
  margin: 0 auto 24px;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
.goodsLead img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.goodsText {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .goodsText {
    text-align: left;
  }
}

.goodsMore {
  text-align: center;
}
.goodsMore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding-inline: 28px 24px;
  border: 1px solid #000;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.3s;
}
.goodsMore a i {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.goodsMore a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}
.goodsMore a:hover {
  background: #000;
  color: #fff;
}

/* movies */
.movieList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 960px;
  margin-inline: auto;
  gap: 36px;
}
@media (max-width: 520px) {
  .movieList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.movieThumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.movieThumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: 0.3s;
}
.movieThumb::before, .movieThumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.movieThumb::before {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
}
@media (max-width: 520px) {
  .movieThumb::before {
    width: 56px;
    height: 56px;
  }
}
.movieThumb::after {
  margin-left: 3px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
@media (max-width: 520px) {
  .movieThumb::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
}
.movieThumb:hover img {
  opacity: 0.85;
}
.movieThumb span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 520px) {
  .movieThumb span {
    left: 12px;
    bottom: 10px;
    font-size: 13px;
  }
}

.modal.movie h3 {
  margin-bottom: 12px;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 520px) {
  .modal.movie h3 {
    font-size: 16px;
  }
}

.movieFrame {
  aspect-ratio: 16/9;
  background: #000;
}
.movieFrame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* news */
.newsList {
  max-width: 800px;
  margin-inline: auto;
  border-top: 1px solid #000;
}
.newsList li {
  border-bottom: 1px solid #000;
}
.newsList a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 8px;
  align-items: center;
  padding: 28px 20px;
  text-align: left;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
@media (max-width: 520px) {
  .newsList a {
    column-gap: 16px;
    row-gap: 6px;
    padding: 22px 0;
  }
}
.newsList a::after {
  content: "";
  grid-column: 2;
  grid-row: 1/-1;
  align-self: center;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 520px) {
  .newsList a::after {
    width: 6px;
    height: 6px;
  }
}
.newsList a:hover {
  opacity: 0.6;
}
.newsList li.disabled a {
  pointer-events: none;
  cursor: default;
}
.newsList li.disabled a::after {
  content: none;
}
.newsList li.disabled a:hover {
  opacity: 1;
}
.newsList time {
  grid-column: 1;
  grid-row: 1;
  font-family: "Freshman", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 520px) {
  .newsList time {
    font-size: 12px;
  }
}
.newsList span {
  grid-column: 1;
  grid-row: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .newsList span {
    font-size: 14px;
  }
}

/* sponsor */
.sponsorList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sponsorList img {
  display: block;
  width: 420px;
  height: auto;
  margin: 0;
}
@media (max-width: 520px) {
  .sponsorList img {
    width: 280px;
  }
}

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