@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
  background: #2281b5;
}

body.is-fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.is-hidden {
  display: none !important;
}

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

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

section {
  background-size: 100% auto;
}

section.--blue01 {
  background-image: url("../img/bg_blue01.jpg");
}

section.--blue02 {
  background-image: url("../img/bg_blue02.jpg");
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    padding-top: 80px;
  }

  [data-device=sp] {
    display: none !important;
  }

  a,
  button,
  .js-tgl {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover,
  .js-tgl:hover {
    opacity: 0.65;
  }

  .js-tgl,
  .js-modal,
  button {
    cursor: pointer;
  }

  section {
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  body {
    /* padding-top: 13.3333333333vw; */
    padding-top: 3.333333vw;
  }

  [data-device=pc] {
    display: none !important;
  }

  section {
    overflow: hidden;
    padding: 7.3333333333vw 0;
  }

  body {
    padding-bottom: 10.6666666667vw;
  }
}

.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  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;
  z-index: 1000;
  border-bottom: 2px solid #2281b5;
}

.g-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-header__logo img {
  display: block;
}

.g-header__logo p {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.flexbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.g-header__txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #000;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.g-header__txt .conteiner1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 0;
  font-size: 36px;
}

.g-header__txt .box1 {
  color: #000;
  font-size: 22px;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.9;
}

.g-header__txt .box2 {
  color: #38A1DB;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.9;
  margin-right: .2em;
}

.g-header__txt .conteiner2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.g-header__txt .box3 {
  color: #fff;
  font-size: 16px;
  background-color: #38A1DB;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  margin-left: 3px;
  padding: 2px 8px 1px;
}

.g-header__txt .box4 {
  color: #000;
  font-size: 18px;
  line-height: .8;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  margin-top: 3px;
}

.box5 {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -4px;
}

.box5 small {
  margin-right: .3em;
}

.g-header__txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.g-header__txt span small {
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
}

.g-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  background: #000;
}

.g-header__btn span {
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2281b5;
  width: 100%;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.g-header__items {
  border-bottom: 1px solid #2281b5;
}

.g-header__list {
  position: fixed;
  right: 0;
  background-size: cover;
  -webkit-transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  visibility: hidden;
  opacity: 0;
  background: #fff;
}

.g-header.is-open .g-header__list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .g-header {
    height: 80px;
    padding-right: 80px;
    padding-left: 20px;
  }

  .g-header__logo img {
    width: 84px;
    margin-right: 10px;
    margin-top: 26px;
  }

  .g-header__logo p {
    margin-top: 5px;
  }

  .g-header__txt {
    font-size: 21px;
    margin-right: 20px;
  }

  .g-header__txt:last-child {
    font-size: 21px;
    margin-right: 0px;
  }

  .g-header__txt span {
    font-size: 16px;
  }

  .g-header__txt span small {
    margin-right: 10px;
    bottom: -2px;
  }

  .g-header__lang {
    right: 100px;
  }

  .g-header__lang a {
    font-size: 20px;
    padding: 0 15px;
  }

  .g-header__btn {
    width: 80px;
    height: 80px;
  }

  .g-header__btn span {
    width: 30px;
    height: 3px;
  }

  .g-header__btn span+span {
    margin-top: 9px;
  }

  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 12px);
    transform: rotate(45deg) translate(8px, 12px);
  }

  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -9px);
    transform: rotate(-45deg) translate(6px, -9px);
  }

  .g-header__btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .g-header__icon {
    width: 40px;
    margin-right: 20px;
  }

  .g-header__link {
    padding: 20px 30px;
    padding-left: 50px;
    width: 390px;
    font-size: 18px;
  }

  .g-header__link img {
    margin-right: 15px;
  }

  .g-header__list {
    top: 80px;
    height: calc(100vh - 80px);
  }

  .g-header__txt .conteiner2 {
    top: -4px;
  }

  .g-header__txt .box4 {
    left: 2px;
  }
}

@media (max-width: 767px) {
  .g-header {
    height: 13.3333333333vw;
    padding-left: 2vw;
    padding-right: 3.3333333333vw;
  }

  .g-header__logo {
    bottom: -2.5vw;
    left: -1.1vw;
  }

  .g-header__logo img {
    width: 14vw;
    margin-right: 2vw;
  }

  .flexbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .g-header__txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000;
    font-family: "Quantico", serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 1;
    text-align: right;
  }

  .g-header__txt .conteiner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Quantico", serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 0;
    font-size: 36px;
  }

  .g-header__txt .box1,
  .g-header__txt .box2 {
    font-size: calc(34 / 375 *100vw);
    font-weight: 700;
    line-height: 0.9;
    font-family: "Quantico", serif;
    letter-spacing: -0.03em;
  }

  .g-header__txt .box1 {
    color: #000;
  }

  .g-header__txt .box2 {
    /* color: #000; */
  }

  .g-header__txt .conteiner2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: -0.75vw;
  }

  .g-header__txt .box3,
  .g-header__txt .box4 {
    font-size: calc(11 / 375 *100vw);
  }

  .g-header__txt .box3 {
    margin-left: 0;
    padding: calc(1 / 375 *100vw) calc(8 / 375 *100vw);
    ;
  }

  .g-header__txt .box4 {
    line-height: 0.8;
    margin-top: calc(3 / 375* 100vw);
  }

  .box5 {
    font-size: calc(10 / 375 *100vw);
    margin-right: calc(45 / 375 *100vw);
    line-height: 1;
    margin-top: calc(1 / 375* 100vw);
  }

  .g-header__txt {
    font-size: 4.2666666667vw;
    margin-right: 12vw;
  }

  .g-header__txt span {
    font-size: 2.6666666667vw;
  }

  .g-header__txt span small {
    bottom: -0.5333333333vw;
    margin-right: 1.3333333333vw;
  }

  .g-header__lang {
    right: 14.6666666667vw;
  }

  .g-header__lang a {
    font-size: 3.2vw;
    padding: 0 1.3333333333vw;
  }

  .g-header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }

  .g-header__btn span {
    width: 6.8vw;
    height: 0.8vw;
  }

  .g-header__btn span+span {
    margin-top: 0.9333333333vw;
  }

  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1.3333333333vw, 1.6vw);
    transform: rotate(45deg) translate(1.3333333333vw, 1.6vw);
  }

  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0.8vw, -1.0666666667vw);
    transform: rotate(-45deg) translate(0.8vw, -1.0666666667vw);
  }

  .g-header__btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .g-header__icon {
    width: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }

  .g-header__link {
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .g-header__link img {
    margin-right: 2.6666666667vw;
  }

  .g-header__list {
    top: 13.3333333333vw;
    height: calc(100vh - 13.3333333333vw);
  }
}

.g-footer {
  background-size: cover;
}

.g-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-footer__logo {
  display: block;
  margin: 0 auto;
}

.g-footer__copy,
.g-footer h3 {
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .g-footer__logo {
    width: 171px;
    margin: 70px auto 35px;
  }

  .g-footer__items {
    margin: 0 35px;
    width: 50px;
  }

  .g-footer h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .g-footer__copy {
    font-size: 20px;
    padding-bottom: 100px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .g-footer__logo {
    width: 21.3333333333vw;
    margin: 14vw auto 5.3333333333vw;
  }

  .g-footer h3 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }

  .g-footer__items {
    margin: 0 3.2vw;
    width: 6.4vw;
  }

  .g-footer__copy {
    font-size: 1.8666666667vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 14vw;
  }
}

.g-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  color: #fff;
  margin: 0 auto;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.g-btn.--jp {
  font-family: "Noto Sans JP", sans-serif;
}

.g-btn.--blue01 {
  background: #38a1db;
}

.g-btn.--blue02 {
  background: #2281b5;
}

.g-btn.--blank:after {
  content: '';
  background-image: url(../img/icon_blank.png);
  background-size: cover;
  position: absolute;
}

@media (min-width: 768px) {
  .g-btn {
    font-size: 24px;
    width: 400px;
    height: 80px;
    max-width: 100%;
  }

  .g-btn.--blank:after {
    width: 25px;
    height: 25px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    font-size: 3.2vw;
    width: 42.2666666667vw;
    height: 6.6666666667vw;
    border-radius: 1.6vw;
    margin-top: 10vw;
  }

  .g-btn.--blank:after {
    width: 2.8vw;
    height: 2.8vw;
    right: 3vw;
  }
}

.g-secttl {
  text-align: center;
}

.g-secttl h2 small {
  display: block;
  line-height: 1;
}

.g-secttl>* {
  display: block;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.g-secttl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.g-secttl:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("../img/ttl_deco.png");
  background-size: cover;
}

.g-secttl.--blue>* {
  color: #2281b5;
}

.g-seclead {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .g-secttl {
    margin-bottom: 65px;
  }


  .g-secttl h2 {
    font-size: 64px;
    margin-bottom: 15px;
  }

  .g-secttl h2 small {
    font-size: 44px;
  }

  .g-secttl>span {
    font-size: 24px;
  }

  .g-secttl:before {
    bottom: -28px;
    width: 93px;
    height: 9px;
  }

  .g-seclead {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .g-secttl {
    margin-bottom: 8.6666666667vw;
  }

  .g-secttl h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 2vw;
  }

  .g-secttl h2 small {
    font-size: 6vw;
  }

  .g-secttl>span {
    font-size: 3.2vw;
  }

  .g-secttl:before {
    bottom: -3.7333333333vw;
    width: 36.2666666667vw;
    height: 1.0666666667vw;
  }

  .g-seclead {
    font-size: 2.5vw;
  }
}

.g-slide .slick-arrow {
  z-index: 1;
  background-image: url("../img/arw_slide.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g-slide .slick-arrow.slick-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

.g-slide__txt {
  line-height: 1.65;
  background: #fff;
}

.g-slide__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 1.45;
}

.m-modal__txt p,
.m-modal__txt2 p {
  font-size: 16px;
  text-align: left;
}

.m-secmodal__table {
  padding-top: 30px;
  width: 100%;
}

.m-secmodal__table th {
  vertical-align: center;
  background: #e1f1f9;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 20%;
}

.m-secmodal__table td {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 80%;
}

.g-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.g-slide__box {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.g-slide__box:not(.slick-current) {
  pointer-events: none;
}

.g-slide__box:before {
  background: #2281b5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.g-slide__box.--outside:before {
  content: '場外';
}

.g-slide__box.--inside:before {
  content: '場内';
}

.g-slide__box.--both:before {
  content: '場外・場内';
}

.g-slide__box.--e01:after,
.g-slide__box.--e02:after,
.g-slide__box.--e03:before,
.g-slide__box.--e04:after,
.g-slide__box.--e05:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.g-slide__box.--e01:after {
  background-image: url('../img/events/event_logo_01.jpg');
  background-size: cover;
}

.g-slide__box.--e02:after {
  background-image: url('../img/events/event_logo_01.jpg');
  background-size: cover;
}

.g-slide__box.--e03:after {
  background-image: url('../img/events/event_logo_02.jpg');
  background-size: cover;
}

.g-slide__box.--e03:before {
  background-image: url('../img/events/event_logo_02.jpg');
  background-size: cover;
}

.g-slide__box.--e04:after {
  background-image: url('../img/events/event_logo_03.jpg');
  background-size: cover;
}

.g-slide__box.--e05:after {
  background-image: url('../img/events/event_logo_04.jpg');
  background-size: cover;
}

@media (min-width: 768px) {
  .g-slide {
    width: 470px;
    margin: 45px auto 0;
  }

  .g-slide .g-tab__panelitems {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .g-slide .slick-list {
    overflow: visible;
  }

  .g-slide .slick-arrow {
    width: 50px;
    height: 157px;
    border-radius: 11px;
    overflow: hidden;
  }

  .g-slide .slick-arrow.slick-next {
    right: -24px;
  }

  .g-slide .slick-arrow.slick-prev {
    left: -24px;
  }

  .g-slide__wrap {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-mask-image: linear-gradient(to right, transparent, black 80px, black calc(100% - 80px), transparent);
    mask-image: linear-gradient(to right, transparent, black 80px, black calc(100% - 80px), transparent);
  }

  .g-slide__box {
    position: relative;
    margin: 0 20px 50px;
    border-radius: 20px;
  }

  .g-slide__box:before {
    font-size: 20px;
    padding: 5px 10px;
    min-width: 100px;
  }

  .g-slide__img {
    height: 430px;
  }

  .g-slide__title {
    height: 80px;
    font-size: 16px;
  }

  .g-slide__txt {
    padding: 20px;
  }

  .g-slide__txt h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .g-slide__txt p {
    font-size: 20px;
  }

  .g-slide__txt button {
    font-size: 24px;
    width: 372px;
    height: 80px;
    border: 4px solid #000;
    margin-top: 30px;
  }

  .g-slide__items {
    padding-bottom: 55px;
  }

  .g-slide__slide {
    width: 700px;
    margin-top: 40px;
  }

  .g-slide__box .g-btn {
    margin-bottom: 20px;
    width: 380px;
    height: 70px;
  }



  .g-slide__content,
  .g-slide__content2,
  .g-slide__content3 {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 100;
    background-color: #3598f3;
  }

  .g-slide__content p,
  .g-slide__content2 p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    line-height: 35px;
    padding: 14px 20px;
    line-height: 20px;
  }

  .g-slide__content3 p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP",
      sans-serif;
    text-align: left;
    line-height: 35px;
    padding: 24px 20px;
    line-height: 20px;
  }

  /* .g-slide__content p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -35px;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #3598f3;
  } */

  /* .g-slide__content2 p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -26px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #3598f3;
  } */

  .g-slide__box.--e01:after {
    width: 130px;
    height: 130px;
    right: 0;
    top: auto;
    bottom: 170px;
  }

  .g-slide__box.--e03::before {
    width: 130px;
    height: 63px;
    right: 0;
    top: auto;
    bottom: 170px;
  }

  .g-slide__box.--e02:after {
    width: 130px;
    height: 130px;
    left: 0;
    top: auto;
    bottom: 170px;
  }

  .g-slide__box.--e04:after {
    width: 130px;
    height: 63px;
    right: 0;
    top: auto;
    bottom: 170px;
  }

  .g-slide__box.--e05:after {
    width: 201px;
    height: 71px;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {

  .g-slide__content,
  .g-slide__content2,
  .g-slide__content3 {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 100;
    background-color: #3598f3;
  }

  .g-slide__content p,
  .g-slide__content2 p {
    position: relative;
    font-size: 2.8vw;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    line-height: 35px;
    padding: 1px 10px;
    line-height: 20px;
  }

  .g-slide__content3 p {
    position: relative;
    font-size: 2.8vw;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    line-height: 35px;
    padding: 10px 5px;
    line-height: 20px;
  }

  /* .g-slide__content p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -21px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #3598f3;
  }

  .g-slide__content2 p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -13px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #3598f3;
  } */

  .g-slide {
    margin-top: 6vw;
    width: 69.3333333333vw;
    margin: 0 auto;
  }

  .g-slide .slick-list {
    overflow: visible;
  }

  .g-slide .slick-arrow {
    width: 7.4666666667vw;
    height: 21.3333333333vw;
  }

  .g-slide .slick-arrow.slick-next {
    right: -15.3333333333vw;
  }

  .g-slide .slick-arrow.slick-prev {
    left: -15.3333333333vw;
  }

  .g-slide__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.7333333333vw;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    min-height: 20vw;
  }

  .m-modal__txt p,
  .m-modal__txt2 p {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6666666667vw;
    text-align: left;
  }

  .m-secmodal__table {
    padding-top: 30px;
  }

  .m-secmodal__table th {
    vertical-align: center;
    background: #e1f1f9;
    font-size: 2.6666666667vw;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    width: 23%;
  }

  .m-secmodal__table td {
    padding: 10px;
    font-size: 2.6666666667vw;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    width: 77%;
  }

  .g-slide__box {
    margin: 0 2.6666666667vw;
    border-radius: 1.6vw;
  }

  .g-slide__img {
    height: calc(480 / 750 * 100vw);
  }

  .g-slide__box:before {
    font-size: 2.6666666667vw;
    padding: 1vw 2vw;
    min-width: 10vw;
  }

  .g-slide__txt {
    font-size: 2.6666666667vw;
    padding: 4vw;
  }

  .g-slide__box .g-btn {
    margin: 0 auto 5vw;
  }

  .g-slide__box.--e01:after {
    width: 20vw;
    height: 19.5vw;
    right: 0vw;
    top: auto;
    bottom: 31vw;
  }

  .g-slide__box.--e02::after {
    width: 20vw;
    height: 19.5vw;
    left: 0vw;
    top: auto;
    bottom: 31vw;
  }

  .g-slide__box.--e03::before {
    width: 28vw;
    height: 13.5vw;
    left: 0vw;
    top: auto;
    bottom: 31vw;
  }

  .g-slide__box.--e04::after {
    width: 28vw;
    height: 13.5vw;
    right: 0vw;
    top: auto;
    bottom: 31vw;
  }

  .g-slide__box.--e05:after {
    width: 29vw;
    height: 10.5vw;
    right: 0vw;
    top: 0vw;
  }
}

.g-fixed {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 100;
}

.g-fixed.is-show {
  opacity: 1;
  visibility: visible;
}

.g-fixed a {
  z-index: 100;
  border: 2px solid #000;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.025em;
  background: #fff;
}

.g-fixed a span {
  position: absolute;
  display: block;
}

.g-fixed a:before,
.g-fixed a:after {
  content: "";
  position: absolute;
}

@media (min-width: 768px) {
  .g-fixed a {
    font-size: 16px;
    width: 90px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: fixed;
    padding-top: 60px;
    padding-right: 20px;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: none;
    border-radius: 10px 0 0 10px;
  }

  .g-fixed a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }

  .g-fixed a:hover:after {
    opacity: 0;
  }

  .g-fixed a:hover:before {
    opacity: 1;
  }

  .g-fixed a span {
    width: 61px;
    height: 27.5px;
    top: 20px;
    right: 10px;
    left: 0;
    margin: 0 auto;
  }

  .g-fixed a:before,
  .g-fixed a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 9px;
    height: 14px;
    right: 20px;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
  }

  .g-fixed a:after {
    background-image: url("../img/arrow.png");
    background-size: cover;
  }

  .g-fixed a:before {
    background-image: url("../img/arrow_wt.png");
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .g-fixed a {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0.6666666667vw;
    margin: 0 auto;
    font-size: 3.2vw;
    width: 98.6666666667vw;
    height: 13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 33.3333333333vw;
    margin: 0 auto;
    border-radius: 0.5333333333vw;
  }

  .g-fixed a span {
    width: 21.3333333333vw;
    height: 9.6vw;
    left: 2vw;
  }

  .g-fixed a:after {
    width: 2.2666666667vw;
    height: 3.4666666667vw;
    right: 3.7333333333vw;
    background-image: url("../img/arrow.png");
  }

  .g-fixed a:before,
  .g-fixed a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
  }
}

.g-nav {
  background: #38a1db;
}

.g-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: end;
}

.g-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.g-nav__txt {
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  color: #2281b5;
  line-height: 1.0416666667;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .g-nav {
    padding: 15px 0;
  }

  .g-nav__list {
    width: 1000px;
    margin: 0 auto;
  }

  .g-nav__icon.--event {
    width: 56px;
  }

  .g-nav__icon.--gourmet {
    width: 48px;
  }

  .g-nav__icon.--goods {
    width: 52px;
  }

  .g-nav__icon.--ticket {
    width: 52px;
  }

  .g-nav__icon.--schedule {
    width: 48px;
  }

  .g-nav__icon.--access {
    width: 48px;
  }

  .g-nav__icon.--qa {
    width: 48px;
  }

  .g-nav__icon.--guide {
    width: 48px;
  }

  .g-nav__items {
    margin: 0 4px;
    width: 24%;
  }

  .g-nav__items:nth-child(n+5) {
    margin-top: 8px;
  }

  .g-nav__link {
    width: 100%;
    height: 150px;
    border: 3px solid #C0AE72;
    border-radius: 8px;
  }

  .g-nav__txt {
    font-size: 20px;
    height: 40px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .g-nav {
    padding: 3.7333333333vw 0;
  }

  .g-nav__icon.--event {
    width: 7.4666666667vw;
  }

  .g-nav__icon.--gourmet {
    width: 6.4vw;
  }

  .g-nav__icon.--goods {
    width: 6.9333333333vw;
  }

  .g-nav__icon.--ticket {
    width: 6.9333333333vw;
  }

  .g-nav__icon.--schedule {
    width: 6.4vw;
  }

  .g-nav__icon.--access {
    width: 6.4vw;
  }

  .g-nav__icon.--qa {
    width: 6.4vw;
  }

  .g-nav__icon.--guide {
    width: 6.4vw;
  }

  .g-nav__items {
    margin: 0 0.5333333333vw;
  }

  .g-nav__items:nth-child(n+5) {
    margin-top: 1.0666666667vw;
  }

  .g-nav__link {
    width: 22.4vw;
    height: 24.2666666667vw;
    border: 0.4vw solid #C0AE72;
    border-radius: 1.0666666667vw;
  }

  .g-nav__txt {
    font-size: 3.2vw;
    height: 6.6666666667vw;
    margin-top: 2.9333333333vw;
  }
}

.m-kv {
  position: relative;
  padding: 0;
}

.m-kv img {
  width: 100%;
}

.m-kv>* {
  position: absolute;
}

.js-fadein img {
  opacity: 0;
  transform: scale(.9);
  transition: .6s cubic-bezier(0.08, 0.9, 0.58, 1);
}

.js-fadein.is-show img {
  opacity: 1;
  transform: scale(1);
}

.m-kv__main img {
  z-index: 1;
  transition-delay: .5s;
}

.m-kv__player img {
  transition-delay: .2s;
}

.m-kv__detail img {
  transition-delay: .8s;
}

.m-kv__icon img {
  transition-delay: 1.1s;
}

@media (min-width: 768px) {
  .m-kv {
    max-height: calc(100vh - 80px);
    min-height: 700px;
    height: calc(700 / 1280* 100vw);
    background-image: url("../img/kv/kv_bg_pc.jpg");
    background-size: cover;
    background-position: left;
  }

  .m-kv__main {
    width: calc(697 / 1280 * 100%);
    top: calc(550 / 1280 * 100%);
    left: calc(105 / 1280 * 100%);
  }

  .m-kv__player {
    width: calc(823 / 1280 * 100%);
    bottom: 0;
    left: calc(32 / 1280 * 100%);
    max-height: 100%;
  }

  .m-kv__detail {
    width: calc(354 / 1280 * 100%);
    top: calc(20 / 1280 * 100%);
    right: calc(42 / 1280 * 100%);
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .kv {
    object-fit: cover;
    padding-top: calc(1120 / 750 * 6.7vw);
  }

  .m-kv {
    height: calc(1120 / 750 * 100vw);
    background-image: url("../img/kv/kv_bg_sp.jpg");
    background-size: cover;
  }

  .m-kv__main,
  .m-kv__detail {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .m-kv__main {
    width: calc(672 / 750 * 100vw);
    top: calc(350 / 750 * 100vw);
  }

  .m-kv__player {
    width: 100%;
    left: 0;
    top: calc(48 / 750 * 100vw);
  }

  .m-kv__detail {
    width: calc(354 / 750 * 100vw);
    bottom: calc(41 / 750 * 100vw);
  }

  .m-kv__icon {
    width: calc(182 / 750 * 100vw);
    top: calc(18 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
  }
}



.m-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-menu__items:nth-child(odd) {
  background: #000;
}

.m-menu__items:nth-child(even) {
  background: #1c1c1c;
}

.m-menu__items span {
  color: #fff;
}

.m-menu__items img {
  display: block;
  margin: 0 auto;
}

.m-menu__link {
  text-align: center;
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-menu__link:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("../img/arw_menu.png");
  background-size: cover;
}

@media (min-width: 768px) {
  .m-menu {
    margin-top: 40px;
    background: #000;
  }

  .m-menu__list {
    margin: 0 auto;
    width: 1200px;
  }

  .m-menu__items {
    width: 25%;
  }

  .m-menu__items:nth-child(n+5) {
    width: 20%;
    margin-top: 2px;
  }

  .m-menu__items img {
    height: 60px;
    margin-bottom: 15px;
  }

  .m-menu__link {
    font-size: 16px;
    height: 150px;
    padding-bottom: 10px;
  }

  .m-menu__link:before {
    width: 20px;
    height: 12px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .m-menu {
    margin-top: 5.3333333333vw;
  }

  .m-menu__items {
    width: 25%;
  }

  .m-menu__items:nth-child(n+5) {
    width: 20%;
    margin-top: 0.2666666667vw;
  }

  .m-menu__items img {
    height: 9.6vw;
    margin-bottom: 2vw;
  }

  .m-menu__link {
    font-size: 2.6666666667vw;
    height: 25.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }

  .m-menu__link:before {
    width: 2.6666666667vw;
    height: 1.6vw;
    bottom: 1.8666666667vw;
  }
}

.m-schedule {
  background: url("../img/schedule_bg.jpg");
  background-position: center;
  background-size: cover;
}

.m-schedule__box {
  background: #fff;
  overflow: hidden;
}

.m-schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-schedule__time:not(.--btn) {
  border-bottom: 1px dashed #2281b5;
}

.m-schedule__time em {
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
}

.m-schedule__time em span {
  font-family: "Noto Sans JP", sans-serif;
}

.m-schedule__time em:after {
  display: block;
  content: "";
  width: 0;
  left: 0;
}

.m-schedule__time p {
  font-weight: 700;
}

.m-schedule__txt {
  line-height: 1.375;
}

.m-schedule__note {
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.m-schedule__time a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

.m-schedule__time a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/arrow_pr.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .m-schedule {
    padding: 55px;
  }

  .m-schedule__wrap {
    width: 800px;
    margin: 40px auto 0;
  }

  .m-schedule__note {
    width: 800px;
    margin-top: 20px;
    font-size: 16px;
  }

  .m-schedule__box {
    padding: 24px;
    border-radius: 24px;
  }

  .m-schedule__box:nth-child(n+2) {
    margin-top: 24px;
  }

  .m-schedule__time:not(.--btn) {
    padding-bottom: 20px;
  }

  .m-schedule__time em {
    font-size: 40px;
  }

  .m-schedule__time em img {
    width: 112px;
  }

  .m-schedule__time em span {
    font-size: 30px;
  }

  .m-schedule__time em:after {
    border-left: 20px solid #2281b5;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: 25px;
  }

  .m-schedule__time p {
    font-size: 21px;
  }

  .m-schedule__time a {
    height: 50px;
    font-size: 18px;
    border: 2px solid #2281b5;
  }

  .m-schedule__time a:before {
    width: 12px;
    height: 20px;
    right: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .m-schedule__txt {
    font-size: 16px;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .m-schedule {
    padding: 7.3333333333vw;
  }

  .m-schedule__wrap {
    margin-top: 5.3333333333vw;
  }

  .m-schedule__note {
    font-size: 2.1333333333vw;
    margin-top: 2vw;
  }

  .m-schedule__box {
    padding: 3.2vw;
    border-radius: 3.2vw;
  }

  .m-schedule__box:nth-child(n+2) {
    margin-top: 3.2vw;
  }

  .m-schedule__time:not(.--btn) {
    padding-bottom: 2.6666666667vw;
  }

  .m-schedule__time em {
    font-size: 5.3333333333vw;
  }

  .m-schedule__time em img {
    width: 15vw;
  }

  .m-schedule__time em span {
    font-size: 4vw;
  }

  .m-schedule__time a {
    font-size: 3vw;
    height: 7vw;
    border: 0.4vw solid #2281b5;
  }

  .m-schedule__time a:before {
    width: 2vw;
    height: 3.4vw;
    right: 2vw;
  }

  .m-schedule__time em:after {
    border-left: 2.6666666667vw solid #2281b5;
    border-right: 2.6666666667vw solid transparent;
    border-top: 2.6666666667vw solid transparent;
    border-bottom: 2.6666666667vw solid transparent;
    margin-left: 3.3333333333vw;
  }

  .m-schedule__time p {
    font-size: 2.8vw;
  }

  .m-schedule__txt {
    font-size: 2.1333333333vw;
    padding-top: 1.6vw;
  }
}

.m-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.m-modal.is-show .m-modal__box {
  opacity: 1;
  visibility: visible;
}

.m-modal__bg {
  background: #fff;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.m-modal__inner {
  background: #fff;
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  width: 100%;
  overflow: scroll;
}

.m-modal__box {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.m-modal__txt h3,
.m-modal__txt2 h3 {
  color: #2281b5;
  text-align: center;
}

.m-modal__txt p,
.m-modal__txt2 p {
  line-height: 1.65;
}

.m-modal__txt a,
.m-modal__txt2 a {
  background: #38a1db;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
}

.m-modal__txt a[href=""],
.m-modal__txt2 a[href=""] {
  display: none;
}

/* .m-modal__txt a {
  background: #2281b5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
}
 */

.m-modal__txt a:after,
.m-modal__txt2 a:after {
  content: "▶︎";
}

.m-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2281b5;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-modal__box {
    width: 640px;
  }

  .m-modal__box img {
    width: 80%;
    margin: 30px auto 0;
    display: block;
  }

  .m-modal__inner {
    border-radius: 12px;
    max-height: 90vh;
  }

  .m-modal__txt {
    padding: 32px;
  }

  .m-modal__txt2 {
    padding-bottom: 32px;
  }

  .m-modal__txt h3,
  .m-modal__txt2 h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .m-modal__txt p,
  .m-modal__txt2 p {
    font-size: 16px;
  }

  /* .m-modal__txt a {
    width: 300px;
    height: 50px;
    margin-top: 15px;
    font-size: 18px;
  }

  .m-modal__txt a:after {
    margin-left: 24px;
  } */

  .m-modal__close {
    right: -10px;
    top: -10px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .m-modal__txt a,
  .m-modal__txt2 a {
    width: 300px;
    height: 50px;
    margin-top: 15px;
    font-size: 18px;
  }

  .m-modal__txt a:after,
  .m-modal__txt2 a:after {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .m-modal__box {
    width: 85.3333333333vw;
  }

  .m-modal__box img {
    width: 100%;
  }

  .m-modal__inner {
    border-radius: 1.6vw;
    max-height: 80vh;
  }

  .m-modal__txt {
    padding: 4.2666666667vw;
  }

  .m-modal__txt2 {
    padding-bottom: 4.2666666667vw;
  }

  .m-modal__txt h3,
  .m-modal__txt2 h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2vw;
  }

  .m-modal__txt p,
  .m-modal__txt2 p {
    font-size: 2.6666666667vw;
  }

  /* .m-modal__txt a {
    width: 64vw;
    height: 8.6666666667vw;
    margin-top: 2vw;
    font-size: 3.2vw;
  }

  .m-modal__txt a:after {
    margin-left: 3.2vw;
  } */

  .m-modal__close {
    right: -10px;
    top: -10px;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 2.6666666667vw;
  }

  .m-modal__contimg {
    margin-top: 2vw;
  }

  .m-modal__txt a,
  .m-modal__txt2 a {
    width: 64vw;
    height: 8.6666666667vw;
    margin-top: 2vw;
    font-size: 3.2vw;
  }

  .m-modal__txt a:after,
  .m-modal__txt2 a:after {
    margin-left: 3.2vw;
  }
}

.m-ticket__map {
  margin: 0 auto;
  overflow: hidden;
}

.m-ticket__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #FABE00;
  border-radius: 9999px;
  margin: 0 auto;
  font-weight: 700;
}

.m-ticket__subttl {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.m-ticket__schedule {
  margin: 0 auto;
}

.m-ticket__schedule>* {
  background: #fff;
  text-align: center;
}

.m-ticket__schedule>* * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.m-ticket__schedule>* em {
  background: #C0AE72;
  color: #fff;
}

@media (min-width: 768px) {
  .m-ticket__map {
    width: 800px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-radius: 12px;
  }

  .m-ticket__btn {
    width: 480px;
    height: 65px;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .m-ticket__subttl {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .m-ticket__schedule {
    width: 540px;
  }

  .m-ticket__schedule>* {
    font-size: 18px;
    border-radius: 12px;
    border: 3px solid #C0AE72;
  }

  .m-ticket__schedule>*:nth-child(n+2) {
    margin-top: 25px;
  }

  .m-ticket__schedule>* * {
    height: 54px;
  }
}

@media (max-width: 767px) {
  .m-ticket__map {
    width: 85.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 1.6vw;
  }

  .m-ticket__btn {
    width: 64vw;
    height: 8.6666666667vw;
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }

  .m-ticket__subttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .m-ticket__schedule {
    width: 72vw;
  }

  .m-ticket__schedule>* {
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
    border: 0.4vw solid #C0AE72;
  }

  .m-ticket__schedule>*:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }

  .m-ticket__schedule>* * {
    height: 7.2vw;
  }
}

.m-access__iframe {
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}

.m-access__iframe iframe {
  width: 100%;
  height: 100%;
}

.m-access__tgl,
.m-access__btn,
.m-access__address {
  text-align: center;
  margin: 0 auto;
}

.m-access__address h3 {
  color: #C0AE72;
}

.m-access__address p {
  color: #fff;
}

.m-access__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #2281b5;
  border-radius: 9999px;
  font-weight: 700;
}

.m-access__tgl {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-access__tgl span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-access__tgl span:before,
.m-access__tgl span:after {
  content: "";
  background: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
}

.m-access__tgl span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-access__tgl.is-open span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-access__detail {
  margin: 0 auto;
  display: none;
}

.m-access__detail * {
  color: #fff;
}

.m-access__detail h4 {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-access__detail h4:before {
  content: "";
  background-size: cover;
  display: block;
}

.m-access__detail h4.--bus:before {
  background-image: url("../img/icon_bus.png");
}

.m-access__detail h4.--train:before {
  background-image: url("../img/icon_train.png");
}

@media (min-width: 768px) {
  .m-access__address h3 {
    font-size: 26px;
  }

  .m-access__address p {
    margin-top: 8px;
    font-size: 16px;
  }

  .m-access__iframe {
    width: 800px;
    height: 480px;
    border-radius: 12px;
    margin-bottom: 40px;
  }

  .m-access__btn {
    margin-top: 40px;
    width: 480px;
    height: 65px;
    font-size: 24px;
  }

  .m-access__tgl {
    margin-top: 40px;
    font-size: 24px;
    padding-bottom: 15px;
  }

  .m-access__tgl span {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    top: -3px;
    position: absolute;
    right: -767px;
    left: 0;
    margin: 0 auto;
  }

  .m-access__tgl span:before,
  .m-access__tgl span:after {
    width: 100%;
    height: 4px;
  }

  .m-access__detail {
    width: 592px;
    margin-top: 40px;
  }

  .m-access__detail h4 {
    font-size: 21px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .m-access__detail h4:before {
    margin-right: 25px;
  }

  .m-access__detail h4.--bus:before {
    width: 27px;
    height: 32px;
  }

  .m-access__detail h4.--train:before {
    width: 30px;
    height: 26px;
  }

  .m-access__detail p {
    font-size: 16px;
  }

  .m-access__detail div:nth-child(2) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .m-access__address h3 {
    font-size: 4.2666666667vw;
  }

  .m-access__address p {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }

  .m-access__iframe {
    width: 85.3333333333vw;
    height: 64vw;
    border-radius: 1.6vw;
    margin-bottom: 5.3333333333vw;
  }

  .m-access__btn {
    margin-top: 5.3333333333vw;
    width: 64vw;
    height: 8.6666666667vw;
    font-size: 3.2vw;
  }

  .m-access__tgl {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }

  .m-access__tgl span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 7.2vw;
    top: -.3vw;
    position: absolute;
  }

  .m-access__tgl span:before,
  .m-access__tgl span:after {
    width: 100%;
    height: 0.5333333333vw;
  }

  .m-access__detail {
    width: 78.9333333333vw;
    margin-top: 5.3333333333vw;
  }

  .m-access__detail h4 {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
    padding-bottom: 1.6vw;
  }

  .m-access__detail h4:before {
    margin-right: 3.3333333333vw;
  }

  .m-access__detail h4.--bus:before {
    width: 3.6vw;
    height: 4.2666666667vw;
  }

  .m-access__detail h4.--train:before {
    width: 4vw;
    height: 3.5vw;
  }

  .m-access__detail p {
    font-size: 2.1333333333vw;
  }

  .m-access__detail div:nth-child(2) {
    margin-top: 5.3333333333vw;
  }
}

.m-qa {
  background: #fff;
}

.m-qa__box {
  margin: 0 auto;
}

.m-qa__q,
.m-qa__a {
  font-weight: 700;
  line-height: 1.380952381;
}

.m-qa__a:before,
.m-qa__q:before {
  color: #fff;
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  background: #2281b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-qa__a {
  display: none;
}

.m-qa__a:before {
  content: "A";
}

.m-qa__q {
  border-bottom: 1px solid #2281b5;
}

.m-qa__q:before {
  content: "Q";
}

.m-qa__q span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-qa__q span:before,
.m-qa__q span:after {
  content: "";
  background: #2281b5;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
}

.m-qa__q span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-qa__q.is-open span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 768px) {
  .m-qa__box {
    width: 800px;
  }

  .m-qa__box:nth-child(n+2) {
    margin-top: 40px;
  }

  .m-qa__q,
  .m-qa__a {
    font-size: 18px;
  }

  .m-qa__q:before,
  .m-qa__a:before {
    width: 48px;
    height: 48px;
    font-size: 32px;
  }

  .m-qa__q {
    padding-left: 72px;
    padding-right: 56px;
    padding-bottom: 12px;
  }

  .m-qa__q span {
    width: 32px;
    height: 32px;
    margin-top: -12px;
  }

  .m-qa__q span:before,
  .m-qa__q span:after {
    width: 100%;
    height: 4px;
  }

  .m-qa__a {
    margin-top: 20px;
    padding-left: 72px;
  }
}

@media (max-width: 767px) {
  .m-qa__box {
    width: 85.3333333333vw;
  }

  .m-qa__box:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }

  .m-qa__q,
  .m-qa__a {
    font-size: 2.8vw;
  }

  .m-qa__q:before,
  .m-qa__a:before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
  }

  .m-qa__q {
    padding-left: 9.6vw;
    padding-right: 7.4666666667vw;
    padding-bottom: 1.6vw;
  }

  .m-qa__q span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-top: -1.6vw;
  }

  .m-qa__q span:before,
  .m-qa__q span:after {
    width: 100%;
    height: 0.5333333333vw;
  }

  .m-qa__a {
    margin-top: 2.6666666667vw;
    padding-left: 9.6vw;
  }
}

.m-guide__pct {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-guide__pct {
    width: 800px;
  }
}

@media (max-width: 767px) {
  .m-guide__pct {
    width: 85.3333333333vw;
  }
}

.m-game {
  background-image: url("../img/game_bg.jpg");
  background-size: cover;
  z-index: 0;
}

.m-game:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(70%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.m-game * {
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.m-game__vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-game__head {
  text-align: center;
}

.m-game__head p {
  color: #fff;
  font-weight: 600;
}

.m-game__schedule,
.m-game__vs>span {
  font-family: "Quantico", serif;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.m-game__logo span {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
}

.m-game__schedule>* {
  line-height: 1;
  letter-spacing: -0.05em;
}

.m-game__place {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.m-game__place span {
  background: #C0AE72;
}

.m-game__week.--sat {
  color: #3598f3;
}

.m-game__week.--sun {
  color: #f33535;
}

@media (min-width: 768px) {
  .m-game {
    background-position: center;
  }

  .m-game__head {
    margin-bottom: 2vw;
  }

  .m-game__head img {
    width: 240px;
  }

  .m-game__head p {
    font-size: 3.2vw;
  }

  .m-game__logo {
    width: 320px;
    margin: 0 32px;
  }

  .m-game__logo span {
    margin-top: 24px;
    font-size: 22px;
  }

  .m-game__vs {
    margin-bottom: 35px;
  }

  .m-game__vs>span {
    font-size: 80px;
  }

  .m-game__vs>span+.m-game__logo {
    margin-left: 4px;
  }

  .m-game__date {
    font-size: 128px;
  }

  .m-game__week {
    font-size: 64px;
    margin: 13px 0;
  }

  .m-game__time {
    font-size: 40px;
  }

  .m-game__place {
    margin-top: 50px;
    font-size: 24px;
  }

  .m-game__place span {
    padding: 8px 40px;
  }

  .m-game__place p {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .m-game__head {
    margin-bottom: 2vw;
  }

  .m-game__head img {
    width: 16.9333333333vw;
  }

  .m-game__head p {
    font-size: 3.2vw;
  }

  .m-game__logo {
    width: 21.3333333333vw;
    margin: 0 4.2666666667vw;
  }

  .m-game__logo span {
    margin-top: 3.2vw;
    font-size: 2.1333333333vw;
  }

  .m-game__vs {
    margin-bottom: 4.6666666667vw;
  }

  .m-game__vs>span {
    font-size: 8.5333333333vw;
  }

  .m-game__date {
    font-size: 17.0666666667vw;
  }

  .m-game__week {
    font-size: 8.5333333333vw;
    margin: 1.7333333333vw 0;
  }

  .m-game__time {
    font-size: 5.3333333333vw;
  }

  .m-game__place {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }

  .m-game__place span {
    padding: 1.0666666667vw 5.3333333333vw;
  }

  .m-game__place p {
    margin-top: 1.0666666667vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {

  .slick-prev,
  .slick-next {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.m-spevent__box {
  margin: 0 auto;
}

.m-spevent__movie {
  margin: 0 auto;
}

.m-spevent__movie video {
  width: 100%;
}

.m-spevent__txt {
  text-align: center;
  color: #fff;
}

.m-spevent__txt {
  font-size: 500;
}

@media (min-width: 768px) {
  .m-spevent__box {
    width: 470px;
  }

  .m-spevent__movie {
    width: 800px;
    margin-top: 60px;
  }

  .m-spevent__txt {
    margin-top: 50px;
  }

  .m-spevent__txt h3 {
    font-size: 22px;
    margin-bottom: 30p;
  }

  .m-spevent__txt p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .m-spevent .g-btn {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .m-spevent__box {
    width: calc(520 / 750 * 100vw);
  }

  .m-spevent__movie {
    width: calc(700 / 750 * 100vw);
    margin-top: 5vw;
  }

  .m-spevent__txt p {
    font-size: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .m-spevent__txt .g-btn {
    margin-top: 0;
  }


  .m-spevent .g-btn {
    margin-top: 3vw;
  }
}

.m-ticket__btnwrap {
  text-align: center;
}

.m-ticket__btnwrap p {
  font-weight: 700;
  color: #000;
}

.m-ticket__btnwrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
  color: #35a0d9;
}

.m-ticket__btnwrap a.--icon {
  justify-content: flex-start;
}

.m-ticket__btnwrap a span {
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.m-ticket__btnwrap a:before,
.m-ticket__btnwrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-ticket__btnwrap a:after {
  background-image: url("../img/arrow_blue.png");
  background-size: cover;
}

.m-ticket__btnwrap a:before {
  background-image: url("../img/arrow_wt.png");
  background-size: cover;
  opacity: 0;
}

@media (min-width: 768px) {
  .m-ticket__btnwrap p {
    font-size: 20px;
    margin-top: 35px;
  }

  .m-ticket__btnwrap a {
    width: 400px;
    height: 80px;
    font-size: 18px;
    margin-top: 35px;
    border: 2px solid #35a0d9;
  }

  .m-ticket__btnwrap a.--icon {
    padding-left: 170px;
  }

  .m-ticket__btnwrap a span {
    width: 89px;
    height: 40px;
    left: 30px;
  }

  .m-ticket__btnwrap a:after,
  .m-ticket__btnwrap a:before {
    width: 17px;
    height: 25px;
    right: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .m-ticket__btnwrap a:hover {
    background: #35a0d9;
    color: #fff;
    opacity: 1;
  }

  .m-ticket__btnwrap a:hover:after {
    opacity: 0;
  }

  .m-ticket__btnwrap a:hover::before {
    opacity: 1;
  }
}


@media (max-width: 767px) {
  .m-ticket__btnwrap {
    margin-top: 5vw;
  }

  .m-ticket__btnwrap p {
    font-size: 4.2666666667vw;
    padding: 4.6666666667vw 0 2vw;
    letter-spacing: -0.025em;
  }

  .m-ticket__btnwrap a {
    width: 71.2vw;
    height: 13.3333333333vw;
    font-size: 3.2vw;
  }

  .m-ticket__btnwrap a.--icon {
    padding-left: 29.7333333333vw;
  }

  .m-ticket__btnwrap a span {
    width: 15.8666666667vw;
    height: 7.0666666667vw;
    left: 4vw;
  }

  .m-ticket__btnwrap a:after {
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    right: 2.1333333333vw;
  }

  .m-ticket__btnwrap a+a {
    margin-top: 5vw;
  }
}

.js-scroll:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: .4s cubic-bezier(0.11, 0.93, 0.58, 1);
  z-index: 5;
}

.js-scroll:nth-child(odd):before {
  left: 0;
  background: #38a1db;
}

.js-scroll:nth-child(even):before {
  right: 0;
  background: #2281b5;
}

.js-scroll.is-show:before {
  width: 0;

}

.g-seclead {}

.g-seclead img {
  display: block;
  margin: 0 auto;
}

.g-seclead p {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .g-seclead img {
    width: 750px;
    margin-bottom: 20px;
  }

  .g-seclead p {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .g-seclead {
    width: calc(700 / 750* 100vw);
    margin: 0 auto;
  }

  .g-seclead img {
    margin-bottom: 3vw;
  }

  .g-seclead p {
    font-size: 3vw;
    margin-bottom: 7vw;

  }
}

.m-ticket__benefits {
  text-align: center;
  color: #fff;
}

.m-spevent__txt {
  font-size: 500;
}

@media (min-width: 768px) {

  .m-ticket__benefits {
    margin-top: 50px;
  }

  .m-ticket__benefits h3 {
    font-size: 22px;
    margin-bottom: 30p;
  }

  .m-ticket__benefits p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .m-ticket__benefits p {
    font-size: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .m-ticket__benefits .g-btn {
    /* margin-top: 10vw; */
    /* margin-bottom: 10vw; */
  }
}


.m-movie iframe {
  width: 100%;
  height: 100%;
}

.m-movie__wrap {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-movie__wrap {
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .m-movie__wrap {
    width: 100%;
    height: 56.4vw;
  }
}

.m-banner {
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .m-banner {
    width: 750px;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .m-banner {
    margin: 2.5vw auto;
    width: 95vw;
  }
}

.m-map__pct:before,
.m-map__pct:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-map__pct:before {
  background: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.m-map__pct:after {
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/icon_touch.png');
  background-size: cover;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .5));
}


@media (max-width: 767px) {
  .m-map__img {
    height: 80vw;
    overflow: scroll;
  }

  .m-map__img img {
    width: 1250px;
    max-width: none;
    max-height: none;
  }

  .m-map__pct:after {
    width: 30vw;
    height: 30vw;
    z-index: 2;
  }
}

.smartphoto-content {
  background: rgba(255, 255, 255, .8);
}

.smartphoto {
  background: transparent !important;
}

.smartphoto-dismiss {
  top: 15vw !important;
  width: 8vw !important;
  height: 8vw !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSI+ICA8ZGVmcz4gPHN0eWxlPiAuc3QwIHsgZmlsbDogIzIyODFiNTsgfSA8L3N0eWxlPiA8L2RlZnM+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTc2LjQyLDE0MDYuNzZMMjc4NCwxOTkuMTljMjIuMDUtMjIuMTgsMjIuMDUtNTgsMC04MC4xOGwtNzguOTItNzguOTJjLTIyLjE4LTIyLjA1LTU4LTIyLjA1LTgwLjE4LDBsLTEyMDcuNTgsMTIwNy41N0wyMDkuNzUsNDAuMDljLTIyLjE4LTIyLjA1LTU4LTIyLjA1LTgwLjE4LDBMNTAuNjUsMTE5Yy0yMi4wNSwyMi4xOC0yMi4wNSw1OCwwLDgwLjE4bDEyMDcuNTgsMTIwNy41OEw1MC42NSwyNjE0LjM0Yy0yMi4wNSwyMi4xOC0yMi4wNSw1OCwwLDgwLjE4bDc4LjkyLDc4LjkyYzIyLjE4LDIyLjA1LDU4LDIyLjA1LDgwLjE4LDBsMTIwNy41Ny0xMjA3LjU4LDEyMDcuNTgsMTIwNy41OGMyMi4xOCwyMi4wNSw1OCwyMi4wNSw4MC4xOCwwbDc4LjkyLTc4LjkyYzIyLjA1LTIyLjE4LDIyLjA1LTU4LDAtODAuMThsLTEyMDcuNTgtMTIwNy41OFoiLz48L3N2Zz4=) !important;
}

.smartphoto-nav {
  display: none;
}

.smartphoto-header {
  top: 13vw !important;
  background: #38a1db !important;
}

.smartphoto-count {
  display: none !important;
}

.smartphoto-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.smartphoto-caption:after {
  content: '';
  display: inline-block;
  background-image: url('../img/icon_ glass.svg');
  margin-left: 2vw;
  width: 5vw;
  height: 5vw;
  margin-top: .5vw;
}

#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}


.m-interview {
  background: #fff;
  /* background-image: url(../img/top/bg_movie.png); */
  background-size: contain !important;
  padding: 0;
}

.m-interview.part01 {
  background: #fff;
  background-image: url(../img/top/bg_part01.png);
  background-size: contain !important;
}

.m-interview__movie {
  display: block;
}

.m-interview__txt {
  /* font-family: "Oswald", sans-serif; */
  color: #fff;
  text-align: center;
  position: relative;
  /* line-height: 1; */
  /* letter-spacing: 0.4rem; */
}

.m-interview__txt:before,
.m-interview__txt:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  /* color: #0e87c8; */
}

.m-interview__txt:before {
  right: 0;
  background: #fff;
}

.m-interview__txt:after {
  background-image: url("../img/arrow_blue.png");
  background-size: cover;
}

.iframe-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.iframe-css {
  width: 45%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iframe-wrap {
  height: 0;
  padding-top: 56.2%;
}

@media (min-width: 768px) {
  .m-interview__bg {
    background-image: url(../img/top/bg_movie.jpg);
  }

  .m-interview__movie {
    margin: 15px auto;
  }

  .m-interview__txt {
    /* text-align: center; */
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    text-align: left;
    padding-right: 60px;
  }

  .iframe-inner {
    max-width: calc(100% - 130px);
    margin: 40px auto 0;
    padding-bottom: 30px;
  }

  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .iframe-css:nth-child(n + 3) {
    margin-top: 40px;
  }

  .m-interview__txt:before {
    width: 50px;
    height: 50px;
  }

  .m-interview__txt:after {
    right: 18px;
    width: 12px;
    height: 20px;
  }
}

@media (max-width: 767px) {

  .m-interview__movie {
    margin-top: 5.3333333333vw;
  }

  .m-interview__txt {
    font-size: 3.7333333333vw;
    font-weight: 700;
    margin-top: 2.6666666667vw;
    padding-right: 12vw;
    display: block;
    text-align: left;
  }

  .m-interview__txt:before {
    width: 10vw;
    height: 10vw;
    right: 0;
  }

  .m-interview__txt:after {
    right: 3.6vw;
    width: 2.1333333333vw;
    height: 3.4666666667vw;
  }

  .iframe-inner {
    flex-direction: column;
  }

  .iframe-css {
    padding: 0 4vw;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*  */
.match-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 80%;
  max-width: 1600px;
  margin: 40px auto;
}

.match-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.match-header {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  font-weight: bold;
  font-size: 1.1em;
}

.home-label {
  background: #2281b5;
  color: #fff;
  padding: 4px 16px;
  margin-right: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-family: "Quantico",
    serif;
  font-weight: 600;
}

.match-title {
  color: #222;
  font-size: 0.9em;

}

.match-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  margin-left: 20px;
}

.match-date__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2px;
}

.team-logo {
  width: auto;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
  margin-left: 0px;
}

.match-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.match-date {
  font-size: 2.6em;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  flex-wrap: wrap;
}

.date-main {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 900;
  font-family: "Quantico",
    serif;
  letter-spacing: -0.06em;
}

.date-main__blue {
  font-size: 1em;
  line-height: 1;
  font-weight: 900;
  font-family: "Quantico",
    serif;
  letter-spacing: -0.06em;
  color: #38A1DB;
  ;
}

.date-day_blue {
  font-size: 0.6em;
  line-height: 1;
  font-weight: 900;
  padding-bottom: 8px;
  color: #38A1DB;
  font-family: "Noto Sans JP",
    sans-serif;

}

.date-main__red {
  font-size: 1em;
  line-height: 1;
  font-weight: 900;
  font-family: "Quantico",
    serif;
  letter-spacing: -0.06em;
  color: #ff0000;
  ;
}

.date-day_red {
  font-size: 0.6em;
  line-height: 1;
  font-weight: 900;
  padding-bottom: 8px;
  color: #ff0000;
  font-family: "Noto Sans JP",
    sans-serif;

}

.kickoff-time {
  display: block;
  font-size: 0.31em;
  line-height: 1;
  font-weight: 900;
  font-family: "Noto Sans JP",
    sans-serif;
  letter-spacing: -0.06em;
  padding-bottom: 6px;
}

.match-vs {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP",
    sans-serif;

}

.stadium {
  font-size: 0.7em;
  color: #2281b5;
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.stadium:before {
  content: url(../img/match/icon_pin.svg);
  margin-right: 3px;
  margin-left: -2px;
  font-size: 1em;
  padding-top: 6px;
  width: 20px;
}

.match-footer {
  display: flex;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}

.match-btn {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-btn.match-special {
  background: #2281b5;
  color: #fff;
  font-size: 0.7em;
}

.match-btn.match-special:before {
  content: url(../img/match/window.svg);
  margin-right: 7px;
  font-size: 1em;
  padding-top: 6px;
  width: 15px;
}

.match-btn.match-ticket {
  background: #b89b4c;
  color: #fff;
  font-size: 0.7em;
}

.match-btn.match-ticket:before {
  content: url(../img/match/ticket.png);
  margin-right: 7px;
  font-size: 1em;
  padding-top: 6px;
  width: 15px;
  padding-bottom: 3px;
}

.comming {
  position: relative;
}

.coming-soon-label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  font-family: "League Gothic",
    sans-serif;
  font-size: 1.6em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 900px) {
  .match-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 70%;
    max-width: 1600px;
    margin: 40px auto;
  }

  .match-card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
  }

  .match-header {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    font-weight: bold;
    font-size: 1.1em;
  }

  .home-label {
    background: #2281b5;
    color: #fff;
    padding: 4px 16px;
    margin-right: 10px;
    font-size: 1.1em;
    letter-spacing: 1px;
  }

  .match-title {
    color: #222;
    font-size: 0.9em;

  }

  .match-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .match-date__box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2px;
  }

  .team-logo {
    width: auto;
    height: 89px;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: 0px;
  }

  .match-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .match-date {
    font-size: 2.6em;
    font-weight: bold;
    color: #222;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    flex-wrap: wrap;
  }

  .date-main {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 900;
    font-family: "Quantico",
      serif;
    letter-spacing: -0.06em;
  }

  .date-main__blue {
    font-size: 1em;
    line-height: 1;
    font-weight: 900;
    font-family: "Quantico",
      serif;
    letter-spacing: -0.06em;
    color: #38A1DB;
    ;
  }

  .date-day_blue {
    font-size: 0.6em;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 9px;
    color: #38A1DB;
    font-family: "Noto Sans JP",
      sans-serif;

  }

  .date-main__red {
    font-size: 1em;
    line-height: 1;
    font-weight: 900;
    font-family: "Quantico",
      serif;
    letter-spacing: -0.06em;
    color: #ff0000;
    ;
  }

  .date-day_red {
    font-size: 0.6em;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 9px;
    color: #ff0000;
    font-family: "Noto Sans JP",
      sans-serif;

  }

  .kickoff-time {
    display: block;
    font-size: 0.32em;
    line-height: 1;
    font-weight: 900;
    font-family: "Noto Sans JP",
      sans-serif;
    letter-spacing: -0.06em;
    padding-bottom: 6.2px;
  }

  .match-vs {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Noto Sans JP",
      sans-serif;

  }

  .stadium {
    font-size: 0.67em;
    color: #2281b5;
    display: flex;
    align-items: center;
    margin-top: -5px;
  }

  .stadium:before {
    content: url(../img/match/icon_pin.svg);
    margin-right: 3px;
    margin-left: -2px;
    font-size: 1em;
    padding-top: 6px;
    width: 20px;
  }

  .match-footer {
    display: flex;
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
  }

  .match-btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .match-btn.match-special {
    background: #2281b5;
    color: #fff;
    font-size: 0.7em;
  }

  .match-btn.match-special:before {
    content: url(../img/match/window.svg);
    margin-right: 7px;
    font-size: 1em;
    padding-top: 6px;
    width: 15px;
  }

  .match-btn.match-ticket {
    background: #b89b4c;
    color: #fff;
    font-size: 0.7em;
  }

  .match-btn.match-ticket:before {
    content: url(../img/match/ticket.png);
    margin-right: 7px;
    font-size: 1em;
    padding-top: 6px;
    width: 15px;
    padding-bottom: 3px;
  }

  .comming {
    position: relative;
  }

  .coming-soon-label {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 400;
    font-family: "League Gothic",
      sans-serif;
    font-size: 1.6em;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
  }

  .match-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 90%;
    padding: 0;
  }

  .match-body {
    align-items: flex-start;
    gap: 20px;
    padding: 0px 10px 0 20px;
    margin-left: 0;
  }

  .team-logo {
    width: auto;
    height: 89px;
    margin-bottom: 8px;
  }

  .match-footer {
    margin-top: 0px;
  }

  .match-btn {
    padding: 9px 0;
    font-size: 1em;
  }
}

.m-lead {
  text-align: center;
  padding: 55px 0 0 0 !important;
}

.m-lead img {
  display: block;
  margin: 0 auto;
  width: 35%;

}

.m-lead p {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
}

@media (max-width: 767px) {
  .m-lead {
    text-align: center;
  }

  .m-lead img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .m-lead p {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans JP",
      sans-serif;
    min-height: 20vw;
    color: #fff;
  }
}