@charset "UTF-8";
/* ---------------------------------------------------
resset
---------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

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

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 { /*text-wrap:balance;*/
  text-align: left;
}

i, s {
  font-style: normal;
}

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

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

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

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

:target {
  scroll-margin-block: 5ex;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* width */
/*-------------------------------------------
font
-------------------------------------------*/
/*
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;

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

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

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

body {
  position: relative;
  text-align: center;
  color: #272727;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1094px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.head {
  position: relative;
  text-align: left;
  font-size: 110px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 28px;
  border-bottom: 1px solid #000;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 70px;
}
@media (min-width: 1320px) {
  .head {
    font-size: 110px;
  }
}
@media (max-width: 1320px) {
  .head {
    font-size: clamp(40px, 8.3333333333vw, 110px);
  }
}
@media (max-width: 768px) {
  .head {
    font-size: 40px;
    margin-bottom: 24px;
    padding-top: 17px;
    padding-right: 40px;
  }
}
.head::after {
  position: absolute;
  content: "2026 OPENING SERIES";
  font-size: 14px;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  color: #9F9F9F;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .head::after {
    font-size: 13px;
  }
}
.head::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 24px;
  margin: auto;
  width: 72px;
  height: 47px;
  background-image: url("../img/logo_nation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .head::before {
    bottom: 16px;
    width: 40px;
    height: 26px;
  }
}
.head i {
  display: block;
  color: #9F9F9F;
  font-size: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .head i {
    font-size: clamp(16px, 1.3636363636vw, 18px);
    margin-top: 14px;
  }
}

.readText {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .readText {
    margin-bottom: 24px;
  }
}
.readText p {
  font-weight: 700;
}
.readText p .text {
  font-weight: 400;
}
.readText .indent {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #6A6A6A;
}
@media (max-width: 768px) {
  .readText .indent {
    font-size: 13px;
  }
}

p {
  text-align: left;
}

a {
  opacity: 1;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.btn {
  text-align: center;
}
* + .btn {
  margin-top: 64px;
}
@media (max-width: 560px) {
  * + .btn {
    margin-top: 32px;
  }
}
.btn a, .btn span {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: #000;
  line-height: 1;
  margin: 0 auto 0;
  padding: 8px 8px 8px 16px;
  width: 100%;
  max-width: 303px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
@media (max-width: 1094px) {
  .btn a, .btn span {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .btn a, .btn span {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 0;
  }
}
.btn a i, .btn span i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.btn a i::before, .btn a i::after, .btn span i::before, .btn span i::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.btn a i::before, .btn span i::before {
  top: 0;
  right: 0;
}
.btn a i::after, .btn span i::after {
  bottom: -24px;
  left: -24px;
}
.btn a:hover, .btn span:hover {
  padding-left: 25px;
}
.btn a:hover i::before, .btn span:hover i::before {
  top: -24px;
  right: -24px;
}
.btn a:hover i::after, .btn span:hover i::after {
  bottom: 0;
  left: 0;
}
.btn.disabled a, .btn.disabled span {
  background: #dcdcdc;
  color: #9F9F9F;
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
}
.btn.disabled a i, .btn.disabled span i {
  width: auto;
  width: 7em;
  line-height: 24px;
}
.btn.disabled a i::before, .btn.disabled span i::before {
  content: "coming soon";
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9F9F9F;
  letter-spacing: 0;
  white-space: nowrap;
  width: 7em;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: none;
}
.btn.disabled a i::after, .btn.disabled span i::after {
  display: none;
}
.btn.white a, .btn.white span {
  background: #fff;
  color: #000;
}
.btn.white a i::before, .btn.white a i::after, .btn.white span i::before, .btn.white span i::after {
  background-image: url("../img/icon_arrow_black.svg");
}
.btn.white.disabled a, .btn.white.disabled span {
  background: #363636;
  color: #6A6A6A;
}
.btn.white.disabled a i::before, .btn.white.disabled span i::before {
  color: #6A6A6A;
  background: none;
}
.btn.white.disabled a i::after, .btn.white.disabled span i::after {
  display: none;
}

a:hover .btn a, a:hover .btn span {
  padding-left: 25px;
}
a:hover .arrow a, a:hover .arrow span {
  padding-right: 25px;
}
a:hover .arrow.more a, a:hover .arrow.more span {
  padding-right: 27px;
}

.arrow a, .arrow span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 22px 8px 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow a::after, .arrow span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow a:hover, .arrow span:hover {
  padding-right: 25px;
}
.arrow.white a, .arrow.white span {
  color: #dcdcdc;
}
.arrow.white a::after, .arrow.white span::after {
  border-color: #dcdcdc;
}
.arrow.more a, .arrow.more span {
  color: #6A6A6A;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #6A6A6A;
}
.arrow.more a::after, .arrow.more span::after {
  border-color: rgba(106, 106, 106, 0.85);
}
.arrow.more a:hover, .arrow.more span:hover {
  padding-right: 27px;
}
.arrow.disabled a, .arrow.disabled span {
  color: #9F9F9F;
  pointer-events: none;
  cursor: default;
}
.arrow.disabled::after {
  border-color: #9F9F9F;
}
.arrow.disabled:hover {
  padding-right: 27px;
}

.indent {
  margin-left: 1em;
  text-align: left;
}
.indent > li {
  text-indent: -1em;
}
.indent.number {
  margin-left: 1.5em;
}
.indent.number li {
  text-indent: -1.5em;
}

.list_point {
  text-align: left;
}
.list_point > li {
  position: relative;
  padding-left: 1em;
}
.list_point > li::before {
  position: absolute;
  content: "・";
  display: block;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

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

#ticketWithGoods .ticketWithGoodsList.fadein,
#events .eventsList.fadein {
  top: 0;
  left: 40%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
#ticketWithGoods .ticketWithGoodsList.fadein.initial-load,
#events .eventsList.fadein.initial-load {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible,
#events .eventsList.fadein.visible {
  left: 0;
  opacity: 1;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li,
#events .eventsList.fadein.visible li {
  position: relative;
  opacity: 0;
  left: 40px;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(1),
#events .eventsList.fadein.visible li.initial-load:nth-child(1) {
  -webkit-animation: fadeInSlide 0.6s ease 0.2s both;
          animation: fadeInSlide 0.6s ease 0.2s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(2),
#events .eventsList.fadein.visible li.initial-load:nth-child(2) {
  -webkit-animation: fadeInSlide 0.6s ease 0.3s both;
          animation: fadeInSlide 0.6s ease 0.3s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(3),
#events .eventsList.fadein.visible li.initial-load:nth-child(3) {
  -webkit-animation: fadeInSlide 0.6s ease 0.4s both;
          animation: fadeInSlide 0.6s ease 0.4s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(4),
#events .eventsList.fadein.visible li.initial-load:nth-child(4) {
  -webkit-animation: fadeInSlide 0.6s ease 0.5s both;
          animation: fadeInSlide 0.6s ease 0.5s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(5),
#events .eventsList.fadein.visible li.initial-load:nth-child(5) {
  -webkit-animation: fadeInSlide 0.6s ease 0.6s both;
          animation: fadeInSlide 0.6s ease 0.6s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(6),
#events .eventsList.fadein.visible li.initial-load:nth-child(6) {
  -webkit-animation: fadeInSlide 0.6s ease 0.7s both;
          animation: fadeInSlide 0.6s ease 0.7s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(7),
#events .eventsList.fadein.visible li.initial-load:nth-child(7) {
  -webkit-animation: fadeInSlide 0.6s ease 0.8s both;
          animation: fadeInSlide 0.6s ease 0.8s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(8),
#events .eventsList.fadein.visible li.initial-load:nth-child(8) {
  -webkit-animation: fadeInSlide 0.6s ease 0.9s both;
          animation: fadeInSlide 0.6s ease 0.9s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(9),
#events .eventsList.fadein.visible li.initial-load:nth-child(9) {
  -webkit-animation: fadeInSlide 0.6s ease 1s both;
          animation: fadeInSlide 0.6s ease 1s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li.initial-load:nth-child(10),
#events .eventsList.fadein.visible li.initial-load:nth-child(10) {
  -webkit-animation: fadeInSlide 0.6s ease 1.1s both;
          animation: fadeInSlide 0.6s ease 1.1s both;
}
#ticketWithGoods .ticketWithGoodsList.fadein.visible li:not(.initial-load),
#events .eventsList.fadein.visible li:not(.initial-load) {
  opacity: 1;
  left: 0;
}

@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList.fadein {
    top: 40px;
    left: auto;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #ticketWithGoods .ticketWithGoodsList.fadein.visible {
    top: 0;
    left: auto;
  }
}

@-webkit-keyframes fadeInSlide {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.forSP {
  display: none;
}
@media (max-width: 768px) {
  .forSP {
    display: block;
  }
}

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

/*-------------------------------------------
common
-------------------------------------------*/
#wrapper {
  text-align: center;
}
#wrapper.open #header {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
}
#wrapper.open nav {
  visibility: visible;
  opacity: 1;
}

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

#hero {
  padding: 0;
  background: #000;
}
#hero .img {
  width: 100%;
}
#hero .img img {
  width: 100%;
  max-width: 200%;
  aspect-ratio: 1440/810;
  opacity: 0;
  -webkit-animation: bgFadeIn 3.4s ease 0.5s;
          animation: bgFadeIn 3.4s ease 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 560px) {
  #hero .img img {
    aspect-ratio: 786/1396;
  }
}

#footer {
  position: relative;
  padding: 0 60px 24px;
  text-align: center;
  color: #272727;
  z-index: 1;
  margin-top: 120px;
}
@media (max-width: 768px) {
  #footer {
    padding-inline: 20px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #footer .footerLogo a img {
    width: 114px;
  }
}
#footer .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-top: 64px;
  border-top: 1px solid #000;
  margin-inline: -60px;
}
@media (max-width: 768px) {
  #footer .snsList {
    gap: 24px;
    margin-inline: -20px;
  }
}
#footer .snsList li a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  #footer .snsList li a img {
    width: 24px;
  }
}
#footer .footerLogo {
  margin-top: 64px;
}
#footer .copyright {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .copyright {
    margin-top: 54px;
  }
}
#footer .copyright small {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #272727;
}
@media (max-width: 768px) {
  #footer .copyright small {
    font-size: 13px;
  }
}

@-webkit-keyframes floatBtnFadeIn_PC {
  0% {
    bottom: -24px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
  100% {
    bottom: 24px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
  }
}

@keyframes floatBtnFadeIn_PC {
  0% {
    bottom: -24px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
  100% {
    bottom: 24px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
  }
}
@-webkit-keyframes floatBtnFadeIn_SP {
  0% {
    bottom: -24px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
  100% {
    bottom: 0;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
  }
}
@keyframes floatBtnFadeIn_SP {
  0% {
    bottom: -24px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
  100% {
    bottom: 0;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
  }
}
.floatBtn {
  position: fixed;
  right: 34px;
  bottom: -24px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn {
    right: 10px;
  }
}
.floatBtn.is-show {
  bottom: 24px;
  opacity: 1;
}
@media (max-width: 768px) {
  .floatBtn.is-show {
    bottom: 10px;
  }
}
.floatBtn a {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn a {
    width: 120px;
    height: 120px;
  }
}
.floatBtn a:hover {
  scale: 1.1;
}

section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  scroll-margin-top: 120px;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
}
@media (max-width: 768px) {
  section {
    padding-top: 64px;
    padding-bottom: 64px;
    scroll-margin-top: 64px;
  }
}

.movieFrame {
  position: relative;
  max-width: 1094px;
  margin-inline: auto;
}
.movieFrame::before {
  position: absolute;
  content: "PLAY";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  width: 80px;
  height: 80px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding-top: 25px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media (max-width: 768px) {
  .movieFrame::before {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .movieFrame::before {
    width: 60px;
    height: 60px;
    padding-top: 25px;
  }
}
.movieFrame::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #000;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 4;
}
@media (max-width: 768px) {
  .movieFrame::after {
    top: -9px;
  }
}
.movieFrame figure {
  position: relative;
  aspect-ratio: 1094/615;
  overflow: hidden;
}
.movieFrame figure::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.movieFrame figure img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.movieFrame:hover::before {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  scale: 1.25;
}
.movieFrame:hover::after {
  border-color: transparent transparent transparent #fff;
  scale: 1.25;
}
.movieFrame:hover figure::after {
  opacity: 1;
}
.movieFrame:hover figure img {
  scale: 1.1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s, scale 0s 0.5s;
  transition: opacity 0.5s, scale 0s 0.5s;
  padding: 30px 10px;
  pointer-events: none;
  scale: 0;
  /* 背景クリックでモーダルを閉じる */
}
@media (min-width: 768px) {
  .modal {
    padding: 60px;
  }
}
.modal:target {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  scale: 1;
  pointer-events: auto;
  z-index: 200;
  /* モーダルがターゲットされたときに .modal-wrapper を表示 */
}
.modal:target .modal-wrapper {
  opacity: 1;
}
.modal .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* 背景がクリック可能であることを明示 */
}
.modal .modal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: 1094px;
  max-height: 70%;
  margin: auto;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 210;
}
@media (min-width: 768px) {
  .modal .modal-wrapper {
    max-height: 90%;
  }
}
.modal .modal-wrapper .modal-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.modal .modal-wrapper .btnClose {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  height: 0;
}
.modal .modal-wrapper .btnClose .close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -60px;
  right: -120px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .modal .modal-wrapper .btnClose .close {
    right: 10px;
  }
}
.modal .modal-wrapper .modal-content {
  text-align: left;
}
.modal .modal-wrapper .modal-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

#introduction {
  padding-top: 80px;
  scroll-margin-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #introduction {
    padding-top: 64px;
    scroll-margin-top: 64px;
  }
}
#introduction > a {
  display: inline-block;
  max-width: 1094px;
}

#schedule h3.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: #272727 solid 6px;
  padding-bottom: 12px;
}
#schedule h3.team figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  #schedule h3.team figure img {
    max-width: 44px;
  }
}
#schedule h3.team figure::before {
  left: -30px;
  top: 0;
  content: "VS";
  color: #272727;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  #schedule h3.team figure::before {
    font-size: 18px;
  }
}
#schedule .scheduleList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 1fr 37px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 64px;
}
@media (min-width: 1320px) {
  #schedule .scheduleList {
    gap: 37px;
  }
}
@media (max-width: 1320px) {
  #schedule .scheduleList {
    gap: clamp(16px, 2.803030303vw, 37px);
  }
}
@media (max-width: 1024px) {
  #schedule .scheduleList {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 600px) {
  #schedule .scheduleList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}
#schedule .scheduleList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #272727;
  gap: 28px;
}
@media (min-width: 1320px) {
  #schedule .scheduleList > li {
    gap: 28px;
  }
}
@media (max-width: 1320px) {
  #schedule .scheduleList > li {
    gap: clamp(24px, 2.1212121212vw, 28px);
  }
}
@media (max-width: 1024px) {
  #schedule .scheduleList > li {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  #schedule .scheduleList > li {
    gap: 24px;
  }
}
#schedule .scheduleList > li .date {
  position: relative;
  color: #272727;
  text-align: left;
}
#schedule .scheduleList > li .date .day {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 1320px) {
  #schedule .scheduleList > li .date .day {
    font-size: 48px;
  }
}
@media (max-width: 1320px) {
  #schedule .scheduleList > li .date .day {
    font-size: 3.6363636364vw;
  }
}
@media (max-width: 768px) {
  #schedule .scheduleList > li .date .day {
    font-size: 32px;
  }
}
#schedule .scheduleList > li .date .day i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: 6px;
}
@media (min-width: 1320px) {
  #schedule .scheduleList > li .date .day i {
    font-size: 20px;
    margin-left: 6px;
  }
}
@media (max-width: 768px) {
  #schedule .scheduleList > li .date .day i {
    font-size: 16px;
    margin-left: 10px;
  }
}
#schedule .scheduleList > li .date .day.sat i {
  color: #5FCFFF;
}
#schedule .scheduleList > li .date .day.sun i {
  color: #FF4646;
}
#schedule .scheduleList > li .date .day + p {
  margin-top: 0.5em;
}
#schedule .scheduleList > li .date .playball, #schedule .scheduleList > li .date .open {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: baseline;
  margin-top: 0.3em;
}
#schedule .scheduleList > li .date .playball::before, #schedule .scheduleList > li .date .open::before {
  position: relative;
  content: "試合開始 :";
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-right: 0.5em;
  display: inline-block;
  top: -1px;
}
#schedule .scheduleList > li .date .open::before {
  top: 0;
  content: "開場時間 :";
}
#schedule .scheduleList > li .buttons .btn {
  margin-top: 0;
}
#schedule .scheduleList > li .buttons .btn a {
  white-space: nowrap;
}
@media (max-width: 768px) {
  #schedule .scheduleList > li .buttons .btn a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
#schedule .scheduleList > li .buttons .arrow {
  margin-top: 4px;
}

#contentsMenu {
  background: #272727;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-inline: 60px;
}
@media (max-width: 768px) {
  #contentsMenu {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-inline: 20px;
  }
}
#contentsMenu h2 {
  text-align: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #contentsMenu h2 {
    margin-bottom: 18px;
  }
}
#contentsMenu .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px 36px;
  max-width: 1320px;
  margin-inline: auto;
}
@media (min-width: 1320px) {
  #contentsMenu .navList {
    gap: 24px 36px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList {
    --gap: calc((24 / 1320) * 100vw);
    gap: var(--gap);
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList {
    gap: 6px;
  }
}
#contentsMenu .navList li {
  width: calc((100% - 72px) / 3);
}
@media (min-width: 1320px) {
  #contentsMenu .navList li {
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li {
    width: calc((100% - var(--gap) * 2) / 3);
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li {
    width: 100%;
  }
}
#contentsMenu .navList li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  gap: 16px;
  text-decoration: none;
  background: #363636;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li a {
    gap: 16px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li a {
    gap: 1.2121212121vw;
    padding: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li a {
    padding: 8px;
    padding-right: 36px;
    gap: 8px;
  }
}
#contentsMenu .navList li a::before {
  position: absolute;
  content: "";
  display: block;
  right: 11px;
  bottom: 11px;
  width: 38px;
  height: 38px;
  background: #363636;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scale: 0.8;
  z-index: 1;
}
@media (max-width: 1320px) {
  #contentsMenu .navList li a::before {
    right: 0.8333333333vw;
    bottom: 0.8333333333vw;
    width: 2.8787878788vw;
    height: 2.8787878788vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li a::before {
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 24px;
    height: 24px;
  }
}
#contentsMenu .navList li a::after {
  position: absolute;
  content: "";
  display: block;
  right: 26px;
  bottom: 26px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 1320px) {
  #contentsMenu .navList li a::after {
    right: 1.9696969697vw;
    bottom: 1.9696969697vw;
    width: 0.7575757576vw;
    height: 0.7575757576vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li a::after {
    top: -2px;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
#contentsMenu .navList li a:hover {
  background: #000;
}
#contentsMenu .navList li a:hover::before {
  background: #fff;
  scale: 1;
}
#contentsMenu .navList li a:hover::after {
  border-color: #000;
}
#contentsMenu .navList li a:hover img {
  scale: 1.1;
}
#contentsMenu .navList li figure {
  overflow: hidden;
  border-radius: 2px;
  min-width: 112px;
  margin: 0;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li figure {
    min-width: 112px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li figure {
    min-width: 8.4848484848vw;
    max-width: 8.4848484848vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li figure {
    min-width: 64px;
    max-width: 64px;
  }
}
#contentsMenu .navList li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 112px;
}
#contentsMenu .navList li .ttl {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 8px;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li .ttl {
    font-size: 24px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li .ttl {
    font-size: clamp(16px, 1.8181818182vw, 24px);
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li .ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#contentsMenu .navList li .text {
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li .text {
    font-size: 14px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li .text {
    font-size: 1.0606060606vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li .text {
    font-size: 13px;
    line-height: 1.3;
  }
}
#contentsMenu .navList li .comingSoon {
  position: relative;
  width: 100%;
  color: #9F9F9F;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -4px;
}
@media (max-width: 768px) {
  #contentsMenu .navList li .comingSoon {
    font-size: 13px;
  }
}
#contentsMenu .navList li:nth-child(n+4) {
  width: calc((100% - 108px) / 4);
}
@media (min-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) {
    width: calc((100% - 108px) / 4);
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) {
    width: calc((100% - var(--gap) * 3) / 4);
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) {
    width: calc((100% - 6px) / 2);
  }
}
#contentsMenu .navList li:nth-child(n+4) a {
  padding: 16px;
  gap: 12px;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) a {
    padding: 16px;
    gap: 12px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) a {
    padding: 1.2121212121vw;
    gap: 0.9090909091vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) a {
    padding: 8px;
    gap: 8px;
  }
}
#contentsMenu .navList li:nth-child(n+4) a::before {
  right: 9px;
  bottom: 9px;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) a::before {
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 16px;
    top: auto;
  }
}
#contentsMenu .navList li:nth-child(n+4) a::after {
  right: 20px;
  bottom: 20px;
  width: 7px;
  height: 7px;
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) a::after {
    right: 10px;
    bottom: 11px;
    width: 4px;
    height: 4px;
    top: auto;
  }
}
#contentsMenu .navList li:nth-child(n+4) figure {
  min-width: 84px;
  max-width: 84px;
  margin: 0;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) figure {
    min-width: 84px;
    max-width: 84px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) figure {
    min-width: 6.3636363636vw;
    max-width: 6.3636363636vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) figure {
    min-width: 64px;
    max-width: 64px;
  }
}
#contentsMenu .navList li:nth-child(n+4) .ttl {
  margin-top: 0;
  font-size: 18px;
}
@media (min-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) .ttl {
    font-size: 18px;
  }
}
@media (max-width: 1320px) {
  #contentsMenu .navList li:nth-child(n+4) .ttl {
    font-size: 1.3636363636vw;
  }
}
@media (max-width: 768px) {
  #contentsMenu .navList li:nth-child(n+4) .ttl {
    font-size: 12px;
  }
}
#contentsMenu .navList li.disabled a {
  pointer-events: none;
  cursor: default;
}
#contentsMenu .navList li.disabled a::before, #contentsMenu .navList li.disabled a::after {
  display: none;
}

#ticketWithGoods {
  padding-bottom: 0;
}
#ticketWithGoods .ticketWithGoodsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList {
    gap: 2.7272727273vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px 6px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#ticketWithGoods .ticketWithGoodsList > li .date {
  text-align: left;
}
#ticketWithGoods .ticketWithGoodsList > li .date .day {
  position: relative;
  display: inline-block;
  font-size: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day {
    font-size: 56px;
  }
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day {
    font-size: 4.2424242424vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day {
    font-size: 32px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li .date .day i {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-left: 8px;
}
@media (min-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day i {
    font-size: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day i {
    font-size: 1.8181818182vw;
    margin-left: 0.6060606061vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day i {
    font-size: 15px;
    margin-left: 3px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li .date .day.sat i {
  color: #5FCFFF;
}
#ticketWithGoods .ticketWithGoodsList > li .date .day.sun i {
  color: #FF4646;
}
#ticketWithGoods .ticketWithGoodsList > li .date .day + .day {
  margin-left: 4px;
}
@media (min-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day {
    margin-left: 4px;
  }
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day {
    margin-left: 0.1515151515vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day {
    margin-left: 1px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period {
  padding-left: 22px;
}
@media (min-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period {
    padding-left: 22px;
  }
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period {
    padding-left: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period {
    padding-left: 11px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 16px;
  background: #272727;
}
@media (min-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period::before {
    width: 16px;
  }
}
@media (max-width: 1320px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period::before {
    width: 1.2121212121vw;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .date .day + .day.period::before {
    width: 8px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li h3 {
    font-size: 17px;
  }
}
#ticketWithGoods .ticketWithGoodsList > li h3 i {
  display: block;
  font-size: 90%;
}
#ticketWithGoods .ticketWithGoodsList > li h3 + p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ticketWithGoods .ticketWithGoodsList > li .buttons {
  margin-top: 8px;
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons > * {
    width: 50%;
  }
}
#ticketWithGoods .ticketWithGoodsList > li .buttons .btn a {
  max-width: 100%;
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons .btn a {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons .btn a i {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons .btn a i::before, #ticketWithGoods .ticketWithGoodsList > li .buttons .btn a i::after {
    width: 16px;
    height: 16px;
    background-size: 11px 11px;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons .btn.disabled a i::before, #ticketWithGoods .ticketWithGoodsList > li .buttons .btn.disabled a i::after {
    display: none;
  }
}
@media (max-width: 768px) {
  #ticketWithGoods .ticketWithGoodsList > li .buttons .arrow {
    margin-top: 5px;
  }
}

#events {
  padding-bottom: 0;
}
#events .eventsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#events .eventsList > li {
  position: relative;
  counter-increment: count;
}
#events .eventsList > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  content: "[#0" counter(count) "]";
  text-align: left;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #events .eventsList > li::after {
    font-size: 13px;
  }
}
#events .eventsList > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 36px;
  text-decoration: none;
  padding-top: 28px;
  width: 755px;
}
@media (max-width: 768px) {
  #events .eventsList > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    width: 264px;
  }
}
#events .eventsList > li > a:hover figure img {
  scale: 1.1;
}
#events .eventsList > li > a.disabled {
  pointer-events: none;
  cursor: default;
}
#events .eventsList > li > a.disabled .arrow.more {
  display: none;
}
#events .eventsList > li figure {
  position: relative;
  margin: 0;
  z-index: 1;
  min-width: 416px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  #events .eventsList > li figure {
    min-width: 264px;
  }
}
#events .eventsList > li figure img {
  min-width: 416px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #events .eventsList > li figure img {
    min-width: 264px;
  }
}
#events .eventsList > li div {
  text-align: left;
  color: #272727;
  z-index: 2;
  line-height: 1.4;
}
#events .eventsList > li div .day {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #events .eventsList > li div .day {
    font-size: 32px;
  }
}
#events .eventsList > li div .day i {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-left: 5px;
}
@media (max-width: 768px) {
  #events .eventsList > li div .day i {
    font-size: 15px;
    margin-left: 2px;
  }
}
#events .eventsList > li div .day.sat i {
  color: #5FCFFF;
}
#events .eventsList > li div .day.sun i {
  color: #FF4646;
}
#events .eventsList > li div .day + .day {
  margin-left: 4px;
}
@media (max-width: 768px) {
  #events .eventsList > li div .day + .day {
    margin-left: 1px;
  }
}
#events .eventsList > li div .day + .day.period {
  padding-left: 22px;
}
@media (max-width: 768px) {
  #events .eventsList > li div .day + .day.period {
    padding-left: 11px;
  }
}
#events .eventsList > li div .day + .day.period::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 16px;
  background: #272727;
}
@media (max-width: 768px) {
  #events .eventsList > li div .day + .day.period::before {
    width: 8px;
  }
}
#events .eventsList > li div h3 {
  margin-top: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #events .eventsList > li div h3 {
    margin-top: 12px;
    font-size: 17px;
  }
}
#events .eventsList > li div p {
  margin-top: 11px;
  line-height: 1.8;
}
#events .eventsList > li div p.arrow {
  margin-top: 22px;
}
#events .eventsList > li div dl {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dcdcdc;
}
#events .eventsList > li div dl dt, #events .eventsList > li div dl dd {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  #events .eventsList > li div dl dt, #events .eventsList > li div dl dd {
    font-size: 13px;
  }
}
#events .eventsList > li div dl dt {
  font-weight: 700;
  width: calc(5em + 16px);
}
#events .eventsList > li div dl dd {
  width: calc(100% - 5em - 16px);
}
#events #eventsSlider {
  overflow: visible;
}
#events #eventsSlider .swiper-slide {
  width: 755px;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-slide {
    width: 264px;
  }
}
#events #eventsSlider .c-swiper-control {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 0;
}
#events #eventsSlider .c-swiper-button {
  position: relative;
  width: 132px;
  height: 48px;
}
@media (max-width: 768px) {
  #events #eventsSlider .c-swiper-button {
    width: 169px;
  }
}
#events #eventsSlider .swiper-pagination {
  position: relative;
  bottom: auto;
  color: #9F9F9F;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-pagination {
    font-size: 16px;
  }
}
#events #eventsSlider .swiper-pagination .swiper-pagination-current {
  color: #272727;
  font-size: 48px;
  font-weight: 400;
  margin-top: -13px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-pagination .swiper-pagination-current {
    font-size: 32px;
    margin-top: -6px;
    margin-right: 5px;
  }
}
#events #eventsSlider .swiper-pagination i {
  position: relative;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  line-height: 1;
  margin-right: 3px;
}
#events #eventsSlider .swiper-pagination i::after {
  position: absolute;
  content: "/";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5em;
  height: 1em;
}
#events #eventsSlider .swiper-button-prev,
#events #eventsSlider .swiper-button-next {
  position: absolute;
  top: auto;
  margin: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #9F9F9F;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#events #eventsSlider .swiper-button-prev::after,
#events #eventsSlider .swiper-button-next::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#events #eventsSlider .swiper-button-prev:hover,
#events #eventsSlider .swiper-button-next:hover {
  background: #272727;
}
#events #eventsSlider .swiper-button-prev:hover::after,
#events #eventsSlider .swiper-button-next:hover::after {
  border-color: #fff;
}
#events #eventsSlider .swiper-button-prev {
  left: 0;
}
#events #eventsSlider .swiper-button-prev::after {
  margin-left: 2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#events #eventsSlider .swiper-button-next {
  right: 0;
}
#events #eventsSlider .swiper-button-next::after {
  margin-right: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#goods {
  padding-bottom: 0;
}
#goods .goodsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  margin-top: 72px;
  max-width: 1094px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #goods .goodsList {
    gap: 48px;
    margin-top: 34px;
  }
}
#goods .goodsList > li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #goods .goodsList > li:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#goods .goodsList > li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  text-decoration: none;
}
@media (max-width: 768px) {
  #goods .goodsList > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
#goods .goodsList > li a:hover figure img {
  scale: 1.1;
}
#goods .goodsList > li figure {
  position: relative;
  width: 900px;
  aspect-ratio: 800/450;
  overflow: hidden;
  border-radius: 150px;
}
@media (min-width: 1320px) {
  #goods .goodsList > li figure {
    width: 900px;
  }
}
@media (max-width: 1320px) {
  #goods .goodsList > li figure {
    border-radius: calc(264 / 1320 * 100vw);
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  #goods .goodsList > li figure {
    width: 100%;
    min-width: 0;
    max-width: 529px;
    margin: 0 auto;
    border-radius: calc(418 / 1320 * 100vw);
  }
}
#goods .goodsList > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#goods .goodsList > li div {
  text-align: left;
}
#goods .goodsList > li div h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 560px) {
  #goods .goodsList > li div h3 {
    font-size: 17px;
  }
}
#goods .goodsList > li div p {
  line-height: 1.8;
  margin-top: 16px;
}
@media (max-width: 560px) {
  #goods .goodsList > li div p {
    margin-top: 6px;
  }
}
#goods .goodsList > li div dl {
  margin-top: 22px;
  border-top: 1px solid #dcdcdc;
  padding-top: 22px;
}
@media (max-width: 560px) {
  #goods .goodsList > li div dl {
    margin-top: 16px;
    padding-top: 16px;
  }
}
#goods .goodsList > li div dl dt {
  font-weight: 700;
  margin-top: 16px;
}
@media (max-width: 560px) {
  #goods .goodsList > li div dl dt {
    margin-top: 8px;
  }
}
#goods .goodsList > li div dl dt:first-child {
  margin-top: 0;
}
#goods .goodsList > li div dl dd {
  margin-top: 4px;
}
@media (max-width: 560px) {
  #goods .goodsList > li div dl dd {
    margin-top: 2px;
  }
}
#goods .goodsList > li div .btn {
  margin-top: 32px;
}
#goods .goodsList > li div .btn span {
  margin-left: 0;
}

#gourmet {
  padding-bottom: 0;
}
#gourmet .gourmetList > li {
  position: relative;
  max-width: 868px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li {
    padding-inline: 30px;
  }
}
#gourmet .gourmetList > li .catchCopy {
  position: absolute;
  top: -30px;
  left: -226px;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1320px) {
  #gourmet .gourmetList > li .catchCopy {
    top: -30px;
    left: -226px;
  }
}
@media (max-width: 1320px) {
  #gourmet .gourmetList > li .catchCopy {
    left: calc((100vw - 868px - 60px) / 2 * -1);
    font-size: calc(64 / 1320 * 100vw);
  }
}
@media (max-width: 868px) {
  #gourmet .gourmetList > li .catchCopy {
    left: 30px;
  }
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li .catchCopy {
    top: -34px;
    left: 30px;
    font-size: 24px;
  }
}
#gourmet .gourmetList > li .name {
  position: absolute;
  top: 357px;
  left: -114px;
  font-family: "Inter", sans-serif;
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1320px) {
  #gourmet .gourmetList > li .name {
    top: 357px;
    left: -114px;
  }
}
@media (max-width: 1320px) {
  #gourmet .gourmetList > li .name {
    left: calc((100vw - 868px - 60px) / 2 * -1);
    font-size: calc(39 / 1320 * 100vw);
  }
}
@media (max-width: 868px) {
  #gourmet .gourmetList > li .name {
    left: 30px;
  }
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li .name {
    top: auto;
    bottom: 169px;
  }
}
@media (max-width: 560px) {
  #gourmet .gourmetList > li .name {
    bottom: 145px;
    font-size: 16px;
  }
}
#gourmet .gourmetList > li .name i {
  position: relative;
  display: block;
  font-weight: 400;
  margin-top: -3px;
}
#gourmet .gourmetList > li figure {
  margin-bottom: 32px;
}
@media (max-width: 868px) {
  #gourmet .gourmetList > li figure {
    margin-bottom: 47px;
  }
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li figure {
    margin-inline: -30px;
    margin-top: 73px;
  }
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li figure img {
    max-width: calc(100% + 60px);
  }
}
#gourmet .gourmetList > li .menu {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li .menu {
    font-size: 17px;
    margin-bottom: 13px;
  }
}
#gourmet .gourmetList > li .price {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  #gourmet .gourmetList > li .price {
    font-size: 13px;
  }
}

#campaign {
  color: #fff;
  background: #272727;
  margin-top: 120px;
}
@media (max-width: 768px) {
  #campaign {
    margin-top: 80px;
  }
}
#campaign .head {
  border-color: #fff;
}
#campaign .head::after {
  color: #dcdcdc;
}
#campaign .head::before {
  background-image: url(../img/logo_nation_white.svg);
}
#campaign .campaignList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 64px;
}
@media (min-width: 1320px) {
  #campaign .campaignList {
    gap: 36px 64px;
  }
}
@media (max-width: 1320px) {
  #campaign .campaignList {
    gap: calc(36 / 1320 * 100vw) calc(64 / 1320 * 100vw);
  }
}
@media (max-width: 868px) {
  #campaign .campaignList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
#campaign .campaignList > li {
  counter-increment: count;
  padding-left: 48px;
}
@media (max-width: 768px) {
  #campaign .campaignList > li {
    padding-left: 0;
    padding-top: 25px;
  }
}
#campaign .campaignList > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  content: "[#0" counter(count) "]";
  text-align: left;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #campaign .campaignList > li::after {
    font-size: 13px;
  }
}
#campaign .campaignList > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media (min-width: 1320px) {
  #campaign .campaignList > li a {
    gap: 36px;
  }
}
@media (max-width: 1320px) {
  #campaign .campaignList > li a {
    gap: calc(36 / 1320 * 100vw);
  }
}
@media (max-width: 768px) {
  #campaign .campaignList > li a {
    gap: 16px;
  }
}
#campaign .campaignList > li a figure {
  margin-bottom: 30px;
}
#campaign .campaignList > li a figure img {
  min-width: 255px;
}
@media (min-width: 1320px) {
  #campaign .campaignList > li a figure img {
    min-width: 255px;
  }
}
@media (max-width: 1320px) {
  #campaign .campaignList > li a figure img {
    min-width: calc(255 / 1320 * 100vw);
  }
}
@media (max-width: 768px) {
  #campaign .campaignList > li a figure img {
    min-width: 174px;
  }
}
#campaign .campaignList > li a h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  #campaign .campaignList > li a h3 {
    font-size: 17px;
  }
}
#campaign .campaignList > li a p {
  color: #D2D4DA;
  line-height: 1.85;
}
#campaign .campaignList > li a p.btn {
  margin-top: 18px;
  max-width: 190px;
}
@media (max-width: 560px) {
  #campaign .campaignList > li a p.btn {
    margin-left: -190px;
    max-width: 300%;
  }
}

#cityDressing {
  padding-bottom: 0;
}
#cityDressing .head br {
  display: none;
}
@media (max-width: 560px) {
  #cityDressing .head br {
    display: block;
  }
}
#cityDressing .cityDressingList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media (max-width: 768px) {
  #cityDressing .cityDressingList {
    gap: 32px 18px;
  }
}
#cityDressing .cityDressingList > li h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #cityDressing .cityDressingList > li h3 {
    font-size: 15px;
  }
}

#movie {
  padding-bottom: 30px;
}
#movie .movieList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 768px) {
  #movie .movieList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
    padding-inline: 30px;
  }
}
#movie .movieList > li a {
  position: relative;
  display: block;
  text-decoration: none;
}
#movie .movieList > li h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 18px;
}
@media (max-width: 768px) {
  #movie .movieList > li h3 {
    margin-top: 14px;
    font-size: 15px;
  }
}

#buyTicket {
  margin-top: 120px;
  padding: 0;
  border-top: 1px solid #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  #buyTicket {
    margin-top: 80px;
  }
}
#buyTicket a {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  #buyTicket a {
    height: 88px;
  }
}
#buyTicket a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url(../img/text_buyTicket.svg);
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: auto 47px;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
@media (max-width: 768px) {
  #buyTicket a::before {
    background-size: auto 26px;
  }
}
#buyTicket a:hover {
  background: #000;
}
#buyTicket a:hover::before {
  background-image: url(../img/text_buyTicket_h.svg);
}

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

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */