@charset "UTF-8";
@font-face {
  font-family: "FoundryGridnikW03-ExtraBold";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Extra%20Bold.otf") format("opentype");
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "FoundryGridnikW03-Regular";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Regular.otf") format("opentype");
}
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.top-mv {
  position: relative;
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-mv > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-mv__title {
  position: relative;
  text-align: center;
}
.top-mv__title::before, .top-mv__title::after {
  content: "";
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-mv__title::after {
  rotate: -180deg;
}
.top-mv__title p {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  line-height: 1;
}
.top-mv__title .sub {
  margin-top: 30px;
  letter-spacing: 0.02px;
}
.top-mv__title .date {
  letter-spacing: 0.02px;
}
.top-mv__title .date .block {
  margin-inline: 5px;
}

.top-overview {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-overview > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-overview__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-overview__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-overview__title h2::before, .top-overview__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-overview__title h2::before {
  right: 0;
}
.top-overview__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-overview__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-overview__title p::before, .top-overview__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-overview__table {
  position: relative;
}
.top-overview__table-head, .top-overview__table-foot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #0d9093;
  font-family: "FoundryGridnikW03-Regular", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.top-overview__table-head::before, .top-overview__table-head::after, .top-overview__table-foot::before, .top-overview__table-foot::after {
  content: "";
  background: url("/2025_Split2_Playoff_Finals/assets/images/overview_assets.svg") center/contain no-repeat;
}
.top-overview__table-head::before, .top-overview__table-foot::before {
  rotate: -90deg;
}
.top-overview__table-foot {
  rotate: -180deg;
}
.top-overview__table-body {
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: separate;
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.top-overview__table-body th {
  background: rgba(13, 144, 147, 0.15);
  color: #f2f2f2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}
.top-overview__table-body td {
  background: rgba(22, 22, 22, 0.5);
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.top-overview__table-body th,
.top-overview__table-body td {
  vertical-align: middle;
}
.top-overview__table-body a {
  color: #eada8f;
  text-decoration: underline;
  transition: color 0.3s;
}
.top-overview__table-body .annotation {
  color: #dc3030;
}
.top-overview__table-note {
  font-size: 1.2rem;
}
.top-overview__table-note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.top-access {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-access > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-access__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-access__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-access__title h2::before, .top-access__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-access__title h2::before {
  right: 0;
}
.top-access__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-access__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-access__title p::before, .top-access__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-access__map {
  display: grid;
  letter-spacing: 0.12em;
}
.top-access__map-embed {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #0d9093;
}
.top-access__map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: invert(100%) hue-rotate(-180deg);
}
.top-access__map-title {
  font-weight: 700;
}
.top-access__map-text {
  line-height: 1.5;
}
.top-access__map-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-inline: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.top-access__map-link::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 20px;
  height: 25px;
  background: url("/2025_Split2_Playoff_Finals/assets/images/map_icon.svg") center/contain no-repeat;
}
.top-access__list li {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-access__list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-access__list li img {
  width: 100%;
}
.top-access__splide .splide__arrows {
  position: absolute;
  inset-inline: 0;
  margin-inline: 10px;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 20px);
  pointer-events: none;
}
.top-access__splide .splide__arrow {
  display: grid;
  place-content: center;
  width: 30px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  background: rgba(13, 144, 147, 0.8);
  position: static;
  top: 0;
  transform: translateY(0);
  opacity: 1;
  z-index: inherit;
  pointer-events: auto;
}
.top-access__splide .splide__arrow::after {
  display: block;
  content: "";
  width: 12px;
  height: 21px;
  background: #f2f2f2;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") center/contain no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") center/contain no-repeat;
}
.top-access__splide .splide__arrow.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.top-access__splide .splide__arrow svg {
  display: none;
}
.top-access__splide .splide__arrow:disabled {
  opacity: 0;
}

.top-tickets {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-tickets > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-tickets__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-tickets__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-tickets__title h2::before, .top-tickets__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-tickets__title h2::before {
  right: 0;
}
.top-tickets__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-tickets__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-tickets__title p::before, .top-tickets__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-tickets__content {
  display: grid;
  align-items: flex-start;
}
.top-tickets__img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-tickets__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-tickets__img img {
  width: 100%;
}
.top-tickets__desc-title {
  font-weight: 700;
}
.top-tickets__desc-bonus {
  display: grid;
  align-items: start;
}
.top-tickets__desc-img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-tickets__desc-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-tickets__desc-img img {
  width: 100%;
}
.top-tickets__desc-text {
  line-height: 1.5;
  color: #eada8f;
  font-weight: 700;
}
.top-tickets__desc-note {
  margin-top: 10px;
  color: #d3d3d3;
}
.top-tickets__desc-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #161616;
}
.top-tickets__desc-link p {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.top-tickets__desc-link span {
  letter-spacing: -0.0075em;
}
.top-tickets__desc-link img {
  transition: filter 0.3s;
}
.top-tickets__modal-content p {
  font-weight: 800;
  text-align: center;
}
.top-tickets__modal-content a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-inline: auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #dc3030;
  font-weight: 700;
  transition: opacity 0.3s;
}

.top-goods {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-goods > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-goods__contents {
  position: relative;
}
.top-goods__title {
  margin: auto;
  text-align: center;
}
.top-goods__title img {
  height: auto;
}
.top-goods__bg {
  position: relative;
  z-index: 2;
  text-align: center;
}
.top-goods__bg img {
  height: auto;
}
.top-goods__text {
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-goods__text.yellow {
  color: #eada8f;
}
.top-goods__link {
  position: relative;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #161616;
}
.top-goods__link p {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.top-goods__link span {
  letter-spacing: -0.0075em;
}
.top-goods__link img {
  transition: filter 0.3s;
}
.top-goods__img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-goods__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-goods__img img {
  width: 100%;
}
.top-goods__comingsoon {
  color: #d3d3d3;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4px;
}

.top-matches {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-matches > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-matches__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-matches__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-matches__title h2::before, .top-matches__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-matches__title h2::before {
  right: 0;
}
.top-matches__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-matches__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-matches__title p::before, .top-matches__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-matches__img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-matches__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-matches__img img {
  width: 100%;
}

.top-teams {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-teams > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-teams__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-teams__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-teams__title h2::before, .top-teams__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-teams__title h2::before {
  right: 0;
}
.top-teams__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-teams__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-teams__title p::before, .top-teams__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-teams__list {
  display: grid;
}
.top-teams__name {
  display: flex;
  align-items: center;
}
.top-teams__name p {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.top-teams__name h3 {
  font-weight: 500;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-teams__member {
  position: relative;
}
.top-teams__member .img-wrap {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
  position: relative;
}
.top-teams__member .img-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/2025_Split2_Playoff_Finals/assets/images/player/player_mask.svg") center/contain no-repeat;
  transition: top 0.3s, right 0.3s;
}
.top-teams__member .img-wrap:hover::after {
  top: 0;
  right: 0;
}
.top-teams__member .img-wrap.not-modal {
  pointer-events: none;
}
.top-teams__member .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/player/player_mask.svg") no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/player/player_mask.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-teams__member .img::before, .top-teams__member .img::after {
  pointer-events: none;
}
.top-teams__member .img::before {
  content: "PROFILE";
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "FoundryGridnikW03-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.98px;
  transition: opacity 0.1s, scale 0.1s;
  opacity: 0;
  scale: 0;
}
.top-teams__member .img::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d9093;
  mix-blend-mode: multiply;
  will-change: mix-blend-mode;
  transition: translate 0.3s;
  translate: 100% -100%;
}
.top-teams__member .img img {
  aspect-ratio: 1/1;
}
.top-teams__member p {
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.top-teams__modal-descript {
  display: grid;
  align-items: center;
  gap: 30px;
}
.top-teams__modal-descript-img {
  margin-inline: auto;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/player/player_mask.svg") no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/player/player_mask.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-teams__modal-descript h4 {
  position: relative;
  padding-top: 10px;
  font-weight: 700;
  line-height: 1;
}
.top-teams__modal-descript h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background: #f2f2f2;
}
.top-teams__modal-descript-text div + div {
  margin-top: 10px;
}
.top-teams__modal-descript-text span {
  color: #d3d3d3;
  font-size: 1.2rem;
}
.top-teams__modal-descript-text p {
  font-size: 1.4rem;
  font-weight: 700;
}
.top-teams__modal-descript-qa dt {
  display: flex;
  color: #eada8f;
  font-size: 1.6rem;
  font-weight: 500;
  background: rgba(13, 144, 147, 0.15);
}
.top-teams__modal-descript-qa dt::before {
  content: "Q";
  display: grid;
  place-content: center;
  background: #0d9093;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px;
}
.top-teams__modal-descript-qa dt p {
  flex: 1;
  padding: 10px;
}
.top-teams__modal-descript-qa dt:not(:first-of-type) {
  margin-top: 5px;
}
.top-teams__modal-descript-qa dd {
  padding: 10px 15px;
  background: rgba(22, 22, 22, 0.5);
  font-size: 1.4rem;
}
.top-teams .splide__track {
  padding-inline: 20px !important;
}
.top-teams .splide__arrows {
  position: absolute;
  inset-inline: 0;
  margin-inline: 10px;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 35px);
  pointer-events: none;
}
.top-teams .splide__arrow {
  display: grid;
  place-content: center;
  width: 30px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  background: rgba(13, 144, 147, 0.8);
  position: static;
  top: 0;
  transform: translateY(0);
  opacity: 1;
  z-index: inherit;
  pointer-events: auto;
}
.top-teams .splide__arrow::after {
  display: block;
  content: "";
  width: 12px;
  height: 21px;
  background: #f2f2f2;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") center/contain no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") center/contain no-repeat;
}
.top-teams .splide__arrow.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.top-teams .splide__arrow svg {
  display: none;
}
.top-teams .splide__arrow:disabled {
  opacity: 0;
}

.modal__content {
  width: min(100% - 40px, 800px);
  margin-top: 40px;
  margin-inline: auto;
  padding: 10px;
  background: url("/2025_Split2_Playoff_Finals/assets/images/modal/player_modal_assets02.svg") center top/auto no-repeat;
  border: 1px solid #0d9093;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal__head, .modal__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d9093;
  font-family: "FoundryGridnikW03-Regular", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.modal__head::before, .modal__head::after, .modal__foot::before, .modal__foot::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/2025_Split2_Playoff_Finals/assets/images/modal/player_modal_assets01.svg") center/contain no-repeat;
}
.modal__head::after, .modal__foot::after {
  rotate: 90deg;
}
.modal__foot {
  rotate: -180deg;
}

.top-schedule {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-schedule > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-schedule__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-schedule__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-schedule__title h2::before, .top-schedule__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-schedule__title h2::before {
  right: 0;
}
.top-schedule__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-schedule__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-schedule__title p::before, .top-schedule__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-schedule__img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
  width: min(100%, 700px);
  margin-inline: auto;
}
.top-schedule__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-schedule__img img {
  width: 100%;
}
.top-information__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-information__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-information__title h2::before, .top-information__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-information__title h2::before {
  right: 0;
}
.top-information__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-information__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-information__title p::before, .top-information__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-information__inner {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-information__inner > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-information__img {
  position: relative;
  border: 2px solid #0d9093;
  border-radius: 3px;
  cursor: pointer;
}
.top-information__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/zoom_icon.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.top-information__img img {
  width: 100%;
}

.top-information__slider-main img {
  width: 100%;
}
.top-information__slider-thumb .splide__slide {
  display: flex;
  align-items: center;
  border: none !important;
}
.top-information__slider-thumb .splide__arrows {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.top-information__slider-thumb .splide__arrow {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: static;
  top: 0;
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
  z-index: inherit;
  border-top: 1px solid #0d9093;
  border-bottom: 1px solid #0d9093;
  pointer-events: auto;
}
.top-information__slider-thumb .splide__arrow::after {
  display: block;
  content: "";
  width: 12px;
  height: 21px;
  background: #0d9093;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-information__slider-thumb .splide__arrow.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.top-information__slider-thumb .splide__arrow svg {
  display: none;
}
.top-information__slider-thumb .splide__pagination {
  display: flex !important;
  position: static;
  gap: 8px;
  margin-top: 18px;
}
.top-information__slider-thumb .splide__pagination li {
  width: 50px;
  height: 7px;
}
.top-information__slider-thumb .splide__pagination li::marker {
  content: "";
}
.top-information__slider-thumb .splide__pagination li button {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--top-partners-banner-pagination-color, #eada8f);
  display: block;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  background: none;
  transform: scale(1);
}
.top-information__slider-thumb .splide__pagination li button.is-active {
  --top-partners-banner-pagination-color: #0d9093;
  position: relative;
}
.top-information__slider-thumb .splide__pagination li button.is-active::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--top-partners-banner-pagination-color);
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin-inline: auto;
}
.top-information__slider-thumb .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.top-broadcast {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-broadcast > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-broadcast__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-broadcast__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-broadcast__title h2::before, .top-broadcast__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-broadcast__title h2::before {
  right: 0;
}
.top-broadcast__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-broadcast__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-broadcast__title p::before, .top-broadcast__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-broadcast__list {
  display: grid;
  justify-content: center;
  gap: 40px;
}
.top-broadcast__list li {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-broadcast__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top-partners {
  text-align: center;
}
.top-partners__title {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  text-align: center;
}
.top-partners__title h2 {
  position: relative;
  display: inline-block;
  font-size: 13.2rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.0075em;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-partners__title h2::before, .top-partners__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/2025_Split2_Playoff_Finals/assets/images/heading_assets.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.top-partners__title h2::before {
  right: 0;
}
.top-partners__title h2::after {
  bottom: -10%;
  left: 0;
  rotate: -180deg;
}
.top-partners__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-partners__title p::before, .top-partners__title p::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
}
.top-partners__inner {
  display: grid;
  grid-template-columns: minmax(auto, var(--base-contents-max-width, 1200px));
  justify-content: center;
}
.top-partners__inner > *:not([class$=title], .common-modal) {
  position: relative;
  z-index: 0;
}
.top-partners__list {
  display: flex;
  flex-wrap: wrap;
}
.top-partners__list-item img {
  height: auto;
}
.top-partners__banner .splide__slide {
  display: flex;
  align-items: center;
}
.top-partners__banner .splide__arrows {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.top-partners__banner .splide__arrow {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: static;
  top: 0;
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
  z-index: inherit;
  border-top: 1px solid #0d9093;
  border-bottom: 1px solid #0d9093;
  pointer-events: auto;
}
.top-partners__banner .splide__arrow::after {
  display: block;
  content: "";
  width: 12px;
  height: 21px;
  background: #0d9093;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-partners__banner .splide__arrow.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.top-partners__banner .splide__arrow svg {
  display: none;
}
.top-partners__banner .splide__pagination {
  display: flex !important;
  position: static;
  gap: 8px;
  margin-top: 18px;
}
.top-partners__banner .splide__pagination li {
  width: 50px;
  height: 7px;
}
.top-partners__banner .splide__pagination li::marker {
  content: "";
}
.top-partners__banner .splide__pagination li button {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--top-partners-banner-pagination-color, #eada8f);
  display: block;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  background: none;
  transform: scale(1);
}
.top-partners__banner .splide__pagination li button.is-active {
  --top-partners-banner-pagination-color: #0d9093;
  position: relative;
}
.top-partners__banner .splide__pagination li button.is-active::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--top-partners-banner-pagination-color);
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin-inline: auto;
}

.top-sns {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  width: min(100% - 40px, 450px);
  background: rgba(22, 22, 22, 0.5);
  padding: 20px;
  margin-inline: auto;
  border-radius: 5px;
}
.top-sns__title {
  line-height: 0.7;
  letter-spacing: 0.01px;
}
.top-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.top-sns__list a {
  transition: opacity 0.3s;
}

.top-contact {
  position: relative;
  z-index: 1;
  text-align: center;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.top-contact__title {
  font-size: 3rem;
  line-height: 0.7;
  letter-spacing: 0.01px;
}
.top-contact p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.top-contact a {
  text-decoration: underline;
  font-weight: 700;
  transition: opacity 0.3s;
}

.common-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: grid;
  grid-template-rows: min-content;
  --common-modal-btn-size: 40px;
}
.common-modal__close {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.common-modal__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.common-modal__close-btn-box {
  display: block;
  margin-inline: auto;
  position: relative;
  background: #161616;
  width: var(--common-modal-btn-size);
  height: var(--common-modal-btn-size);
}
.common-modal__close-btn-box::before, .common-modal__close-btn-box::after {
  display: block;
  content: "";
  background: #0d9093;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center;
  width: 2px;
  height: 14px;
}
.common-modal__close-btn-box::before {
  transform: rotate(-45deg);
}
.common-modal__close-btn-box::after {
  transform: rotate(45deg);
}
.common-modal__close-btn-text {
  color: #0d9093;
  font-size: 1.3rem;
  font-weight: 500;
}
.common-modal__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  position: relative;
  padding-bottom: 40px;
}

.ticket-modal {
  transition: opacity 0.3s, z-index 0.1s;
  align-content: center;
}
.ticket-modal.hidden {
  opacity: 0;
  z-index: -10;
}
.ticket-modal .modal__content {
  margin-top: 0;
}
.ticket-modal .common-modal__inner {
  overflow-y: initial;
  height: initial;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #161616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
}

summary {
  display: block;
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}

hr {
  margin-block: 0.8em;
  opacity: 0.6;
}

.font {
  font-family: "FoundryGridnikW03-ExtraBold", sans-serif;
  line-height: 0.7;
}

.inview {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: opacity 0.3s ease-out, top 0.3s ease-out;
}
.inview.fadein {
  opacity: 1;
  top: 0;
}

.is-locked {
  position: fixed;
  top: var(--scrolled-position-y, 0);
  right: 0;
  left: 0;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.bg {
  position: relative;
  z-index: 0;
}
.bg__content, .bg__overlay, .bg__mv {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.bg__content img, .bg__overlay img, .bg__mv img {
  width: 100%;
  height: auto;
}
.bg__mv {
  z-index: 2;
  top: 0;
}
.bg__overlay {
  z-index: 4;
  mix-blend-mode: overlay;
  will-change: mix-blend-mode;
}
.bg__overlay-bg {
  width: 100%;
  background: #161616;
  position: absolute;
  z-index: 1;
  top: 90px;
}
.bg__content {
  z-index: 2;
}

body .viewer-toolbar > ul > li {
  background-color: #0d9093;
  width: 48px;
  height: 48px;
  border-radius: 0%;
}
body .viewer-toolbar > ul > li::before {
  scale: 2;
  margin: 14px;
}

.footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-block: 40px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.footer p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.footer-link {
  display: grid;
  justify-content: center;
  padding-inline: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.footer-link a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.footer-copyright {
  font-weight: 500;
  font-size: 1.4rem;
}

.floating-buttons {
  position: fixed;
  z-index: 9;
  bottom: 0;
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  text-align: right;
}
.floating-buttons .ticket-link {
  transition: opacity 0.2s;
}
.floating-buttons .ticket-link a img {
  filter: drop-shadow(0 2.588px 15.529px rgba(0, 0, 0, 0.4));
}

.scroll-top-button {
  transition: opacity 0.3s;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: static;
  top: 0;
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
  z-index: inherit;
  border-top: 1px solid #0d9093;
  border-bottom: 1px solid #0d9093;
}
.scroll-top-button::after {
  display: block;
  content: "";
  width: 12px;
  height: 21px;
  background: #0d9093;
  -webkit-mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
          mask: url("/2025_Split2_Playoff_Finals/assets/images/arrow.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: -90deg;
}
.scroll-top-sp .scroll-top-button {
  margin: auto;
}

.top-comingsoon {
  position: relative;
  display: grid;
  place-content: center;
  color: #545454;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 4px;
  width: 100%;
  background: #161616;
  mix-blend-mode: difference;
  will-change: mix-blend-mode;
}
.top-comingsoon::before, .top-comingsoon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  display: block;
  background: linear-gradient(#d3d3d3 0%, #d3d3d3 45%, transparent 45%, transparent 55%, #d3d3d3 55%, #d3d3d3 100%);
}
.top-comingsoon::before {
  left: 0;
}
.top-comingsoon::after {
  right: 0;
}
.top-comingsoon p {
  display: block;
}
.top-comingsoon .note {
  font-size: 0.8em;
}/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@font-face {
  font-family: "FoundryGridnikW03-ExtraBold";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Extra%20Bold.otf") format("opentype");
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "FoundryGridnikW03-Regular";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Regular.otf") format("opentype");
}
.header-menu-list[data-v-09cca6a6] {
  display: grid;
}
.header-menu-list__link[data-v-09cca6a6] {
  display: block;
  transition: opacity 0.3s;
}
.header-menu-list__link .no[data-v-09cca6a6] {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 1rem;
  width: 15px;
  text-align: center;
  border-top: 1px solid #0d9093;
  color: #0d9093;
  padding-top: 3px;
  letter-spacing: 0;
}
.header-menu-list__link .en[data-v-09cca6a6] {
  letter-spacing: 0.02px;
}
.header-menu-list__link .jp[data-v-09cca6a6] {
  font-size: 1.2rem;
  margin-top: 5px;
}
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@font-face {
  font-family: "FoundryGridnikW03-ExtraBold";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Extra%20Bold.otf") format("opentype");
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "FoundryGridnikW03-Regular";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Regular.otf") format("opentype");
}
.header[data-v-06ed82a7] {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .slide-toggle-enter-active[data-v-06ed82a7],
.header .slide-toggle-leave-active[data-v-06ed82a7] {
  transition: transform 0.3s ease-in-out;
}
.header .slide-toggle-enter-from[data-v-06ed82a7],
.header .slide-toggle-leave-to[data-v-06ed82a7] {
  transform: translateY(100%);
}
.header__btn[data-v-06ed82a7] {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  filter: drop-shadow(0px 2.588px 15.529px rgba(0, 0, 0, 0.4));
  will-change: filter;
}
.header__btn-inner[data-v-06ed82a7] {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/2025_Split2_Playoff_Finals/assets/images/sp_menu/sp_menu_icon_fill.svg) no-repeat left top/contain;
  clip-path: polygon(0 0, calc(100% - 8px) 0%, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.is-open .header__btn-inner[data-v-06ed82a7] {
  background-image: url(/2025_Split2_Playoff_Finals/assets/images/sp_menu/sp_menu_icon_fill_line.svg);
  background-size: 74px;
  background-position: top -12px left -15px;
}
.header__btn-inner[data-v-06ed82a7]::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/2025_Split2_Playoff_Finals/assets/images/sp_menu/sp_menu_icon_frame_w.svg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.is-open .header__btn-inner[data-v-06ed82a7]::after {
  background-image: url(/2025_Split2_Playoff_Finals/assets/images/sp_menu/sp_menu_icon_frame_g.svg);
}
.header__btn-box[data-v-06ed82a7] {
  display: block;
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0 auto;
}
.header__btn-line[data-v-06ed82a7] {
  display: block;
  width: 100%;
  height: 1px;
  background: #eada8f;
  margin: auto;
  position: absolute;
  transform-origin: left center;
}
.header__btn-line[data-v-06ed82a7]:first-of-type {
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out;
}
.is-open .header__btn-line[data-v-06ed82a7]:first-of-type {
  transform: rotate(45deg);
  left: 3px;
}
.header__btn-line[data-v-06ed82a7]:nth-of-type(2) {
  inset-block: 0;
  right: 0;
  width: 10px;
  transition: opacity 0.3s ease-in-out;
}
.is-open .header__btn-line[data-v-06ed82a7]:nth-of-type(2) {
  opacity: 0;
}
.header__btn-line[data-v-06ed82a7]:last-of-type {
  bottom: 0;
  left: 1px;
  width: 10px;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, bottom 0.3s ease-in-out, width 0.3s ease-in-out;
}
.is-open .header__btn-line[data-v-06ed82a7]:last-of-type {
  transform: rotate(-45deg);
  left: 3px;
  bottom: -1px;
  width: 100%;
}
.header__spMenu[data-v-06ed82a7] {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background-image: url(/2025_Split2_Playoff_Finals/assets/images/sp_menu/sp_menu_logo_spark.svg);
  background-repeat: no-repeat;
  background-position: center top 126px;
  background-size: 312px 337px;
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior-y: none;
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  will-change: backdrop-filter;
}
.header__spMenu-inner[data-v-06ed82a7] {
  padding: 35px 20px 32px;
}
.header__spMenu-title[data-v-06ed82a7] {
  padding-left: 2px;
  display: inline-block;
}
.header__spMenu-list[data-v-06ed82a7] {
  padding-top: 33px;
}
.header__spMenu-ticket[data-v-06ed82a7] {
  display: block;
  width: min(100%, 350px);
  margin: 36px auto 0;
  background: url(/2025_Split2_Playoff_Finals/assets/images/btn/btn_red_sp.svg) no-repeat left top/contain;
  text-align: center;
  font-size: min(3.5897435897vw, 1.4rem);
  letter-spacing: min(0.2871794872vw, 1.12px);
  line-height: 1.5;
  font-weight: 700;
  color: #161616;
  padding-block: min(4.6153846154vw, 18px) min(3.5897435897vw, 14px);
}
.header__spMenu-ticket span[data-v-06ed82a7] {
  font-size: min(8.7179487179vw, 3.4rem);
}
#phase1 .header__spMenu-ticket[data-v-06ed82a7] {
  display: none;
}
.header__spMenu-bottom[data-v-06ed82a7] {
  margin-top: 31px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.header__spMenu-sns[data-v-06ed82a7] {
  display: grid;
  grid-template-columns: 20px 30px 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header__spMenu-policy[data-v-06ed82a7] {
  font-size: 1.4rem;
  letter-spacing: 1.12px;
}
.header__spMenu-policy a[data-v-06ed82a7] {
  text-decoration: underline;
  text-underline-position: from-font;
}
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@font-face {
  font-family: "FoundryGridnikW03-ExtraBold";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Extra%20Bold.otf") format("opentype");
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "FoundryGridnikW03-Regular";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Regular.otf") format("opentype");
}
.common-modal__inner[data-v-7abc7fc7] {
  overflow-y: auto;
  height: 100vh;
  height: 100dvh;
}
.fade-enter-active[data-v-7abc7fc7],
.fade-leave-active[data-v-7abc7fc7] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-7abc7fc7],
.fade-leave-to[data-v-7abc7fc7] {
  opacity: 0;
}
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@font-face {
  font-family: "FoundryGridnikW03-ExtraBold";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Extra%20Bold.otf") format("opentype");
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "FoundryGridnikW03-Regular";
  src: url("/2025_Split2_Playoff_Finals/assets/fonts/Foundry%20Gridnik%20W03%20Regular.otf") format("opentype");
}
@media (min-width: 768px){
  .top-mv__title {
    padding-block: 65px;
    padding-inline: 20px;
    background: url("/2025_Split2_Playoff_Finals/assets/images/mv/mv_pc_assets_center.svg") center top/auto no-repeat, url("/2025_Split2_Playoff_Finals/assets/images/mv/mv_pc_assets_center.svg") center bottom/auto no-repeat;
  }
  .top-mv__title::before, .top-mv__title::after {
    top: 0;
    width: 34px;
    height: 100%;
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/mv/mv_pc_frame.svg");
  }
  .top-mv__title::before {
    left: 0;
  }
  .top-mv__title::after {
    right: 0;
  }
  .top-mv__title .sub {
    font-size: 4.6rem;
  }
  .top-mv__title .date {
    margin-top: 20px;
    font-size: 3.4rem;
  }
  .top-mv__title .date small {
    font-size: 2.4rem;
  }
  .top-mv__title .date .block {
    display: inline-block;
  }
  .top-overview {
    margin-top: 100px;
  }
  .top-overview__title {
    margin-bottom: 50px;
  }
  .top-overview__title h2 {
    padding-inline: 44px;
  }
  .top-overview__title h2::before, .top-overview__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-overview__title h2::before {
    top: -10%;
  }
  .top-overview__title h2::after {
    bottom: -10%;
  }
  .top-overview__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-overview__title p::before, .top-overview__title p::after {
    width: 20px;
  }
  .top-overview__table-head::before, .top-overview__table-head::after, .top-overview__table-foot::before, .top-overview__table-foot::after {
    width: 20px;
    height: 20px;
  }
  .top-overview__table-head::before, .top-overview__table-foot::before {
    margin-left: -8px;
  }
  .top-overview__table-head::after, .top-overview__table-foot::after {
    margin-right: -8px;
  }
  .top-overview__table-head {
    top: -8px;
  }
  .top-overview__table-foot {
    bottom: -8px;
  }
  .top-overview__table-body {
    padding: 40px;
  }
  .top-overview__table-body th {
    width: 9em;
  }
  .top-overview__table-body td {
    font-size: 1.6rem;
  }
  .top-overview__table-body th,
  .top-overview__table-body td {
    padding: 10px 20px;
  }
  .top-access {
    margin-top: 170px;
  }
  .top-access__title {
    margin-bottom: 50px;
  }
  .top-access__title h2 {
    padding-inline: 44px;
  }
  .top-access__title h2::before, .top-access__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-access__title h2::before {
    top: -10%;
  }
  .top-access__title h2::after {
    bottom: -10%;
  }
  .top-access__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-access__title p::before, .top-access__title p::after {
    width: 20px;
  }
  .top-access__map {
    align-items: center;
    grid-template-columns: 1fr 380px;
    gap: 30px;
    margin-bottom: 30px;
  }
  .top-access__map-embed {
    padding-top: 58.2278481013%;
  }
  .top-access__map-title {
    font-size: 2.6rem;
  }
  .top-access__map-text {
    padding-top: 20px;
  }
  .top-access__map-link {
    width: 380px;
    margin-top: 30px;
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_pc.svg");
  }
  .top-access__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .top-access__list li::after {
    width: 40px;
    height: 40px;
  }
  .top-access__splide .splide__arrows {
    display: none;
  }
  .top-tickets {
    margin-top: 170px;
  }
  .top-tickets__title {
    margin-bottom: 50px;
  }
  .top-tickets__title h2 {
    padding-inline: 44px;
  }
  .top-tickets__title h2::before, .top-tickets__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-tickets__title h2::before {
    top: -10%;
  }
  .top-tickets__title h2::after {
    bottom: -10%;
  }
  .top-tickets__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-tickets__title p::before, .top-tickets__title p::after {
    width: 20px;
  }
  .top-tickets__content {
    grid-template-columns: 0.9fr 1fr;
    gap: 45px;
  }
  .top-tickets__img::after {
    width: 40px;
    height: 40px;
  }
  .top-tickets__desc-title {
    margin-bottom: 35px;
    font-size: 2.6rem;
  }
  .top-tickets__desc-bonus {
    grid-template-columns: 42% 1fr;
    gap: 20px;
    margin-top: 35px;
  }
  .top-tickets__desc-img::after {
    width: 40px;
    height: 40px;
  }
  .top-tickets__desc-text {
    font-size: 1.8rem;
  }
  .top-tickets__desc-note {
    font-size: 1.4rem;
  }
  .top-tickets__desc-link {
    font-size: 2.2rem;
  }
  .top-tickets__desc-link span {
    font-size: min(4.0277777778vw, 5.8rem);
  }
  .top-tickets__desc-link {
    margin-top: 40px;
  }
  .top-tickets__modal-content {
    padding-bottom: 50px;
  }
  .top-tickets__modal-content p {
    margin-bottom: 50px;
    font-size: 2.2rem;
  }
  .top-tickets__modal-content a {
    width: 380px;
    -webkit-mask-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_pc.svg");
            mask-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_pc.svg");
    font-size: 1.8rem;
  }
  .top-tickets__modal-content a:not(:first-of-type) {
    margin-top: 30px;
  }
  .top-goods {
    margin-top: 170px;
  }
  .top-goods__title {
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin-inline: min(15.625vw, 225px);
  }
  .top-goods__title.comingsoon {
    position: relative;
  }
  .top-goods__text {
    font-size: 3rem;
  }
  .top-goods__text.yellow {
    margin-top: 10px;
    font-size: 5.4rem;
  }
  .top-goods__link {
    font-size: 2.2rem;
  }
  .top-goods__link span {
    font-size: min(4.0277777778vw, 5.8rem);
  }
  .top-goods__link {
    margin-top: 35px;
  }
  .top-goods__img::after {
    width: 40px;
    height: 40px;
  }
  .top-goods__img {
    margin-top: 60px;
  }
  .top-goods__comingsoon {
    margin-top: 55px;
    font-size: 5rem;
  }
  .top-matches {
    margin-top: 170px;
  }
  .top-matches__title {
    margin-bottom: 50px;
  }
  .top-matches__title h2 {
    padding-inline: 44px;
  }
  .top-matches__title h2::before, .top-matches__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-matches__title h2::before {
    top: -10%;
  }
  .top-matches__title h2::after {
    bottom: -10%;
  }
  .top-matches__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-matches__title p::before, .top-matches__title p::after {
    width: 20px;
  }
  .top-matches__img::after {
    width: 40px;
    height: 40px;
  }
  .top-teams {
    margin-top: 170px;
  }
  .top-teams__title {
    margin-bottom: 50px;
  }
  .top-teams__title h2 {
    padding-inline: 44px;
  }
  .top-teams__title h2::before, .top-teams__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-teams__title h2::before {
    top: -10%;
  }
  .top-teams__title h2::after {
    bottom: -10%;
  }
  .top-teams__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-teams__title p::before, .top-teams__title p::after {
    width: 20px;
  }
  .top-teams__list {
    gap: 60px;
  }
  .top-teams__name {
    gap: 20px;
    margin-bottom: 32px;
  }
  .top-teams__name p {
    width: 100px;
    height: 100px;
  }
  .top-teams__name h3 {
    font-size: 4.2rem;
  }
  .top-teams__member {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .top-teams__member .img-wrap::after {
    top: -8px;
    right: -8px;
  }
  .top-teams__member p {
    font-size: 1.6rem;
  }
  .top-teams__modal-descript {
    margin-top: 30px;
    margin-inline: 20px;
    grid-template-columns: auto 1fr;
  }
  .top-teams__modal-descript h4 {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
  .top-teams__modal-descript-qa {
    margin-top: 30px;
    margin-inline: 20px;
    margin-bottom: 65px;
  }
  .top-teams .splide__track {
    padding-top: 8px;
  }
  .top-teams .splide__arrows {
    display: none;
  }
  .top-schedule {
    margin-top: 170px;
  }
  .top-schedule__title {
    margin-bottom: 50px;
  }
  .top-schedule__title h2 {
    padding-inline: 44px;
  }
  .top-schedule__title h2::before, .top-schedule__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-schedule__title h2::before {
    top: -10%;
  }
  .top-schedule__title h2::after {
    bottom: -10%;
  }
  .top-schedule__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-schedule__title p::before, .top-schedule__title p::after {
    width: 20px;
  }
  .top-schedule__img::after {
    width: 40px;
    height: 40px;
  }
  .top-information {
    margin-top: 170px;
  }
  .top-information__title {
    margin-bottom: 50px;
  }
  .top-information__title h2 {
    padding-inline: 44px;
  }
  .top-information__title h2::before, .top-information__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-information__title h2::before {
    top: -10%;
  }
  .top-information__title h2::after {
    bottom: -10%;
  }
  .top-information__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-information__title p::before, .top-information__title p::after {
    width: 20px;
  }
  .top-information__img::after {
    width: 40px;
    height: 40px;
  }
  .top-information__slider-thumb {
    margin-top: 20px;
  }
  .top-information__slider-thumb .splide__slide {
    width: 300px !important;
  }
  .top-information__slider-thumb .splide__arrows {
    width: calc(340px + 1rem);
    top: calc(50% - 20px - 12.5px);
  }
  .top-broadcast {
    margin-top: 170px;
  }
  .top-broadcast__title {
    margin-bottom: 50px;
  }
  .top-broadcast__title h2 {
    padding-inline: 44px;
  }
  .top-broadcast__title h2::before, .top-broadcast__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-broadcast__title h2::before {
    top: -10%;
  }
  .top-broadcast__title h2::after {
    bottom: -10%;
  }
  .top-broadcast__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-broadcast__title p::before, .top-broadcast__title p::after {
    width: 20px;
  }
  .top-broadcast__list li {
    height: 120px;
  }
  .top-broadcast__list .youtube {
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/sns/youtube_bg_pc.svg");
  }
  .top-broadcast__list .twitch {
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/sns/twitch_bg_pc.svg");
  }
  .top-partners {
    margin-top: 170px;
  }
  .top-partners__title {
    margin-bottom: 50px;
  }
  .top-partners__title h2 {
    padding-inline: 44px;
  }
  .top-partners__title h2::before, .top-partners__title h2::after {
    width: 14px;
    height: 14px;
  }
  .top-partners__title h2::before {
    top: -10%;
  }
  .top-partners__title h2::after {
    bottom: -10%;
  }
  .top-partners__title p {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top-partners__title p::before, .top-partners__title p::after {
    width: 20px;
  }
  .top-partners__list {
    gap: 20px;
  }
  .top-partners__list:not(:has(:nth-of-type(3))) {
    justify-content: center;
  }
  .top-partners__list-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .top-partners__banner {
    margin-top: 61px;
  }
  .top-partners__banner .splide__slide {
    width: 530px !important;
  }
  .top-partners__banner .splide__slide:not(.is-active) img {
    height: calc(100% - 14px);
  }
  .top-partners__banner .splide__arrows {
    width: 580px;
    top: 98px;
  }
  .top-sns {
    grid-template-columns: repeat(2, auto);
    gap: 50px;
    margin-top: 100px;
  }
  .top-sns__title {
    font-size: 4rem;
  }
  .top-sns__list {
    padding-left: 50px;
    border-left: 1px solid #4d4d4d;
  }
  .top-contact {
    margin-top: 60px;
  }
  .top-contact__title {
    margin-bottom: 30px;
  }
  .common-modal__close {
    margin-top: -55px;
  }
  .sp-only {
    display: none;
  }
  .bg__content img, .bg__overlay img, .bg__mv img {
    min-width: 1440px;
  }
  .bg__overlay {
    top: 90px;
  }
  .footer {
    margin-top: 75px;
  }
  .footer-link {
    grid-template-columns: repeat(4, auto);
    gap: 30px;
  }
  .footer-copyright {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px){
  .top-overview__title h2 {
    font-size: 11vw;
  }
  .top-access__title h2 {
    font-size: 11vw;
  }
  .top-tickets__title h2 {
    font-size: 11vw;
  }
  .top-matches__title h2 {
    font-size: 11vw;
  }
  .top-teams__title h2 {
    font-size: 11vw;
  }
  .top-schedule__title h2 {
    font-size: 11vw;
  }
  .top-information__title h2 {
    font-size: 11vw;
  }
  .top-broadcast__title h2 {
    font-size: 11vw;
  }
  .top-partners__title h2 {
    font-size: 11vw;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px){
  .bg__content img, .bg__overlay img, .bg__mv img {
    transform: translateX(calc((1440px - 100vw) / -2));
  }
  .bg__overlay-bg {
    height: 2117px;
  }
  .bg__content {
    top: 2117px;
  }
  .bg__content img {
    margin-top: 140px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px){
  .top-mv {
    padding-inline: 60px;
  }
  .top-overview {
    padding-inline: 60px;
  }
  .top-access {
    padding-inline: 60px;
  }
  .top-tickets {
    padding-inline: 60px;
  }
  .top-goods {
    padding-inline: 60px;
  }
  .top-matches {
    padding-inline: 60px;
  }
  .top-teams {
    padding-inline: 60px;
  }
  .top-schedule {
    padding-inline: 60px;
  }
  .top-information__inner {
    padding-inline: 60px;
  }
  .top-broadcast {
    padding-inline: 60px;
  }
  .top-broadcast__list {
    grid-template-columns: 430px;
  }
  .top-partners__inner {
    padding-inline: 60px;
  }
  .footer {
    padding-bottom: 88px;
  }
}
@media (min-width: 960px){
  .top-mv {
    padding-inline: 120px;
  }
  .top-mv {
    margin-top: 110px;
  }
  .top-overview {
    padding-inline: 120px;
  }
  .top-access {
    padding-inline: 120px;
  }
  .top-tickets {
    padding-inline: 120px;
  }
  .top-goods {
    padding-inline: 120px;
  }
  .top-matches {
    padding-inline: 120px;
  }
  .top-teams {
    padding-inline: 120px;
  }
  .top-schedule {
    padding-inline: 120px;
  }
  .top-information__inner {
    padding-inline: 120px;
  }
  .top-broadcast {
    padding-inline: 120px;
  }
  .top-broadcast__list {
    grid-template-columns: repeat(2, 430px);
  }
  .top-partners__inner {
    padding-inline: 120px;
  }
  .tab-and-sp {
    display: none;
  }
  .scroll-top-sp {
    display: none;
  }
  .floating-buttons {
    right: 0;
    padding: 20px;
  }
  .floating-buttons .scroll-top-pc {
    margin-left: auto;
  }
  .top-comingsoon {
    height: 500px;
    font-size: 5rem;
  }
.header-menu-list[data-v-09cca6a6] {
    grid-auto-flow: column;
    gap: 30px;
}
.header-menu-list__link[data-v-09cca6a6] {
    text-align: center;
}
.header-menu-list__link .no[data-v-09cca6a6] {
    display: none;
}
.header-menu-list__link .en[data-v-09cca6a6] {
    font-size: 2rem;
}
.header[data-v-06ed82a7] {
    position: fixed;
    padding: 30px 40px;
    align-items: end;
    transition: all 0.2s;
}
.scrolled .header[data-v-06ed82a7] {
    background: rgba(22, 22, 22, 0.3);
}
.header__title[data-v-06ed82a7] {
    max-width: 220px;
}
.header__btn[data-v-06ed82a7] {
    display: none;
}
.header__spMenu[data-v-06ed82a7] {
    display: none;
}
}
@media (min-width: 1200px){
  .top-overview__title h2 {
    font-size: 13.2rem;
  }
  .top-access__title h2 {
    font-size: 13.2rem;
  }
  .top-tickets__title h2 {
    font-size: 13.2rem;
  }
  .top-matches__title h2 {
    font-size: 13.2rem;
  }
  .top-teams__title h2 {
    font-size: 13.2rem;
  }
  .top-schedule__title h2 {
    font-size: 13.2rem;
  }
  .top-information__title h2 {
    font-size: 13.2rem;
  }
  .top-broadcast__title h2 {
    font-size: 13.2rem;
  }
  .top-partners__title h2 {
    font-size: 13.2rem;
  }
}
@media (min-width: 1440px){
  .bg__overlay-bg {
    height: 147.0138888889vw;
  }
  .bg__content {
    top: 147.0138888889vw;
  }
  .bg__content img {
    margin-top: 9.7222222222vw;
  }
}
@media (max-width: 1199px){
  .viewer-hide-md-down {
    display: none;
  }
}
@media (max-width: 991px){
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 959.98px){
  .pc-only {
    display: none !important;
  }
  .scroll-top-sp {
    text-align: center;
    margin-top: 70px;
  }
  .floating-buttons {
    left: 0;
    padding: 10px;
  }
  .menu-open .floating-buttons .ticket-link {
    opacity: 0;
    pointer-events: none;
  }
  .floating-buttons .scroll-top-button {
    display: none;
  }
  .top-comingsoon {
    height: 300px;
    font-size: 3rem;
  }
.header-menu-list[data-v-09cca6a6] {
    gap: 25px;
}
.header-menu-list__link[data-v-09cca6a6] {
    padding-left: 25px;
    position: relative;
}
.header-menu-list__link .en[data-v-09cca6a6] {
    font-size: 2.4rem;
}
.header[data-v-06ed82a7] {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 60px;
}
.header__title[data-v-06ed82a7] {
    max-width: 230px;
    align-self: center;
    line-height: 1;
}
.header__menu[data-v-06ed82a7] {
    display: none;
}
}
@media (max-width: 767.98px){
  .top-mv {
    padding-inline: 20px;
  }
  .top-mv__title {
    padding-block: 60px;
  }
  .top-mv__title::before, .top-mv__title::after {
    width: 100%;
    height: 34px;
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/mv/mv_sp_frame.svg");
  }
  .top-mv__title::before {
    top: 0;
  }
  .top-mv__title::after {
    bottom: 0;
  }
  .top-mv__title .sub {
    font-size: 3.2rem;
  }
  .top-mv__title .date {
    margin-top: 15px;
    font-size: 3.2rem;
  }
  .top-mv__title .date small {
    font-size: 2.2rem;
  }
  .top-mv__title .date .block {
    display: block;
  }
  .top-overview {
    padding-inline: 20px;
  }
  .top-overview {
    margin-top: 60px;
  }
  .top-overview__title {
    margin-bottom: 40px;
  }
  .top-overview__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-overview__title h2::before, .top-overview__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-overview__title h2::before {
    top: -20%;
  }
  .top-overview__title h2::after {
    bottom: -20%;
  }
  .top-overview__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-overview__title p::before, .top-overview__title p::after {
    width: 10px;
  }
  .top-overview__table-head::before, .top-overview__table-head::after, .top-overview__table-foot::before, .top-overview__table-foot::after {
    width: 12px;
    height: 12px;
  }
  .top-overview__table-head::before, .top-overview__table-foot::before {
    margin-left: -5px;
  }
  .top-overview__table-head::after, .top-overview__table-foot::after {
    margin-right: -5px;
  }
  .top-overview__table-head {
    top: -5px;
  }
  .top-overview__table-foot {
    bottom: -5px;
  }
  .top-overview__table-body {
    padding: 10px;
  }
  .top-overview__table-body td {
    font-size: 1.4rem;
  }
  .top-overview__table-body th,
  .top-overview__table-body td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .top-access {
    padding-inline: 20px;
  }
  .top-access {
    margin-top: 70px;
    padding-inline: 0;
  }
  .top-access__title {
    margin-bottom: 40px;
  }
  .top-access__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-access__title h2::before, .top-access__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-access__title h2::before {
    top: -20%;
  }
  .top-access__title h2::after {
    bottom: -20%;
  }
  .top-access__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-access__title p::before, .top-access__title p::after {
    width: 10px;
  }
  .top-access__map {
    gap: 18px;
    margin-bottom: 18px;
    padding-inline: 20px;
  }
  .top-access__map-embed {
    padding-top: calc(100% - 4px);
  }
  .top-access__map-title {
    font-size: 2rem;
  }
  .top-access__map-text {
    padding-top: 15px;
  }
  .top-access__map-link {
    max-width: 350px;
    margin-top: 15px;
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_sp.svg");
  }
  .top-access__list li::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-access__splide .splide__track {
    padding-inline: 20px !important;
  }
  .top-tickets {
    padding-inline: 20px;
  }
  .top-tickets {
    margin-top: 70px;
  }
  .top-tickets__title {
    margin-bottom: 40px;
  }
  .top-tickets__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-tickets__title h2::before, .top-tickets__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-tickets__title h2::before {
    top: -20%;
  }
  .top-tickets__title h2::after {
    bottom: -20%;
  }
  .top-tickets__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-tickets__title p::before, .top-tickets__title p::after {
    width: 10px;
  }
  .top-tickets__content {
    gap: 15px;
  }
  .top-tickets__img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-tickets__desc-title {
    margin-bottom: 15px;
    font-size: 2rem;
    text-align: center;
  }
  .top-tickets__desc-bonus {
    gap: 15px;
    margin-top: 30px;
  }
  .top-tickets__desc-img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-tickets__desc-img {
    max-width: 270px;
    margin-inline: auto;
  }
  .top-tickets__desc-text {
    font-size: 1.6rem;
    text-align: center;
  }
  .top-tickets__desc-note {
    font-size: 1.2rem;
  }
  .top-tickets__desc-link {
    font-size: 1.4rem;
  }
  .top-tickets__desc-link span {
    font-size: 3.4rem;
  }
  .top-tickets__desc-link {
    margin-top: 30px;
  }
  .top-tickets__modal-content {
    padding-bottom: 40px;
  }
  .top-tickets__modal-content p {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .top-tickets__modal-content a {
    max-width: 310px;
    -webkit-mask-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_sp.svg");
            mask-image: url("/2025_Split2_Playoff_Finals/assets/images/btn/map_btn_sp.svg");
    font-size: 1.6rem;
  }
  .top-tickets__modal-content a:not(:first-of-type) {
    margin-top: 20px;
  }
  .top-goods {
    padding-inline: 20px;
  }
  .top-goods {
    margin-top: 30px;
  }
  .top-goods__title img {
    width: min(100%, 390px);
  }
  .top-goods__text {
    font-size: 2rem;
  }
  .top-goods__text.yellow {
    margin-top: 20px;
    font-size: 4rem;
  }
  .top-goods__link {
    font-size: 1.4rem;
  }
  .top-goods__link span {
    font-size: 3.4rem;
  }
  .top-goods__link {
    margin-top: 25px;
  }
  .top-goods__img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-goods__img {
    margin-top: 30px;
  }
  .top-goods__comingsoon {
    margin-top: 30px;
    font-size: 3rem;
  }
  .top-matches {
    padding-inline: 20px;
  }
  .top-matches {
    margin-top: 70px;
  }
  .top-matches__title {
    margin-bottom: 40px;
  }
  .top-matches__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-matches__title h2::before, .top-matches__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-matches__title h2::before {
    top: -20%;
  }
  .top-matches__title h2::after {
    bottom: -20%;
  }
  .top-matches__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-matches__title p::before, .top-matches__title p::after {
    width: 10px;
  }
  .top-matches__img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-teams {
    padding-inline: 20px;
  }
  .top-teams {
    margin-top: 70px;
  }
  .top-teams__title {
    margin-bottom: 40px;
  }
  .top-teams__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-teams__title h2::before, .top-teams__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-teams__title h2::before {
    top: -20%;
  }
  .top-teams__title h2::after {
    bottom: -20%;
  }
  .top-teams__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-teams__title p::before, .top-teams__title p::after {
    width: 10px;
  }
  .top-teams__list {
    gap: 30px;
  }
  .top-teams__name {
    gap: 15px;
    margin-bottom: 15px;
    padding-inline: 20px;
  }
  .top-teams__name p {
    width: 50px;
    height: 50px;
  }
  .top-teams__name h3 {
    font-size: 2.6rem;
  }
  .top-teams__member {
    padding-top: 5px;
    padding-inline: 20px;
  }
  .top-teams__member .img-wrap::after {
    top: -1.2820512821vw;
    right: -1.2820512821vw;
  }
  .top-teams__member .img img {
    width: 38.4615384615vw;
  }
  .top-teams__member p {
    font-size: 1.4rem;
  }
  .top-teams__modal-descript {
    margin-top: 10px;
    margin-inline: 10px;
  }
  .top-teams__modal-descript-img {
    width: 240px;
  }
  .top-teams__modal-descript h4 {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
  .top-teams__modal-descript-qa {
    margin-top: 15px;
    margin-inline: 10px;
    margin-bottom: 35px;
    width: calc(100% - 20px);
  }
  .top-teams .splide__track {
    padding-top: 1.2820512821vw;
  }
  .top-teams .splide__slide {
    flex: 0 0 42.5%; /* 2.3枚分の幅に近づける */
  }
  .top-schedule {
    padding-inline: 20px;
  }
  .top-schedule {
    margin-top: 70px;
  }
  .top-schedule__title {
    margin-bottom: 40px;
  }
  .top-schedule__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-schedule__title h2::before, .top-schedule__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-schedule__title h2::before {
    top: -20%;
  }
  .top-schedule__title h2::after {
    bottom: -20%;
  }
  .top-schedule__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-schedule__title p::before, .top-schedule__title p::after {
    width: 10px;
  }
  .top-schedule__img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-information {
    margin-top: 70px;
  }
  .top-information__title {
    margin-bottom: 40px;
  }
  .top-information__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-information__title h2::before, .top-information__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-information__title h2::before {
    top: -20%;
  }
  .top-information__title h2::after {
    bottom: -20%;
  }
  .top-information__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-information__title p::before, .top-information__title p::after {
    width: 10px;
  }
  .top-information__title h2 {
    letter-spacing: -1.56px;
    padding-inline: 15px;
  }
  .top-information__inner {
    padding-inline: 20px;
  }
  .top-information__img::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top-information__slider-thumb {
    margin-top: 10px;
  }
  .top-information__slider-thumb .splide__slide {
    width: 160px !important;
  }
  .top-broadcast {
    padding-inline: 20px;
  }
  .top-broadcast {
    margin-top: 70px;
  }
  .top-broadcast__title {
    margin-bottom: 40px;
  }
  .top-broadcast__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-broadcast__title h2::before, .top-broadcast__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-broadcast__title h2::before {
    top: -20%;
  }
  .top-broadcast__title h2::after {
    bottom: -20%;
  }
  .top-broadcast__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-broadcast__title p::before, .top-broadcast__title p::after {
    width: 10px;
  }
  .top-broadcast__list {
    grid-template-columns: minmax(100%, auto);
    gap: 15px;
  }
  .top-broadcast__list li {
    height: 70px;
  }
  .top-broadcast__list li img {
    height: 30px;
  }
  .top-broadcast__list .youtube {
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/sns/youtube_bg_sp.svg");
  }
  .top-broadcast__list .twitch {
    background-image: url("/2025_Split2_Playoff_Finals/assets/images/sns/twitch_bg_sp.svg");
  }
  .top-partners {
    margin-top: 70px;
  }
  .top-partners__title {
    margin-bottom: 40px;
  }
  .top-partners__title h2 {
    padding-inline: 22px;
    font-size: 5.2rem;
  }
  .top-partners__title h2::before, .top-partners__title h2::after {
    width: 10px;
    height: 10px;
  }
  .top-partners__title h2::before {
    top: -20%;
  }
  .top-partners__title h2::after {
    bottom: -20%;
  }
  .top-partners__title p {
    gap: 10px;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .top-partners__title p::before, .top-partners__title p::after {
    width: 10px;
  }
  .top-partners__inner {
    padding-inline: 20px;
  }
  .top-partners__list {
    gap: 10px;
  }
  .top-partners__list:not(:has(:nth-of-type(2))) {
    justify-content: center;
  }
  .top-partners__list-item {
    width: calc(50% - 10px);
  }
  .top-partners__banner {
    margin-top: 35px;
  }
  .top-partners__banner .splide__slide {
    width: min(100% - 80px, 350px) !important;
  }
  .top-partners__banner .splide__slide:not(.is-active) img {
    height: calc(100% - 8px);
  }
  .top-sns {
    gap: 30px;
    margin-top: 50px;
  }
  .top-sns__title {
    font-size: 2.6rem;
    text-align: center;
  }
  .top-contact {
    margin-top: 40px;
  }
  .top-contact__title {
    margin-bottom: 20px;
  }
  .common-modal__close {
    margin-top: -50px;
  }
  .pc-and-tab {
    display: none !important;
  }
  .bg__overlay {
    top: 20vh;
    top: 20dvh;
  }
  .bg__overlay-bg {
    height: 196.6666666667vw;
    top: 20vh;
    top: 20dvh;
  }
  .bg__content {
    top: 300vh;
  }
  .bg__content img {
    margin-top: 40vh;
  }
  .footer {
    margin-top: 25px;
    padding-bottom: 64px;
  }
  .footer-link {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-copyright {
    margin-top: 20px;
  }
.top-teams[data-v-44c9f48f] {
    padding-inline: 0;
}
}
@media (max-width: 767px){
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 389.98px){
  .top-overview__title h2 {
    font-size: 4.8rem;
  }
  .top-access__title h2 {
    font-size: 4.8rem;
  }
  .top-tickets__title h2 {
    font-size: 4.8rem;
  }
  .top-matches__title h2 {
    font-size: 4.8rem;
  }
  .top-teams__title h2 {
    font-size: 4.8rem;
  }
  .top-schedule__title h2 {
    font-size: 4.8rem;
  }
  .top-information__title h2 {
    font-size: 4.8rem;
  }
  .top-broadcast__title h2 {
    font-size: 4.8rem;
  }
  .top-partners__title h2 {
    font-size: 4.8rem;
  }
}
@media (any-hover: hover){
  .top-overview__table-body a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    color: #0d9093;
  }
  .top-access__map-link:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .top-tickets__desc-link:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .top-tickets__desc-link:where(:any-link, :enabled, summary):hover img {
    filter: brightness(9999%);
  }
  .top-tickets__desc-link:where(:any-link, :enabled, summary):hover p {
    color: #dc3030;
  }
  .top-tickets__modal-content a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .top-goods__link:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .top-goods__link:where(:any-link, :enabled, summary):hover img {
    filter: brightness(9999%);
  }
  .top-goods__link:where(:any-link, :enabled, summary):hover p {
    color: #0d9093;
  }
  .top-teams__member .img:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .top-teams__member .img:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
    scale: 1;
  }
  .top-teams__member .img:where(:any-link, :enabled, summary):hover::after {
    translate: 0 0;
  }
  .top-broadcast__list a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .top-broadcast__list a:where(:any-link, :enabled, summary):hover img {
    scale: 1.1;
    transition: scale 0.3s;
  }
  .top-sns__list a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .top-contact a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .common-modal__close-btn:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .footer-link a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .floating-buttons .ticket-link a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .floating-buttons .ticket-link a:where(:any-link, :enabled, summary):hover img {
    transition: transform 0.2s;
    transform: scale(1.1);
  }
  .scroll-top-button:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
  }
.header-menu-list__link[data-v-09cca6a6]:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    opacity: 0.6;
}
}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}
}

.top-tickets__modal-content .blue-button {
  background: #0d9093;
  color: #eada8f;
}
@media (max-width: 767.98px) {
  .top-tickets__modal-content .blue-button {
    font-size: 1.4rem;
  }
}