@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: auto; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  scroll-behavior: smooth;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 100px;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: "rockers-font";
  src: url("../font/Rockers-Bold.otf") format("opentype");
  font-weight: 600;
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.u-en,
.section-heading__en {
  font-family: "rockers-font";
}

:root {
  --team-color: #392171;
  --team-subcolor: #fed100;
  --sr-purple: #3c1f78;
  --sr-purple-deep: #26104f;
  --sr-purple-soft: #41257d;
  --sr-yellow: #f7cf11;
  --sr-black: #070707;
  --sr-white: #fff;
  --sr-gray: #efedf4;
  --sr-gray-mid: #bebebe;
  --sr-ink: #25183c;
  --line: rgba(255, 209, 0, 0.9);
  --text-dark: #25183c;
  --content-width: 760px;
  --nav-height: 82px;
  --font-base: "Noto Sans JP", sans-serif;
  --rockers-font: "rockers-font";
}

* {
  box-sizing: border-box;
}

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

button,
input,
textarea,
select,
option {
  font: inherit;
  font-family: var(--font-base);
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.reveal-up {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.page-sidecopy {
  position: absolute;
  top: 30px;
  left: max(24px, 50% - var(--content-width) / 2 - 280px);
  width: 750px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 0;
  z-index: 0;
  pointer-events: none;
}

.page-sidecopy__season {
  margin-top: 3px;
  width: 320px;
}

.page-sidecopy__season img,
.page-sidecopy__title img {
  display: block;
  height: auto;
  transform-origin: top left;
}

.page-sidecopy__season img {
  width: 336px;
  transform: rotate(90deg) translateY(-100%);
}

.page-sidecopy__title img {
  width: 790px;
  transform: rotate(90deg) translateY(-100%);
}

.ticket-lp {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  margin: 0 auto;
  background: transparent;
}

.global-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--nav-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: url("/files/user/26-27_SEASON/lp/ticket/img/bg_global_nav.png") right center/auto 100% no-repeat, #392171;
}

.global-nav__brand {
  min-width: 0;
  display: flex;
  align-items: center;
}

.global-nav__title-image {
  display: block;
  width: min(280px, 100%);
  height: auto;
}

.global-nav__toggle {
  position: relative;
  width: 40px;
  height: 36px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.global-nav__toggle span {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  border-radius: 999px;
  background: var(--sr-yellow);
  transition: transform 0.22s ease, opacity 0.22s ease, top 0.22s ease;
}

.global-nav__toggle span:nth-child(1) {
  top: 6px;
}

.global-nav__toggle span:nth-child(2) {
  top: 16px;
}

.global-nav__toggle span:nth-child(3) {
  top: 26px;
}

.global-nav.is-open .global-nav__toggle span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}

.global-nav.is-open .global-nav__toggle span:nth-child(2) {
  opacity: 0;
}

.global-nav.is-open .global-nav__toggle span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}

.global-nav__menu {
  position: absolute;
  top: 100%;
  right: 16px;
  z-index: 120;
  width: min(320px, 100vw - 24px);
  display: grid;
  background: rgba(34, 15, 72, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.global-nav__menu a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.global-nav__menu a:first-child {
  border-top: 0;
}

.global-nav.is-open .global-nav__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  background: url("/files/user/26-27_SEASON/lp/ticket/img/bg-purple.png") center top/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.hero-carousel {
  position: relative;
  background: #000;
  overflow: hidden;
}

.hero-carousel__viewport {
  overflow: hidden;
  padding: 50px 0;
}

.hero-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  will-change: transform;
  transition: transform 0.52s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-slide {
  flex: 0 0 72%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/1080;
  background: #12091f;
}

.hero-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 66px;
  height: 66px;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
}

.hero-carousel__arrow--prev {
  left: 18px;
}

.hero-carousel__arrow--next {
  right: 18px;
}

.hero-carousel__arrow span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 208, 0, 0.96);
}

.hero-carousel__arrow span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.hero-carousel__arrow--prev span::before {
  margin-left: -2px;
  border-right: 9px solid var(--sr-yellow);
}

.hero-carousel__arrow--next span::before {
  margin-left: 2px;
  border-left: 9px solid var(--sr-yellow);
}

.hero-ticket-button {
  position: relative;
  display: grid;
  grid-template-columns: 156px 1fr 144px;
  align-items: stretch;
  width: min(700px, 100%);
  min-height: 50px;
  margin: 18px auto 0;
  overflow: hidden;
  background: #fff;
  color: var(--sr-purple);
  border: 2px solid #14081f;
  box-shadow: 0 5px 0 rgba(38, 18, 81, 0.45);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.hero-ticket-button__stripes {
  display: block;
  background: url("/files/user/26-27_SEASON/lp/ticket/img/bg_ticket.png") left center/cover no-repeat;
  transition: background-position 0.45s ease, filter 0.3s ease;
}

.hero-ticket-button__label {
  display: grid;
  place-items: center;
  padding: 0 18px;
  color: var(--sr-purple);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: letter-spacing 0.24s ease, transform 0.24s ease;
}

.hero-ticket-button__logo {
  position: relative;
  overflow: hidden;
}

.hero-ticket-button__logo img {
  position: absolute;
  top: 110%;
  right: -34px;
  width: 156px;
  height: 156px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hero-ticket-button:hover {
    box-shadow: 0 7px 0 rgba(38, 18, 81, 0.34);
  }
  .hero-ticket-button:hover .hero-ticket-button__stripes {
    background-position: -18px center;
  }
  .hero-ticket-button:hover .hero-ticket-button__label {
    transform: none;
    letter-spacing: 0;
  }
  .hero-ticket-button:hover .hero-ticket-button__logo img {
    transform: translateY(-50%);
  }
}
.hero-links {
  position: relative;
  padding: 30px 18px 26px;
}

.hero-links::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  border-top: 7px double var(--sr-yellow);
}

.hero-links__prompt {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}

.hero-links__prompt img {
  display: block;
  width: min(150px, 100% - 32px);
  margin: 0 auto;
}

.hero-links__menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(600px, 100%);
  margin: 13px auto 0;
  padding-top: 30px;
}

.hero-links__menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 12px;
  height: 25px;
  transform: translateX(-50%);
  background: url("/files/user/26-27_SEASON/lp/ticket/img/arrow_click.png") center/contain no-repeat;
}

.hero-links__menu a {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-height: 60px;
  padding: 12px 10px 0;
  color: #fff;
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.hero-links__menu a:first-child {
  border-left: 2px solid rgba(0, 0, 0, 0.42);
}

.hero-links__menu a::after {
  content: "";
  width: 30px;
  height: 11px;
  background: url("/files/user/26-27_SEASON/lp/ticket/img/link.svg") center/contain no-repeat;
}

.hero-links__latest {
  margin: 16px 0 0;
  text-align: center;
}

.hero-links__latest a {
  color: #fff;
  font-size: 13px;
}

.seatmap-links a {
  color: #000;
  font-size: 13px;
}

.club-band {
  position: relative;
  width: 100%;
  height: 44px;
  overflow: hidden;
  background: #000;
}

.club-band__track {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-animation: club-band-slide 26s linear infinite;
          animation: club-band-slide 26s linear infinite;
}

.club-band__item {
  display: flex;
  align-items: center;
  height: 100%;
}

.club-band__svg {
  display: block;
  width: 206px;
  height: auto;
  transform: translateY(-1px);
}

@-webkit-keyframes club-band-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--club-band-loop, 0px) * -1));
  }
}

@keyframes club-band-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--club-band-loop, 0px) * -1));
  }
}
.content__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.section {
  position: relative;
}
.section:has(.bg-slider) .content__inner {
  position: relative;
  z-index: 3;
}

.section--light,
.section--white {
  background: #f2f2f2;
  color: var(--sr-ink);
}

.section--purple,
.section--violet {
  background: url("/files/user/26-27_SEASON/lp/ticket/img/bg-purple.png") center top/cover no-repeat;
  color: #fff;
}

.section--dark {
  background: var(--sr-yellow);
  color: var(--sr-ink);
}

.section-heading__en {
  font-size: 90px;
  color: #fff;
  line-height: 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  position: relative;
  margin-right: 1.5em;
  text-transform: uppercase;
  line-height: 1.0888888889;
}
.section-heading__en.-color {
  color: var(--team-color);
}
.section-heading__en.-color span::after {
  background-color: var(--team-color);
}
@media screen and (max-width: 990px) {
  .section-heading__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section-heading__en {
    font-size: 45px;
  }
}
.section-heading__en.-right {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .section-heading__en.-right {
    margin-left: 0;
  }
}
.section-heading__en.-center {
  margin-inline: auto;
}
.section-heading__en.is-show::before {
  -webkit-animation: beltMove 0.4s forwards ease-in-out;
          animation: beltMove 0.4s forwards ease-in-out;
}
.section-heading__en.is-show span {
  -webkit-animation: textShow 0.4s forwards;
          animation: textShow 0.4s forwards;
}
.section-heading__en::before {
  content: "";
  position: absolute;
  width: calc(100% + 1.8em);
  height: 100%;
  background-color: var(--team-subcolor);
  left: -5px;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: left top;
}
.section-heading__en span {
  position: relative;
  opacity: 0;
}
.section-heading__en span::after {
  position: absolute;
  display: block;
  content: "";
  height: 0.85em;
  background-color: #fff;
  bottom: 0;
  transform: skew(-45deg);
  left: calc(100% + 0.5em);
  width: 0.7em;
}
.win .section-heading__en span::after, .android .section-heading__en span::after {
  bottom: 0.2em;
}

@-webkit-keyframes beltMove {
  0% {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49.9% {
    transform-origin: left top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

@keyframes beltMove {
  0% {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49.9% {
    transform-origin: left top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@-webkit-keyframes textShow {
  0% {
    opacity: 0;
  }
  44.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textShow {
  0% {
    opacity: 0;
  }
  44.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#seatmap.section--violet {
  margin-top: -2px;
  background: #fff;
  color: var(--sr-ink);
  padding-top: 45px;
  padding-bottom: 120px;
}

.section--yellow {
  background: var(--sr-yellow);
}

.section--diagonal {
  background: linear-gradient(164deg, var(--sr-yellow) 0 30%, #fff 30% 100%);
}

.section--more {
  padding-top: 96px;
  overflow: visible;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-inline: auto;
}

.section-heading--games {
  width: min(920px, 100% - 24px);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#access {
  scroll-margin-top: 180px;
}
@media screen and (max-width: 640px) {
  #access {
    scroll-margin-top: 140px;
  }
}

#seatmap .section-heading,
#access .section-heading {
  padding-top: 40px;
}

.section-heading__tag {
  display: inline-block;
  margin: 0;
  padding: 0px 5px;
  background: #000;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.seatmap-links {
  width: min(100%, 640px);
  margin: 18px auto 0;
  display: grid;
  justify-items: end;
}

.seatmap-lead {
  margin: 54px auto 74px;
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.7;
}

.seatmap-lead__mobile {
  display: none;
}

.seatmap-floors {
  margin: 20px auto 28px;
  display: flex;
  gap: 16px;
  max-width: 1000px;
}

.seatmap-floor {
  min-width: 88px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--sr-purple);
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.seatmap-floor.is-active,
.seatmap-floor:hover {
  background: var(--sr-yellow);
  color: var(--sr-purple);
}

.seatmap-numbers {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.seat-chip {
  flex: 0 0 56px;
  min-height: 45px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bdbdbd;
  color: #1e1e1e;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.seat-chip[hidden] {
  display: none;
}

.seat-chip.is-active,
.seat-chip:hover {
  background: var(--sr-yellow);
}

.seat-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  width: min(100%, 1000px);
  margin: 52px auto 0;
  padding: 17px;
  background: var(--sr-purple);
  color: #fff;
}

.seatmap-detail__visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seatmap-diagram {
  background: #fff;
}

.seatmap-diagram img,
.seatmap-detail__thumb img {
  display: block;
  width: 100%;
}

.seatmap-diagram img:not([hidden]) {
  cursor: zoom-in;
}

.seatmap-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.seatmap-detail__thumb {
  padding: 0;
  border: 0;
  background: transparent;
}

.seatmap-detail__body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.section-price {
  padding-top: 135px;
}
@media screen and (max-width: 640px) {
  .section-price {
    padding-top: 40px;
  }
}

.seat-copy {
  display: none;
}

.seat-copy.is-active {
  display: block;
}

.seat-copy strong {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.seat-copy p {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.price-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  width: min(100%, 1000px);
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .price-tabs {
    margin-top: 18px;
    gap: 2px 1px;
  }
}

.price-tabs button {
  min-height: 53px;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: #aeaeae;
  color: #231b35;
  font-size: 24px;
  font-weight: 900;
  margin: 1px 0 0 0;
}

.price-tabs button.is-active {
  background: var(--sr-yellow);
  color: #000;
}

.price-panels {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.price-panel {
  display: none;
}

.price-panel.is-active {
  display: block;
}

.price-image-frame {
  padding: 16px;
  background: #fff;
  margin-top: 15px;
}

.price-image-frame img {
  display: block;
  width: 100%;
}

.section--purple .hero-ticket-button {
  margin-top: 26px;
}

.benefit-cards {
  display: flex;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 34px;
}

.benefit-scroll {
  width: calc(100% + 64px);
  margin: 30px 0 0 -32px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#pickup .benefit-scroll {
  width: 100%;
  margin-left: 0;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
}

.benefit-scroll::-webkit-scrollbar {
  display: none;
}

.benefit-scroll--single {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

.benefit-cards--single {
  width: 100%;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  width: 300px;
  flex: 0 0 300px;
  background: #fff;
  color: var(--text-dark);
  scroll-snap-align: start;
}

#pickup .benefit-card {
  width: var(--pickup-card-width, 300px);
  flex-basis: var(--pickup-card-width, 300px);
}

.benefit-card__label {
  margin: 0;
  padding: 6px 18px 6px;
  color: #332775;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
}

.benefit-card__media {
  /* aspect-ratio: 300 / 200; */
  border-top: 5px solid #4b2f8e;
  border-bottom: 1px solid #dadada;
  background: #fff;
}

.benefit-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  padding: 15px;
  text-align: left;
}

.benefit-card__body p {
  margin: 0;
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #1e1e1e;
}

.benefit-card__body strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3e2d93;
  text-align: right;
  font-size: 25px;
  line-height: 1;
}

.benefit-card__body a {
  min-height: 45px;
  width: 100%;
  margin-top: 10px;
  display: grid;
  place-items: center;
  background: var(--sr-purple);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.benefit-note {
  margin: 34px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none;
}

.lounge {
  width: min(100%, 640px);
  margin: 24px auto 0;
}

.lounge__visual img {
  display: block;
  width: 100%;
}

.lounge__body {
  padding: 28px 0 0;
}

.lounge__body p {
  margin: 0;
  color: var(--sr-ink);
  font-size: 16px;
  line-height: 2;
}

.lounge__actions {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.lounge__actions a {
  position: relative;
  width: min(344px, 100% - 56px);
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sr-purple);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.more-mark {
  position: absolute;
  left: 50%;
  top: -76px;
  transform: translateX(-50%);
  z-index: 2;
}

.more-mark img {
  display: block;
  width: 152px;
  height: 152px;
}

#more-ticket {
  background: var(--sr-purple);
  color: #fff;
  padding-top: 128px;
  overflow: visible;
}

#more-ticket::before,
#more-ticket::after {
  content: "";
  position: absolute;
  top: 0;
  width: 112px;
  height: 94px;
  margin: 0 10px;
  background: url("/files/user/26-27_SEASON/lp/ticket/img/three-arrow.png") center top/contain no-repeat;
}

#more-ticket::before {
  left: 0;
}

#more-ticket::after {
  right: 0;
  transform: scaleX(-1);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
}

.image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 720px);
}

.image-lightbox__image {
  display: block;
  width: 100%;
}

.image-lightbox__close {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--sr-purple);
  padding: 0;
}

.image-lightbox__close::before,
.image-lightbox__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.image-lightbox__close::before {
  transform: rotate(45deg);
}

.image-lightbox__close::after {
  transform: rotate(-45deg);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .hero__main {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-carousel__track {
    gap: 10px;
  }
  .hero-slide {
    flex-basis: 80%;
  }
  .seat-detail {
    grid-template-columns: 1fr;
  }
  .price-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  :root {
    --nav-height: 72px;
  }
  .page-sidecopy {
    display: none !important;
  }
  .ticket-lp {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: var(--nav-height);
    overflow: hidden;
  }
  .hero,
.hero__main,
.hero-carousel,
.hero-carousel__viewport,
.hero-links,
.club-band,
.section,
.footer {
    width: 100%;
    max-width: 100%;
  }
  .global-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 14px;
  }
  .global-nav__title-image {
    width: min(200px, 100vw - 110px);
  }
  .global-nav__menu {
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
  }
  .hero__main {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-carousel__viewport {
    padding: 30px 0;
  }
  .hero-carousel__track {
    gap: 0;
  }
  .hero-slide {
    flex-basis: 100%;
  }
  .hero-carousel__arrow {
    width: 30px;
    height: 30px;
  }
  .hero-carousel__arrow--prev {
    left: 2px;
  }
  .hero-carousel__arrow--next {
    right: 2px;
  }
  .hero-carousel__arrow--prev {
    display: none;
  }
  .hero-carousel__arrow--next {
    display: none;
  }
  .hero-carousel__arrow span {
    width: 22px;
    height: 22px;
  }
  .hero-ticket-button {
    display: block;
    width: calc(100% - 32px);
    min-height: 0;
    aspect-ratio: 1616/228;
    margin: 35px auto 20px;
    background: url("/files/user/26-27_SEASON/lp/ticket/img/button_sp.png") center center/100% 100% no-repeat;
    border: 0;
    box-shadow: none;
  }
  .hero-ticket-button__stripes,
.hero-ticket-button__label,
.hero-ticket-button__logo {
    display: none;
  }
  .hero-links {
    padding: 22px 16px 26px;
  }
  .hero-links__prompt img {
    width: min(250px, 100% - 20px);
  }
  .hero-links__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-top: 26px;
  }
  .hero-links__menu a {
    min-height: 78px;
    padding-top: 14px;
    font-size: 18px;
  }
  .hero-links__menu a:nth-child(2n+1) {
    border-left: 2px solid rgba(0, 0, 0, 0.42);
  }
  .hero-links__menu a:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 1px);
    border-left: 2px solid rgba(0, 0, 0, 0.42);
    border-right: 2px solid rgba(0, 0, 0, 0.42);
  }
  .hero-links__menu a:last-child span {
    width: 100%;
    text-align: center;
  }
  .hero-links__latest a,
.seatmap-links a {
    font-size: 16px;
  }
  #seatmap .section-heading,
#access .section-heading {
    padding-top: 12px;
  }
  .games-list {
    width: 100%;
    padding: 5px 0 0;
  }
  .games-list__table {
    min-width: 0;
  }
  .games-list__row {
    grid-template-columns: 1.15fr 0.95fr 1fr 0.9fr 1.15fr;
    gap: 8px;
    padding: 5px;
  }
  .games-list__row--head {
    font-size: 11px;
  }
  .games-list__date-main,
.games-list__time {
    font-size: 13px;
  }
  .games-list__opponent-name {
    font-size: 11px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .games-list__rank {
    font-size: 13px;
  }
  .games-list__button {
    min-width: 100%;
    min-height: 30px;
    padding: 0 6px;
    font-size: 11px;
  }
  .seatmap-lead {
    margin: 34px 0 40px;
    font-size: 15px;
  }
  .seatmap-lead__desktop {
    display: none;
  }
  .seatmap-lead__mobile {
    display: inline;
  }
  .seatmap-floors {
    margin-bottom: 18px;
    gap: 10px;
  }
  .seatmap-floor {
    min-width: 50px;
    min-height: 33px;
    padding: 0 12px;
    font-size: 20px;
  }
  .seatmap-numbers {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-inline: 0;
    padding-bottom: 6px;
  }
  .seat-chip {
    flex: 0 0 56px;
    min-height: 48px;
    font-size: 18px;
  }
  .seat-detail {
    margin-top: 25px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
  }
  .seatmap-detail__body h3 {
    font-size: 28px;
  }
  .seat-copy strong {
    font-size: 22px;
  }
  .prices-band {
    height: 40px;
    margin: -120px -16px 32px;
  }
  .price-image-frame {
    padding: 10px 0;
  }
  .price-tabs button {
    border-radius: 10px 10px 0 0;
    min-height: 35px;
    font-size: 16px;
  }
}
.footer {
  background: var(--team-color);
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.footer__main {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0 0 60px;
}
@media screen and (max-width: 640px) {
  .footer__main {
    padding-bottom: 40px;
  }
}

.footer__logo {
  position: relative;
  z-index: 1;
  width: 190px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: 110px;
  }
}

.footer__cta {
  width: min(344px, 100% - 56px);
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 18px 0 24px;
  background: linear-gradient(90deg, #ffd400 0%, #ffc800 52%, #ffbd00 100%);
  color: var(--sr-purple);
  font-size: 14px;
  font-weight: 900;
  border-radius: 0 14px 0 14px;
}

.footer__follow {
  display: block;
  width: min(120px, 42vw);
  margin: 20px 0 0;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .footer-social {
    gap: 22px;
    margin-top: 10px;
  }
}

.footer-social__link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
}
@media (any-hover) {
  .footer-social__link {
    transition: 0.3s;
  }
  .footer-social__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .footer-social__link {
    width: 24px;
    height: 24px;
  }
}

.footer-social__link svg,
.footer-social__link img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__brand {
  display: grid;
  justify-items: center;
  gap: 40px;
  padding: 0 0 70px;
}
@media screen and (max-width: 640px) {
  .footer__brand {
    gap: 20px;
  }
}

.footer__brand-logo {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .footer__brand-logo {
    width: min(150px, 72vw);
  }
}

.footer-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
}

.footer-subnav__link,
.footer small {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .footer-subnav__link,
.footer small {
    font-size: 11px;
  }
}

@media (any-hover) {
  .footer-subnav__link {
    transition: 0.3s;
  }
  .footer-subnav__link:hover {
    opacity: 0.7;
  }
}

.sns__ttl {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sns__ttl {
    font-size: 23px;
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	game info
* --------------------------------------------------------------------------------------------------*/
.gameinfo,
.gameinfo-content {
  height: 100px;
}
@media screen and (max-width: 640px) {
  .gameinfo,
.gameinfo-content {
    height: 50px;
  }
}

.gameinfo {
  position: relative;
}

.gameinfo-content {
  background-color: var(--team-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 140;
}
.gameinfo-content.is-fixed {
  position: fixed;
}

.gameinfo-content__inner {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 8.3% 1fr 8.3%;
  align-items: center;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.gameinfo__logo {
  grid-template-columns: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .gameinfo__logo {
    height: 50px;
  }
}
.gameinfo__logo img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .gameinfo__logo img {
    width: 28px;
    height: 28px;
  }
}

.win .gameinfo__ttl {
  position: relative;
  top: 0.09em;
}

.android .gameinfo__ttl {
  position: relative;
  top: 0.12em;
}

.gameinfo__ttl {
  grid-template-columns: 2;
  text-align: center;
  color: #fff;
  font-size: 84px;
  font-family: var(--rockers-font);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .gameinfo__ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .gameinfo__ttl {
    font-size: 24.2px;
  }
}

.hamburger__wrapper {
  grid-column: 3;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .hamburger__wrapper {
    height: 50px;
  }
}

.hamburger {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
@media (any-hover) {
  .hamburger {
    transition: 0.3s;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
}
.hamburger.is-cross .line:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.is-cross .line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-cross .line:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
.hamburger .line {
  position: absolute;
  height: 3px;
  width: 65%;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 990px) {
  .hamburger .line {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .hamburger .line {
    height: 1px;
  }
}
.hamburger .line:first-child {
  top: calc(50% - 20px);
  transition: top 0.3s, transform 0.3s;
}
@media screen and (max-width: 640px) {
  .hamburger .line:first-child {
    top: calc(50% - 7px);
  }
}
.hamburger .line:nth-of-type(2) {
  transition: opacity 0.3s;
  top: 50%;
}
.hamburger .line:last-child {
  top: calc(50% + 20px);
  transition: top 0.3s, transform 0.3s;
}
@media screen and (max-width: 640px) {
  .hamburger .line:last-child {
    top: calc(50% + 7px);
  }
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(57, 33, 113, 0.95);
  width: 100%;
  height: calc(100vh - 100px);
  border-top: 1px solid var(--team-subcolor);
  overflow: auto;
  padding: 100px 20px 160px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overscroll-behavior-y: contain;
}
.megamenu.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .megamenu {
    height: calc(100vh - 50px);
    padding: 65px 20px 50px;
  }
}
@media (any-hover) {
  .megamenu a {
    transition: 0.3s;
  }
  .megamenu a:hover {
    opacity: 0.7;
  }
}
.megamenu .sns__ttl {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .megamenu .sns__ttl {
    margin-top: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .megamenu .footer-social {
    margin-top: 30px;
    gap: 30px;
  }
  .megamenu .footer-social__link {
    width: 20px;
    height: 20px;
  }
}

.nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 850px;
  margin-inline: auto;
  gap: 25px;
}
@media screen and (max-width: 640px) {
  .nav-list {
    display: block;
    max-width: inherit;
    width: 63%;
  }
}

@media screen and (max-width: 640px) {
  .nav-item + .nav-item {
    margin-top: 10px;
  }
}

.nav-item.-ticket,
.nav-item.-beginner {
  grid-column: 1/3;
  width: 410px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .nav-item.-ticket,
.nav-item.-beginner {
    width: 100%;
  }
}

.nav-item.-ticket {
  grid-row: 1;
  margin-bottom: 15px;
}
.nav-item.-ticket .btn span {
  min-height: 70px;
  font-size: 30px;
  -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 30px);
          clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 30px);
}
@media screen and (max-width: 640px) {
  .nav-item.-ticket .btn span {
    font-size: 17px;
    min-height: 36px;
    -webkit-clip-path: polygon(15px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
            clip-path: polygon(15px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
  }
}

.nav-item.-beginner {
  grid-row: 2;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .nav-item.-beginner {
    margin-bottom: 30px;
  }
}

.nav-link {
  font-size: 24px;
  background-color: #fff;
  color: var(--team-color);
  display: grid;
  place-content: center;
  min-height: 58px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .nav-link {
    font-size: 14px;
    min-height: 30px;
  }
}
.nav-link.-large {
  background-color: var(--team-color);
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .nav-link.-large {
    font-size: 17px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	会場
* --------------------------------------------------------------------------------------------------*/
.section--venue {
  padding-block: 130px 120px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 640px) {
  .section--venue {
    padding-block: 30px 190px;
  }
}
.section--venue::after {
  content: "";
  width: 660px;
  height: 660px;
  background: url(../img/mark.svg) no-repeat center/contain;
  position: absolute;
  bottom: -110px;
  left: calc(50% + 550px);
  z-index: 0;
  opacity: 0.34;
  -webkit-animation: 36s rotate infinite linear;
          animation: 36s rotate infinite linear;
}
@media screen and (max-width: 640px) {
  .section--venue::after {
    width: 255px;
    height: 255px;
    left: calc(50% - 127px);
    bottom: -90px;
  }
}
.section--venue .content__inner {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.venue__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.venue__ttl dt {
  color: #fff;
  background-color: var(--team-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 10px 10px;
  min-width: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .venue__ttl dt {
    font-size: 12px;
    min-width: 93px;
    padding: 4px;
    margin-bottom: 6px;
  }
}
.venue__ttl dd {
  color: var(--team-color);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .venue__ttl dd {
    font-size: 17px;
  }
}

.match {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .match {
    margin-top: 25px;
    gap: 25px;
  }
}
.match .logo {
  width: 167px;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .match .logo {
    width: 84px;
    height: 84px;
  }
}
.match .logo img,
.match .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.txt-vs {
  font-size: 30px;
  color: var(--team-color);
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .txt-vs {
    font-size: 15px;
  }
}

.game-days {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  color: var(--team-color);
}
.game-days:has(.game-day:nth-child(2)) {
  display: grid;
  row-gap: 80px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .game-days {
    display: block !important;
    margin-top: 0;
  }
}

.game-day {
  padding-inline: 50px;
}
@media screen and (max-width: 990px) {
  .game-day {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 640px) {
  .game-day {
    padding: 30px 0;
    margin-inline: 25px;
  }
}
.game-day:nth-of-type(even) {
  border-left: 1px solid var(--team-color);
}
@media screen and (max-width: 640px) {
  .game-day:nth-of-type(even) {
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .game-day + .game-day {
    border-top: 1px solid var(--team-color);
  }
}
.game-day .days {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .game-day .days {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 10px;
  }
}
.game-day .days .day {
  font-family: var(--rockers-font);
  font-size: 74px;
  line-height: 1;
  flex-shrink: 0;
}
.win .game-day .days .day, .android .game-day .days .day {
  position: relative;
  top: 0.16em;
}
@media screen and (max-width: 640px) {
  .game-day .days .day {
    font-size: 45px;
  }
}
.game-day .days .day span {
  font-size: 63%;
}
.game-day .days .txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .game-day .days .txt {
    font-size: 17px;
  }
}
.game-day .btn-wrapper {
  max-width: 320px;
  margin: 46px auto 0;
}
@media screen and (max-width: 640px) {
  .game-day .btn-wrapper {
    max-width: 192px;
    margin-top: 28px;
  }
}

.presents {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .presents {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.presents p {
  line-height: 1.2;
}
.presents .img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  flex-shrink: 0;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .presents .img {
    max-width: 135px;
    height: 32px;
  }
}
.presents .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.presents .u-en {
  font-size: 24.4px;
  flex-shrink: 0;
  text-transform: uppercase;
  line-height: 1;
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .presents .u-en {
    font-size: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	news
* --------------------------------------------------------------------------------------------------*/
.section--news {
  position: relative;
  z-index: 5;
  background-color: #392071;
  padding-block: 100px;
}
@media screen and (max-width: 640px) {
  .section--news {
    padding-block: 50px 144px;
  }
}

.news__conteiner {
  background-color: #fff;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin-inline: auto;
  padding: 46px 100px 70px;
}
@media screen and (max-width: 990px) {
  .news__conteiner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 640px) {
  .news__conteiner {
    padding-block: 30px 35px;
  }
}

.txt-decoration {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 17.8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--team-subcolor);
  color: var(--team-color);
}
@media screen and (max-width: 640px) {
  .txt-decoration {
    font-size: 9px;
    top: 5px;
    right: 10px;
  }
}

.news__list {
  border-left: 2px solid var(--team-color);
  padding-left: 30px;
  margin: 40px 0 0 20px;
}
@media screen and (max-width: 640px) {
  .news__list {
    padding-left: 20px;
    padding-bottom: 0.5em;
    margin: 20px 0 0 0;
    border-width: 1px;
  }
}

.news__item a {
  text-decoration: none;
}
@media (any-hover) {
  .news__item a {
    transition: 0.3s;
  }
  .news__item a:hover {
    opacity: 0.7;
  }
}
.news__item + .news__item {
  margin-top: 30px;
}

.news__inner {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: var(--team-color);
}
@media screen and (max-width: 640px) {
  .news__inner {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.news__inner p {
  font-size: inherit;
  line-height: inherit;
}
.news__inner .ymd {
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news__inner .ymd {
    margin-bottom: 0.4em;
  }
}

.view-content {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .view-content {
    margin-top: 40px;
  }
}

.view-content__ttl {
  color: var(--team-subcolor);
  font-size: 39px;
  text-align: center;
  font-family: var(--rockers-font);
}
@media screen and (max-width: 640px) {
  .view-content__ttl {
    font-size: 28px;
  }
}

.anchor {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1000px;
  margin: 40px auto 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .anchor {
    gap: 3px;
    margin-top: 14px;
    padding-bottom: 20px;
  }
}

.anchor__item {
  width: calc((100% - 30px) / 3);
  position: relative;
}
@media screen and (max-width: 640px) {
  .anchor__item {
    width: calc((100% - 6px) / 3);
  }
}
.anchor__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 50px;
  height: 20px;
  background: url(../img/icn_anchor-arrow.svg) no-repeat center/contain;
  top: calc(100% + 30px);
}
@media screen and (max-width: 640px) {
  .anchor__item::after {
    width: 20px;
    height: 10px;
    top: calc(100% + 6px);
  }
}

.guide-link__container {
  max-width: 740px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .guide-link__container {
    max-width: 84%;
    margin-top: 30px;
  }
}

.guide-link {
  filter: brightness(100%);
  transition: filter 0.3s;
  display: block;
}
@media (any-hover: hover) {
  .guide-link:hover {
    filter: brightness(120%);
  }
}
.guide-link p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .guide-link p {
    font-size: 12.5px;
  }
}
.guide-link figure {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .guide-link figure {
    margin-bottom: 6px;
  }
}
.guide-link figure::before {
  width: 110px;
  height: 110px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.guide-link figure::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../img/icn_link-arrow.png) no-repeat center/contain;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.guide-link img {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	event
* --------------------------------------------------------------------------------------------------*/
.section-event {
  padding-block: 280px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .section-event {
    padding-block: 80px 100px;
  }
}

.bg-event {
  background: url(../img/bg_event.jpg) no-repeat center 0/auto calc(100% + 400px);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .bg-event {
    background-size: auto calc(100% + 200px);
  }
}

.pickup-event {
  background-color: var(--team-color);
  position: relative;
  padding-block: 90px;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .pickup-event {
    padding-block: 30px 34px;
  }
}
.pickup-event .section-heading {
  max-width: inherit;
}
.pickup-event::before, .pickup-event::after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: var(--team-subcolor);
  height: 100%;
  top: 0;
}
@media screen and (max-width: 990px) {
  .pickup-event::before, .pickup-event::after {
    width: 3px;
  }
}
.pickup-event::before {
  left: 30px;
}
@media screen and (max-width: 990px) {
  .pickup-event::before {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pickup-event::before {
    left: 5px;
  }
}
.pickup-event::after {
  right: 30px;
}
@media screen and (max-width: 990px) {
  .pickup-event::after {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pickup-event::after {
    right: 5px;
  }
}

.pickup-event__content {
  max-width: 850px;
  margin: 50px auto 0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pickup-event__content {
    margin-top: 30px;
  }
}
.pickup-event__content .btn-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .pickup-event__content .btn-wrapper {
    margin: 30px auto 0;
  }
}

.pickup-event__img img {
  width: 100%;
}

.pickup-event__body {
  padding-top: 25px;
}
@media screen and (max-width: 640px) {
  .pickup-event__body {
    padding-top: 20px;
  }
}
.pickup-event__body p {
  font-size: 18px;
  line-height: 2.0333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .pickup-event__body p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.pickup-event__body p + p {
  margin-top: 1em;
}

.pickup-event__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .pickup-event__ttl {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

.btn-link {
  background-color: var(--team-subcolor);
  color: var(--team-color);
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 175px;
  height: 50px;
  display: grid;
  place-content: center;
  font-weight: 700;
}
@media (any-hover) {
  .btn-link {
    transition: 0.3s;
  }
  .btn-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .btn-link {
    font-size: 14px;
    width: 161px;
    height: 30px;
  }
}

#event {
  scroll-margin-top: 40px;
}

.event,
.areainfo {
  max-width: 1200px;
  background-color: var(--team-color);
  margin: 80px auto 0;
  padding: 60px 60px 150px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .event,
.areainfo {
    margin-top: 30px;
    padding: 60px 20px 90px;
  }
}
.event .section-heading,
.areainfo .section-heading {
  max-width: inherit;
}

@media screen and (max-width: 640px) {
  .areainfo {
    margin-top: 60px;
  }
  .areainfo .section-heading__en {
    font-size: 11vw;
    margin-right: 1.2em;
  }
}

.bg-slider {
  width: 100%;
  overflow-x: clip;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.bg-slider__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -webkit-animation: slider 100s infinite linear;
          animation: slider 100s infinite linear;
}
@media screen and (max-width: 640px) {
  .bg-slider__inner {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.bg-slider__inner > div {
  display: flex;
}
.bg-slider__inner img {
  width: 770px;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .bg-slider__inner img {
    width: 150px;
    height: 130px;
  }
}

@-webkit-keyframes slider {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slider {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.has-sidetxt {
  position: relative;
}
.has-sidetxt .side-txt {
  font-family: var(--rockers-font);
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 12px;
  height: 100%;
  position: absolute;
  width: 72px;
  background-color: #2f1a5b;
  top: 0;
  display: grid;
  place-content: center;
  z-index: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .has-sidetxt .side-txt {
    width: 12px;
    font-size: 9px;
    overflow-x: clip;
  }
}
.has-sidetxt .side-txt.-before {
  left: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.has-sidetxt .side-txt.-after {
  right: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.p-ticket__ttl {
  background-color: var(--team-color);
  color: #fff;
  text-align: center;
  font-size: 84px;
  padding: 0.2em 0;
  line-height: 1.0911111111;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.win .p-ticket__ttl, .android .p-ticket__ttl {
  padding-bottom: 0;
}
@media screen and (max-width: 990px) {
  .p-ticket__ttl {
    font-size: 62px;
  }
}
@media screen and (max-width: 640px) {
  .p-ticket__ttl {
    font-size: 45px;
    margin: 0 0 40px;
  }
}

.swiper__container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .swiper__container {
    margin-top: 30px;
  }
}
.swiper__container .swiper-button-prev,
.swiper__container .swiper-button-next {
  height: 40px;
  width: 20px;
  position: absolute;
  z-index: 10;
  top: 50%;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .swiper__container .swiper-button-prev:hover,
.swiper__container .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper__container .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 640px) {
  .swiper__container .swiper-button-prev {
    left: 0;
  }
}
.swiper__container .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 640px) {
  .swiper__container .swiper-button-next {
    right: 0;
  }
}
.swiper__container .swiper-pagination-bullets {
  bottom: -80px !important;
}
@media screen and (max-width: 640px) {
  .swiper__container .swiper-pagination-bullets {
    bottom: -37px !important;
  }
}
.swiper__container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-inline: 10px !important;
  opacity: 1 !important;
  background-color: #c4c4c4;
}
@media screen and (max-width: 640px) {
  .swiper__container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-inline: 8px !important;
  }
}
.swiper__container .swiper-pagination-bullet-active {
  background-color: var(--team-subcolor);
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  margin: auto;
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/slide_arrow.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/slide_arrow.svg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 640px) {
  .event-swiper,
.areainfo-swiper {
    width: 77%;
  }
}
.event-swiper .card__body,
.areainfo-swiper .card__body {
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .event-swiper .card__body,
.areainfo-swiper .card__body {
    padding-bottom: 50px;
  }
}
.event-swiper .swiper-slide,
.areainfo-swiper .swiper-slide {
  height: auto;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .event-swiper .swiper-slide:hover,
.areainfo-swiper .swiper-slide:hover {
    opacity: 0.7;
  }
}
.event-swiper .swiper-slide::after,
.areainfo-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  background: url(../img/btn_modal-open.png) no-repeat center/100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .event-swiper .swiper-slide::after,
.areainfo-swiper .swiper-slide::after {
    width: 27px;
    height: 27px;
    right: 10px;
    bottom: 10px;
  }
}
.event-swiper .card,
.areainfo-swiper .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.event-swiper .card__body p,
.areainfo-swiper .card__body p {
  display: none;
}
.event-swiper .card__body a,
.areainfo-swiper .card__body a {
  display: none;
}
.event-swiper .card__img-wrapper,
.areainfo-swiper .card__img-wrapper {
  aspect-ratio: 360/226;
  overflow: hidden;
}
.event-swiper .card__img-wrapper img,
.areainfo-swiper .card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-modal-open {
  text-align: left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
.modal.is-show {
  display: block;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--team-color);
  opacity: 0.95;
  z-index: 2;
}

.modal__container {
  position: absolute;
  z-index: 10;
  max-width: 1080px;
  padding: 20px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}
@media screen and (max-width: 640px) {
  .modal__container {
    padding-inline: 0;
    width: calc(100% - 80px);
    pointer-events: none;
  }
}
.modal__container .card__inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 30px;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  max-height: calc(100vh - 40px);
  height: 570px;
  position: relative;
  border-bottom: 5px solid var(--team-subcolor);
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 640px) {
  .modal__container .card__inner {
    height: 100% !important;
    max-height: calc(100svh - 20px);
    pointer-events: auto;
  }
}
@media screen and (max-width: 640px) {
  .modal__container .card__inner {
    flex-direction: column-reverse;
    height: auto;
    padding: 15px 15px 20px;
  }
}
.modal__container .card__ttl {
  margin-bottom: 1em;
}
.modal__container .card__img-wrapper {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .modal__container .card__img-wrapper {
    width: 100%;
  }
}
.modal__container .card__body {
  padding: 0;
  flex-grow: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .modal__container .card__body {
    width: 100%;
    padding-bottom: 20px;
  }
}
.modal__container .card__body p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .modal__container .card__body p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.modal__container .card__link {
  margin-top: auto;
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--team-color);
  border-bottom: 2px solid var(--team-color);
}
@media (any-hover) {
  .modal__container .card__link {
    transition: 0.3s;
  }
  .modal__container .card__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .modal__container .card__link {
    font-size: 12px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-top: 30px;
  }
}

.modal__close {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 45px;
  z-index: 10;
  width: 38px;
  height: 38px;
  font-weight: 900;
  display: grid;
  place-content: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .modal__close {
    position: fixed;
    top: 40px;
    right: -26px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.modal-event-swiper__container {
  display: none;
}
@media screen and (max-width: 640px) {
  .modal-event-swiper__container .swiper-slide {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-event-swiper__container .swiper-slide .card__inner {
    height: auto !important;
  }
}
.modal-event-swiper__container.is-show {
  display: block;
}
.modal-event-swiper__container .modal-event-swiper-button-prev {
  left: 0;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .modal-event-swiper__container .modal-event-swiper-button-prev {
    left: -40px;
    width: 40px;
    height: 40px;
  }
  .modal-event-swiper__container .modal-event-swiper-button-prev::after {
    width: 8px;
    height: 19px;
  }
}
.modal-event-swiper__container .modal-event-swiper-button-next {
  right: 0;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .modal-event-swiper__container .modal-event-swiper-button-next {
    right: -40px;
    width: 40px;
    height: 40px;
  }
  .modal-event-swiper__container .modal-event-swiper-button-next::after {
    width: 8px;
    height: 19px;
  }
}

.modal-areainfo-swiper__container {
  display: none;
}
@media screen and (max-width: 640px) {
  .modal-areainfo-swiper__container .swiper-slide {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-areainfo-swiper__container .swiper-slide .card__inner {
    height: auto !important;
  }
}
.modal-areainfo-swiper__container.is-show {
  display: block;
}
.modal-areainfo-swiper__container .modal-areainfo-swiper-button-prev {
  left: 0;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .modal-areainfo-swiper__container .modal-areainfo-swiper-button-prev {
    left: -40px;
    width: 40px;
    height: 40px;
  }
  .modal-areainfo-swiper__container .modal-areainfo-swiper-button-prev::after {
    width: 8px;
    height: 19px;
  }
}
.modal-areainfo-swiper__container .modal-areainfo-swiper-button-next {
  right: 0;
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .modal-areainfo-swiper__container .modal-areainfo-swiper-button-next {
    right: -40px;
    width: 40px;
    height: 40px;
  }
  .modal-areainfo-swiper__container .modal-areainfo-swiper-button-next::after {
    width: 8px;
    height: 19px;
  }
}

.card {
  background-color: #fff;
}

.card__inner {
  height: 100%;
}

.card__body {
  padding: 15px 20px;
}

.card__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .card__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	ハイライト
* --------------------------------------------------------------------------------------------------*/
.section-highlight {
  padding-block: 90px 20px;
}
@media screen and (max-width: 640px) {
  .section-highlight {
    padding-block: 40px 20px;
  }
}
.section-highlight .section-heading {
  max-width: 1200px;
}

.highlight__content {
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .highlight__content {
    margin-top: 10px;
  }
}

.highlight__body {
  padding: 46px 30px 0;
}
@media screen and (max-width: 640px) {
  .highlight__body {
    padding: 20px 0 0;
  }
}
.highlight__body p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0222222222;
  letter-spacing: 0.05em;
  color: var(--team-color);
}
@media screen and (max-width: 640px) {
  .highlight__body p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.highlight__body p + p {
  margin-top: 1em;
}

.highlight__ttl {
  color: var(--team-color);
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 990px) {
  .highlight__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .highlight__ttl {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	スケジュール
* --------------------------------------------------------------------------------------------------*/
#schedule {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #schedule {
    scroll-margin-top: 40px;
  }
}

.section-schedule {
  scroll-margin-top: 60px;
  background-color: var(--team-color);
  padding-block: 100px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.section-schedule .content__inner {
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  .section-schedule {
    padding-block: 35px 50px;
    scroll-margin-top: 20px;
  }
}

.schedule__tab {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 70px auto 30px;
}
@media screen and (max-width: 640px) {
  .schedule__tab {
    gap: 5px;
    margin-top: 26px;
    margin-bottom: 20px;
  }
}
.schedule__tab:has(li:nth-child(3)) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.schedule__tab-list {
  flex-grow: 1;
}

.schedule__btn {
  width: 100%;
  font-family: var(--rockers-font);
  font-size: 75px;
  margin: 0;
  padding: 0;
  background-color: #9aa8ac;
  color: #fff;
  position: relative;
  padding: 12px;
}
.win .schedule__btn {
  padding-block: 18px 1px;
}
.android .schedule__btn {
  padding-block: 18px 12px;
}
@media (any-hover) {
  .schedule__btn {
    transition: 0.3s;
  }
  .schedule__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 990px) {
  .schedule__btn {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .schedule__btn {
    font-size: 34.6px;
    padding: 8px 5px;
  }
}
.schedule__btn::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 10px;
  height: 10px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .schedule__btn::after {
    width: 5px;
    height: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.schedule__btn[aria-selected=true] {
  background-color: #fff;
  color: var(--team-color);
}
.schedule__btn[aria-selected=true]::after {
  text-transform: uppercase;
  background-color: var(--team-color);
}
.schedule__btn .small {
  font-size: 60%;
}

.schedule__content {
  max-width: 900px;
  margin-inline: auto;
}
.schedule__content .heading {
  font-family: var(--rockers-font);
  color: var(--team-subcolor);
  font-size: 32px;
  margin: 1.2em 0 0;
}
@media screen and (max-width: 640px) {
  .schedule__content .heading {
    font-size: 18px;
    margin: 1em 0 0;
  }
}

.schedule__table {
  width: 100%;
  margin-top: 10px;
}
.schedule__table th,
.schedule__table td {
  padding-block: 26px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}
.schedule-note {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .schedule__table th,
.schedule__table td {
    padding-block: 10px;
  }
}
.schedule__table th {
  font-size: 26px;
  font-weight: bold;
  width: 3.5em;
  line-height: 1.7333333333;
}
@media screen and (max-width: 640px) {
  .schedule__table th {
    font-size: 15px;
    width: 4.5em;
  }
}
.schedule__table td {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .schedule__table td {
    font-size: 12px;
  }
}

.schedule__content {
  display: none;
}
.schedule__content[aria-hidden=false] {
  display: block;
}

.btn {
  margin: 0 5px 5px 0;
  position: relative;
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.btn.-white span {
  background-color: #fff;
  line-height: 1.1526666667;
}
@media screen and (max-width: 640px) {
  .btn.-white span {
    min-height: 61px;
  }
}
.btn.-shadow--black::after {
  background-color: #000;
}
.btn.-noshadow {
  margin: 0;
}
.btn.-noshadow::after {
  display: none;
}
@media (any-hover: hover) {
  .btn.-noshadow:hover span {
    transform: translate(0);
  }
}
@media screen and (max-width: 990px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 14.5px;
    margin: 0;
  }
}
.btn.-arrow span {
  padding-inline: 40px;
}
.btn.-arrow span::after {
  content: ">";
  position: absolute;
  top: 50%;
  color: var(--team-color);
  font-weight: bold;
  font-size: 22px;
  right: 20px;
  z-index: 4;
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .btn.-arrow span::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .btn.-arrow span::after {
    font-size: 14px;
    right: 10px;
    top: 45%;
  }
}
@media (any-hover: hover) {
  .btn:hover span {
    transform: translate(5px, 5px);
  }
}
.btn span {
  z-index: 2;
  background-color: var(--team-subcolor);
  color: var(--team-color);
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  min-height: 54px;
  padding: 5px;
  font-weight: 900;
  position: relative;
  -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
          clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
  transform: translate(0, 0);
  transition: transform 0.3s;
}
@media screen and (max-width: 640px) {
  .btn span {
    min-height: 32px;
    -webkit-clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 15px);
            clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 15px);
  }
}
.btn::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: var(--team-color);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
          clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
}
@media screen and (max-width: 640px) {
  .btn::after {
    bottom: -3px;
    right: -3px;
    -webkit-clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 15px);
            clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 15px);
  }
}

.btn-white {
  font-size: 18px;
  font-weight: bold;
  display: grid;
  place-content: center;
  min-height: 57px;
  border: 2px solid var(--team-color);
  min-width: 302px;
  color: var(--team-color);
  transition: opacity 0.3s;
  will-change: opacity;
}
@media screen and (max-width: 640px) {
  .btn-white {
    font-size: 12.5px;
    min-height: 35px;
    min-width: inherit;
    border-width: 1px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .btn-white:hover {
    opacity: 0.7;
  }
}

.visiter-info {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .visiter-info {
    margin-top: 20px;
  }
}

.btn-unit {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .btn-unit {
    flex-direction: column;
    max-width: 172px;
    margin-inline: auto;
  }
}

.section-access {
  background-color: var(--team-color);
  margin-top: 110px;
  padding-bottom: 90px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .section-access {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.section-access .bg-slider {
  bottom: auto;
  top: 0;
}
@media screen and (max-width: 640px) {
  .section-access .bg-slider {
    top: calc(45px + 28vw);
  }
  .section-access .bg-slider .bg-slider__inner img {
    width: 226px;
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .section-access .side-txt {
    display: none;
  }
}

.section-access__heading {
  transform: translateY(-70px);
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}
.section-access__heading img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section-access__heading {
    transform: translateY(-90px);
  }
}

.access__ttl {
  font-family: var(--rockers-font);
  color: #fff;
  font-size: 84px;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 30px;
}
@media screen and (max-width: 640px) {
  .access__ttl {
    font-size: 45px;
    top: 16px;
  }
}
.access__ttl span {
  font-size: 42%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .access__ttl span {
    margin-bottom: 5px;
  }
}

.access-map {
  max-width: 735px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .access-map {
    margin-top: 130px;
    max-width: inherit;
  }
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 423px;
  border: 0;
}
@media screen and (max-width: 640px) {
  .access-map iframe {
    height: 197px;
  }
}

.access-info {
  max-width: 735px;
  margin: 60px auto 0;
}
.access-info dl {
  border-left: 5px solid var(--team-subcolor);
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .access-info dl {
    border-width: 2px;
    padding-left: 10px;
  }
}
.access-info dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .access-info dl + dl {
    margin-top: 22px;
  }
}
@media screen and (max-width: 640px) {
  .access-info dt {
    font-size: 13px;
  }
}
.access-info dd {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .access-info dd {
    margin-top: 8px;
  }
}

.access-info p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .access-info p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.links {
  padding-block: 40px;
}
@media screen and (max-width: 640px) {
  .links {
    padding-inline: 20px;
  }
  .links .btn-unit {
    display: flex;
    justify-content: space-between;
    max-width: inherit;
    flex-direction: row;
    gap: 0;
  }
  .links .btn-unit a {
    width: calc(50% - 4px);
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.section-players {
  background-color: var(--team-color);
  padding-block: 110px 200px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section-players {
    padding-block: 40px 160px;
  }
}
.section-players .team-name {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 180px;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--rockers-font);
  color: #fff;
  line-height: 1;
  opacity: 0.08;
}
@media screen and (max-width: 990px) {
  .section-players .team-name {
    display: none;
  }
}
.section-players .copy {
  width: 268px;
  position: absolute;
  top: 250px;
  color: #fff;
  font-family: var(--rockers-font);
  font-size: 14px;
  line-height: 2.8571428571;
  left: calc(50% + 600px);
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .section-players .copy {
    display: none;
  }
}
.section-players .section-heading__en {
  margin-right: auto;
}
.section-players .section-heading__en::before {
  width: 100%;
}
.section-players .section-heading__en span::after {
  display: none;
}
.section-players .txt-slider {
  display: none;
}
@media screen and (max-width: 640px) {
  .section-players .txt-slider {
    width: 100%;
    overflow-x: clip;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 30px;
    display: block;
    z-index: 4;
    opacity: 0.08;
  }
  .section-players .txt-slider > div {
    -webkit-animation-duration: 92s;
            animation-duration: 92s;
  }
  .section-players .txt-slider p {
    font-size: 42px;
    color: #fff;
  }
}

.glitch-text {
  display: inline-block;
}

.glitch-text::before,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glitch-text::before {
  -webkit-animation: glitch-before 2s infinite steps(1);
          animation: glitch-before 2s infinite steps(1);
  color: #fff;
  z-index: 5;
}

.glitch-text::after {
  -webkit-animation: glitch-after 2s infinite steps(1);
          animation: glitch-after 2s infinite steps(1);
  color: #fff;
  z-index: 5;
}

@-webkit-keyframes glitch-before {
  0%, 85%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0);
  }
  86% {
    -webkit-clip-path: inset(20% 0 60% 0);
            clip-path: inset(20% 0 60% 0);
    transform: translate(-4px, 2px);
  }
  88% {
    -webkit-clip-path: inset(60% 0 10% 0);
            clip-path: inset(60% 0 10% 0);
    transform: translate(4px, -2px);
  }
  90% {
    -webkit-clip-path: inset(40% 0 40% 0);
            clip-path: inset(40% 0 40% 0);
    transform: translate(-2px, 0);
  }
}

@keyframes glitch-before {
  0%, 85%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0);
  }
  86% {
    -webkit-clip-path: inset(20% 0 60% 0);
            clip-path: inset(20% 0 60% 0);
    transform: translate(-4px, 2px);
  }
  88% {
    -webkit-clip-path: inset(60% 0 10% 0);
            clip-path: inset(60% 0 10% 0);
    transform: translate(4px, -2px);
  }
  90% {
    -webkit-clip-path: inset(40% 0 40% 0);
            clip-path: inset(40% 0 40% 0);
    transform: translate(-2px, 0);
  }
}
@-webkit-keyframes glitch-after {
  0%, 82%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0);
  }
  83% {
    -webkit-clip-path: inset(10% 0 70% 0);
            clip-path: inset(10% 0 70% 0);
    transform: translate(4px, -1px);
  }
  85% {
    -webkit-clip-path: inset(70% 0 10% 0);
            clip-path: inset(70% 0 10% 0);
    transform: translate(-4px, 1px);
  }
  87% {
    -webkit-clip-path: inset(30% 0 50% 0);
            clip-path: inset(30% 0 50% 0);
    transform: translate(2px, 0);
  }
}
@keyframes glitch-after {
  0%, 82%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0);
  }
  83% {
    -webkit-clip-path: inset(10% 0 70% 0);
            clip-path: inset(10% 0 70% 0);
    transform: translate(4px, -1px);
  }
  85% {
    -webkit-clip-path: inset(70% 0 10% 0);
            clip-path: inset(70% 0 10% 0);
    transform: translate(-4px, 1px);
  }
  87% {
    -webkit-clip-path: inset(30% 0 50% 0);
            clip-path: inset(30% 0 50% 0);
    transform: translate(2px, 0);
  }
}
#players {
  scroll-margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #players {
    scroll-margin-top: 30px;
  }
  #players .section-heading__en {
    font-size: 50px;
  }
}

.player__container {
  display: grid;
  grid-template-columns: 1fr 50%;
  -moz-column-gap: min(2vw, 40px);
       column-gap: min(2vw, 40px);
  max-width: 1000px;
  align-items: flex-start;
  padding-inline: 20px;
  box-sizing: content-box;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .player__container {
    display: block;
    padding-inline: 0;
    margin-top: 40px;
  }
}

.player__main {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .player__main {
    margin-top: 40px;
    padding-inline: 20px;
  }
}
.player__main .swiper-slide > div {
  text-align: center;
}
@media (any-hover) {
  .player__main .swiper-slide > div a {
    transition: 0.3s;
  }
  .player__main .swiper-slide > div a:hover {
    opacity: 0.7;
  }
}
.player__main .swiper-slide > div p {
  font-size: 18px;
  color: #fff;
  margin-top: 1em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .player__main .swiper-slide > div p {
    font-size: 14px;
  }
}
.player__main .swiper-slide > div figure {
  aspect-ratio: 500/600;
  overflow: hidden;
}
.player__main .swiper-slide > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.player__thumb {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .player__thumb {
    overflow: hidden;
  }
}
.player__thumb .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1vw, 20px);
}
@media screen and (max-width: 640px) {
  .player__thumb .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.player__thumb .swiper-slide {
  height: auto;
  cursor: pointer;
}
@media screen and (min-width:640.98px) {
  .player__thumb .swiper-slide {
    width: auto !important; /* サムネイルの幅 */
  }
}
@media (any-hover) {
  .player__thumb .swiper-slide {
    transition: 0.3s;
  }
  .player__thumb .swiper-slide:hover {
    opacity: 0.7;
  }
}
.player__thumb .swiper-slide figure {
  aspect-ratio: 100/135;
  overflow: hidden;
}
.player__thumb .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.violex {
  margin: 70px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  .violex {
    margin-top: 50px;
  }
}

.violex__ttl {
  width: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .violex__ttl {
    width: 61%;
  }
}

.violex__container {
  padding-inline: 60px;
}
@media screen and (max-width: 640px) {
  .violex__container {
    padding-inline: 0;
  }
}

.volex__content {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .volex__content {
    margin-top: 26px;
  }
}

.swiper-violex-button-prev {
  left: -40px;
  top: min(18.3vw, 140px);
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .swiper-violex-button-prev:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .swiper-violex-button-prev {
    left: calc(50% - 28.6vw);
    width: 24px;
    top: 30vw;
  }
  .swiper-violex-button-prev::after {
    width: 12px;
    height: 27px;
  }
}

.swiper-violex-button-next {
  right: -40px;
  top: min(18.3vw, 140px);
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .swiper-violex-button-next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .swiper-violex-button-next {
    right: calc(50% - 28.6vw);
    width: 24px;
    top: 30vw;
  }
  .swiper-violex-button-next::after {
    width: 12px;
    height: 27px;
  }
}

.violex-swiper .swiper-slide > div {
  text-align: center;
}
.violex-swiper .swiper-slide > div figure {
  aspect-ratio: 238/314;
  overflow: hidden;
}
.violex-swiper .swiper-slide > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover) {
  .violex-swiper a {
    transition: 0.3s;
  }
  .violex-swiper a:hover {
    opacity: 0.7;
  }
}
.violex-swiper .swiper-slide > div p {
  font-family: var(--rockers-font);
  font-size: 36px;
  color: #fff;
  margin-top: 0.2em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .violex-swiper .swiper-slide > div p {
    font-size: 25px;
  }
}

.txt-slider {
  padding-block: 10px;
  overflow: clip;
}
.win .txt-slider, .android .txt-slider {
  padding-bottom: 6px;
}
.txt-slider p {
  font-family: var(--rockers-font);
  color: var(--team-color);
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .txt-slider p {
    font-size: 17px;
  }
}
.txt-slider > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -webkit-animation: slider 36s infinite linear;
          animation: slider 36s infinite linear;
}
.txt-slider > div div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.5em;
}

.ticket-btn-wrapper {
  max-width: 557px;
  margin: 40px auto 5px;
}
@media screen and (max-width: 640px) {
  .ticket-btn-wrapper {
    margin-top: 15px;
    padding-inline: 20px;
  }
}

.catch__wrapper {
  padding-inline: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .catch__wrapper {
    margin-top: 60px;
    padding-inline: 15px;
    overflow-y: clip;
    height: 2em;
    font-size: 12vw;
  }
}

.catch {
  color: var(--team-color);
  font-size: min(12vw, 140px);
  line-height: 0.9714285714;
  font-family: var(--rockers-font);
  opacity: 0.34;
}
.win .catch, .android .catch {
  position: relative;
  top: 0.2em;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 12vw;
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=style.css.map */