@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.altiri-section--block {
  padding-block-start: 64px;
}

main.tickets {
  width: 100%;
  max-width: none;
  margin: 0;
}

.tickets img {
  width: auto;
  margin: 0;
}

.layout-global-header,
.layout-team-header,
.altiri-section {
  display: none;
}

.altiri-section--block {
  display: block;
}

body {
  margin: initial;
  font-smooth: initial;
}

.tickets {
  background: #030B1C;
  color: #fff;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.tickets-section {
  width: 100%;
  padding-block: 40px;
  box-sizing: border-box;
  scroll-margin-block-start: 64px;
}
@media screen and (min-width: 840px) {
  .tickets-section {
    padding-block: 120px;
  }
}

.tickets-section__inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .tickets-section__inner {
    width: calc(100% - 64px);
  }
}

.tickets-section--black {
  background: #000;
}

.tickets-section--seam-top {
  padding-block-start: 80px;
}
@media screen and (min-width: 840px) {
  .tickets-section--seam-top {
    padding-block-start: 120px;
  }
}

.tickets-section--seam-bottom {
  padding-block-end: 80px;
}
@media screen and (min-width: 840px) {
  .tickets-section--seam-bottom {
    padding-block-end: 120px;
  }
}

.tickets-section__title {
  margin: 0 0 8px;
  font: 600 32px/1.25 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .tickets-section__title {
    margin-block-end: 40px;
    font-size: 64px;
  }
}

.tickets-lead {
  margin: 0;
  font: 500 14px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .tickets-lead {
    font-size: 16px;
  }
}

.tickets-link {
  color: #5C77FF;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .tickets-link:hover {
    opacity: 0.7;
  }
}
.tickets-notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 500 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.tickets-cta {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
}

.tickets-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  min-height: 48px;
  padding: 8px 20px;
  background: #fff;
  color: #030B1C;
  font: 700 14px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .tickets-cta__button {
    max-width: 360px;
    min-height: 56px;
    font-size: 16px;
  }
}

.tickets-cta__button:link,
.tickets-cta__button:visited,
.tickets-cta__button:focus,
.tickets-cta__button:active {
  color: #030B1C;
}

.tickets-cta__button:hover {
  opacity: 1;
}

@media (hover: hover) {
  .tickets-cta__button:hover {
    background: transparent;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.tickets-fv {
  padding-block: 40px 8px;
}
@media screen and (min-width: 840px) {
  .tickets-fv {
    padding-block: 64px 16px;
  }
}

.tickets-fv__inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 840px) {
  .tickets-fv__inner {
    width: calc(100% - 64px);
  }
}

.tickets-fv__title {
  margin: 0;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 48px !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .tickets-fv__title {
    font-size: 128px !important;
  }
}

.tickets-nav {
  padding-block: 24px;
}

.tickets-nav__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 840px) {
  .tickets-nav__inner {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: calc(100% - 64px);
  }
}

.tickets-nav__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 77px;
  min-width: 0;
  padding: 8px 4px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 840px) {
  .tickets-nav__tile {
    min-height: 120px;
    gap: 10px;
    padding: 16px 12px;
  }
}

@media (hover: hover) {
  .tickets-nav__tile:hover {
    opacity: 0.7;
  }
}
img.tickets-nav__icon {
  height: 32px;
}
@media screen and (min-width: 840px) {
  img.tickets-nav__icon {
    height: 36px;
  }
}

.tickets-nav__label {
  color: #030B1C;
  font: 700 12px/1.2 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .tickets-nav__label {
    font-size: 14px;
  }
}

img.tickets-seatplan__map {
  display: block;
  width: 100%;
  max-width: 352px !important;
  height: auto;
  margin: 40px auto 0;
}
@media screen and (min-width: 840px) {
  img.tickets-seatplan__map {
    max-width: 980px !important;
    margin-block-start: 56px;
  }
}

.tickets-seatplan__groups {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-block-start: 40px;
}
@media screen and (min-width: 840px) {
  .tickets-seatplan__groups {
    gap: 32px;
    margin-block-start: 64px;
  }
}

.tickets-group__label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 6px 12px 4px 30px;
  background: #000;
  border: 1px solid #3F4652;
  font: 600 20px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .tickets-group__label {
    min-height: 44px;
    padding: 8px 16px 6px 40px;
    font-size: 26px;
  }
}

.tickets-group__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 840px) {
  .tickets-group__label::before {
    left: 16px;
    width: 12px;
    height: 12px;
  }
}

.tickets-group__label--floor::before {
  background: #00FFAA;
}

.tickets-group__label--stand1f::before {
  background: #D4FF00;
}

.tickets-group__label--group1f::before {
  background: #FF0055;
}

.tickets-group__label--stand2f::before {
  background: #00B3FF;
}

.tickets-group__label--lounge::before {
  background: #A51FFF;
}

.tickets-group__label--accessibility::before {
  background: #596C76;
}

.tickets-group__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tickets-seat {
  overflow: hidden;
}

.tickets-seat__toggle {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}

.tickets-seat__trigger {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 48px 12px 20px;
  font: 700 16px/1.2 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 840px) {
  .tickets-seat__trigger {
    min-height: 58px;
    padding: 14px 72px 14px 32px;
    font-size: 18px;
  }
}

@media (hover: hover) {
  .tickets-seat__trigger:hover {
    opacity: 0.7;
  }
}
.tickets-seat__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 840px) {
  .tickets-seat__trigger::before {
    right: 32px;
    width: 20px;
  }
}

.tickets-seat__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 840px) {
  .tickets-seat__trigger::after {
    right: 32px;
    width: 20px;
  }
}

.tickets-seat__trigger:has(.tickets-seat__toggle:checked)::before {
  transform: translateY(-50%) rotate(0);
}

.tickets-seat__trigger--royal {
  background: rgba(0, 189, 0, 0.8);
}

.tickets-seat__trigger--exciting {
  background: rgba(0, 158, 0, 0.8);
}

.tickets-seat__trigger--moment {
  background: rgba(0, 124, 0, 0.8);
}

.tickets-seat__trigger--courtside {
  background: rgba(150, 164, 0, 0.8);
}

.tickets-seat__trigger--courtend {
  background: rgba(121, 133, 0, 0.8);
}

.tickets-seat__trigger--pair {
  background: rgba(251, 48, 198, 0.8);
}

.tickets-seat__trigger--table {
  background: rgba(221, 0, 169, 0.8);
}

.tickets-seat__trigger--dream {
  background: #950672;
}

.tickets-seat__trigger--side {
  background: #0B84BB;
}

.tickets-seat__trigger--corner {
  background: #0670AA;
}

.tickets-seat__trigger--end {
  background: #025387;
}

.tickets-seat__trigger--lounge {
  background: #6E06AD;
}

.tickets-seat__trigger--accessibility {
  background: rgba(89, 108, 118, 0.8);
}

.tickets-group--floor .tickets-seat__panel {
  background: #001900;
}

.tickets-group--stand1f .tickets-seat__panel {
  background: #111400;
}

.tickets-group--group1f .tickets-seat__panel {
  background: #26001B;
}

.tickets-group--stand2f .tickets-seat__panel {
  background: #001423;
}

.tickets-group--lounge .tickets-seat__panel {
  background: #1A042D;
}

.tickets-group--accessibility .tickets-seat__panel {
  background: #191E26;
}

.tickets-seat__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 0;
  padding-inline: 20px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (min-width: 840px) {
  .tickets-seat__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "price price" "body map" "views views";
    align-items: start;
    row-gap: 32px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-inline: 32px;
  }
}

.tickets-seat__panel > * {
  flex-shrink: 0;
}

.tickets-seat__panel > :first-child {
  margin-block-start: 20px;
}
@media screen and (min-width: 840px) {
  .tickets-seat__panel > :first-child {
    margin-block-start: 32px;
  }
}

.tickets-seat__panel > :last-child {
  margin-block-end: 24px;
}
@media screen and (min-width: 840px) {
  .tickets-seat__panel > :last-child {
    margin-block-end: 32px;
  }
}

.tickets-seat__price {
  margin: 0;
  font: 600 16px/1.5 alternate-gothic-atf, sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 840px) {
  .tickets-seat__price {
    grid-area: price;
    font-size: 18px;
  }
}

.tickets-seat__price-label {
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .tickets-seat__price-label {
    font-size: 18px;
  }
}

img.tickets-seat__map {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 840px) {
  img.tickets-seat__map {
    grid-area: map;
  }
}

.tickets-seat__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 840px) {
  .tickets-seat__body {
    grid-area: body;
  }
}

.tickets-seat__desc {
  margin: 0;
  font: 500 14px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .tickets-seat__desc {
    font-size: 15px;
  }
}

.tickets-seat__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 500 12px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 840px) {
  .tickets-seat__views {
    grid-area: views;
  }
}

.tickets-seat__views .swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
}

.tickets-seat__views .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  height: auto;
}

.tickets-seat__views .swiper-slide {
  height: auto;
}

.tickets-seat__view {
  position: relative;
  width: 100%;
  margin: 0;
}

img.tickets-seat__view-img,
.tickets-seat__view img {
  display: block;
  width: 100%;
  height: auto;
}

.tickets-seat__views > .swiper-scrollbar,
.tickets-seat__views > .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 4px;
  margin-block-start: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.tickets-seat__views .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}

.tickets-seat__view-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 4px;
  background: #000;
  font: 700 12px/1.2 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tickets-seatplan__notice {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-block-start: 8px;
  padding: 12px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .tickets-seatplan__notice {
    margin-block-start: 16px;
  }
}

img.tickets-seatplan__notice-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-block-start: 4px;
}

.tickets-seatplan__notice-text {
  margin: 0;
  font: 500 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.tickets-seatplan__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block-start: 8px;
}
@media screen and (min-width: 840px) {
  .tickets-seatplan__notes {
    margin-block-start: 16px;
  }
}

.tickets-seatplan__notes-lead {
  margin: 0;
  font: 500 14px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .tickets-seatplan__notes-lead {
    font-size: 15px;
  }
}

.tickets-schedule__pdf {
  margin: 24px 0 0;
  text-align: center;
}

.tickets-schedule__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5C77FF;
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: underline;
}

.tickets-schedule__pdf-icon {
  width: 14px;
  height: 17px;
  background: url("/files/user/images/tickets/26-27/icon/pdf-download.svg") no-repeat center/contain;
}

.tickets-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tickets-accordion__item {
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}

.tickets-accordion__toggle {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}

.tickets-accordion__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px 18px 16px;
  font: 600 14px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .tickets-accordion__trigger {
    padding: 24px 56px 24px 24px;
    font-size: 16px;
  }
}

.tickets-accordion__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.tickets-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}

.tickets-accordion__trigger:has(.tickets-accordion__toggle:checked)::before {
  transform: translateY(-50%) rotate(0);
}

.tickets-accordion__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 0;
  margin-inline: 16px;
  border-block-start: 1px solid transparent;
  overflow: hidden;
  transition: max-height 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 840px) {
  .tickets-accordion__panel {
    gap: 16px;
    margin-inline: 24px;
  }
}

.tickets-accordion__item:has(.tickets-accordion__toggle:checked) .tickets-accordion__panel {
  border-block-start-color: #fff;
}

.tickets-accordion__text {
  margin: 0;
  padding: 0;
  font: 400 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 840px) {
  .tickets-accordion__text {
    font-size: 14px;
  }
}

.tickets-accordion__panel > :first-child {
  margin-block-start: 16px;
}

.tickets-accordion__panel > :last-child {
  margin-block-end: 16px;
}

.tickets-nav__tile:focus-visible,
.tickets-cta__button:focus-visible,
.tickets-schedule__pdf-link:focus-visible,
.tickets-link:focus-visible {
  position: relative;
  z-index: 10;
  outline: 2px solid #FF007A;
  outline-offset: 2px;
}

.tickets-seat__trigger:has(.tickets-seat__toggle:focus-visible),
.tickets-accordion__trigger:has(.tickets-accordion__toggle:focus-visible) {
  z-index: 10;
  outline: 2px solid #FF007A;
  outline-offset: -2px;
}

.tickets-seat__views .swiper:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  border: 2px solid #FF007A;
  pointer-events: none;
}

.globalnav--logo-only .globalnav_content {
  min-height: 64px;
}

.tickets-seat__trigger.season-seat-band--royal-a {
  background: #A826FF;
}

.tickets-seat__trigger.season-seat-band--royal-b {
  background: #7D00C7;
}

.tickets-seat__panel.season-seat-panel--royal {
  background: rgb(25.2, 5.7, 38.25);
}

.tickets-group__label.season-seat-chip--royal::before {
  background: #A51FFF;
}

.tickets-seat__trigger.season-seat-band--exciting-a {
  background: #C900DA;
}

.tickets-seat__trigger.season-seat-band--exciting-b {
  background: #9700A5;
}

.tickets-seat__panel.season-seat-panel--exciting {
  background: rgb(30.15, 0, 32.7);
}

.tickets-group__label.season-seat-chip--exciting::before {
  background: #D210E3;
}

.tickets-seat__trigger.season-seat-band--moment-a {
  background: #0088D2;
}

.tickets-seat__trigger.season-seat-band--moment-b {
  background: #00619E;
}

.tickets-seat__panel.season-seat-panel--moment {
  background: rgb(0, 20.4, 31.5);
}

.tickets-group__label.season-seat-chip--moment::before {
  background: #00B3FF;
}

.tickets-seat__trigger.season-seat-band--courtside-a {
  background: #A2B200;
}

.tickets-seat__trigger.season-seat-band--courtside-b {
  background: #7D8A00;
}

.tickets-seat__panel.season-seat-panel--courtside {
  background: rgb(24.3, 26.7, 0);
}

.tickets-group__label.season-seat-chip--courtside::before {
  background: #EBFF00;
}

.tickets-seat__trigger.season-seat-band--courtend-a {
  background: #00A300;
}

.tickets-seat__trigger.season-seat-band--courtend-b {
  background: #007700;
}

.tickets-seat__panel.season-seat-panel--courtend {
  background: rgb(0, 24.45, 0);
}

.tickets-group__label.season-seat-chip--courtend::before {
  background: #14FF00;
}

.tickets-seat__trigger.season-seat-band--pair-a {
  background: #EF0049;
}

.tickets-seat__trigger.season-seat-band--pair-b {
  background: #B5002C;
}

.tickets-seat__panel.season-seat-panel--pair {
  background: rgb(35.85, 0, 10.95);
}

.tickets-group__label.season-seat-chip--pair::before {
  background: #FF0055;
}

.tickets-seat__trigger.season-seat-band--table-a {
  background: #FE4E00;
}

.tickets-seat__trigger.season-seat-band--table-b {
  background: #E33100;
}

.tickets-seat__panel.season-seat-panel--table {
  background: rgb(38.1, 11.7, 0);
}

.tickets-group__label.season-seat-chip--table::before {
  background: #FE4E00;
}

.season-seat-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 32px;
}
@media screen and (min-width: 840px) {
  .season-seat-heading {
    margin-block-end: 56px;
  }
}

.season-seat-heading__en {
  margin: 0;
  font: 600 32px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .season-seat-heading__en {
    font-size: 64px;
  }
}

.season-seat-heading__jp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font: 600 14px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .season-seat-heading__jp {
    font-size: 16px;
  }
}

.season-seat-heading__jp::before,
.season-seat-heading__jp::after {
  content: "";
  display: block;
  width: 8px;
  height: 1.5px;
  background: #fff;
}

.season-seat-fv__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vw;
  padding: 24px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(/v=1782751831/files/user/images/tickets/26-27/season-seats/fv/fv_sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__visual {
    min-height: calc(100vh - 64px);
    align-items: flex-end;
    justify-content: flex-start;
    padding: 56px 56px 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(/v=1782751831/files/user/images/tickets/26-27/season-seats/fv/fv_pc.webp) center/cover no-repeat;
  }
}

.season-seat-fv__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__content {
    align-items: flex-start;
    text-align: left;
  }
}

.season-seat-fv__title {
  margin: 0;
  font: 600 56px/0.9 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__title {
    font-size: 128px;
  }
}

.season-seat-fv__lead {
  margin: 0;
  font: 300 16px/1.4 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-fv__cv {
  width: 100%;
  max-width: 320px;
}

.season-seat-fv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #fff;
  background: #fff;
  color: #030B1C;
  font: 600 14px/1.2 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__button {
    font-size: 16px;
  }
}

.season-seat-fv__button:link,
.season-seat-fv__button:visited,
.season-seat-fv__button:focus,
.season-seat-fv__button:active {
  color: #030B1C;
}

.season-seat-fv__button:hover {
  opacity: 1;
}

@media (hover: hover) {
  .season-seat-fv__button:hover {
    background: transparent;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.season-seat-fv__button.is-disabled {
  background: rgba(255, 255, 255, 0.5);
  color: #030B1C;
  border-color: transparent;
  pointer-events: none;
  cursor: default;
}

.season-seat-fv__statement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 120px 24px;
  background: #030B1C;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__statement {
    gap: 80px;
  }
}

.season-seat-fv__statement-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__statement-body {
    gap: 32px;
    max-width: inherit;
  }
}

.season-seat-fv__statement-body p {
  margin: 0;
  font: 500 15px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 840px) {
  .season-seat-fv__statement-body p {
    font-size: 20px;
  }
}

img.season-seat-fv__statement-logo {
  width: 46px;
  height: auto;
}
@media screen and (min-width: 840px) {
  img.season-seat-fv__statement-logo {
    width: 56px;
  }
}

.season-seat-about__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 840px) {
  .season-seat-about__list {
    gap: 56px;
  }
}

.season-seat-about__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 840px) {
  .season-seat-about__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}

@media screen and (min-width: 840px) {
  .season-seat-about__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

img.season-seat-about__img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 840px) {
  img.season-seat-about__img {
    width: 48% !important;
  }
}

.season-seat-about__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .season-seat-about__body {
    width: 46%;
    gap: 16px;
  }
}

.season-seat-about__title {
  margin: 0;
  font: 600 18px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 840px) {
  .season-seat-about__title {
    font-size: 22px;
  }
}

.season-seat-about__text {
  margin: 0;
  font: 500 13px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 840px) {
  .season-seat-about__text {
    font-size: 15px;
  }
}

.season-seat-about__note {
  margin: 0;
  font: 500 12px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-slider {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .season-seat-slider {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin-inline: auto;
  }
}

.season-seat-slider .swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
}

.season-seat-slider .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  height: auto;
}

.season-seat-slider .swiper-slide {
  height: auto;
}

.season-seat-slider > .swiper-scrollbar,
.season-seat-slider > .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: calc(100% - 48px);
  height: 4px;
  margin: 16px auto 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
@media screen and (min-width: 840px) {
  .season-seat-slider > .swiper-scrollbar,
  .season-seat-slider > .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
  }
}

.season-seat-slider .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}

.season-seat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

img.season-seat-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.season-seat-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.season-seat-card__title {
  margin: 0;
  font: 600 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .season-seat-card__title {
    font-size: 18px;
  }
}

.season-seat-card__text {
  margin: 0;
  font: 500 13px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .season-seat-card__text {
    font-size: 14px;
  }
}

.season-seat-card__note {
  margin: 0;
  font: 500 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-card__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

img.season-seat-plan__map {
  width: 100%;
  height: auto;
  max-width: 352px;
}
@media screen and (min-width: 840px) {
  img.season-seat-plan__map {
    max-width: 980px;
  }
}

.season-seat-plan__notes {
  margin-block-start: 24px;
}
@media screen and (min-width: 840px) {
  .season-seat-plan__notes {
    margin-block-start: 32px;
  }
}

.season-seat-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-block-start: 40px;
}
@media screen and (min-width: 840px) {
  .season-seat-cta {
    margin-block-start: 56px;
  }
}

.season-seat-cta__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 760px;
  font: 500 12px/1.7 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-guide__columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 840px) {
  .season-seat-guide__columns {
    flex-direction: row;
    gap: 0;
  }
}

.season-seat-guide__box {
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .season-seat-guide__box {
    width: 50%;
  }
}

@media screen and (min-width: 840px) {
  .season-seat-guide__box:first-child {
    border-right: none;
  }
}

.season-seat-guide__box-title {
  margin: 0;
  padding: 16px 0;
  font: 600 24px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .season-seat-guide__box-title {
    padding: 20px 0;
    font-size: 28px;
  }
}

.season-seat-guide__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.season-seat-guide__step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .season-seat-guide__step {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}

.season-seat-guide__step-no {
  font: 600 18px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .season-seat-guide__step-no {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
  }
}

.season-seat-guide__step-text {
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-guide__block {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.season-seat-guide__block:last-child {
  border-bottom: none;
}

.season-seat-guide__block-title {
  margin: 0 0 8px;
  font: 600 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat-guide__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
  font-size: 13px;
}
@media screen and (min-width: 840px) {
  .season-seat-guide__row {
    flex-direction: row;
    gap: 16px;
  }
}

.season-seat-guide__row:last-child {
  margin-bottom: 0;
}

.season-seat-guide__row-label {
  font-weight: 600;
  white-space: nowrap;
}

.season-seat-guide__passage {
  margin: 0;
  font-size: 13px;
}

.season-seat-guide__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font: 500 12px/1.6 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.season-seat .tickets-seat__trigger:has(.tickets-seat__toggle:focus-visible) {
  box-shadow: inset 0 0 0 4px #fff;
}

.season-seat-fv__button:focus-visible {
  outline: 2px solid #FF007A;
  outline-offset: 2px;
}

.season-seat-slider .swiper:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  border: 2px solid #FF007A;
  pointer-events: none;
}/*# sourceMappingURL=tickets_26-27.css.map */