<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  src: url();
  font-family: "abolition";
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #071b2c;
}

.u-desktop {
  display: none;
}

html.is-fixed {
  overflow: hidden;
}

/* ãƒªã‚­ãƒƒãƒ‰ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆå¯¾å¿œ */

html {
  font-size: 16px;
}

/* pcã®é›»è©±ç•ªå·ç™ºä¿¡å¯¾å¿œ */

/* ãƒ›ãƒãƒ¼ */

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*** ã‚¹ãƒžãƒ› 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="10" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒªã‚»ãƒƒãƒˆ */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button,
picture {
  display: block;
  width: 100%;
}

picture {
  display: block;
}

button {
  display: block;
  padding: 0;
  width: 100%;
}

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.625rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  height: 51px;
  height: 3.1875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-btn:hover {
  opacity: 0.7;
}

.c-btn.c-btn--small {
  font-size: 14px;
  font-size: 0.875rem;
  height: 27px;
  height: 1.6875rem;
}

.c-btn::before {
  border: 1px solid #0088c9;
  border: 0.0625rem solid #0088c9;
  border-radius: 1.625rem;
  content: "";
  height: calc(100% + 0.25rem);
  left: -2px;
  left: -0.125rem;
  position: absolute;
  top: -2px;
  top: -0.125rem;
  width: calc(100% + 0.25rem);
}

.c-btn--red::before {
  border-color: #c0c0c0;
}

.c-btn--small::before {
  border-color: #001976;
}

.c-btn::after {
  background: url(../images/title_cloud.png) center center/contain no-repeat;
  bottom: -9px;
  bottom: -0.5625rem;
  content: "";
  height: 27px;
  height: 1.6875rem;
  position: absolute;
  right: 0;
  width: 88px;
  width: 5.5rem;
}

.c-btn--small::after {
  display: none;
}

.c-btn span {
  position: relative;
}

.c-btn img {
  background: url(../images/arrow_white.png) center center/contain no-repeat;
  content: "";
  height: 11px;
  height: 0.6875rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  width: 12px;
  width: 0.75rem;
}

.c-btn.c-btn--small img {
  height: 8px;
  height: 0.5rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  width: 8px;
  width: 0.5rem;
}

.c-btn--navy {
  background-color: #001976;
}

.c-btn--white {
  background-color: #fff;
  color: #001976;
}

.c-btn--blue {
  background-color: #005ca2;
}

.c-btn--water {
  background-color: #0a88c9;
}

.c-btn--red {
  background-color: #f0001e;
}

.c-hamburger {
  background-color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
}

.c-hamburger span {
  background-color: #001976;
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  width: 1.5rem;
}

.c-hamburger span:nth-child(1) {
  top: 11px;
  top: 0.6875rem;
}

.c-hamburger span:nth-child(2) {
  top: 17px;
  top: 1.0625rem;
}

.c-hamburger span:nth-child(3) {
  top: 23px;
  top: 1.4375rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 17px;
  top: 1.0625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  left: 60%;
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 17px;
  top: 1.0625rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger img {
  bottom: 9px;
  bottom: 0.5625rem;
  height: 18px;
  height: 1.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}

.c-hamburger img:nth-child(4) {
  opacity: 1;
}

.c-hamburger.is-active img:nth-child(4) {
  opacity: 0;
}

.c-hamburger img:nth-child(5) {
  opacity: 0;
}

.c-hamburger.is-active img:nth-child(5) {
  opacity: 1;
}

.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(0.9375rem);
  transform: translateY(0.9375rem);
  -webkit-transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.js-scroll.is-scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  height: 53px;
  height: 3.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 2.3125rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.03s;
  transition: all 0.03s;
  width: 32px;
  width: 2rem;
  z-index: 1;
}

.slide-arrow.slide-seats-arrow {
  top: 60px;
  top: 3.75rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-arrow.slide-ticket-arrow {
  top: calc(50% - 2.25rem);
}

.slide-arrow.slide-schedule-arrow {
  top: calc(50% - 3.4375rem);
}

.slide-arrow.slide-schedule-arrow2 {
  height: 53px;
  height: 3.3125rem;
  top: 50%;
  width: 28px;
  width: 1.75rem;
}

.slide-arrow:hover {
  opacity: 0.7;
}

.slide-arrow img {
  width: 8px;
  width: 0.5rem;
}

.prev-arrow {
  left: -32px;
}

.prev-arrow.slide-seats-arrow {
  left: -8px;
}

.prev-arrow.slide-schedule-arrow {
  left: -16px;
}

.prev-arrow.slide-ticket-arrow {
  left: -16px;
}

.prev-arrow.slide-schedule-arrow2 {
  left: -14px;
  left: -0.875rem;
}

.next-arrow {
  right: -32px;
}

.next-arrow.slide-seats-arrow {
  right: -8px;
}

.next-arrow.slide-schedule-arrow {
  right: -16px;
}

.next-arrow.slide-ticket-arrow {
  right: -16px;
}

.next-arrow.slide-schedule-arrow2 {
  right: -14px;
  right: -0.875rem;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.slider-dots li {
  background-color: #ffffff;
  height: 4px;
  height: 0.25rem;
  list-style: none;
  margin: 0 3px;
  margin: 0 0.1875rem;
  width: 38px;
  width: 2.375rem;
}

.slider-dots li.slick-active {
  background-color: #fccf00;
}

.slider-dots button {
  display: none;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.p-about {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-about__links {
  gap: 32px 16px;
  gap: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -16px;
  margin-top: 32px;
  margin-top: 2rem;
  width: calc(100% + 32px);
}

.p-about__link a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-about__link a:hover {
  opacity: 0.7;
}

.p-access {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, #fff),
    color-stop(4%, #fcfcfc),
    color-stop(12%, #fcfcfc),
    color-stop(12%, #fff),
    color-stop(18%, #fff),
    color-stop(18%, #fcfcfc),
    color-stop(33%, #fcfcfc),
    color-stop(33%, #fff),
    color-stop(39%, #fff),
    color-stop(39%, #fcfcfc),
    color-stop(61%, #fcfcfc),
    color-stop(61%, #fff),
    color-stop(67%, #fff),
    color-stop(67%, #fcfcfc),
    color-stop(82%, #fcfcfc),
    color-stop(82%, #fff),
    color-stop(88%, #fff),
    color-stop(88%, #fcfcfc),
    color-stop(96%, #fcfcfc),
    color-stop(96%, #fff)
  );
  background: linear-gradient(
    to right,
    #fff 4%,
    #fcfcfc 4%,
    #fcfcfc 12%,
    #fff 12%,
    #fff 18%,
    #fcfcfc 18%,
    #fcfcfc 33%,
    #fff 33%,
    #fff 39%,
    #fcfcfc 39%,
    #fcfcfc 61%,
    #fff 61%,
    #fff 67%,
    #fcfcfc 67%,
    #fcfcfc 82%,
    #fff 82%,
    #fff 88%,
    #fcfcfc 88%,
    #fcfcfc 96%,
    #fff 96%
  );
  padding-top: 80px;
  padding-top: 5rem;
}

.p-access__title {
  margin-left: -16px;
  width: calc(100% + 32px);
}

.p-access__text {
  color: #004b93;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-access__stadium {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-access__stadium span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004b93;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  height: 26px;
  height: 1.625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 9px;
  margin-right: 0.5625rem;
  width: 56px;
  width: 3.5rem;
}

.p-access__img {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-access__address {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-access__btn {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
  width: 100%;
}

.p-access__btn .c-btn::before {
  border-color: #1e2188;
}

.p-access__map {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-access__btn2 {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-access__btn2 .c-btn {
  font-size: 16px;
  font-size: 1rem;
}

.p-access__btn2 .c-btn::before {
  border-color: #1e2188;
}

.p-bottombar {
  background-color: #1e2188;
  bottom: 0;
  left: 0;
  padding: 2px 0 7px;
  padding: 0.125rem 0 0.4375rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-bottombar__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  position: relative;
  text-align: center;
}

.p-bottombar__text::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 1.625rem);
}

.p-bottombar__text .u-en {
  font-family: "abolition", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.p-bottombar__text .u-yellow {
  color: #fccf00;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.p-bottombar__btns {
  gap: 39px;
  gap: 2.4375rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  margin-top: 7px;
  margin-top: 0.4375rem;
  max-width: 283px;
  max-width: 17.6875rem;
}

.p-drawer {
  background-color: #004b93;
  display: none;
  height: calc(100% - 4.4375rem);
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 71px;
  top: 4.4375rem;
  width: 100%;
}

.p-drawer__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-drawer__nav {
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-drawer__links {
  gap: 25px;
  gap: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-drawer__link a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-drawer__link a:before {
  background: url(../images/arrow_white.png) center center/contain no-repeat;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  width: 0.875rem;
}

.p-faq {
  background-color: #efefef;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-faq__inner.l-inner {
  padding: 0 16px;
}

.p-faq__title {
  color: #001976;
  position: relative;
  text-align: center;
}

.p-faq__title::before {
  background-color: #001976;
  bottom: -27px;
  bottom: -1.6875rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: calc(50% - 0.3125rem);
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 7px;
  width: 0.4375rem;
}

.p-faq__title::after {
  background-color: #001976;
  bottom: -22px;
  bottom: -1.375rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 7px;
  width: 0.4375rem;
}

.p-faq__title-en {
  font-family: "abolition", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

.p-faq__title-ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-faq__items {
  border-top: 1px solid #333333;
  border-top: 0.0625rem solid #333333;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-faq__item {
  border-bottom: 1px solid #333333;
  border-bottom: 0.0625rem solid #333333;
  cursor: pointer;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-faq__item:hover {
  opacity: 0.7;
}

.p-faq__item::before {
  background-color: #333333;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 18px;
  top: 1.125rem;
  width: 12px;
  width: 0.75rem;
}

.p-faq__item::after {
  background-color: #333333;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 18px;
  top: 1.125rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  width: 0.75rem;
}

.p-faq__item.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq__q,
.p-faq__a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 6px 16px 6px 40px;
  padding: 0.375rem 1rem 0.375rem 2.5rem;
  position: relative;
}

.p-faq__q::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001976;
  color: #fff;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "abolition", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  width: 2rem;
}

.p-faq__a {
  display: none;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-faq__a::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0001e;
  color: #fff;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "abolition", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  width: 2rem;
}

.p-faq__btn {
  height: 50px;
  height: 3.125rem;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
}

.p-faq__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001976;
  border-radius: 1.5625rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-faq__btn a:hover {
  opacity: 0.7;
}

.p-faq__btn a::before {
  background: url(../images/arrow.svg) center center/contain no-repeat;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.p-footer {
  background-color: #0e4893;
  color: #fff;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-footer__sns-title {
  font-family: "abolition", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.p-footer__sns-links {
  gap: 34px;
  gap: 2.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__sns-link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer__sns-link a:hover {
  opacity: 0.7;
}

.p-footer__logo {
  margin: 0 auto;
  margin-top: 39px;
  margin-top: 2.4375rem;
  max-width: 278px;
  max-width: 17.375rem;
  width: 89%;
}

.p-footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-globalNav__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}

.p-globalNav__text::before {
  background: url(../images/arrow_white.png) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.p-globalNav__text span {
  color: #fccf00;
}

.p-globalNav__links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-left: 30px;
  margin-left: 1.875rem;
  max-width: 371px;
  max-width: 23.1875rem;
}

.p-globalNav__link {
  padding: 0 24px;
  padding: 0 1.5rem;
  position: relative;
}

.p-globalNav__link:not(:first-child)::before {
  background-color: #fff;
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
}

.p-globalNav__link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-globalNav__link a:hover {
  opacity: 0.7;
}

.p-header {
  position: fixed;
  top: 15px;
  top: 0.9375rem;
  width: 100%;
  z-index: 1000;
}

.p-header__inner.l-inner {
  max-width: none;
  padding: 0 16px;
}

.p-header__logo {
  display: none;
}

.p-header__globalNav {
  display: none;
}

.p-header__hamburger {
  height: 56px;
  height: 3.5rem;
  margin-left: auto;
  width: 56px;
  width: 3.5rem;
}

.p-homegame {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, #fff),
    color-stop(4%, #fcfcfc),
    color-stop(12%, #fcfcfc),
    color-stop(12%, #fff),
    color-stop(18%, #fff),
    color-stop(18%, #fcfcfc),
    color-stop(33%, #fcfcfc),
    color-stop(33%, #fff),
    color-stop(39%, #fff),
    color-stop(39%, #fcfcfc),
    color-stop(61%, #fcfcfc),
    color-stop(61%, #fff),
    color-stop(67%, #fff),
    color-stop(67%, #fcfcfc),
    color-stop(82%, #fcfcfc),
    color-stop(82%, #fff),
    color-stop(88%, #fff),
    color-stop(88%, #fcfcfc),
    color-stop(96%, #fcfcfc),
    color-stop(96%, #fff)
  );
  background: linear-gradient(
    to right,
    #fff 4%,
    #fcfcfc 4%,
    #fcfcfc 12%,
    #fff 12%,
    #fff 18%,
    #fcfcfc 18%,
    #fcfcfc 33%,
    #fff 33%,
    #fff 39%,
    #fcfcfc 39%,
    #fcfcfc 61%,
    #fff 61%,
    #fff 67%,
    #fcfcfc 67%,
    #fcfcfc 82%,
    #fff 82%,
    #fff 88%,
    #fcfcfc 88%,
    #fcfcfc 96%,
    #fff 96%
  );
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-homegame__title {
  margin-left: -16px;
  width: calc(100% + 32px);
}

.p-homegame__slider {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-homegame__nav {
  gap: 15px 7px;
  gap: 0.9375rem 0.4375rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-homegame__nav-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #071b2c;
  border: 0.0625rem solid #071b2c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  height: 38px;
  height: 2.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
  width: 2.375rem;
}

.p-homegame__nav-btn.is-selected {
  background-color: #66a4e3;
  color: #fff;
}

.p-homegame__btn {
  margin: 0 auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 306px;
  max-width: 19.125rem;
}

.p-homegame__more {
  margin-left: calc(50% - 50vw);
  margin-top: 80px;
  margin-top: 5rem;
  width: 100vw;
}

.p-information {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, #fff),
    color-stop(4%, #fcfcfc),
    color-stop(12%, #fcfcfc),
    color-stop(12%, #fff),
    color-stop(18%, #fff),
    color-stop(18%, #fcfcfc),
    color-stop(33%, #fcfcfc),
    color-stop(33%, #fff),
    color-stop(39%, #fff),
    color-stop(39%, #fcfcfc),
    color-stop(61%, #fcfcfc),
    color-stop(61%, #fff),
    color-stop(67%, #fff),
    color-stop(67%, #fcfcfc),
    color-stop(82%, #fcfcfc),
    color-stop(82%, #fff),
    color-stop(88%, #fff),
    color-stop(88%, #fcfcfc),
    color-stop(96%, #fcfcfc),
    color-stop(96%, #fff)
  );
  background: linear-gradient(
    to right,
    #fff 4%,
    #fcfcfc 4%,
    #fcfcfc 12%,
    #fff 12%,
    #fff 18%,
    #fcfcfc 18%,
    #fcfcfc 33%,
    #fff 33%,
    #fff 39%,
    #fcfcfc 39%,
    #fcfcfc 61%,
    #fff 61%,
    #fff 67%,
    #fcfcfc 67%,
    #fcfcfc 82%,
    #fff 82%,
    #fff 88%,
    #fcfcfc 88%,
    #fcfcfc 96%,
    #fff 96%
  );
  padding-top: 80px;
  padding-top: 5rem;
}

.p-information__inner.l-inner {
  padding: 0 16px;
}

.p-information__lists {
  gap: 32px;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
}

.mt40 {
  margin-top: 40px;
}

.bg_lime {
  background-color: #32cd32 !important;
}

.p-information__subtitle {
  background-color: #377fc9;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  padding: 7px;
  padding: 0.4375rem;
  text-align: center;
}

.p-information__sns {
  gap: 25px 42px;
  gap: 1.5625rem 2.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 200px;
  max-width: 12.5rem;
}

.p-information__sns-link a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-information__sns-link a:hover {
  opacity: 0.7;
}

.p-information__sns-img {
  margin: 0 auto;
  width: 71px;
  width: 4.4375rem;
}

.p-information__sns-text {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
  margin-top: 0.125rem;
  text-align: center;
}

.p-information__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-information__id {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-information__text2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-information__holly {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-information__btn {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 315px;
  max-width: 19.6875rem;
}

.p-information__lists + .p-information__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-information__img {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-information__smallBtn {
  margin: 1rem auto 0;
  max-width: 168px;
  max-width: 10.5rem;
}

.p-introduce {
  background: -webkit-gradient(linear, left top, left bottom, from(#0061fd), color-stop(#d6e7ff), to(#d6e7ff));
  background: linear-gradient(to bottom, #0061fd, #d6e7ff calc(100% - 7.4375rem), #d6e7ff);
  overflow: hidden;
  padding-bottom: 56.2vw;
  padding-top: 25px;
  padding-top: 1.5625rem;
  position: relative;
  z-index: -1;
}

.p-introduce__video {
  background-color: #071b2c;
  /* margin-left: calc(50% - 50vw); */
  padding: 32px 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* .p-introduce__video video {
  display: inline-block;
  max-width: 100%;
  width: 100%;
} */
.video {
  position: relative;
  display: inline-block;
  /* max-width: 100%; */
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* padding: 6rem; */
}
.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-introduce__title {
  margin-left: -16px;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
  width: calc(100% + 32px);
  z-index: 1;
}

.p-introduce__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 38px;
  margin-top: 2.375rem;
  position: relative;
  z-index: 1;
}

.p-introduce__img {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
  z-index: 1;
}

.p-introduce__bg {
  bottom: 0;
  height: 97.3vw;
  left: 50%;
  max-height: 550px;
  max-height: 34.375rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}

.p-introduce__bg img {
  -o-object-fit: cover;
  -o-object-position: bottom center;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: bottom center;
  width: auto;
}

.p-introduce__holly {
  display: none;
  pointer-events: none;
  position: fixed;
  right: -191px;
  right: -11.9375rem;
  top: 60px;
  top: 3.75rem;
  width: 831px;
  width: 51.9375rem;
}

.p-more__title {
  background-color: #001976;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  padding: 11px 0;
  padding: 0.6875rem 0;
  text-align: center;
}

.p-more__cards {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 450px;
  padding: 0 16px;
}

.p-more__card a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-more__card a:hover {
  opacity: 0.7;
}

.p-more__text {
  color: #66a4e3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}

.p-more__text::before {
  background: url(../images/arrow_blue.png) center center/contain no-repeat;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

.p-schedule {
  background-color: #fff;
  overflow: hidden;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-schedule__inner {
  position: relative;
  z-index: 1;
}

.p-schedule__title {
  margin: 0 auto;
  max-width: 282px;
  max-width: 17.625rem;
}

.p-schedule__bigText {
  color: #001976;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-schedule__main {
  color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 53px;
  padding-top: 3.3125rem;
  position: relative;
}

.p-schedule__main-inner:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

.p-schedule__main-inner.is-clicked {
  opacity: 1;
  position: relative;
  visibility: visible;
}

.p-schedule__main::before {
  background: #004b93;
  content: "";
  height: 100%;
  left: 0;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100%;
  width: 100vw;
  z-index: -1;
}

.p-schedule__main::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, transparent),
    color-stop(4%, #001976),
    color-stop(12%, #001976),
    color-stop(12%, transparent),
    color-stop(18%, transparent),
    color-stop(18%, #001976),
    color-stop(33%, #001976),
    color-stop(33%, transparent),
    color-stop(39%, transparent),
    color-stop(39%, #001976),
    color-stop(61%, #001976),
    color-stop(61%, transparent),
    color-stop(67%, transparent),
    color-stop(67%, #001976),
    color-stop(82%, #001976),
    color-stop(82%, transparent),
    color-stop(88%, transparent),
    color-stop(88%, #001976),
    color-stop(96%, #001976),
    color-stop(96%, transparent)
  );
  background: linear-gradient(
    to right,
    transparent 4%,
    #001976 4%,
    #001976 12%,
    transparent 12%,
    transparent 18%,
    #001976 18%,
    #001976 33%,
    transparent 33%,
    transparent 39%,
    #001976 39%,
    #001976 61%,
    transparent 61%,
    transparent 67%,
    #001976 67%,
    #001976 82%,
    transparent 82%,
    transparent 88%,
    #001976 88%,
    #001976 96%,
    transparent 96%
  );
  content: "";
  height: 100%;
  left: 0;
  margin-left: calc(50% - 50vw);
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100vw;
  z-index: -1;
}

.p-schedule__btns {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 110px;
  height: 6.875rem;
  margin-left: calc(50% - 50vw);
  margin-top: 32px;
  margin-top: 2rem;
  width: 100vw;
}

.p-schedule__btns--none {
  margin-top: 0;
}

.p-schedule__btn {
  -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
  background-color: #c0c0c0;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
  cursor: pointer;
  height: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-schedule__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-schedule__btn--bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.p-schedule__btn:hover {
  opacity: 0.7;
}

.p-schedule__btn.is-selected {
  background-color: #004b93;
}

.p-schedule__btn-text {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.125;
  width: 32px;
  width: 2rem;
}

.p-schedule__btn-text span {
  display: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-schedule__btn-img {
  width: calc(100% - 2rem);
}

.p-schedule__main-title {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  background-color: #fccf00;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  color: #001976;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 311px;
  max-width: 19.4375rem;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
  text-align: center;
}

.p-schedule__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-schedule__item + .p-schedule__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-schedule__head-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.p-schedule__head-title span:first-child {
  display: inline-block;
  text-align: left;
}

.p-schedule__head-title .u-yellow {
  color: #fccf00;
  font-size: 56px;
  font-size: 3.5rem;
}

.p-schedule__head-wrap {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-schedule__head-text {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.p-schedule__head-text span {
  color: #fccf00;
}

.p-schedule__slider {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: calc(15rem + 16px);
}

.p-schedule__card {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-schedule__card-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}
.tex_center {
  text-align: center;
}

.p-schedule__slider .slick-list {
  overflow: unset;
}

.p-schedule__slider-item {
  margin: 0 8px;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: right 35%;
  transform-origin: right 35%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-schedule__slider-item.slick-current + .p-schedule__slider-item {
  -webkit-transform-origin: left 35%;
  transform-origin: left 35%;
}

.p-schedule__slider-item.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.p-schedule__slider-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 18px;
  margin-top: 1.125rem;
  opacity: 0;
}

.p-schedule__slider-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  opacity: 0;
}

.p-schedule__thumbnail {
  margin-left: -7px;
  margin-left: -0.4375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: calc(100% + 0.875rem);
}

.p-schedule__thumbnail-img {
  cursor: pointer;
  margin: 0 7px;
  margin: 0 0.4375rem;
  position: relative;
}

.p-schedule__thumbnail-img::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-schedule__thumbnail-img.slick-current::before {
  opacity: 0;
}

.p-schedule__thumbnail .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.p-schedule__slider-item.slick-current .p-schedule__slider-title {
  opacity: 1;
}

.p-schedule__slider-item.slick-current .p-schedule__slider-text {
  opacity: 1;
}

.p-schedule__arrow {
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
  width: 133px;
  width: 8.3125rem;
}

.p-schedule__holly {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 208px;
  max-width: 13rem;
}

.p-schedule__slider2 {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 271px;
  max-width: 16.9375rem;
}

.p-schedule__slider2 .slick-list {
  overflow: unset;
}

.p-schedule__slider2-item {
  margin: 0 12px;
  margin: 0 0.75rem;
}

.p-schedule__thumbnail2 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-schedule__thumbnail2 .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.p-schedule__thumbnail2-img {
  cursor: pointer;
  margin: 0 3px;
  margin: 0 0.1875rem;
  position: relative;
}

.p-schedule__thumbnail2-img::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-schedule__thumbnail2-img.slick-current::before {
  opacity: 0;
}

.p-schedule__holly2 {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-schedule__holly2-text {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-schedule__holly2-text span {
  color: #fccf00;
}

.p-schedule__holly2-img {
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 208px;
  max-width: 13rem;
}

.p-schedule__subtitle {
  display: none;
}

.p-schedule__subtitle::before {
  background-color: #fff;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.p-seats {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, #fff),
    color-stop(4%, #fcfcfc),
    color-stop(12%, #fcfcfc),
    color-stop(12%, #fff),
    color-stop(18%, #fff),
    color-stop(18%, #fcfcfc),
    color-stop(33%, #fcfcfc),
    color-stop(33%, #fff),
    color-stop(39%, #fff),
    color-stop(39%, #fcfcfc),
    color-stop(61%, #fcfcfc),
    color-stop(61%, #fff),
    color-stop(67%, #fff),
    color-stop(67%, #fcfcfc),
    color-stop(82%, #fcfcfc),
    color-stop(82%, #fff),
    color-stop(88%, #fff),
    color-stop(88%, #fcfcfc),
    color-stop(96%, #fcfcfc),
    color-stop(96%, #fff)
  );
  background: linear-gradient(
    to right,
    #fff 4%,
    #fcfcfc 4%,
    #fcfcfc 12%,
    #fff 12%,
    #fff 18%,
    #fcfcfc 18%,
    #fcfcfc 33%,
    #fff 33%,
    #fff 39%,
    #fcfcfc 39%,
    #fcfcfc 61%,
    #fff 61%,
    #fff 67%,
    #fcfcfc 67%,
    #fcfcfc 82%,
    #fff 82%,
    #fff 88%,
    #fcfcfc 88%,
    #fcfcfc 96%,
    #fff 96%
  );
  overflow: hidden;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-seats__text {
  color: #004b93;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-seats__slider {
  margin-left: -8px;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: calc(100% + 16px);
}

.p-seats__slider .slick-list {
  overflow: unset;
}

.p-seats__slider-item {
  margin: 0 8px;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: right 35%;
  transform-origin: right 35%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-seats__slider-item.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.p-seats__slider-item.slick-current + .p-seats__slider-item {
  -webkit-transform-origin: left 35%;
  transform-origin: left 35%;
}

.p-seats__slider-img {
  position: relative;
  width: 100%;
}

.p-seats__slider-img::before {
  content: "";
  display: block;
  padding-top: 45%;
  padding-top: 56.25%;
}

.p-seats__slider-img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-seats__slider-item.slick-current .p-seats__slider-title {
  opacity: 1;
}

.p-seats__slider-item.slick-current .p-seats__slider-text {
  opacity: 1;
}

.p-seats__slider-title {
  color: #004b93;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-seats__slider-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-seats__thumbnail {
  margin-left: -7px;
  margin-left: -0.4375rem;
  margin-top: 16px;
  margin-top: 1rem;
  width: calc(100% + 0.875rem);
}

.p-seats__thumbnail-img {
  cursor: pointer;
  margin: 0 7px;
  margin: 0 0.4375rem;
  position: relative;
}

.p-seats__thumbnail-img::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-seats__thumbnail-img.slick-current::before {
  opacity: 0;
}

.p-seats__thumbnail .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.p-ticket {
  background-color: #004b93;
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 70px;
  padding-top: 4.375rem;
}

.p-ticket__title {
  margin-left: -16px;
  width: calc(100% + 32px);
}

.p-ticket__subtitle {
  color: #fccf00;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3928571429;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-ticket__subtitle::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.p-ticket__slider {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-ticket__number {
  margin: 0 auto;
  position: relative;
  width: 59%;
  z-index: 1;
}

.p-ticket__img {
  margin-top: -8%;
}

.p-ticket__item-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-ticket__item-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-ticket__btn {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 2vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .c-btn {
    border-radius: 2.0625rem;
    font-size: 1.5rem;
    height: 4.0625rem;
  }

  .c-btn.c-btn--small {
    height: 2.375rem;
  }

  .c-btn::before {
    border-radius: 2.0625rem;
  }

  .c-btn::after {
    bottom: -0.6875rem;
    height: 2.1875rem;
    width: 6.5rem;
  }

  .slide-arrow.slide-seats-arrow {
    top: calc(50% - 4.625rem);
  }

  .prev-arrow {
    left: -1rem;
  }

  .prev-arrow.slide-seats-arrow {
    left: -1rem;
  }

  .prev-arrow.slide-schedule-arrow {
    left: -2.125rem;
  }

  .next-arrow {
    right: -1rem;
  }

  .next-arrow.slide-seats-arrow {
    right: -1rem;
  }

  .next-arrow.slide-schedule-arrow {
    right: -2.125rem;
  }

  .l-inner {
    max-width: 850px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-about {
    padding-bottom: 6.375rem;
    padding-top: 10.625rem;
  }

  .p-about__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-about__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 23.75rem;
    place-items: center;
  }

  .p-about__links {
    margin: 0;
    margin: initial;
    width: 100%;
  }

  .p-access {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(3%, #fcfcfc),
      color-stop(3%, #fff),
      color-stop(9%, #fff),
      color-stop(9%, #fcfcfc),
      color-stop(13%, #fcfcfc),
      color-stop(13%, #fff),
      color-stop(22%, #fff),
      color-stop(22%, #fcfcfc),
      color-stop(28%, #fcfcfc),
      color-stop(28%, #fff),
      color-stop(37%, #fff),
      color-stop(37%, #fcfcfc),
      color-stop(41%, #fcfcfc),
      color-stop(41%, #fff),
      color-stop(48%, #fff),
      color-stop(48%, #fcfcfc),
      color-stop(53%, #fcfcfc),
      color-stop(53%, #fff),
      color-stop(60%, #fff),
      color-stop(60%, #fcfcfc),
      color-stop(64%, #fcfcfc),
      color-stop(64%, #fff),
      color-stop(73%, #fff),
      color-stop(73%, #fcfcfc),
      color-stop(79%, #fcfcfc),
      color-stop(79%, #fff),
      color-stop(88%, #fff),
      color-stop(88%, #fcfcfc),
      color-stop(92%, #fcfcfc),
      color-stop(92%, #fff),
      color-stop(98%, #fff),
      color-stop(98%, #fcfcfc)
    );
    background: linear-gradient(
      to right,
      #fcfcfc 3%,
      #fff 3%,
      #fff 9%,
      #fcfcfc 9%,
      #fcfcfc 13%,
      #fff 13%,
      #fff 22%,
      #fcfcfc 22%,
      #fcfcfc 28%,
      #fff 28%,
      #fff 37%,
      #fcfcfc 37%,
      #fcfcfc 41%,
      #fff 41%,
      #fff 48%,
      #fcfcfc 48%,
      #fcfcfc 53%,
      #fff 53%,
      #fff 60%,
      #fcfcfc 60%,
      #fcfcfc 64%,
      #fff 64%,
      #fff 73%,
      #fcfcfc 73%,
      #fcfcfc 79%,
      #fff 79%,
      #fff 88%,
      #fcfcfc 88%,
      #fcfcfc 92%,
      #fff 92%,
      #fff 98%,
      #fcfcfc 98%
    );
    padding-top: 7.5rem;
  }

  .p-access__inner.l-inner {
    max-width: 650px;
  }

  .p-access__title {
    margin: 0 auto;
    max-width: 31.25rem;
    width: 62.5%;
  }

  .p-access__text {
    text-align: center;
  }

  .p-access__stadium {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .p-access__stadium span {
    font-size: 1rem;
    font-weight: bold;
    height: 1.875rem;
    width: 4rem;
  }

  .p-access__address {
    font-size: 1rem;
  }

  .p-access__btn {
    margin: 0 auto;
    margin-top: 2.625rem;
    max-width: 25rem;
  }

  .p-access__btn2 {
    margin-top: 2rem;
    max-width: 25rem;
  }

  .p-access__btn2 .c-btn {
    font-size: 1.125rem;
  }

  .p-bottombar {
    display: none;
  }

  .p-drawer {
    max-height: 26.9375rem;
    max-width: 21.25rem;
    top: 3.5625rem;
  }

  .p-faq {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }

  .p-faq__title-en {
    font-size: 3.5rem;
  }

  .p-faq__title-ja {
    font-size: 1.5rem;
  }

  .p-faq__items {
    margin-top: 2.875rem;
  }

  .p-faq__item {
    padding: 0.5rem 0;
  }

  .p-faq__item::before {
    top: 1.4375rem;
  }

  .p-faq__item::after {
    top: 1.4375rem;
  }

  .p-faq__btn {
    height: 4.3125rem;
    margin-top: 2rem;
    max-width: 26.25rem;
  }

  .p-faq__btn a {
    border-radius: 2.1875rem;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .p-faq__btn a::before {
    height: 1.125rem;
    right: 1.25rem;
    width: 0.6875rem;
  }

  .p-footer {
    padding-bottom: 7.1875rem;
    padding-top: 2.5rem;
  }

  .p-footer__inner.l-inner {
    max-width: 26.25rem;
  }

  .p-footer__sns-title {
    font-size: 1.5rem;
  }

  .p-footer__sns-links {
    gap: 2.5625rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 23.4375rem;
  }

  .p-footer__logo {
    margin-top: 2.625rem;
    max-width: 26.25rem;
    width: 100%;
  }

  .p-footer__copy {
    font-size: 0.875rem;
    margin-top: 1.625rem;
  }

  .p-header {
    background-color: #001976;
    height: 3.5625rem;
    top: 0;
  }

  .p-header__inner.l-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-left: 3.4375rem;
    padding-right: 1.5rem;
  }

  .p-header__logo {
    display: block;
    width: 12.1875rem;
  }

  .p-header__globalNav {
    display: block;
    margin-left: auto;
  }

  .p-header__hamburger {
    height: 3.5625rem;
    margin-left: 0;
    margin-left: initial;
    width: 3.5625rem;
  }

  .p-homegame {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(3%, #fcfcfc),
      color-stop(3%, #fff),
      color-stop(9%, #fff),
      color-stop(9%, #fcfcfc),
      color-stop(13%, #fcfcfc),
      color-stop(13%, #fff),
      color-stop(22%, #fff),
      color-stop(22%, #fcfcfc),
      color-stop(28%, #fcfcfc),
      color-stop(28%, #fff),
      color-stop(37%, #fff),
      color-stop(37%, #fcfcfc),
      color-stop(41%, #fcfcfc),
      color-stop(41%, #fff),
      color-stop(48%, #fff),
      color-stop(48%, #fcfcfc),
      color-stop(53%, #fcfcfc),
      color-stop(53%, #fff),
      color-stop(60%, #fff),
      color-stop(60%, #fcfcfc),
      color-stop(64%, #fcfcfc),
      color-stop(64%, #fff),
      color-stop(73%, #fff),
      color-stop(73%, #fcfcfc),
      color-stop(79%, #fcfcfc),
      color-stop(79%, #fff),
      color-stop(88%, #fff),
      color-stop(88%, #fcfcfc),
      color-stop(92%, #fcfcfc),
      color-stop(92%, #fff),
      color-stop(98%, #fff),
      color-stop(98%, #fcfcfc)
    );
    background: linear-gradient(
      to right,
      #fcfcfc 3%,
      #fff 3%,
      #fff 9%,
      #fcfcfc 9%,
      #fcfcfc 13%,
      #fff 13%,
      #fff 22%,
      #fcfcfc 22%,
      #fcfcfc 28%,
      #fff 28%,
      #fff 37%,
      #fcfcfc 37%,
      #fcfcfc 41%,
      #fff 41%,
      #fff 48%,
      #fcfcfc 48%,
      #fcfcfc 53%,
      #fff 53%,
      #fff 60%,
      #fcfcfc 60%,
      #fcfcfc 64%,
      #fff 64%,
      #fff 73%,
      #fcfcfc 73%,
      #fcfcfc 79%,
      #fff 79%,
      #fff 88%,
      #fcfcfc 88%,
      #fcfcfc 92%,
      #fff 92%,
      #fff 98%,
      #fcfcfc 98%
    );
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .p-homegame__inner.l-inner {
    max-width: 1270px;
  }

  .p-homegame__title {
    margin: 0 auto;
    max-width: 31.25rem;
    width: 41%;
  }

  .p-homegame__slider {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 41.5rem;
  }

  .p-homegame__slider .slick-list {
    overflow: unset;
  }

  .p-homegame__calender {
    margin: 0 2rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-homegame__calender.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: center center;
    transform: center center;
  }

  .p-homegame__calender.slick-current + .p-homegame__calender {
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
  }

  .p-homegame__nav {
    gap: 1.8125rem 0.875rem;
    margin: 0 auto;
    margin-top: 4rem;
    max-width: 37.5rem;
  }

  .p-homegame__nav-btn {
    font-size: 1.1875rem;
    height: 4.5625rem;
    width: 4.5625rem;
  }

  .p-homegame__btn {
    margin-top: 2.5rem;
    max-width: 25rem;
  }

  .p-homegame__more {
    margin: 0 auto;
    margin-top: 7.5rem;
    width: 100%;
  }

  .p-information {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(3%, #fcfcfc),
      color-stop(3%, #fff),
      color-stop(9%, #fff),
      color-stop(9%, #fcfcfc),
      color-stop(13%, #fcfcfc),
      color-stop(13%, #fff),
      color-stop(22%, #fff),
      color-stop(22%, #fcfcfc),
      color-stop(28%, #fcfcfc),
      color-stop(28%, #fff),
      color-stop(37%, #fff),
      color-stop(37%, #fcfcfc),
      color-stop(41%, #fcfcfc),
      color-stop(41%, #fff),
      color-stop(48%, #fff),
      color-stop(48%, #fcfcfc),
      color-stop(53%, #fcfcfc),
      color-stop(53%, #fff),
      color-stop(60%, #fff),
      color-stop(60%, #fcfcfc),
      color-stop(64%, #fcfcfc),
      color-stop(64%, #fff),
      color-stop(73%, #fff),
      color-stop(73%, #fcfcfc),
      color-stop(79%, #fcfcfc),
      color-stop(79%, #fff),
      color-stop(88%, #fff),
      color-stop(88%, #fcfcfc),
      color-stop(92%, #fcfcfc),
      color-stop(92%, #fff),
      color-stop(98%, #fff),
      color-stop(98%, #fcfcfc)
    );
    background: linear-gradient(
      to right,
      #fcfcfc 3%,
      #fff 3%,
      #fff 9%,
      #fcfcfc 9%,
      #fcfcfc 13%,
      #fff 13%,
      #fff 22%,
      #fcfcfc 22%,
      #fcfcfc 28%,
      #fff 28%,
      #fff 37%,
      #fcfcfc 37%,
      #fcfcfc 41%,
      #fff 41%,
      #fff 48%,
      #fcfcfc 48%,
      #fcfcfc 53%,
      #fff 53%,
      #fff 60%,
      #fcfcfc 60%,
      #fcfcfc 64%,
      #fff 64%,
      #fff 73%,
      #fcfcfc 73%,
      #fcfcfc 79%,
      #fff 79%,
      #fff 88%,
      #fcfcfc 88%,
      #fcfcfc 92%,
      #fff 92%,
      #fff 98%,
      #fcfcfc 98%
    );
  }

  .p-information__title {
    margin: 0 auto;
    max-width: 31.25rem;
    width: 62.5%;
  }

  .p-information__lists {
    gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-information__subtitle {
    padding: 0.5625rem;
  }

  .p-information__sns {
    margin-top: 3.25rem;
    max-width: 17.625rem;
  }

  .p-information__sns-img {
    width: 6.4375rem;
  }

  .p-information__sns-text {
    font-size: 1.5625rem;
  }

  .p-information__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.75rem;
  }

  .p-information__id {
    margin-top: 2rem;
    max-width: 21.875rem;
  }

  .p-information__holly {
    margin-top: 1rem;
    max-width: 21.8125rem;
  }

  .p-information__btn {
    margin-top: 1rem;
    max-width: 23.9375rem;
  }

  .p-information__btn .c-btn {
    font-size: 1.1875rem;
  }

  .p-information__lists + .p-information__list {
    margin: 0 auto;
    margin-top: 4.5rem;
    max-width: 37.5rem;
  }

  .p-information__smallBtn {
    max-width: 12.5rem;
    margin: 1rem auto 0;
  }

  .p-introduce {
    padding-bottom: 19.75rem;
    padding-top: 2.5rem;
  }

  .p-introduce__inner.l-inner {
    max-width: 50rem;
  }

  .p-introduce__video {
    background-color: transparent;
    margin: initial;
    width: 100%;
  }
  .video {
    background-color: transparent;
    margin: initial;
    width: 100%;
    padding: 13rem;
  }

  .p-introduce__title {
    margin: 0 auto;
    margin-top: 4.5rem;
    width: 75%;
  }

  .p-introduce__text {
    margin-top: 1.5rem;
    text-align: center;
  }

  .p-introduce__img {
    margin: 0;
    margin: initial;
    margin-top: 1.5rem;
    width: 100%;
  }

  .p-introduce__bg {
    height: auto;
    margin-left: calc(50% - 50vw);
    max-height: 37.4375rem;
    width: 100vw;
  }

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

  .p-introduce__holly {
    display: block;
  }

  .p-more__title {
    margin: 0 auto;
    max-width: 50rem;
  }

  .p-more__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    max-width: none;
    width: 100%;
  }

  .p-more__text {
    margin-top: 1rem;
  }

  .p-schedule__title {
    max-width: 31.25rem;
    width: 62.5%;
  }

  .p-schedule__bigText {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 3.125rem;
  }

  .p-schedule__main {
    padding-bottom: 7.5rem;
  }

  .p-schedule__btns {
    height: 6.875rem;
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 55.9375rem;
    width: 100%;
  }

  .p-schedule__btns--none {
    margin-top: 0;
  }

  .p-schedule__btn {
    -webkit-clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
    clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  }

  .p-schedule__btn a {
    padding: 0 5rem;
  }

  .p-schedule__btn--bottom {
    -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  }

  .p-schedule__btn-text {
    font-size: 2.5rem;
    width: 55%;
  }

  .p-schedule__btn-text span {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 0.375rem;
  }

  .p-schedule__btn-img {
    height: 100%;
    width: 45%;
  }

  .p-schedule__btn-img img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .p-schedule__main-title {
    font-size: 1.5625rem;
    max-width: 25rem;
    padding: 0.8125rem 0;
  }

  .p-schedule__items {
    margin-top: 2.0625rem;
  }

  .p-schedule__item + .p-schedule__item {
    margin-top: 5rem;
  }

  .p-schedule__head-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-schedule__head-title span:first-child {
    font-size: 1.5rem;
    line-height: 1.125;
    margin-right: 0.1875rem;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }

  .p-schedule__head-title .u-yellow {
    font-size: 4rem;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }

  .p-schedule__head-wrap {
    gap: 0.8125rem;
    grid-template-columns: 17% calc(83% - 0.8125rem);
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 30.5rem;
  }

  .p-schedule__head-text {
    padding: 0.9375rem 1.25rem;
  }

  .p-schedule__slider {
    margin-top: 2rem;
    max-width: 22.25rem;
  }

  .p-schedule__card {
    margin-top: 2rem;
  }

  .p-schedule__card--big {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 30rem;
  }

  .p-schedule__slider-item {
    margin: 0 0.8125rem;
    -webkit-transform-origin: center 35%;
    transform-origin: center 35%;
  }

  .p-schedule__slider-item.slick-current + .p-schedule__slider-item {
    -webkit-transform-origin: center 35%;
    transform-origin: center 35%;
  }

  .p-schedule__thumbnail {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 32.0625rem;
  }

  .p-schedule__thumbnail-img {
    margin: 0 0.6875rem;
  }

  .p-schedule__arrow {
    margin-top: 5rem;
  }

  .p-schedule__holly {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    max-width: 18.5rem;
  }

  .p-schedule__slider2 {
    margin-top: 2rem;
    max-width: 26.75rem;
  }

  .p-schedule__slider2-item {
    margin: 0 1.5rem;
  }

  .p-schedule__thumbnail2 {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 29.5rem;
  }

  .p-schedule__thumbnail2-img {
    margin: 0 0.75rem;
  }

  .p-schedule__holly2-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 19.5rem;
  }

  .p-schedule__card-wrap {
    gap: 2.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-schedule__subtitle {
    color: #fccf00;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.1875rem;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .p-seats {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(3%, #fcfcfc),
      color-stop(3%, #fff),
      color-stop(9%, #fff),
      color-stop(9%, #fcfcfc),
      color-stop(13%, #fcfcfc),
      color-stop(13%, #fff),
      color-stop(22%, #fff),
      color-stop(22%, #fcfcfc),
      color-stop(28%, #fcfcfc),
      color-stop(28%, #fff),
      color-stop(37%, #fff),
      color-stop(37%, #fcfcfc),
      color-stop(41%, #fcfcfc),
      color-stop(41%, #fff),
      color-stop(48%, #fff),
      color-stop(48%, #fcfcfc),
      color-stop(53%, #fcfcfc),
      color-stop(53%, #fff),
      color-stop(60%, #fff),
      color-stop(60%, #fcfcfc),
      color-stop(64%, #fcfcfc),
      color-stop(64%, #fff),
      color-stop(73%, #fff),
      color-stop(73%, #fcfcfc),
      color-stop(79%, #fcfcfc),
      color-stop(79%, #fff),
      color-stop(88%, #fff),
      color-stop(88%, #fcfcfc),
      color-stop(92%, #fcfcfc),
      color-stop(92%, #fff),
      color-stop(98%, #fff),
      color-stop(98%, #fcfcfc)
    );
    background: linear-gradient(
      to right,
      #fcfcfc 3%,
      #fff 3%,
      #fff 9%,
      #fcfcfc 9%,
      #fcfcfc 13%,
      #fff 13%,
      #fff 22%,
      #fcfcfc 22%,
      #fcfcfc 28%,
      #fff 28%,
      #fff 37%,
      #fcfcfc 37%,
      #fcfcfc 41%,
      #fff 41%,
      #fff 48%,
      #fcfcfc 48%,
      #fcfcfc 53%,
      #fff 53%,
      #fff 60%,
      #fcfcfc 60%,
      #fcfcfc 64%,
      #fff 64%,
      #fff 73%,
      #fcfcfc 73%,
      #fcfcfc 79%,
      #fff 79%,
      #fff 88%,
      #fcfcfc 88%,
      #fcfcfc 92%,
      #fff 92%,
      #fff 98%,
      #fcfcfc 98%
    );
    padding-top: 7.5rem;
  }

  .p-seats__title {
    margin: 0 auto;
    max-width: 31.25rem;
    width: 62.5%;
  }

  .p-seats__text {
    margin-top: 2rem;
    text-align: center;
  }

  .p-seats__slider {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 41.5rem;
  }

  .p-seats__slider-item {
    margin: 0 2rem;
  }

  .p-seats__slider-title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }

  .p-seats__slider-text {
    font-size: 1rem;
    line-height: 1.3125;
  }

  .p-seats__thumbnail {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 20.3125rem;
  }

  .p-ticket {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .p-ticket__title {
    margin: 0 auto;
    max-width: 31.25rem;
    width: 62.5%;
  }

  .p-ticket__subtitle {
    font-size: 2rem;
  }

  .p-ticket__subtitle::before {
    bottom: -0.25rem;
  }

  .p-ticket__slider {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 23rem;
  }

  .p-ticket__slider .slick-list {
    overflow: unset;
  }

  .p-ticket__item {
    margin: 0 1.75rem;
  }

  .p-ticket__btn {
    margin-top: 2rem;
    max-width: 25rem;
  }
}

@media screen and (max-width: 767px) {
  h3.p-information__subtitle.sm_text {
    font-size: 17px;
  }

}

@media (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

</pre></body></html>