@charset "UTF-8";
/*----------------------------------------------
 * * reset styles
 * *----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block; }

li {
  list-style: none; }

a {
  text-decoration: none; }

/*----------------------------------------------
 * * formatting styles
 * *----------------------------------------------*/
:root {
  --mainColor: #60b424;
  --subColor: #00a7ea;
  --navy: #005ca2;
  --grayBg: #f3f3f3;
  --yellow: #ffee00;
  --red: #e30012;
  --w: 1062px; }

@media screen and (max-width: 767px) {
  :root {
    --w: 85.9375%; } }
html {
  font-size: 62.5%;
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

*:before, *:after {
  box-sizing: inherit; }

body {
  background-color: var(--mainColor);
  font-family: "Airbnb", '小塚ゴシック','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6em;
  line-height: 1.6;
  color: #333; }

@font-face {
  font-family: "Airbnb";
  src: url("../font/AirbnbCereal-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Airbnb";
  src: url("../font/AirbnbCereal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
.Airbnb {
  font-family: 'Airbnb', sans-serif; }

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    -webkit-text-size-adjust: 100%; } }
a {
  color: inherit;
  transition-duration: 0.3s; }

_::-webkit-full-page-media, _:future, :root a {
  text-underline-offset: 2px; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none; } }
@media (any-hover: none) {
  a:active {
    text-decoration: none; } }
/* ----------------------------------------------
 * * header
 * *----------------------------------------------*/
header {
  width: 100%;
  padding: 90px 0 85px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px; }

@media screen and (max-width: 767px) {
  header {
    padding: 50px 0 38px;
    gap: 15px; }
    header .logo {
      width: 47px; }
    header .y30 {
      width: 50px; } }
/* ----------------------------------------------
 * * main
 * *----------------------------------------------*/
.btnToEntry a {
  position: fixed;
  width: 65px;
  z-index: 200;
  right: 0;
  top: calc(50% - 154px);
  background: #f7d100;
  border: 2px solid #fff; }
  .btnToEntry a:hover {
    opacity: 0.8; }

section.ticketSec {
  padding-bottom: 30px; }
  section.ticketSec figure {
    width: 588px;
    margin: 0 auto; }
  section.ticketSec .catch {
    width: 559px;
    margin: 60px auto 0; }
  section.ticketSec ul.btnWrap {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 65px; }
    section.ticketSec ul.btnWrap li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 350px;
      height: 78px;
      background: #f7d100;
      font-size: 2.1rem;
      font-weight: bold;
      border: 2px solid #fff; }
      section.ticketSec ul.btnWrap li a:hover {
        opacity: 0.8; }
    section.ticketSec ul.btnWrap li:last-child a {
      background: var(--subColor);
      color: #fff; }
  section.ticketSec .figScroll {
    margin-top: 90px; }
    section.ticketSec .figScroll > div {
      display: flex;
      overflow: hidden; }
      section.ticketSec .figScroll > div ul {
        display: flex;
        animation: loop-list 30s linear infinite; }
        section.ticketSec .figScroll > div ul li {
          width: 260px;
          padding: 8px;
          display: block; }
          section.ticketSec .figScroll > div ul li img {
            width: 100%; }
      section.ticketSec .figScroll > div.rev ul {
        animation: loop-list-rev 30s linear infinite; }

@keyframes loop-list {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-list-rev {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@media screen and (max-width: 767px) {
  .btnToEntry a {
    width: 38px;
    width: min(10vw, 38px);
    right: 0;
    top: calc(50% - 90px);
    border: 1px solid #fff; }

  section.ticketSec {
    padding-bottom: 0; }
    section.ticketSec figure {
      width: max(calc(100vw - 120px), 227px); }
    section.ticketSec .catch {
      width: max(calc(100vw - 96px), 242px);
      margin: 60px auto 0; }
    section.ticketSec ul.btnWrap {
      gap: 15px;
      margin-top: 65px;
      flex-direction: column; }
      section.ticketSec ul.btnWrap li a {
        width: 240px;
        height: 50px;
        margin: 0 auto;
        font-size: 1.4rem;
        border: 1px solid #fff; }
    section.ticketSec .figScroll {
      margin-top: 80px; }
      section.ticketSec .figScroll > div ul li {
        width: min(70vw, 260px); } }
/* ----------------------------------------------*/
section.planSec {
  background: #fff;
  color: var(--mainColor);
  padding: 20px 0 110px;
  border-radius: 10px 10px 0 0;
  margin-top: -15px;
  position: relative;
  z-index: 30; }
  section.planSec h2 {
    width: 360px;
    margin: 80px auto 0; }
  section.planSec .price {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 35px; }
    section.planSec .price span {
      font-size: 3.6rem; }
      section.planSec .price span.yen {
        font-size: 3.2rem; }
      section.planSec .price span.tax {
        font-size: 2.6rem; }
      section.planSec .price span.etc {
        font-size: 2.2rem; }
  section.planSec .retNote {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 35px;
    font-weight: bold; }
  section.planSec ul.returnList {
    width: fit-content;
    margin: 35px auto 0;
    padding: 0 20px; }
    section.planSec ul.returnList li {
      font-size: 2.3rem;
      font-weight: bold;
      display: flex;
      align-items: center; }
      section.planSec ul.returnList li::before {
        content: "";
        display: block;
        width: 34px;
        height: 26px;
        background: url(../img/check.svg) 0 0 no-repeat;
        background-size: cover;
        margin-right: .5em; }
      section.planSec ul.returnList li ~ li {
        margin-top: 1em; }
  section.planSec ul.entryList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px; }
    section.planSec ul.entryList li {
      width: 177px; }
      section.planSec ul.entryList li figcaption {
        width: 92px;
        margin-top: 12px;
        margin-left: 34px; }
  section.planSec ol.noticeList {
    width: 100%;
    max-width: 810px;
    padding: 0 20px;
    margin: 45px auto 0;
    color: #000;
    font-size: 1.4rem;
    counter-reset: num; }
    section.planSec ol.noticeList li {
      margin-left: 1.2em;
      text-indent: -1.2em; }
      section.planSec ol.noticeList li::before {
        font-size: 1.4rem;
        counter-increment: num;
        content: counter(num) ".";
        margin-right: .5em; }
  section.planSec .btnEntry a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 0;
    width: 350px;
    height: 78px;
    background: #f7d100;
    font-size: 2.1rem;
    font-weight: bold;
    border: 2px solid #fff;
    color: #000; }
    section.planSec .btnEntry a:hover {
      opacity: 0.8; }

@media screen and (max-width: 767px) {
  section.planSec {
    padding: 20px 0 70px;
    border-radius: 10px 10px 0 0;
    margin-top: -15px;
    position: relative;
    z-index: 30; }
    section.planSec h2 {
      width: 240px;
      margin: 50px auto 0; }
    section.planSec .price {
      font-size: 2.6rem;
      margin-top: 25px; }
      section.planSec .price span {
        font-size: 2.4rem; }
        section.planSec .price span.yen {
          font-size: 1.85rem; }
        section.planSec .price span.tax {
          font-size: 1.7rem; }
        section.planSec .price span.etc {
          font-size: 1.5rem; }
    section.planSec .retNote {
      font-size: 1.5rem;
      margin-top: 20px; }
    section.planSec ul.returnList {
      margin: 25px auto 0;
      padding: 0 20px; }
      section.planSec ul.returnList li {
        font-size: 1.5rem; }
        section.planSec ul.returnList li::before {
          font-size: 1.5rem;
          width: 21px;
          height: 16px; }
    section.planSec ul.entryList {
      gap: 5px;
      margin-top: 25px; }
      section.planSec ul.entryList li {
        width: min(28vw, 105px); }
        section.planSec ul.entryList li figcaption {
          width: min(18vw, 67px);
          margin-top: 6px;
          margin-left: 17px; }
    section.planSec ol.noticeList {
      padding: 0 20px;
      margin: 30px auto 0;
      font-size: 1.3rem;
      counter-reset: num; }
    section.planSec .btnEntry a {
      width: 240px;
      height: 50px;
      margin: 35px auto 0;
      font-size: 1.4rem;
      border: 1px solid #fff; } }
/* ----------------------------------------------*/
section.countdownSec {
  font-weight: bold;
  color: #fff; }
  section.countdownSec .stadiumScroll {
    display: flex;
    overflow: hidden; }
    section.countdownSec .stadiumScroll ul {
      display: flex;
      animation: loop-list 50s linear infinite; }
      section.countdownSec .stadiumScroll ul li {
        width: 450px;
        display: block; }
        section.countdownSec .stadiumScroll ul li img {
          width: 100%; }
  section.countdownSec div.countdownBox {
    position: relative;
    height: 810px;
    background: url(../img/bg_stadium.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 105px; }
    section.countdownSec div.countdownBox h2 {
      font-size: 2.6rem; }
    section.countdownSec div.countdownBox ul {
      display: flex;
      justify-content: center;
      font-size: 2.4rem;
      gap: 35px;
      margin-top: 20px; }
      section.countdownSec div.countdownBox ul li {
        line-height: 1.2; }
        section.countdownSec div.countdownBox ul li span {
          font-size: 6.6rem; }
          section.countdownSec div.countdownBox ul li span::after {
            content: "\A";
            white-space: pre; }
    section.countdownSec div.countdownBox .targetDate {
      margin-top: 50px;
      font-size: 5.5rem;
      line-height: 1.1; }
      section.countdownSec div.countdownBox .targetDate span {
        font-size: 12.8rem; }
        section.countdownSec div.countdownBox .targetDate span::after {
          content: "\A";
          white-space: pre; }
    section.countdownSec div.countdownBox .btnInfo a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 70px auto 0;
      width: 350px;
      height: 78px;
      background: var(--subColor);
      font-size: 2.1rem;
      font-weight: bold;
      border: 2px solid #fff;
      color: #fff; }
      section.countdownSec div.countdownBox .btnInfo a:hover {
        opacity: 0.8; }
    section.countdownSec div.countdownBox .cp {
      position: absolute;
      top: 20px;
      right: 65px;
      z-index: 10;
      font-size: 1.4rem;
      font-weight: normal; }
    section.countdownSec div.countdownBox .stadium {
      display: none; }

@media screen and (max-width: 767px) {
  section.countdownSec .stadiumScroll ul li {
    width: 300px;
    width: min(80vw, 300px); }
  section.countdownSec div.countdownBox {
    height: auto;
    background: none;
    padding-top: 65px; }
    section.countdownSec div.countdownBox h2 {
      font-size: 1.6rem; }
    section.countdownSec div.countdownBox ul {
      font-size: 1.4rem;
      gap: 25px;
      margin-top: 10px; }
      section.countdownSec div.countdownBox ul li {
        line-height: 1.2; }
        section.countdownSec div.countdownBox ul li span {
          font-size: 3.85rem; }
    section.countdownSec div.countdownBox .targetDate {
      margin-top: 35px;
      font-size: 3.2rem; }
      section.countdownSec div.countdownBox .targetDate span {
        font-size: 7.5rem; }
    section.countdownSec div.countdownBox .btnInfo a {
      width: 240px;
      height: 50px;
      margin: 35px auto 0;
      font-size: 1.4rem;
      border: 1px solid #fff; }
    section.countdownSec div.countdownBox .cp {
      top: 5px;
      right: 10px;
      z-index: 10;
      font-size: 0.9rem; }
    section.countdownSec div.countdownBox .stadium {
      margin-top: 32px;
      display: block; } }
/* ----------------------------------------------*/
section.sponsorSec {
  background: #fff;
  padding: 130px 0; }
  section.sponsorSec h2 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold; }
    section.sponsorSec h2 + p {
      text-align: center;
      font-size: 1.5rem; }
  section.sponsorSec ul.sponcorList {
    width: 100%;
    max-width: 940px;
    margin: 60px auto 0;
    padding: 0 20px;
    font-size: 1.8rem;
    line-height: 2; }
    section.sponsorSec ul.sponcorList li {
      display: inline-block; }
      section.sponsorSec ul.sponcorList li::after {
        content: " / "; }

@media screen and (max-width: 767px) {
  section.sponsorSec {
    padding: 65px 0; }
    section.sponsorSec h2 {
      font-size: 2rem; }
      section.sponsorSec h2 + p {
        font-size: 1.2rem; }
    section.sponsorSec ul.sponcorList {
      margin: 50px auto 0;
      font-size: 1.4rem;
      padding: 0 40px; } }
/* ----------------------------------------------
 * * footoer
 * *----------------------------------------------*/
footer {
  background-color: var(--navy);
  padding: 60px 0 35px;
  color: #fff;
  text-align: center; }
  footer a:hover {
    text-decoration: underline; }
  footer ul.snsLink {
    display: flex;
    justify-content: center;
    gap: 15px; }
    footer ul.snsLink li {
      width: 43px;
      text-align: center;
      color: #fff; }
      footer ul.snsLink li a {
        display: block;
        text-align: center; }
        footer ul.snsLink li a:hover {
          opacity: 0.8; }
  footer .inq {
    width: fit-content;
    text-align: left;
    margin: 50px auto 0;
    line-height: 2; }
  footer ul.siteLink {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    footer ul.siteLink li {
      display: flex; }
      footer ul.siteLink li ~ li::before {
        content: " | ";
        margin: 0 .5em; }
      footer ul.siteLink li a {
        word-break: keep-all; }
  footer .copyright {
    margin-top: 20px;
    font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0; }
    footer ul.snsLink {
      gap: 8px; }
      footer ul.snsLink li {
        width: min(10vw, 38px); }
    footer .inq {
      font-size: min(3.5vw, 1.3rem);
      margin: 40px auto 0; }
    footer ul.siteLink {
      margin-top: 30px;
      font-size: 1.2rem;
      padding: 0 10px; }
    footer .copyright {
      margin-top: 10px;
      font-size: 1.1rem; } }

/*# sourceMappingURL=base.css.map */
