@charset "UTF-8";

.g-fixed__btn,
.g-header__btn {
  background: #000;
  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;
  cursor: pointer;
}

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

.g-fixed__btn p,
.g-header__btn p {
  color: #faf600;
  font-family: "Anton", serif;
}

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

@media (min-width: 768px) {

  .g-fixed__btn,
  .g-header__btn {
    width: 120px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .g-fixed__btn span,
  .g-header__btn span {
    width: 38px;
    height: 5px;
  }

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

  .g-fixed__btn p,
  .g-header__btn p {
    font-size: 24px;
  }

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

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

@media (max-width: 767px) {

  .g-fixed__btn,
  .g-header__btn {
    width: 18.6046511628vw;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .g-fixed__btn p,
  .g-header__btn p {
    font-size: 4.6511627907vw;
  }

  .g-fixed__btn span,
  .g-header__btn span {
    width: 6.2790697674vw;
    height: 0.6976744186vw;
  }

  .g-fixed__btn span+span,
  .g-header__btn span+span {
    margin-top: 1.511627907vw;
  }

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

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

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

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;
}

.js-close {
  cursor: pointer;
}

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

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

  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.65;
  }

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

@media (max-width: 767px) {
  [data-device="pc"] {
    display: none !important;
  }

  section {
    overflow: hidden;
  }

  body {
    padding-bottom: 18.6046511628vw;
  }
}

.g-header {
  z-index: 1000;
}

.g-header__cont {
  background: hsl(53, 100%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.g-header__logo {
  display: block;
}

.g-header__txt {
  font-weight: 700;
  line-height: 1;
}

.g-header__txt em {
  display: block;
  font-family: "Fugaz One", sans-serif;
  letter-spacing: -0.03em;
}

.g-header__txt p {
  letter-spacing: -0.03em;
}

.g-header__listwrap {
  position: absolute;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: #faf600;
  visibility: hidden;
}

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

.g-header.is-open:before {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .g-header {
    height: 107px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid #000;
  }

  .g-header__cont {
    width: calc(100% - 120px);
    height: 107px;
  }

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

  .g-header__logo {
    width: 81px;
    margin-left: 48px;
    margin-right: 25px;
  }

  .g-header__txt em {
    font-size: 36px;
  }

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

  .g-header__txt p {
    margin-left: 25px;
    font-size: 20px;
  }

  .g-header__listwrap {
    width: 100%;
    top: 111px;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .g-header {
    height: 18.6046511628vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.9302325581vw solid #000;
  }

  .g-header__cont {
    width: calc(100% - 18.6046511628vw);
    height: 18.6046511628vw;
  }

  .g-header__logo {
    width: 15.1162790698vw;
    margin-left: 3.488372093vw;
    margin-right: 2.3255813953vw;
  }

  .g-header__txt em {
    font-size: 5.5813953488vw;
  }

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

  .g-header__txt p {
    margin-top: -0.6976744186vw;
    font-size: 3.2558139535vw;
  }

  .g-header__listwrap {
    top: 18.6046511628vw;
    /* padding: 11.1627906977vw 0; */
    padding: 6vw 0;
  }
}

.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;
  background: #000;
  color: #faf600;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  max-width: 100%;
}

.g-btn:before {
  content: "";
  background: #faf600;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 20"><path d="M0,17.3l2.1,2.2L11,10L2.1,0.5L0,2.7L6.8,10L0,17.3z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 20"><path d="M0,17.3l2.1,2.2L11,10L2.1,0.5L0,2.7L6.8,10L0,17.3z"/></svg>');
  -webkit-mask-size: cover;
  mask-size: cover;
}

.g-btn.--blank:before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 16"><path d="M0,2.3c0-0.6,0.5-1,1-1h5.5v2.1H2.1v10.2h10.2V9.1h2.1v5.4c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V2.3z"/><path d="M14.6,2.4L8.7,8.2L7.2,6.8l5.9-5.9L14.6,2.4z"/><path d="M12.9,2.6H8.7V0.5H14c0.6,0,1,0.5,1,1v5.3h-2.1V2.6z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 16"><path d="M0,2.3c0-0.6,0.5-1,1-1h5.5v2.1H2.1v10.2h10.2V9.1h2.1v5.4c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V2.3z"/><path d="M14.6,2.4L8.7,8.2L7.2,6.8l5.9-5.9L14.6,2.4z"/><path d="M12.9,2.6H8.7V0.5H14c0.6,0,1,0.5,1,1v5.3h-2.1V2.6z"/></svg>');
}

.g-btn.--yl {
  background: #faf600;
  color: #000;
}

.g-btn.--yl:before {
  background: #000;
}

.g-btn.--yl02 {
  background: #ffe000;
  color: #000;
}

.g-btn.--yl02:before {
  background: #000;
}

.g-btn__wrap {
  margin: 0 auto;
  background: #fff;
}

.g-btn__note {
  padding-left: 1em;
}

.g-btn__note:before {
  content: "※";
  margin-left: -1em;
}

@media (min-width: 768px) {
  .g-btn {
    width: 624px;
    height: 100px;
    font-size: 23px;
    border-radius: 6px;
  }

  .g-btn+.g-btn {
    margin-top: 24px;
  }

  .g-btn:before {
    width: 11px;
    height: 19px;
    right: 20px;
  }

  .g-btn.--blank:before {
    width: 15px;
    height: 16px;
  }

  .g-btn__wrap {
    width: 1000px;
    padding: 40px 10px;
  }

  .g-btn__wrap .g-btn {
    width: 100%;
  }

  .g-btn__note {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    width: 67.4418604651vw;
    height: 15.8139534884vw;
    font-size: 4.1860465116vw;
    border-radius: 1.3953488372vw;
  }

  .g-btn+.g-btn {
    margin-top: 5.5813953488vw;
  }

  .g-btn:before {
    width: 2.5581395349vw;
    height: 4.4186046512vw;
    right: 4.6511627907vw;
  }

  .g-btn.--blank:before {
    width: 3.488372093vw;
    height: 3.7209302326vw;
  }

  .g-btn__wrap {
    width: 93.023255814vw;
    padding: 9.3023255814vw 2.3255813953vw;
  }

  .g-btn__wrap .g-btn {
    width: 100%;
  }

  .g-btn__note {
    font-size: 2.7906976744vw;
    margin-top: 3.488372093vw;
  }
}

.g-secttl>* {
  text-align: center;
  display: block;
}

.g-secttl h2 {
  font-family: "Anton", serif;
  line-height: 1;
}

.g-secttl.--yl {
  color: #faf600;
}

.g-secttl.--yl02 h2 {
  color: #e3be1a;
}

@media (min-width: 768px) {
  .g-secttl span {
    font-size: 22px;
    margin-bottom: 24px;
  }

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

@media (max-width: 767px) {
  .g-secttl span {
    font-size: 3.488372093vw;
    margin-bottom: 2.3255813953vw;
  }

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

.g-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-nav__items {
  background: #000;
  border: 2px solid #fff;
}

.g-nav__items.--fanclub {
  background: #faf600;
}

.g-nav__items.--fanclub .g-nav__link {
  color: #000;
}

.g-nav__link {
  width: 100%;
  height: 100%;
  display: block;
  color: #faf600;
}

.g-nav__link span {
  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-nav__link span:nth-child(2) {
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.g-nav__link img {
  display: block;
}

.g-nav__link>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.g-nav__lead {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .g-nav__lead {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .g-nav__list {
    width: 1100px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-nav__items.--partner img {
    width: 70px;
  }

  .g-nav__items.--fanclub img {
    width: 90px;
  }

  .g-nav__items.--intro img {
    width: 57px;
  }

  .g-nav__items.--event img {
    width: 49px;
  }

  .g-nav__items.--schedule img {
    width: 59px;
  }

  .g-nav__items.--gourmet img {
    width: 60px;
  }

  .g-nav__items.--goods img {
    width: 61px;
  }

  .g-nav__items.--player img {
    width: 67px;
  }

  .g-nav__items.--ticket img {
    width: 83px;
  }

  .g-nav__items.--access img {
    width: 44px;
  }

  .g-nav__items {
    width: 160px;
    height: 160px;
    margin: 0 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.25);
  }

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

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

  .g-nav__link span:nth-child(1) {
    height: 97px;
  }

  .g-nav__link span:nth-child(2) {
    min-height: 43px;
  }
}

@media (max-width: 767px) {
  .g-nav__lead {
    font-size: 4.1860465116vw;
    margin-bottom: 6.976744186vw;
    display: none;
  }

  .g-nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-nav__items.--partner img {
    width: 12.7906976744vw;
  }

  .g-nav__items.--fanclub img {
    width: 16.2790697674vw;
  }

  .g-nav__items.--intro img {
    width: 10vw;
  }

  .g-nav__items.--event img {
    width: 8.3720930233vw;
  }

  .g-nav__items.--schedule img {
    width: 9.7674418605vw;
  }

  .g-nav__items.--gourmet img {
    width: 9.7674418605vw;
  }

  .g-nav__items.--goods img {
    width: 10.9302325581vw;
  }

  .g-nav__items.--player img {
    width: 12.0930232558vw;
  }

  .g-nav__items.--ticket img {
    width: 14.6511627907vw;
  }

  .g-nav__items.--access img {
    width: 7.9069767442vw;
  }

  .g-nav__items {
    /* width: 28.8372093023vw; */
    width: 25vw;
    /* height: 28.8372093023vw; */
    height: 26vw;
    margin: 0 1.3953488372vw;
    border-radius: 1.3953488372vw;
    -webkit-box-shadow: 0 1.1627906977vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.1627906977vw 0 rgba(0, 0, 0, 0.25);
  }

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

  .g-nav__link {
    font-size: 3vw;
  }

  .g-nav__link span:nth-child(1) {
    height: 16.511627907vw;
  }

  .g-nav__link span:nth-child(2) {
    min-height: 7.9069767442vw;
  }
}

.g-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-col__box {
  overflow: hidden;
}

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

.g-col__txt,
.g-col__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;
  line-height: 1.5;
  font-weight: 700;
}

.g-col__txt {
  background: #e3be1a;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.g-col__txt span {
  display: block;
  line-height: 1.5;
}

.g-col__btn {
  background: #000;
  color: #e3be1a;
}

.g-col__btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icon_plus.svg");
  background-size: cover;
}

.g-col__box.--fc:before {
  content: 'ファンクラブ限定';
  position: absolute;
  top: 0;
  left: 0;
  background: #e3be1a;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: 700;
}

@media (min-width: 768px) {
  .g-col {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-col__box {
    border-radius: 0 0 6px 6px;
    margin: 0 0.5%;
  }

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

  .g-col__box {
    width: 240px;
  }

  .g-col__txt {
    min-height: 104px;
    font-size: 16px;
  }

  .g-col__btn {
    font-size: 18px;
    height: 60px;
  }

  .g-col__btn:before {
    width: 22px;
    height: 22px;
    right: 10px;
  }

  .g-col__box.--fc:before {
    font-size: 15px;
    padding: 3px 5px;
  }
}

@media (max-width: 767px) {
  .g-col {
    width: 93.023255814vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .g-col__box {
    border-radius: 0 0 1.3953488372vw 1.3953488372vw;
  }

  .g-col__box:nth-child(n + 3) {
    margin-top: 9.3023255814vw;
  }

  .g-col__box {
    width: 45.3488372093vw;
  }

  .g-col__txt {
    min-height: 24.1860465116vw;
    font-size: 3.7209302326vw;
  }

  .g-col__btn {
    font-size: 4.1860465116vw;
    height: 13.9534883721vw;
  }

  .g-col__btn:before {
    width: 5.1162790698vw;
    height: 5.1162790698vw;
    right: 2.3255813953vw;
  }

  .g-col__box.--fc:before {
    font-size: 3.2vw;
    padding: .5vw .8vw;
  }
}

@media (min-width: 768px) {
  .g-pct {
    padding: 0 15px;
    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-pct img {
    width: 500px;
  }

  .g-pct.--wide img {
    width: 756px;
  }

  .g-pct img:nth-child(n + 2) {
    margin-left: 5px;
  }
}

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

  .g-pct img:nth-child(n + 2) {
    margin-top: 5.5813953488vw;
  }
}

.g-slide {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffe000),
      to(#bc8911));
  background: linear-gradient(#ffe000, #bc8911);
}

.g-slide .slick-arrow {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
}

.g-slide .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.g-slide .slick-dots li button {
  background: #533e01;
}

.g-slide .slick-dots li.slick-active button {
  background: #faf600;
}

.g-slide__txt {
  background: #fff;
}

.g-slide__txt p {
  line-height: 1.5;
  text-align: center;
}

.g-slide__txt span {
  display: block;
  text-align: center;
}

.g-slide__txt:before {
  content: "";
  background-image: url("../img/icon_slide.png");
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .g-slide {
    padding: 50px 0 150px;
  }

  .g-slide__list {
    width: 1000px;
    margin: 50px auto 0;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-slide__items {
    width: 24%;
    margin: 0 0.5%;
  }

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

  .g-slide__txt {
    padding: 20px 15px;
    font-size: 18px;
    min-height: 170px;
  }

  .g-slide__txt span {
    margin-top: 15px;
  }

  .g-slide__txt:before {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 767px) {
  .g-slide {
    padding: 11.6279069767vw 0 34.8837209302vw;
  }

  .g-slide__list {
    margin-top: 11.6279069767vw;
    padding: 0 1.1627906977vw;
  }

  .g-slide__items {
    margin: 0 1.1627906977vw;
  }

  .g-slide__txt {
    padding: 4.6511627907vw 3.488372093vw;
    font-size: 3.488372093vw;
    min-height: 39.5348837209vw;
  }

  .g-slide__txt span {
    margin-top: 3.488372093vw;
    text-align: center;
  }

  .g-slide__txt:before {
    width: 17.4418604651vw;
    height: 17.4418604651vw;
  }

  .g-slide .slick-dots {
    bottom: -16.2790697674vw;
  }

  .g-slide .slick-dots li {
    margin: 0 1vw;
  }

  .g-slide .slick-dots li button {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
  }

  .g-slide .slick-arrow {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    bottom: -20.9302325581vw;
  }

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

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

.g-subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

.g-subttl.--bk h3 {
  color: #000;
}

.g-subttl:before {
  content: "";
  position: absolute;
  top: 0;
  background: #faf600;
  height: 100%;
}

.g-subttl h3 {
  font-family: "Anton", serif;
  color: #fff;
  line-height: 1;
}

.g-subttl span {
  color: #faf600;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .g-subttl {
    width: 1000px;
    height: 72px;
    border-top: 4px solid #faf600;
    border-left: 18px solid #faf600;
    padding-top: 12px;
    padding-left: 60px;
    margin-top: 100px;
    margin-bottom: 70px;
  }

  .g-subttl:before {
    width: 8px;
    left: 12px;
  }

  .g-subttl h3 {
    font-size: 58px;
    margin-right: 20px;
  }

  .g-subttl span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .g-subttl {
    width: 93.023255814vw;
    height: 10.6976744186vw;
    border-top: 0.4651162791vw solid #faf600;
    border-left: 2.0930232558vw solid #faf600;
    padding-top: 1.3953488372vw;
    padding-left: 6.976744186vw;
    margin-top: 11.6279069767vw;
    margin-bottom: 8.1395348837vw;
  }

  .g-subttl:before {
    width: 0.9302325581vw;
    left: 1.3953488372vw;
  }

  .g-subttl h3 {
    font-size: 8.3720930233vw;
    margin-right: 4.1860465116vw;
  }

  .g-subttl span {
    font-size: 3.023255814vw;
  }
}

.g-linkwrap {
  background: #fff;
  margin: 0 auto;
}

.g-linkwrap em {
  background: #9c9111;
  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;
}

.g-linkwrap a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
}

.g-linkwrap a:before {
  content: "";
  background: #000;
}

.g-linkwrap a:after {
  content: "";
  background: #000;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 16"><path d="M0,2.3c0-0.6,0.5-1,1-1h5.5v2.1H2.1v10.2h10.2V9.1h2.1v5.4c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V2.3z"/><path d="M14.6,2.4L8.7,8.2L7.2,6.8l5.9-5.9L14.6,2.4z"/><path d="M12.9,2.6H8.7V0.5H14c0.6,0,1,0.5,1,1v5.3h-2.1V2.6z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 16"><path d="M0,2.3c0-0.6,0.5-1,1-1h5.5v2.1H2.1v10.2h10.2V9.1h2.1v5.4c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V2.3z"/><path d="M14.6,2.4L8.7,8.2L7.2,6.8l5.9-5.9L14.6,2.4z"/><path d="M12.9,2.6H8.7V0.5H14c0.6,0,1,0.5,1,1v5.3h-2.1V2.6z"/></svg>');
  -webkit-mask-size: cover;
  mask-size: cover;
}

.g-linkwrap__box+.g-linkwrap__box {
  border-top: 1px solid #bab7a4;
}

@media (min-width: 768px) {
  .g-linkwrap {
    width: 1000px;
    padding: 30px 30px 50px;
  }

  .g-linkwrap em {
    width: 180px;
    height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .g-linkwrap a {
    font-size: 16px;
  }

  .g-linkwrap a+a {
    margin-top: 20px;
  }

  .g-linkwrap a:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 20px;
  }

  .g-linkwrap a:after {
    width: 15px;
    height: 16px;
    margin-left: 10px;
  }

  .g-linkwrap__box+.g-linkwrap__box {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .g-linkwrap {
    width: 93.023255814vw;
    padding: 6.976744186vw 6.976744186vw 11.6279069767vw;
  }

  .g-linkwrap em {
    width: 20.9302325581vw;
    height: 6.0465116279vw;
    font-size: 3.488372093vw;
    margin-bottom: 3.488372093vw;
  }

  .g-linkwrap a {
    font-size: 3.2558139535vw;
  }

  .g-linkwrap a+a {
    margin-top: 4.1860465116vw;
  }

  .g-linkwrap a:before {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    border-radius: 0.4651162791vw;
    margin-right: 2.3255813953vw;
  }

  .g-linkwrap a:after {
    width: 2.7906976744vw;
    height: 3.023255814vw;
    margin-left: 2.3255813953vw;
  }

  .g-linkwrap__box+.g-linkwrap__box {
    margin-top: 6.976744186vw;
    padding-top: 6.976744186vw;
  }
}

.g-footer {
  background: #000;
}

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

.g-footer__sns a,
.g-footer__sns img {
  display: block;
}

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

.g-footer__copy {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .g-footer {
    padding-bottom: 60px;
  }

  .g-footer__sns {
    height: 240px;
  }

  .g-footer__sns a {
    width: 80px;
    margin: 0 30px;
  }

  .g-footer__logo {
    width: 540px;
    margin-top: 70px;
    margin-bottom: 90px;
  }

  .g-footer__logo img {
    width: 100%;
  }

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

@media (max-width: 767px) {
  .g-footer {
    padding-bottom: 6.976744186vw;
  }

  .g-footer__sns {
    height: 27.9069767442vw;
  }

  .g-footer__sns a {
    width: 9.3023255814vw;
    margin: 0 3.488372093vw;
  }

  .g-footer__logo {
    width: 62.7906976744vw;
    margin-top: 8.1395348837vw;
    margin-bottom: 10.4651162791vw;
  }

  .g-footer__copy {
    font-size: 2.3255813953vw;
  }
}

.g-fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: hsl(53, 100%, 50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

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

.g-fixed__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.g-fixed__ticket.--guide {
  background: #000;
  color: #faf600;
}

.g-fixed__ticket.--guide:after {
  background: #faf600;
  ;
}



.g-fixed__ticket span,
.g-fixed__ticket img {
  display: block;
}

.g-fixed__ticket img {
  width: 100%;
}

.g-fixed:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.g-fixed__listwrap {
  opacity: 0;
  position: fixed;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  background: #faf600;
  visibility: hidden;
}

.g-fixed.is-open .g-fixed__listwrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

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

.g-fixed__btnwrap .g-fixed__ticket{
  height: 100%;
}

@media (min-width: 768px) {
  .g-fixed {
    height: 107px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .g-fixed__ticket,
  .g-fixed__btnwrap {
    font-size: 24px;
    width: calc((100% - 120px) / 2);
  }

  .g-fixed__btnwrap .g-fixed__ticket{
    width: 100%;
    /* height: 50%; */
    font-size: 22px;
  }

  .g-fixed__btnwrap .g-fixed__ticket.--en{
    border-right: 2px solid #000;
  }

  .g-fixed__btnwrap .g-fixed__ticket.--guide{
    span{
      width: 28px;
      margin-right: 20px;
    }
  }

  .g-fixed__ticket.--ticket {
    font-size: 20px;
  }

  .g-fixed__ticket .tikegori {
    width: 85px;
    height: 60px;
    margin-right: 20px;
  }

  .g-fixed__ticket .free {
    width: 130px;
    margin-left: 10px;
  }

  .g-fixed__ticket:hover {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }

  .g-fixed__ticket.--guide:hover {
    background: #666;

  }

  .g-fixed__ticket:after {
    content: "";
    background: #000;
    width: 11px;
    height: 19px;
    margin-left: 30px;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 20"><path d="M0,17.3l2.1,2.2L11,10L2.1,0.5L0,2.7L6.8,10L0,17.3z"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11 20"><path d="M0,17.3l2.1,2.2L11,10L2.1,0.5L0,2.7L6.8,10L0,17.3z"/></svg>');
    -webkit-mask-size: cover;
    mask-size: cover;
  }

  .g-fixed__listwrap {
    width: 100%;
    padding: 48px 0;
    bottom: 107px;
  }

  .g-fixed:before {
    bottom: 107px;
  }
}

@media (max-width: 767px) {
  .g-fixed {
    height: 18.6046511628vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .g-fixed:before {
    bottom: 18.6046511628vw;
  }

  .g-fixed__ticket,
  .g-fixed__btnwrap{
    font-size: 2.9vw;
    width: calc((100% - 18.6046511628vw) / 2);
  }

  .g-fixed__btnwrap .g-fixed__ticket{
    width: 100%;
    /* height: 50%; */
    font-size: 3.6vw;
  }

  .g-fixed__ticket.--guide {
    font-size: 3.6vw;
  }

  .g-fixed__ticket.--guide span{
    width: 3vw;
    margin-right: 1vw;
  }

  .g-fixed__ticket.--en{
    border-right: 1px solid #000;
  }

  .g-fixed__ticket .tikegori {
    margin-right: 1vw;
    width: 12vw;
    height: 8vw;
  }

  .g-fixed__ticket .free {
    width: 26.2325581395vw;
    height: 15.1162790698vw;
    margin-left: 1.1627906977vw;
    display: none;
  }

  .g-fixed__listwrap {
    /* padding: 11.1627906977vw 0; */
    padding: 5vw 0;
    bottom: 18.6046511628vw;
  }
}

.m-partner {
  background-image: url("../img/partner_bg.jpg");
  background-size: cover;
}

.m-partner__subttl {
  font-family: "Anton", serif;
  text-align: center;
}

.m-partner__logo {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  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-partner__txt {
  text-align: center;
  font-weight: 700;
}

.m-partner__txt em {
  display: block;
  text-align: center;
  font-weight: 700;
}

.m-partner__txt span {
  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;
  margin: 0 auto;
  background: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.m-partner__txt span:after,
.m-partner__txt span:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.m-partner__txt span:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media (min-width: 768px) {
  .m-partner {
    padding: 60px 0 80px;
  }

  .m-partner__logo {
    height: 215px;
    width: 800px;
    margin: 40px auto 0;
    /* padding: 40px; */
  }

  .m-partner__subttl {
    font-size: 24px;
    margin: 30px 0;
  }

  .m-partner__txt em {
    font-size: 20px;
    margin-top: 15px;
  }

  .m-partner__txt span {
    height: 90px;
    font-size: 24px;
    padding: 0 50px;
    margin-top: 15px;
  }

  .m-partner__txt span:after {
    right: -30px;
    border-width: 90px 30px 0 0;
  }

  .m-partner__txt span:before {
    left: -30px;
    border-width: 90px 0 0 30px;
  }
}

@media (max-width: 767px) {
  .m-partner {
    padding: 13.9534883721vw 0 18.6046511628vw;
  }

  .m-partner__logo {
    width: 93.023255814vw;
    height: 40vw;
    margin: 9.3023255814vw auto 0;
    padding: 0 9.3023255814vw;
  }

  .m-partner__subttl {
    font-size: 5.5813953488vw;
    margin: 6.976744186vw 0;
  }

  .m-partner__txt em {
    font-size: 4.6511627907vw;
    margin-top: 4.6511627907vw;
  }

  .m-partner__txt span {
    font-size: 5.5813953488vw;
    height: 20vw;
    padding: 0 4.6511627907vw;
    margin-top: 4.6511627907vw;
  }

  .m-partner__txt span:after {
    right: -6.976744186vw;
    border-width: 20vw 6.976744186vw 0 0;
  }

  .m-partner__txt span:before {
    left: -6.976744186vw;
    border-width: 20vw 0 0 6.976744186vw;
  }
}

.m-intro {
  background: #9c9111;
}

.m-intro__txt {
  background: #fff;
  margin: 0 auto;
}

.m-intro__txt h3 {
  line-height: 1.6;
}

.m-intro__txt p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .m-intro {
    padding: 60px 0 35px;
  }

  .m-intro__pct {
    border-top: 12px solid #faf600;
    border-bottom: 12px solid #faf600;
    margin: 40px auto 0;
    width: 750px;
  }

  .m-intro__txt {
    width: 750px;
    padding: 30px 30px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .m-intro__txt h3 {
    border-bottom: 4px solid #9c9111;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

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

  .m-intro__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .m-intro__wrap > *{
    width: 500px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .m-intro {
    padding: 13.9534883721vw 0 8.1395348837vw;
  }

  .m-intro__pct {
    border-top: 2.7906976744vw solid #faf600;
    border-bottom: 2.7906976744vw solid #faf600;
    margin: 9.3023255814vw 0 6.976744186vw;
  }

  .m-intro__txt {
    width: 93.023255814vw;
    padding: 6.976744186vw 6.976744186vw 9.3023255814vw;
  }

  .m-intro__txt h3 {
    border-bottom: 0.9302325581vw solid #9c9111;
    font-size: 3.7209302326vw;
    padding-bottom: 3.488372093vw;
    margin-bottom: 6.976744186vw;
  }

  .m-intro__txt p {
    font-size: 3.7209302326vw;
  }
}

.m-event {
  background-image: url("../img/event_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .m-event {
    padding-top: 70px;
  }

  .m-event__list {
    padding: 50px 0 60px;
  }
}

@media (max-width: 767px) {
  .m-event {
    padding-top: 16.2790697674vw;
  }

  .m-event__list {
    padding: 11.6279069767vw 0 13.9534883721vw;
  }
}

.m-schedule {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#917830),
      to(#533e01));
  background: linear-gradient(#917830, #533e01);
}

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

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

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

  .m-schedule__pct {
    margin-top: 11.6279069767vw;
  }
}

.m-player {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e6e6dd),
      color-stop(25%, #bab7a4),
      to(#bab7a4));
  background: linear-gradient(#e6e6dd 0%, #bab7a4 25%, #bab7a4 100%);
  z-index: 0;
}

.m-player:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../img/player_deco.svg");
  background-size: cover;
}

.m-player__slide .slick-arrow {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
}

.m-player__slide .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-player__slideitems table {
  margin: 0 auto;
}

.m-player__slideitems table th {
  color: #9c9111;
}

.m-player__list {
  margin: 0 auto;
}

.m-player__list li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.m-player__list li p {
  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;
  background: #faf600;
  line-height: 1.1;
  text-align: center;
}

.m-player__list .slick-arrow {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-player__list .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.m-player__desc {
  margin: 0 auto;
}

.m-player__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-player__posi {
  color: #faf600;
  background: #000;
  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;
}

.m-player__en {
  font-family: "Anton", serif;
  -webkit-text-stroke: 2px #000;
  line-height: 1;
  color: transparent;
}

.m-player__ja {
  font-weight: 700;
}

.m-player__ja>* {
  display: block;
  line-height: 1.6;
}

.m-player__pct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.m-player__pct img {
  width: auto;
}

@media (min-width: 768px) {
  .m-player {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 30px solid #000;
  }

  .m-player:before {
    width: 366px;
    height: 382px;
    top: 25px;
    margin: 0 auto;
    right: 0;
    left: -300px;
  }

  .m-player__slide {
    margin: 0 auto;
    margin-top: 80px;
    background-image: url("../img/slide_bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: 0;
  }

  .m-player__slide .slick-arrow {
    width: 90px;
    height: 90px;
    bottom: 272px;
  }

  .m-player__slide:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 312px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .m-player__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: -660px;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
  }

  .m-player__txt .g-btn {
    width: 290px;
    height: 68px;
  }

  .m-player__slideitems table {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .m-player__slideitems table th,
  .m-player__slideitems table td {
    padding: 3px 0;
  }

  .m-player__slideitems table td {
    padding-left: 40px;
  }

  .m-player__list {
    width: 1000px;
  }

  .m-player__list li {
    margin: 0 5px;
  }

  .m-player__list li p {
    font-size: 16px;
    height: 40px;
  }

  .m-player__list li img {
    width: 100%;
  }

  .m-player__list .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .m-player__list .slick-arrow.slick-next {
    right: -30px;
  }

  .m-player__list .slick-arrow.slick-prev {
    left: -30px;
  }

  .m-player__desc {
    width: 936px;
    height: 758px;
  }

  .m-player__name {
    padding-top: 50px;
  }

  .m-player__posi {
    font-size: 22px;
    min-width: 102px;
    height: 40px;
  }

  .m-player__en {
    margin-top: 20px;
    font-size: 94px;
  }

  .m-player__ja {
    margin-top: 20px;
  }

  .m-player__ja em {
    font-size: 36px;
  }

  .m-player__ja span {
    font-size: 24px;
  }

  .m-player__pct {
    height: 744px;
    right: -15%;
    bottom: 0;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .m-player {
    padding-top: 13.9534883721vw;
    padding-bottom: 13.9534883721vw;
    border-bottom: 6.976744186vw solid #000;
  }

  .m-player:before {
    width: 54.1860465116vw;
    height: 56.7441860465vw;
    top: 1.1627906977vw;
    left: 9.0697674419vw;
  }

  .m-player__slide {
    margin-top: 15.1162790698vw;
    background-image: url("../img/slide_bg_sp.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: 0;
  }

  .m-player__slide .slick-arrow {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    bottom: 63.2558139535vw;
  }

  .m-player__txt {
    padding-top: 4.6511627907vw;
    padding-bottom: 11.6279069767vw;
    background: #fff;
  }

  .m-player__slideitems table {
    font-size: 3.2558139535vw;
    margin-bottom: 5.8139534884vw;
  }

  .m-player__slideitems table th,
  .m-player__slideitems table td {
    padding: 0.9302325581vw 0;
  }

  .m-player__slideitems table td {
    padding-left: 4.6511627907vw;
  }

  .m-player__list {
    width: 93.023255814vw;
  }

  .m-player__list li {
    margin: 0 1.1627906977vw;
  }

  .m-player__list li p {
    font-size: 2.7906976744vw;
    height: 6.976744186vw;
  }

  .m-player__list .slick-arrow {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
  }

  .m-player__list .slick-arrow.slick-next {
    right: -3.488372093vw;
  }

  .m-player__list .slick-arrow.slick-prev {
    left: -3.488372093vw;
  }

  .m-player__name {
    padding-top: 4.6511627907vw;
    position: absolute;
    left: 5.8139534884vw;
    bottom: 15.1162790698vw;
  }

  .m-player__posi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 13.9534883721vw;
    height: 5.5813953488vw;
    font-size: 3.2558139535vw;
    margin-top: 2.7906976744vw;
  }

  .m-player__ja {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 6.976744186vw;
  }

  .m-player__ja em {
    font-size: 3.9534883721vw;
  }

  .m-player__ja span {
    font-size: 2.7906976744vw;
  }

  .m-player__en {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11.6279069767vw;
    line-height: 1.2;
  }

  .m-player__pct {
    height: 69.7674418605vw;
    width: 65.1162790698vw;
    margin-left: auto;
    margin-right: 0;
  }

  .m-player__pct img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.m-ticket {
  background: #9c9111;
}

.m-ticket__icon {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-ticket {
    padding: 38px 0 60px;
  }

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

  .m-ticket__icon {
    margin-top: 50px;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .m-ticket {
    padding: 8.8372093023vw 0 13.9534883721vw;
  }

  .m-ticket__pct {
    margin-top: 11.6279069767vw;
  }

  .m-ticket__icon {
    margin-top: 6.976744186vw;
    width: 95%;
  }
}

.m-access {
  background: #fbf8e2;
}

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

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

.m-access__box h3 img {
  display: block;
}

.m-access__box p em {
  display: block;
  font-weight: 700;
}

.m-access__box p em::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-access__note p {
  padding-left: 2em;
}

.m-access__note p:before {
  content: "※";
  margin-left: -1em;
}

@media (min-width: 768px) {
  .m-access {
    padding: 60px 15px;
  }

  .m-access__map {
    width: 1000px;
    height: 550px;
    margin: 50px auto 50px;
  }

  .m-access__wrap {
    margin: 50px auto 0;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-access__box:nth-child(n + 2) {
    margin-left: 25px;
  }

  .m-access__box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .m-access__box h3 img {
    width: 25px;
    margin-right: 10px;
  }

  .m-access__box p {
    margin-top: 10px;
    padding-left: 36px;
    font-size: 16px;
  }

  .m-access__box p em {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .m-access__box p em:before {
    font-size: 10px;
    left: -1.7rem;
  }

  .m-access__note {
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
  }

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

  .m-access__note p+p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .m-access {
    padding: 13.9534883721vw 3.488372093vw;
  }

  .m-access__map {
    width: 93.023255814vw;
    height: 52.3255813953vw;
    margin: 11.6279069767vw auto 6.976744186vw;
  }

  .m-access__wrap {
    margin-top: 11.6279069767vw;
  }

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

  .m-access__box h3 {
    font-size: 3.7209302326vw;
    margin-bottom: 4.6511627907vw;
  }

  .m-access__box h3 img {
    width: 5.8139534884vw;
    margin-right: 2.3255813953vw;
  }

  .m-access__box p {
    margin-top: 2.3255813953vw;
    padding-left: 8.3720930233vw;
    font-size: 3.023255814vw;
  }

  .m-access__box p em {
    font-size: 3.2558139535vw;
    margin-bottom: 1.1627906977vw;
  }

  .m-access__box p em:before {
    font-size: 2.3255813953vw;
    left: -1.7rem;
  }

  .m-access__note {
    margin-top: 6.976744186vw;
  }

  .m-access__note p {
    font-size: 2.7906976744vw;
  }

  .m-access__note p+p {
    margin-top: 2.3255813953vw;
  }
}

.m-guide {
  background: #e6e6dd;
}

.m-guide__box {
  background: #fff;
  margin: 0 auto;
}

.m-guide__box p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .m-guide {
    padding: 60px 15px 80px;
    background-image: url('../img/guide_bg_pc.jpg');
    background-size: cover;
  }

  .m-guide__pct {
    margin-bottom: 30px;
  }

  .m-guide__box {
    width: 1000px;
    padding: 30px 30px 40px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .m-guide__box h3 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 4px solid #e6e6dd;
    margin-bottom: 30px;
  }

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

@media (max-width: 767px) {
  .m-guide {
    padding: 13.9534883721vw 3.488372093vw 18.6046511628vw;
    background-image: url('../img/guide_bg.jpg');
    background-size: cover;
  }

  .m-guide__pct {
    margin-bottom: 6.976744186vw;
  }

  .m-guide__box {
    padding: 6.976744186vw 6.976744186vw 9.3023255814vw;
    margin-top: 11.6279069767vw;
    margin-bottom: 6.976744186vw;
  }

  .m-guide__box h3 {
    font-size: 3.7209302326vw;
    padding-bottom: 3.488372093vw;
    border-bottom: 0.9302325581vw solid #e6e6dd;
    margin-bottom: 6.976744186vw;
  }

  .m-guide__box p {
    font-size: 3.2558139535vw;
  }
}

.m-menu {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#faf600),
      color-stop(27%, #faf600),
      to(#ab910e));
  background: linear-gradient(#faf600 0%, #faf600 27%, #ab910e 100%);
}

.m-menu:before {
  content: "";
  background-image: url("../img/menu_bg.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.85;
}

.m-menu__lead {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m-menu {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .m-menu:before {
    height: 400px;
    background-position: bottom;
  }

  .m-menu__lead {
    font-size: 28px;
    margin: 38px 0 70px;
  }
}

@media (max-width: 767px) {
  .m-menu {
    padding-top: 12.7906976744vw;
    padding-bottom: 11.6279069767vw;
  }

  .m-menu:before {
    height: 41.8604651163vw;
  }

  .m-menu__lead {
    font-size: 4.1860465116vw;
    margin: 4.6511627907vw 0 9.3023255814vw;
  }
}

.m-modal {
  z-index: 1001;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-modal>* {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: scroll;
  max-height: 80vh;
}

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

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

.m-modal>* {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.m-modal__player {
  overflow: visible;
}

.m-modal__player .slick-arrow {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
  top: 50%;
}

.m-modal__player .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-modal__slideitems .m-modal__pct img {
  width: 65%;
  -o-object-position: top;
  object-position: top;
  margin: 0 auto;
}

.m-modal__slidename {
  border-bottom: 2px solid #9c9111;
  text-align: center;
}

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

.m-modal__slidename span {
  color: #9c9111;
}

.m-modal__desc {
  border-top: 2px solid #9c9111;
  line-height: 1.5;
}

.m-modal__table {
  margin: 0 auto;
}

.m-modal__table th {
  font-weight: 700;
  color: #9c9111;
}

.m-modal__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background: #000;
  cursor: pointer;
  transition: background-color 0.4s;
}

@media (hover: hover) {
  .m-modal__close:hover {
    background-color: #fff;
    color: #000;
  }
}

.m-modal__btn {
  color: #fff;
  background: #000;
  margin: 0 auto;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-modal__btn span {
  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;
}

.m-modal__btn span:before,
.m-modal__btn span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-modal__btn span:after {
  background: #fff;
}

.m-modal__btn span:before {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.m-modal__goodsname,
.m-modal__eventttl {
  text-align: center;
  font-weight: 700;
}

.m-modal__note:before {
  content: "■";
  color: #9c9111;
}

.m-modal__eventdesc {
  line-height: 1.5;
}

.m-modal__pct {
  overflow: hidden;
}

.m-modal__pct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .m-modal>* {
    width: 700px;
  }

  .m-modal__event,
  .m-modal__gourmet {
    padding: 25px 30px 40px;
  }

  .m-modal__player {
    width: 700px;
    padding: 20px 30px 25px;
  }

  .m-modal__player .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 272px;
  }

  .m-modal__player .slick-arrow.slick-prev {
    left: -60px;
  }

  .m-modal__player .slick-arrow.slick-next {
    right: -60px;
  }

  .m-modal__pct {
    width: 70%;
    margin: 0 auto;
  }

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

  .m-modal__slideitems .m-modal__pct {
    width: 100%;
    max-height: 350px;
  }

  .m-modal__slidename {
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m-modal__slidename p {
    font-size: 24px;
  }

  .m-modal__slidename span {
    font-size: 18px;
  }

  .m-modal__table {
    font-size: 14px;
  }

  .m-modal__table th {
    padding-right: 20px;
  }

  .m-modal__desc {
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .m-modal__close {
    font-size: 18px;
    bottom: -60px;
    padding: 10px 20px;
  }

  .m-modal__btn {
    width: 195px;
    height: 50px;
    font-size: 18px;
    margin-top: 50px;
    border-radius: 6px;
  }

  .m-modal__btn span {
    width: 22px;
    height: 22px;
    right: 9px;
  }

  .m-modal__btn span:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
    left: -1px;
  }

  .m-modal__btn span:after {
    width: 10px;
    height: 2px;
  }

  .m-modal__goodsname {
    font-size: 18px;
    margin-top: 25px;
  }

  .m-modal__goodsname p {
    margin-bottom: 12px;
  }

  .m-modal__note {
    margin-top: 20px;
    font-size: 15px;
  }

  .m-modal__note:before {
    margin-right: 6px;
  }

  .m-modal__eventttl {
    font-size: 18px;
    margin: 24px 0;
  }

  .m-modal__eventdesc {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .m-modal>* {
    width: 93.023255814vw;
    padding: 3.488372093vw 3.488372093vw 9.3023255814vw;
  }

  .m-modal__player {
    width: 93.023255814vw;
    padding: 3.488372093vw 3.488372093vw 9.3023255814vw;
  }

  .m-modal__player .slick-arrow {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    bottom: 63.2558139535vw;
  }

  .m-modal__player .slick-arrow.slick-prev {
    left: -6.976744186vw;
  }

  .m-modal__player .slick-arrow.slick-next {
    right: -6.976744186vw;
  }

  .m-modal__slideitems .m-modal__pct {
    max-height: 60.4651162791vw;
  }

  .m-modal__slidename {
    padding-bottom: 2.3255813953vw;
    margin-top: 2.3255813953vw;
    margin-bottom: 2.3255813953vw;
  }

  .m-modal__slidename p {
    font-size: 5.5813953488vw;
  }

  .m-modal__slidename span {
    font-size: 4.1860465116vw;
  }

  .m-modal__table {
    font-size: 3.2558139535vw;
  }

  .m-modal__table th {
    padding-right: 4.6511627907vw;
  }

  .m-modal__desc {
    font-size: 3.488372093vw;
    margin-top: 2.3255813953vw;
    padding-top: 2.3255813953vw;
  }

  .m-modal__close {
    font-size: 4.1860465116vw;
    bottom: -11.6279069767vw;
    padding: 1.1627906977vw 2.3255813953vw;
  }

  .m-modal__btn {
    width: 45.3488372093vw;
    height: 11.6279069767vw;
    font-size: 4.1860465116vw;
    margin-top: 11.6279069767vw;
    border-radius: 1.3953488372vw;
  }

  .m-modal__btn span {
    width: 5.1162790698vw;
    height: 5.1162790698vw;
    right: 2.0930232558vw;
  }

  .m-modal__btn span:before {
    width: 5.1162790698vw;
    height: 5.1162790698vw;
    border-width: 0.4651162791vw;
    left: -0.2325581395vw;
  }

  .m-modal__btn span:after {
    width: 2.3255813953vw;
    height: 0.4651162791vw;
  }

  .m-modal__goodsname {
    font-size: 4.1860465116vw;
    margin-top: 5.8139534884vw;
  }

  .m-modal__goodsname p {
    margin-bottom: 2.7906976744vw;
  }

  .m-modal__note {
    margin-top: 4.6511627907vw;
    font-size: 3.488372093vw;
  }

  .m-modal__note:before {
    margin-right: 1.3953488372vw;
  }

  .m-modal__eventttl {
    font-size: 4.1860465116vw;
    margin: 5.5813953488vw 0;
  }

  .m-modal__eventdesc {
    font-size: 3.488372093vw;
  }
}

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

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.m-scroll {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-scroll__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.m-scroll__box:nth-child(1) {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}

.m-scroll__box:nth-child(2) {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}

.m-scroll__box img {
  display: block;
}

@media (min-width: 768px) {
  .m-scroll {
    padding: 50px 0;
  }

  .m-scroll__box {
    width: 100%;
  }

  .m-scroll__box img {
    width: 30vw;
  }
}

@media (max-width: 767px) {
  .m-scroll {
    padding: 10vw 0;
  }

  .m-scroll__box img {
    width: 53.7209302326vw;
    margin: 0 4.6511627907vw;
  }
}

@media (min-width: 768px) {
  .m-goods__btn {
    margin-top: 40px;
  }
}

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

/* 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: 16.7441860465vw;
    height: 16.7441860465vw;
  }
}

.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;
}

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

#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);
}

/* countdowntimer */
.tick [data-layout~="horizontal"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tick {
  max-width: 300px;
  /* tickの最大幅を設定（必要に応じて変更） */
  width: 36%;
  font-size: 0.8rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
  margin-left: auto;
}

.tick_wrap {
  margin: 0 auto;
}

.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 0;
  font-size: 1.2em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  font-family: "Fugaz One", sans-serif;
  color: #000;
}

.tick-flip-panel {
  color: #faf600;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #000;
}

.tick-flip {
  border-radius: 0.12em !important;
}

.fonts_2 {
  font-family: "Fugaz One", sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-size: 1.3rem !important;
  margin-left: 0 !important;
}

/* 非推奨：PQINAのクレジットを非表示にする */
.tick-credits {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .tick [data-layout~="horizontal"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .tick {
    width: 36%;
    max-width: 300px;
    font-size: 0.8rem;
    white-space: nowrap;
    font-family: arial, sans-serif;
    margin: 0;
  }

  .tick_wrap {
    margin: 0 auto;
  }

  .tick-flip,
  .tick-text-inline {
    font-size: 2.5em;
  }

  .tick-label {
    margin-top: 0;
    font-size: 1.4em;
  }

  .tick-char {
    width: 1.5em;
  }

  .tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
  }

  .tick-text-inline+.tick-text-inline {
    margin-left: -0.325em;
  }

  .tick-group {
    margin: 0 0.5em;
    text-align: center;
  }

  body {
    background-color: rgb(255, 255, 255) !important;
  }

  .tick-text-inline {
    color: rgb(90, 93, 99) !important;
  }

  .tick-label {
    font-family: "Fugaz One", sans-serif;
    color: #000;
  }

  .tick-flip-panel {
    color: #faf600;
  }

  .tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
  }

  .tick-flip-panel {
    background-color: #000;
  }

  .tick-flip {
    border-radius: 0.12em !important;
  }

  .fonts_2 {
    font-family: "Fugaz One", sans-serif;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-size: 0.4rem !important;
    margin-left: 0 !important;
  }
}

/* countdowntimer */
.m-timer .tick [data-layout~="horizontal"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.m-timer .tick {
  font-size: 0.8rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
  margin-left: auto;
}

.m-timer .tick_wrap {
  margin: 0 auto;
}

.m-timer .tick-flip,
.m-timer .tick-text-inline {
  font-size: 2.5em;
}

.m-timer .tick-label {
  margin-top: 0;
  font-size: 1.2em;
}

.m-timer .tick-char {
  width: 1.5em;
}

.m-timer .tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.m-timer .tick-text-inline+.m-timer .tick-text-inline {
  margin-left: -0.325em;
}

.m-timer .tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.m-timer .tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.m-timer .tick-label {
  font-family: "Fugaz One", sans-serif;
  color: #000;
}

.m-timer .tick-flip-panel {
  color: #faf600;
}

.m-timer .tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.m-timer .tick-flip-panel {
  background-color: #000;
}

.m-timer .tick-flip {
  border-radius: 0.12em !important;
}

/* 非推奨：PQINAのクレジットを非表示にする */
.m-timer .tick-credits {
  display: none !important;
}

#sp {
  display: none !important;
}

.tick-onended-message {
  margin-left: 25px;
  font-size: 28px;
  font-family: "Fugaz One", sans-serif;
  font-weight: bold;
  color: #f00;
}

@media screen and (max-width: 768px) {
  .m-timer {
    padding-top: 30px;
    background-color: #ffe100;
    padding-bottom: 30px;
  }

  .m-timer .tick [data-layout~="horizontal"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .m-timer .tick {
    width: 100%;
    max-width: fit-content;
    font-size: 0.8rem;
    white-space: nowrap;
    font-family: arial, sans-serif;
    margin: 0 auto 0;
  }

  .m-timer .tick_wrap {
    margin: 20px auto 30px;
  }

  .m-timer .tick-flip,
  .m-timer .tick-text-inline {
    font-size: 2.5em;
  }

  .m-timer .tick-label {
    margin-top: 0;
    font-size: 1.4em;
  }

  .m-timer .tick-char {
    width: 1.5em;
  }

  .m-timer .tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
  }

  .m-timer .tick-text-inline+.m-timer .tick-text-inline {
    margin-left: -0.325em;
  }

  .m-timer .tick-group {
    margin: 0 0.5em;
    text-align: center;
  }

  .m-timer .tick-text-inline {
    color: rgb(90, 93, 99) !important;
  }

  .m-timer .tick-label {
    font-family: "Fugaz One", sans-serif;
    color: #000;
  }

  .m-timer .tick-flip-panel {
    color: #faf600;
  }

  .m-timer .tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
  }

  .m-timer .tick-flip-panel {
    background-color: #000;
  }

  .m-timer .tick-flip {
    border-radius: 0.12em !important;
  }

  .m-timer .fonts_2 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 20px;
  }

  #pc {
    display: none !important;
  }

  #sp {
    display: block !important;
  }

  .spkick {
    display: none;
  }

  .ct-font {
    font-family: "Anton", serif;
    line-height: 1;
    font-size: 24px !important;
  }

  .tick-onended-message {
    margin-left: 0;
    margin-top: -40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    font-family: "Fugaz One", sans-serif;
    font-weight: bold;
    color: #f00;
    animation: tikatika 1s step-end infinite;
  }

  @keyframes tikatika {
    0% {
      opacity: 2;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 2;
    }
  }
}

.m-stadium {
  background: linear-gradient(#ffe000, #bc8911);
}

.m-stadium__pct {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-stadium {
    border-bottom: 30px solid #000;
    padding: 38px 0 60px;
  }

  .m-stadium__pct {
    margin-top: 50px;
    width: 756px;
  }

  .m-stadium__pct img+img {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-stadium {
    padding: 8.8372093023vw 3.488372093vw 13.9534883721vw;
    border-bottom: 6.976744186vw solid #000;
  }

  .m-stadium__pct {
    margin-top: 11.6279069767vw;
  }

  .m-stadium__pct img+img {
    margin-top: 5.5813953488vw;
  }
}

.m-kv {
  position: relative;
  width: 100%;
  z-index: 0;
  /* padding-top: 46.85%; */
  /* PCの画像比率に合わせて調整（例：1920x823px の場合） */
}

.m-kv img {
  /* display: none; */
  /* 初期状態は非表示 */
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2.5s ease;
  object-fit: cover;
  /* 画像のアスペクト比を保持しながら領域を埋める */
}

.m-kv img.active {
  display: block;
  /* アクティブな画像のみ表示 */
  opacity: 1;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .m-kv {
    /* padding-top: 149.77%; */
    /* SPの画像比率に合わせて調整（例：750x1333px の場合） */
  }
}

.m-concept {
  background: #9C9111;
  color: #fff;
  line-height: 1.6
}

@media (min-width: 768px) {
  .m-concept {
    padding: 60px 18px;
    font-size: 16px;
    display: flex;
    justify-content: center;
  }

  .m-concept>* {
    max-width: 500px;
  }

  .m-concept__pct {}

  .m-concept p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-concept {
    padding: calc(60/430*100vw) calc(18/430*100vw);
    font-size: calc(16/430*100vw);
  }

  .m-concept__pct {
    margin-bottom: calc(30/430*100vw);
  }
}

.m-interview {}

.m-interview__box a {
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
}

.m-interview__box a:after {
  content: '';
  background-image: url('../img/blank.png');
  background-size: cover;
}

.m-interview__head {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m-interview {
    background-image: url('../img/interview_bg_pc.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
  }

  .m-interview__inner {
    display: flex;
    justify-content: center;
    padding: 60px 0;
  }

  .m-interview__box {
    margin: 0 40px;
  }

  .m-interview__box iframe {
    width: 600px;
    height: 336px;
  }

  .m-interview__box a {
    font-size: 16px;
    margin-top: 10px;
  }

  .m-interview__box a:after {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .m-interview {
    padding: calc(70/430*100vw) calc(18/430*100vw) calc(75/430*100vw);
    background-image: url('../img/interview_bg.jpg');
    background-size: cover;
  }

  .m-interview__head {
    margin-bottom: calc(18/430*100vw);
    margin-bottom: calc(30/430*100vw);
  }

  .m-interview__box+.m-interview__box {
    margin-top: calc(35/430*100vw);
  }

  .m-interview__box a {
    font-size: calc(16/430*100vw);
  }

  .m-interview__box a:after {
    width: calc(14/430*100vw);
    height: calc(14/430*100vw);
  }

  .m-interview__box iframe {
    width: calc(395/430*100vw);
    height: calc(220/430*100vw);
    margin-bottom: calc(15/430*100vw);
  }
}

.m-schedule__list li+li {
  border-top: 1px solid #fff;
}

.m-schedule__list li em {
  font-family: "Keania One", sans-serif;
  color: #FAF600;
  display: block;
  line-height: 1;
}

.m-schedule__list li em span {
  line-height: 1;
}

.m-schedule__list li p {
  color: #fff;
  line-height: 1.6;
}

.m-schedule__player {
  position: absolute;
}

.m-schedule__list li .--note{
  padding-left: 1em;
  display: block;
  font-size: 80%;
}

.m-schedule__list li .--note:before{
  content: '※';
  margin-left: -1em;
}

@media (min-width: 768px) {
  .m-schedule {
    background-image: url('../img/schedule_bg_pc.jpg');
    background-size: cover;
  }


  .m-schedule__list {
    padding: 50px 15px 68px;
    width: 800px;
    margin: 0 auto;
  }

  .m-schedule__list li em {
    font-size: 34px;
  }

  .m-schedule__list li p,
  .m-schedule__list li em span {
    font-size: 26px;
  }

  .m-schedule__list li em span {
    margin-left: 6px;
  }

  .m-schedule__list li+li {
    padding-top: 16px;
    margin-top: 16px;
  }

  .m-schedule__list li .--note{
  font-size: 70%;
}

  .m-schedule__player {
    width: 300px;
    bottom: 60px;
    top: 260px;
    right: -630px;
    left: 0;
    bottom: auto;
    margin: 0 auto;
  }

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

@media screen and (max-width: 768px) {
  .m-schedule {
    background-image: url('../img/schedule_bg.jpg');
    background-size: cover;
  }

  .m-schedule__list {
    padding: calc(115/430*100vw) calc(15/430*100vw) calc(0/430*100vw);
  }

  .m-schedule__list li em {
    font-size: calc(24/430*100vw);
    ;
  }

  .m-schedule__list li p,
  .m-schedule__list li em span {
    font-size: calc(16/430*100vw);
    ;
  }

  .m-schedule__list li em span {
    margin-left: calc(6/430*100vw);
  }

  .m-schedule__list li+li {
    padding-top: calc(16/430*100vw);
    margin-top: calc(16/430*100vw);
  }

  .m-schedule__player {
    width: calc(216/430*100vw);
    bottom: calc(55/430*100vw);
    right: calc(-20/430*100vw);
  }
}

.m-player {
  z-index: 0;
}

.m-player:after {
  content: '';
  background-image: url('../img/bg_icon.png');
  background-size: cover;
  position: absolute;
}

@media (min-width: 768px) {
  .m-player:after {
    width: 692px;
    height: 520px;
    z-index: -1;
    top: -25px;
    right: -230px;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .m-player:after {
    width: calc(362/430*100vw);
    height: calc(279/430*100vw);
    z-index: -1;
    top: calc(15/430*100vw);
    right: calc(15/430*100vw);
  }
}

.m-photo {}

.g-slidepct__thumb li.slick-current img {
  border: 2px solid #000;
}

.m-photo .slick-arrow {
  background-image: url(../img/slide_arrow_bk.png);
  background-size: cover;
}

.m-photo .slick-arrow:before {
  opacity: 0;
  background-image: url(../img/slide_arrow_disabled.png);
  background-size: cover;
  transition: .3s;
}

.m-photo .slick-arrow.slick-disabled:before {
  opacity: 1;
}

.m-photo .slick-arrow.slick-prev {
  transform: scale(-1);
}

.m-photo__pct img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.g-slidepct__thumb:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(-90deg, #FAF600 0%, transparent 70%);
  width: 50px;
  z-index: 2;
  transition: .3s;
}

.g-slidepct__thumb.is-end:before {
  opacity: 0;
}


.g-slidepct__thumb .slick-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  .m-photo {
    padding: 70px 0 130px;
    background-image: url('../img/photo_bg.jpg');
    background-size: cover;
  }

  .g-slidepct {
    width: 800px;
    margin-top: 40px;
    margin: 50px auto 0;
  }

  .m-photo p {
    padding: 35px 45px 40px;
    ;
    font-size: 16px;
  }

  .g-slidepct__thumb li {
    /* margin-left: 10px; */
    padding: 0 5px;
  }

  .g-slidepct__thumb:before {
    content: none;
  }

  .m-photo .slick-list {
    pointer-events: none;
  }

  .m-photo .slick-arrow {
    display: none !important;
    width: 60px;
    height: 60px;
    top: 470px
  }

}

@media screen and (max-width: 768px) {
  .m-photo {
    padding: calc(70/430*100vw) 0 calc(130/430*100vw);
    background-image: url('../img/photo_bg.jpg');
    background-size: cover;
  }

  .m-photo p {
    padding: calc(35/430*100vw) calc(35/430*100vw) calc(40/430*100vw);
    ;
    font-size: calc(14/430*100vw);
  }

  .m-photo__pct {
    width: 100%;
    height: calc(287/430*100vw);
  }

  .g-slidepct {
    margin-top: calc(40/430*100vw);
  }

  .g-slidepct__thumb li {
    margin-left: calc(10/430*100vw);
    padding: 0 calc(5/430*100vw);
  }

  .m-photo .slick-arrow {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    top: calc(261/430*100vw);
  }
}

.m-stadium,
.m-gourmet,
.m-goods {
  z-index: 0;
}

.m-stadium:before,
.m-gourmet:before,
.m-goods:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url('../img/noise.jpg');
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.m-match {}

.m-match__box {
  background: #fff;
}

.m-match__head {
  background: #E6E6DD;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.m-match__head em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAF600;
}

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

.m-match__head em,
.m-match__date em,
.m-match__date span {
  font-family: "Anton", serif;
}

.m-match__date em,
.m-match__date small,
.m-match__date span {
  line-height: 1.1;
  font-weight: 700;
}

.m-match__date small{
  font-weight: 900;
}

.m-match__date small.--sat{
  color: #026fc3;
}

.m-match__date small.--sun{
  color: #f9050b;
}

.m-match__date {
  display: flex;
  align-items: center;
}

.m-match__date>* {
  display: block;
}

.m-match__place p {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.m-match__btn {
  display: flex;
}

.m-match__btn a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.m-match__btn a:nth-child(1) {
  color: #FFE000;
  background: #000;
}

.m-match__btn a:nth-child(2) {
  color: #000;
  background: #FFE000;
}

.m-match__btn a.--cs{
  opacity: .6;
  pointer-events: none;
}

@media (min-width: 768px) {
  .m-match {
    padding: 38px 0 70px;
    background-image: url('../img/nextmatch_bg_pc.jpg');
    background-size: cover;
  }

  .m-match__boxwrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .m-match__box {
    width: 430px;
    margin: 0 10px;
  }

  .m-match__box+.m-match__box {}

  .m-match__head {
    font-size: 12px;
    height: 48px;
    padding: 0 6px;
  }

  .m-match__head em {
    font-size: 12px;
    padding: 8px 13px;
    margin-right: 10px;
  }

  .m-match__row {
    margin: 30px auto;
  }

  .m-match__logo {
    width: 108px;
    margin-right: 20px;
  }

  .m-match__date em {
    font-size: 52px;
  }

  .m-match__date small {
    bottom: -7px;
    margin-left: 8px;
    margin-right: 15px;
  }

  .m-match__date small,
  .m-match__date span {
    font-size: 24px;
  }

  .m-match__place {
    margin-top: 15px;
  }

  .m-match__place p {
    font-size: 12px;
  }

  .m-match__place p+p {
    margin-top: 6px;
  }

  .m-match__place p span {
    width: 16px;
    margin-right: 6px;
  }

  .m-match__btn a {
    height: 48px;
    font-size: 14px;
  }

  .m-match__btn a span {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .m-match {
    padding: calc(38/430*100vw) 0 calc(70/430*100vw);
    background-image: url('../img/nextmatch_bg.jpg');
    background-size: cover;
  }

  .m-match__boxwrap {
    margin-top: calc(50/430*100vw);
  }

  .m-match__box+.m-match__box {
    margin-top: calc(30/430*100vw);
  }

  .m-match__head {
    font-size: calc(12/430*100vw);
    height: calc(48/430*100vw);
    padding: 0 calc(6/430*100vw);
  }

  .m-match__head em {
    font-size: calc(12/430*100vw);
    padding: calc(8/430*100vw) calc(13/430*100vw);
    margin-right: calc(10/430*100vw);
    ;
  }

  .m-match__row {
    margin: calc(30/430*100vw) auto;
  }

  .m-match__logo {
    width: calc(108/430*100vw);
    margin-right: calc(20/430*100vw);
  }

  .m-match__date em {
    font-size: calc(52/430*100vw);
  }

  .m-match__date small {
    bottom: calc(-7/430*100vw);
    margin-left: calc(8/430*100vw);
    margin-right: calc(15/430*100vw);
  }

  .m-match__date small,
  .m-match__date span {
    font-size: calc(24/430*100vw);
  }

  .m-match__date span {}

  .m-match__place {
    margin-top: calc(15/430*100vw);
  }

  .m-match__place p {
    font-size: calc(12/430*100vw);
  }

  .m-match__place p+p {
    margin-top: calc(6/430*100vw);
  }

  .m-match__place p span {
    width: calc(16/430*100vw);
    margin-right: calc(6/430*100vw);
  }

  .m-match__btn a {
    height: calc(48/430*100vw);
    font-size: calc(14/430*100vw);
    ;
  }

  .m-match__btn a span {
    margin-right: calc(5/430*100vw);
  }
}

.m-modal {}

.m-modal__linkwrap {
  display: flex;
  justify-content: center;
}

.m-modal__ticket.m-modal__pct {
  width: 100%;
}

@media (min-width: 768px) {
  .m-modal__ticket {
    padding: 30px;
    width: 1000px;
    min-height: 70vh;
  }

  .m-modal__ticket .m-modal__desc {
    width: 800px;
    margin: 0 auto;
  }

  .m-modal__linkwrap {
    margin-top: 30px;
  }

  .m-modal__linkwrap .g-btn {
    width: 350px;
    height: 80px;
    font-size: 20px;
    margin: 0 10px;
  }

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

}

@media screen and (max-width: 768px) {
  .m-modal__ticket{
    max-height: 90vh;
  }

  .m-modal__linkwrap{
    margin-top: calc(30 / 375 * 100vw);
  }
  .m-modal__linkwrap .g-btn {
    width: calc(140 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    margin: 0 calc(10 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }

  .m-modal__linkwrap .g-btn:before{
    right: calc(15 / 375 * 100vw);
  }

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