@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body.is-fixed {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 16vw;
  }
}
body section {
  overflow: hidden;
}
body section#om, body section.m-howto, body section.m-guide,
body section .m-movie__movie {
  background-image: url("../img/bg.jpg");
  background-size: 200px;
  z-index: 0;
}
body section#om:before, body section.m-howto:before, body section.m-guide:before,
body section .m-movie__movie:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  body section#om:before, body section.m-howto:before, body section.m-guide:before,
  body section .m-movie__movie:before {
    background: radial-gradient(#fff 50%, transparent);
  }
}
@media (max-width: 767px) {
  body section#om:before, body section.m-howto:before, body section.m-guide:before,
  body section .m-movie__movie:before {
    background: radial-gradient(#fff 65%, transparent);
  }
}
@media (max-width: 767px) {
  body section .m-movie__movie:before {
    background: radial-gradient(#fff 50%, transparent);
  }
}

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

p {
  font-weight: 500;
  line-height: 1.9;
}

main {
  display: block;
  overflow: hidden;
}

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

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

#box_vr_image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  [data-device=sp] {
    display: none !important;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.65;
  }
  .modal-pct {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: url("cursor.cur"), auto;
  }
  .modal-pct:hover {
    opacity: 0.65;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}
.g-secttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4054054054;
  text-align: center;
}
.g-secttl span {
  font-family: "Oswald", sans-serif;
}
.g-secttl h2 {
  color: #917934;
}
.g-secttl h2:before, .g-secttl h2:after {
  content: "";
  background: url("../img/ttl_gl.png");
  background-size: auto 100%;
  position: absolute;
}
.g-secttl h2:after {
  background-position: right;
}
.g-secttl span {
  display: block;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.g-secttl span:before, .g-secttl span:after {
  content: "";
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #917934;
  position: absolute;
}
.g-secttl.--wt {
  color: #fff;
}
.g-secttl__line {
  border-bottom: 1px solid #917934;
  text-align: center;
}
.g-secttl__line:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
}
@media (min-width: 768px) {
  .g-secttl {
    padding-bottom: 22px;
    margin-bottom: 75px;
  }
  .g-secttl h2 {
    font-size: 94px;
    line-height: 1;
  }
  .g-secttl h2:before, .g-secttl h2:after {
    height: 70px;
    width: 100vw;
    top: 15px;
  }
  .g-secttl h2:before {
    left: calc(100% + 60px);
  }
  .g-secttl h2:after {
    right: calc(100% + 60px);
  }
  .g-secttl span {
    font-size: 19px;
    margin-top: 15px;
  }
  .g-secttl span:before {
    left: calc(100% + 30px);
  }
  .g-secttl span:after {
    right: calc(100% + 30px);
  }
  .g-secttl__line {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  .g-secttl__line:before {
    border-top: 10px solid #917934;
    border-bottom: 10px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -38px;
  }
}
@media (max-width: 767px) {
  .g-secttl {
    margin: 0 auto 12vw;
  }
  .g-secttl h2 {
    font-size: 9.3333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .g-secttl h2:before, .g-secttl h2:after {
    height: 9.3333333333vw;
    width: 100vw;
    top: 2.6666666667vw;
  }
  .g-secttl h2:before {
    left: calc(100% + 2vw);
  }
  .g-secttl h2:after {
    right: calc(100% + 2vw);
  }
  .g-secttl span {
    font-size: 2.5333333333vw;
    margin-top: 0;
  }
  .g-secttl span:before {
    left: calc(100% + 4vw);
  }
  .g-secttl span:after {
    right: calc(100% + 4vw);
  }
  .g-secttl__line {
    font-size: 3.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.2;
  }
  .g-secttl__line:before {
    border-top: 1.3333333333vw solid #917934;
    border-bottom: 1.3333333333vw solid transparent;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    bottom: -5.0666666667vw;
  }
}

.g-header__list {
  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;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.g-header__list.is-open {
  opacity: 1;
  visibility: visible;
}
.g-header__btn {
  position: fixed;
  z-index: 1001;
}
.g-header__btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/menu_open.jpg");
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
}
.g-header__btn.is-open:before {
  opacity: 1;
}
.g-header__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #917934;
}
.g-header__link {
  font-weight: 700;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .g-header__items:nth-child(n+2) {
    margin-top: 30px;
  }
  .g-header__btn {
    width: 61px;
    height: 61px;
    top: 40px;
    right: 40px;
  }
  .g-header__link {
    font-size: 32px;
    padding: 10px 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .g-header__items:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
  .g-header__items.--anchor .g-header__link {
    display: none;
  }
  .g-header__items.--anchor .g-header__link.is-active {
    display: block;
  }
  .g-header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .g-header__link {
    font-size: 5.5466666667vw;
    padding: 1.3333333333vw 2vw;
    display: block;
  }
}

.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__sns a {
  display: block;
}
.g-footer__logo {
  display: block;
}
.g-footer__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__sns {
    margin: 70px 0 50px;
  }
  .g-footer__sns a {
    width: 48px;
    margin: 0 33px;
  }
  .g-footer__logo {
    width: 413px;
    margin: 130px auto 140px;
  }
  .g-footer__copy {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g-footer__sns {
    margin: 9.3333333333vw 0 6.6666666667vw;
  }
  .g-footer__sns a {
    width: 6.4vw;
    margin: 0 4.4vw;
  }
  .g-footer__logo {
    width: 55.0666666667vw;
    margin: 17.3333333333vw auto 18.6666666667vw;
  }
  .g-footer__copy {
    font-size: 2.4vw;
  }
}

.g-tab__cont {
  background: #ececec;
}
.g-tab__list {
  margin: 0 auto;
}
.g-tab__btn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
}
.g-tab__btn:before, .g-tab__btn:after {
  content: "";
  background: #917934;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-tab__btn.--women {
  background: #917934;
}
.g-tab__btn.--women:before, .g-tab__btn.--women:after {
  background: #000;
}
.g-tab__btn.--men {
  background: #000;
}
.g-tab__btn.--men:before, .g-tab__btn.--men:after {
  background: #917934;
}
.g-tab__cont {
  overflow: hidden;
}
.g-tab__cont, .g-tab__panel {
  border-left: 1px solid #917934;
  border-right: 1px solid #917934;
  border-bottom: 1px solid #917934;
}
.g-tab__panel {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-tab {
    padding-top: 75px;
  }
  .g-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #917934;
    width: 890px;
  }
  .g-tab__btn {
    width: 445px;
    height: 53px;
    font-size: 30px;
    border: 2px solid #917934;
  }
  .g-tab__btn:before {
    width: 200px;
    height: 200px;
    left: -174px;
    top: -120px;
  }
  .g-tab__btn:after {
    width: 200px;
    height: 200px;
    right: -174px;
    top: -32px;
  }
  .g-tab__panel {
    width: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 65px;
  }
  .g-tab__cont {
    width: 560px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .g-tab {
    padding-top: 10vw;
  }
  .g-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85.3333333333vw;
  }
  .g-tab__btn {
    width: 59.3333333333vw;
    height: 8.5333333333vw;
    font-size: 3.0666666667vw;
    background: #000 !important;
    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-tab__btn:before, .g-tab__btn:after {
    content: none;
  }
  .g-tab__btn.is-active {
    background: #917934 !important;
  }
  .g-tab__panel {
    width: 85.3333333333vw;
    border: 1.0666666667vw solid #917934;
    margin-bottom: 7.3333333333vw;
  }
  .g-tab__cont {
    width: 100%;
    display: none;
    padding-bottom: 1.6vw;
  }
  .g-tab__cont.is-active {
    display: block;
  }
}

.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: #917934;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
  font-weight: 700;
}
.g-btn.is-disabled {
  color: #fff;
  background: #000;
  pointer-events: none;
}
@media (min-width: 768px) {
  .g-btn {
    width: 443px;
    height: 73px;
    font-size: 23px;
  }
  .g-btn:nth-child(n+2) {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .g-btn {
    width: 59.0666666667vw;
    height: 9.7333333333vw;
    font-size: 3.0666666667vw;
  }
  .g-btn:nth-child(n+2) {
    margin-top: 3.0666666667vw;
  }
}

.m-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.m-nav__item a {
  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: 1px solid #917934;
  color: #917934;
}
.m-nav__item a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .m-nav {
    padding: 60px 0 100px;
  }
  .m-nav__list {
    max-width: 1200px;
    width: 90%;
  }
  .m-nav__item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .m-nav__item:nth-child(n+4) {
    width: 25%;
  }
  .m-nav__item a {
    font-size: 15px;
    height: 62px;
  }
  .m-nav__item a:hover {
    background: #917934;
    color: #040000;
  }
}
@media (max-width: 767px) {
  .m-nav {
    padding: 8vw 0 13.3333333333vw;
  }
  .m-nav__list {
    width: 96%;
  }
  .m-nav__item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .m-nav__item:nth-child(n+4) {
    width: 25%;
  }
  .m-nav__item a {
    line-height: 1.2;
    text-align: center;
    font-size: 3.8133333333vw;
    height: 12vw;
  }
  .m-nav__item a:hover {
    background: #917934;
    color: #040000;
  }
}

@media (min-width: 768px) {
  .m-btnwrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .m-btnwrap {
    margin-bottom: 8vw;
  }
}

.m-tv h3 {
  border: 2px solid #917934;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.m-tv h3:before, .m-tv h3:after {
  content: "";
  background: #917934;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-tv span {
  border: 2px solid #000;
  font-weight: 700;
  padding: 0 5px;
}
.m-tv p {
  line-height: 1.85;
}
.m-tv__broad {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-tv__broad > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-tv__place {
  text-align: center;
  margin: 0 auto;
  background: #fff;
  pointer-events: none;
}
.m-tv__place em {
  display: block;
  border-bottom: 1px solid #917934;
  margin: 0 auto;
}
.m-tv__place a {
  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: #fff;
}
.m-tv__place p {
  max-width: 100%;
}
.m-tv__banner {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .m-tv {
    margin-bottom: 50px;
  }
  .m-tv img {
    width: 100%;
  }
  .m-tv h3 {
    width: 325px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 25px;
  }
  .m-tv h3:before {
    width: 200px;
    height: 200px;
    left: -194px;
    top: -120px;
  }
  .m-tv h3:after {
    width: 200px;
    height: 200px;
    right: -194px;
    top: -32px;
  }
  .m-tv p {
    font-size: 20px;
  }
  .m-tv__place {
    padding: 10px 0 20px;
    margin-bottom: 40px;
  }
  .m-tv__place em {
    font-size: 23px;
    width: 325px;
  }
  .m-tv__place p {
    font-size: 18px;
  }
  .m-tv__place a {
    font-size: 15px;
    height: 23px;
    margin-top: 10px;
  }
  .m-tv__place a img {
    width: 12px;
    margin-right: 5px;
  }
  .m-tv__broad span {
    margin-top: 15px;
  }
  .m-tv__banner {
    width: 325px;
    margin: 45px auto 70px;
  }
}
@media (max-width: 767px) {
  .m-tv {
    margin-bottom: 6.6666666667vw;
  }
  .m-tv img {
    width: 100%;
  }
  .m-tv h3, .m-tv p {
    margin: 0 auto;
  }
  .m-tv h3 {
    width: 59.3333333333vw;
    height: 7.0666666667vw;
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
  }
  .m-tv h3:before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    left: -23.2vw;
    top: -16vw;
  }
  .m-tv h3:after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: -23.2vw;
    top: -4.2666666667vw;
  }
  .m-tv p {
    font-size: 3.4666666667vw;
  }
  .m-tv__place {
    padding: 2vw 0 2.4vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-tv__place em {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4.6666666667vw;
  }
  .m-tv__place a img {
    width: 2.6666666667vw;
    margin-right: 0.6666666667vw;
  }
  .m-tv__banner {
    width: 53.3333333333vw;
    margin-bottom: 8.6666666667vw;
  }
}

.m-about:before {
  content: "";
  background-image: url("../img/about_bg.jpg");
  background-size: cover;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.m-about:after {
  content: "";
  position: absolute;
  background: #917934;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.m-about__lead h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about__lead h2:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
.m-about__lead p {
  color: #000;
}
.m-about__lead p.--center {
  text-align: center;
}
@media (min-width: 768px) {
  .m-about {
    padding-top: 45px;
  }
  .m-about:after {
    width: 1250px;
    height: 1250px;
    right: -810px;
    z-index: -1;
    bottom: -672px;
  }
  .m-about__lead {
    margin-bottom: 80px;
    padding: 0 65px;
  }
  .m-about__lead h2 {
    font-size: 34px;
    height: 70px;
    margin-bottom: 15px;
  }
  .m-about__lead h2:before {
    right: -90px;
  }
  .m-about__lead p {
    font-size: 20px;
  }
  .m-about__lead p + p {
    margin-top: 50px;
  }
  .m-about__map {
    padding: 0 40px;
  }
  .m-about__deco {
    position: absolute;
    right: 0;
    bottom: 130px;
    width: 177px;
  }
  .m-about__map {
    width: 970px;
    margin: 0 auto 133px;
    left: -125px;
  }
}
@media (max-width: 767px) {
  .m-about {
    padding-top: 6vw;
  }
  .m-about:after {
    width: 200vw;
    height: 200vw;
    bottom: -158.9333333333vw;
  }
  .m-about__lead {
    margin-bottom: 4.8vw;
    padding: 0 5.3333333333vw;
  }
  .m-about__lead h2 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    height: 9.3333333333vw;
  }
  .m-about__lead h2:before {
    right: -8vw;
  }
  .m-about__lead p {
    font-size: 3.12vw;
  }
  .m-about__lead p + p {
    margin-top: 5.3333333333vw;
  }
  .m-about__deco, .m-about__map {
    padding: 0 5.3333333333vw;
  }
  .m-about__map {
    margin-bottom: 12vw;
  }
}

.m-att h3 {
  border-bottom: 1px solid #917934;
  text-align: center;
}
.m-att h3:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
}
.m-att p {
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.m-att img {
  display: block;
}
@media (min-width: 768px) {
  .m-att {
    margin-bottom: 110px;
    padding: 0 60px;
  }
  .m-att > * {
    margin: 0 auto;
  }
  .m-att h3 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  .m-att h3:before {
    border-top: 10px solid #917934;
    border-bottom: 10px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -38px;
  }
  .m-att p {
    font-size: 16px;
    min-height: 415px;
  }
  .m-att img {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .m-att {
    margin-bottom: 14.6666666667vw;
    padding: 0 8vw;
  }
  .m-att > * {
    width: 59.3333333333vw;
    margin: 0 auto;
  }
  .m-att h3 {
    font-size: 5.2vw;
    padding-bottom: 2vw;
    margin-bottom: 3.3333333333vw;
  }
  .m-att p {
    font-size: 2.7733333333vw;
  }
  .m-att img {
    margin-top: 2.6666666667vw;
  }
}

.m-game {
  margin: 0 auto;
  background: #fff;
}
.m-game__wrap {
  margin: 0 auto;
}
.m-game__day.--blue .m-game__date,
.m-game__day.--blue .m-game__place span {
  background: #00005a;
}
.m-game__day.--blue .m-game__time {
  border-color: #00005a;
  color: #00005a;
}
.m-game__day.--bk .m-game__date,
.m-game__day.--bk .m-game__place span {
  background: #000;
}
.m-game__day.--bk .m-game__time {
  border-color: #000;
  color: #000;
}
.m-game__day.--red .m-game__date,
.m-game__day.--red .m-game__place span {
  background: #6e0000;
}
.m-game__day.--red .m-game__time {
  border-color: #6e0000;
  color: #6e0000;
}
.m-game__date {
  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;
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.m-game__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-game__logowrap:before {
  content: "";
  background-image: url("../img/vs.jpg");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-game__logo img {
  width: 100%;
}
.m-game__logo p {
  text-align: center;
  line-height: 1.3333333333;
}
.m-game__time, .m-game__opmatch, .m-game__place 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;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
}
.m-game__time, .m-game__opmatch {
  border: 1px solid;
}
.m-game__time.is-adj:before {
  content: "調整中";
}
.m-game__opmatch {
  font-family: "Oswald", sans-serif;
  border-color: #917934;
  color: #917934;
}
.m-game__place {
  z-index: 0;
}
.m-game__place:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #917934;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.m-game__place span {
  border-radius: 9999px;
  color: #fff;
}
.m-game__place span:before {
  content: "";
  width: 118%;
  height: 100%;
  background: #fff;
  left: -9%;
  z-index: -1;
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-game {
    width: 400px;
    padding: 20px 37px;
    border-radius: 10px;
  }
  .m-game__day:nth-child(n+2) {
    margin-top: 110px;
  }
  .m-game__box + .m-game__box {
    margin-top: 50px;
  }
  .m-game__date {
    height: 42px;
    font-size: 32px;
    border-radius: 5px;
  }
  .m-game__date span {
    font-size: 25px;
    margin-left: 10px;
  }
  .m-game__logowrap:before {
    width: 53px;
    height: 45px;
  }
  .m-game__logo {
    width: 200px;
  }
  .m-game__logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .m-game__logo p {
    margin-top: 5px;
    font-size: 12px;
  }
  .m-game__logo:nth-child(n+2) {
    margin-left: 45px;
  }
  .m-game__time, .m-game__opmatch {
    padding: 5px 0;
  }
  .m-game__time {
    font-size: 22px;
    margin-top: 10px;
  }
  .m-game__opmatch {
    font-size: 25px;
    margin-top: 5px;
  }
  .m-game__place {
    font-size: 16px;
    margin-top: 15px;
  }
  .m-game__place span {
    height: 40px;
    width: 100%;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .m-game {
    width: 73.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 2vw 5.0666666667vw 6vw;
  }
  .m-game__day:nth-child(n+2) {
    margin-top: 10vw;
  }
  .m-game__box + .m-game__box {
    margin-top: 2.6666666667vw;
  }
  .m-game__date {
    min-height: 5.6vw;
    font-size: 6.5866666667vw;
    border-radius: 1.3333333333vw;
  }
  .m-game__date span {
    font-size: 4.3333333333vw;
    margin-left: 1.3333333333vw;
  }
  .m-game__logowrap:before {
    width: 7.0666666667vw;
    height: 6vw;
  }
  .m-game__logo {
    width: 26.6666666667vw;
  }
  .m-game__logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .m-game__logo p {
    margin-top: 0.6666666667vw;
    font-size: 2.4266666667vw;
  }
  .m-game__logo:nth-child(n+2) {
    margin-left: 6vw;
  }
  .m-game__time, .m-game__opmatch {
    padding: 0.6666666667vw 0;
  }
  .m-game__time {
    font-size: 3.8133333333vw;
    margin-top: 1.3333333333vw;
  }
  .m-game__opmatch {
    font-size: 4.3333333333vw;
    margin-top: 0.6666666667vw;
  }
  .m-game__place {
    font-size: 2.7733333333vw;
    margin-top: 2vw;
  }
  .m-game__place span {
    height: 5.3333333333vw;
    width: 100%;
    padding: 3.3333333333vw;
  }
}

.m-jspo {
  text-align: center;
}
.m-jspo > * {
  margin: 0 auto;
}
.m-jspo__banner {
  display: block;
}
@media (min-width: 768px) {
  .m-jspo {
    margin-top: 70px;
  }
  .m-jspo__ttl {
    width: 670px;
    margin: 0 auto 25px;
  }
  .m-jspo__banner {
    width: 670px;
  }
}
@media (max-width: 767px) {
  .m-jspo {
    margin-top: 9.3333333333vw;
  }
  .m-jspo__ttl {
    width: 89.3333333333vw;
    margin: 0 auto 3.3333333333vw;
  }
  .m-jspo__banner {
    width: 89.3333333333vw;
  }
}

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

.m-howto {
  background: #eee;
  z-index: 0;
}
.m-howto__head {
  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;
  overflow: hidden;
}
.m-howto__head span {
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 1.2;
}
.m-howto__head p {
  color: #917934;
  border-bottom: 1px solid #917934;
}
.m-howto__head:before {
  content: "";
  background: #917934;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-howto__items {
  background: #fff;
  overflow: hidden;
}
.m-howto__items, .m-howto__desc {
  border: 1px solid #917934;
}
.m-howto__desc {
  line-height: 1.85;
  margin: 0 auto;
}
.m-howto__pct {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-howto {
    padding-top: 105px;
    padding-bottom: 70px;
  }
  .m-howto__list {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-howto__items {
    margin: 0 25px;
    width: 367px;
    padding-bottom: 482px;
  }
  .m-howto__head {
    height: 156px;
  }
  .m-howto__head span {
    font-size: 24px;
    left: 12px;
    top: 8px;
  }
  .m-howto__head p {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .m-howto__head:before {
    width: 200px;
    height: 200px;
    left: -100px;
    top: -130px;
  }
  .m-howto__items, .m-howto__desc {
    border-radius: 10px;
  }
  .m-howto__desc {
    font-size: 20px;
    padding: 20px;
    width: 298px;
    margin-top: -10px;
  }
  .m-howto__pct {
    width: 264px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .m-howto {
    padding-top: 14vw;
    padding-bottom: 9.3333333333vw;
  }
  .m-howto__list {
    width: 53.3333333333vw;
    margin: 0 auto 9.3333333333vw;
  }
  .m-howto__list .slick-list {
    overflow: visible;
  }
  .m-howto__items {
    margin: 0 4.6666666667vw;
    padding-bottom: 64.2666666667vw;
  }
  .m-howto__head {
    height: 20.8vw;
  }
  .m-howto__head span {
    font-size: 2.9333333333vw;
    left: 0.6666666667vw;
    top: 0.9333333333vw;
  }
  .m-howto__head p {
    font-size: 3.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .m-howto__head:before {
    width: 40vw;
    height: 37vw;
    left: -26.6666666667vw;
    top: -26.6666666667vw;
  }
  .m-howto__items, .m-howto__desc {
    border-radius: 0.9333333333vw;
  }
  .m-howto__desc {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw;
    width: 39.7333333333vw;
    margin-top: -1.3333333333vw;
  }
  .m-howto__pct {
    width: 35.2vw;
    margin: 4vw auto 0;
  }
}

.m-partner {
  background: #f4f4f4;
}
.m-partner__list {
  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;
}
.m-partner__list a {
  display: block;
  text-align: center;
  color: #000;
}
.m-partner__subttl {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-partner {
    margin-top: 100px;
    padding: 100px 0;
  }
  .m-partner__box {
    margin: 0 auto;
  }
  .m-partner__box.m-partner__box {
    margin-top: 65px;
  }
  .m-partner__box.supportingPartner, .m-partner__box.supplier {
    max-width: none;
  }
  .m-partner__box.goldPartner li, .m-partner__box.supportingPartner li, .m-partner__box.supplier li {
    width: 170px;
  }
  .m-partner__subttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .m-partner__list img {
    margin-bottom: 5px;
  }
  .m-partner__list a {
    font-size: 15px;
  }
  .m-partner__list li {
    width: 240px;
    padding: 0 5px;
  }
  .m-partner__list li.--center {
    width: 100%;
  }
  .m-partner__list li.--center a {
    width: 230px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .m-partner {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 0;
  }
  .m-partner__box.m-partner__box {
    margin-top: 8.6666666667vw;
  }
  .m-partner__box.goldPartner li, .m-partner__box.supportingPartner li, .m-partner__box.supplier li {
    width: 41.3333333333vw;
  }
  .m-partner__box.goldPartner li:nth-child(n+2), .m-partner__box.supportingPartner li:nth-child(n+2), .m-partner__box.supplier li:nth-child(n+2) {
    margin-top: 0;
  }
  .m-partner__box.goldPartner li:nth-child(n+3), .m-partner__box.supportingPartner li:nth-child(n+3), .m-partner__box.supplier li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .m-partner__subttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .m-partner__list img {
    margin-bottom: 0.6666666667vw;
  }
  .m-partner__list a {
    font-size: 3.4666666667vw;
  }
  .m-partner__list li {
    width: 59.7333333333vw;
    padding: 0 0.6666666667vw;
  }
  .m-partner__list li:nth-child(n+2) {
    margin-top: 4vw;
  }
}

.m-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-popup.is-show {
  opacity: 1;
  visibility: visible;
}
.m-popup__box {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-popup__cont, .m-popup__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
}
.m-popup__cont img, .m-popup__close img {
  display: block;
}
.m-popup__close {
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .m-popup__close {
    width: 61px;
    margin-bottom: 5px;
  }
  .m-popup__cont {
    height: 70vh;
  }
  .m-popup__cont img {
    max-width: 1120px;
  }
}
@media (max-width: 767px) {
  .m-popup__box {
    width: 92vw;
  }
  .m-popup__close {
    width: 13.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.m-guide__ttl {
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #917934;
}
.m-guide__ttl:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
}
.m-guide__ttl h3 {
  font-family: "Oswald", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 0;
}
.m-guide__ttl h3:before {
  content: "";
  background: #fff;
  border: 1px solid #917934;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.m-guide__ttl > * {
  line-height: 1;
}
.m-guide__clubtxt {
  text-align: center;
}
.m-guide__clubtxt p,
.m-guide__clubtxt span,
.m-guide__clubtxt em {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-guide__clubtxt p {
  border-bottom: 1px solid #000;
}
.m-guide__clubtxt span,
.m-guide__clubtxt em {
  display: block;
}
.m-guide__clubtxt em {
  color: #917934;
  border-bottom: 1px solid #917934;
}
.m-guide__slidettl {
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}
.m-guide__slidettl:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
  left: 0;
}
.m-guide__slidettl p {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-guide__slidettl h4 {
  color: #fff;
}
.m-guide__slidettl h4:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
}
.m-guide__slidettl.--gl:before {
  background: #917934;
}
.m-guide__slidettl.--gl h4 {
  background: #917934;
}
.m-guide__slidettl.--gl h4:before {
  border-top-color: #917934 !important;
}
.m-guide__slidettl.--bk:before {
  background: #000;
}
.m-guide__slidettl.--bk h4 {
  background: #000;
}
.m-guide__slidettl.--bk h4:before {
  border-top-color: #000 !important;
}
.m-guide__inner {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #917934;
}
.m-guide__slidewrap.--bk .m-guide__subttl {
  color: #fff;
}
.m-guide__slidewrap.--bk .m-guide__slide .slick-dots button {
  background: #917934;
  border: 1px solid #917934;
}
.m-guide__slidewrap.--bk .m-guide__slide .slick-dots button:before {
  color: #fff;
}
.m-guide__slidewrap.--bk .m-guide__slide .slick-dots li.slick-active button {
  background: #fff;
}
.m-guide__slidewrap.--bk .m-guide__slide .slick-dots li.slick-active button:before {
  color: #917934;
}
.m-guide__slidewrap.--bk .m-guide__slide .slick-prev:before,
.m-guide__slidewrap.--bk .m-guide__slide .slick-next:before {
  background-image: url("../img/arw_gold.png");
  background-size: cover;
}
.m-guide__slidewrap.--bk .m-guide__slideitemshead {
  border-color: #000;
}
.m-guide__slidewrap.--bk .m-guide__slideitemshead span {
  background: #000;
}
.m-guide__slide {
  margin: 0 auto;
}
.m-guide__slide .slick-list {
  overflow: visible;
}
.m-guide__slide .slick-prev,
.m-guide__slide .slick-next {
  top: auto;
}
.m-guide__slide .slick-prev:before,
.m-guide__slide .slick-next:before {
  background-image: url("../img/arw_bk.png");
  background-size: cover;
}
.m-guide__slide .slick-prev {
  left: 0;
}
.m-guide__slide .slick-next {
  right: 0;
}
.m-guide__slide .slick-prev:after,
.m-guide__slide .slick-next:after {
  content: none;
}
.m-guide__slide .slick-dots button {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
  color: transparent;
}
.m-guide__slide .slick-dots button:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: pre;
  line-height: 1;
}
.m-guide__slide .slick-dots li.slick-active button {
  background: #fff;
}
.m-guide__slide .slick-dots li.slick-active button:before {
  color: #000;
}
.m-guide__slide.--bk .slick-dots li:nth-child(1) button:before {
  content: "当日";
}
.m-guide__slide.--bk .slick-dots li:nth-child(2) button:before {
  content: "2h前";
}
.m-guide__slide.--bk .slick-dots li:nth-child(3) button:before {
  content: "1h前";
}
.m-guide__slide.--bk .slick-dots li:nth-child(4) button:before {
  content: "30m前";
}
.m-guide__slide.--bk .slick-dots li:nth-child(5) button:before {
  content: "15m前";
}
.m-guide__slide.--gold .slick-dots li:nth-child(1) button:before {
  content: "0m前";
}
.m-guide__slide.--gold .slick-dots li:nth-child(2) button:before {
  content: "試合中";
}
.m-guide__slide.--gold .slick-dots li:nth-child(3) button:before {
  content: "試合中";
}
.m-guide__slide.--gold .slick-dots li:nth-child(4) button:before {
  content: "試合\a終了";
}
.m-guide__slide.--gold .slick-dots li:nth-child(5) button:before {
  content: "試合後";
}
.m-guide__slideitems {
  background: #fff;
  border: 1px solid #917934;
}
.m-guide__slideitems:before {
  content: "";
  position: absolute;
  top: 50%;
  background: none;
  border-right: 1px solid #917934;
  border-top: 1px solid #917934;
  -webkit-transform: rotate(45deg) translateY(-100%);
          transform: rotate(45deg) translateY(-100%);
  width: 100%;
  height: 100%;
}
.m-guide__slideitems:last-child::before {
  content: none;
}
.m-guide__slideitemshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #917934;
}
.m-guide__slideitemshead span,
.m-guide__slideitemshead p {
  font-weight: 900;
  line-height: 1.2;
}
.m-guide__slideitemshead span {
  color: #fff;
  background: #917934;
  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-guide__slideitemshead p:before {
  bottom: 0;
  left: 0;
}
.m-guide__slideitemshead p:after {
  -webkit-transform: rotate(-45deg) translate(50%);
          transform: rotate(-45deg) translate(50%);
  right: -49.8%;
  bottom: 0;
}
.m-guide__desc {
  line-height: 1.52;
}
.m-guide__subttl {
  text-align: center;
  font-weight: 700;
}
.m-guide__subttl:before, .m-guide__subttl:after {
  content: "";
  background: #917934;
  height: 1px;
  position: absolute;
  top: 50%;
}
.m-guide__head {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-guide__movie iframe {
  width: 100%;
  height: 100%;
}
.m-guide__pct img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .m-guide {
    padding: 40px 0;
  }
  .m-guide__ttl {
    margin-bottom: 60px;
  }
  .m-guide__ttl h3 {
    font-size: 78px;
    margin-bottom: 10px;
    padding: 20px 20px 0;
    margin-top: -55px;
  }
  .m-guide__ttl h3:before {
    height: 55px;
  }
  .m-guide__ttl span {
    font-size: 25px;
  }
  .m-guide__ttl:after {
    border-top: 10px solid #917934;
    border-bottom: 10px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -38px;
  }
  .m-guide__txtbox {
    padding: 0 95px;
  }
  .m-guide__txtbox img {
    margin-top: 25px;
  }
  .m-guide__txtbox + .m-guide__txtbox {
    margin-top: 55px;
    margin-bottom: 150px;
  }
  .m-guide__club {
    padding-left: 95px;
    padding-right: 95px;
    margin-bottom: 145px;
  }
  .m-guide__clubtxt {
    margin-top: 90px;
  }
  .m-guide__clubtxt p {
    font-size: 31px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .m-guide__clubtxt span {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .m-guide__clubtxt img {
    width: 45px;
    margin-bottom: 20px;
  }
  .m-guide__clubtxt em {
    font-size: 41px;
  }
  .m-guide__slidettl {
    width: 573px;
    margin-bottom: 55px;
  }
  .m-guide__slidettl:before {
    top: 30px;
  }
  .m-guide__slidettl p {
    font-size: 32px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .m-guide__slidettl h4 {
    font-size: 36px;
    padding: 10px 0;
  }
  .m-guide__slidettl h4:before {
    border-top: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -19px;
  }
  .m-guide__slidettl.--bk {
    margin-top: 200px;
  }
  .m-guide__inner {
    width: 890px;
    padding-bottom: 55px;
  }
  .m-guide > div:nth-child(n+2) {
    margin-top: 25px;
  }
  .m-guide__wrap {
    padding-top: 255px;
  }
  .m-guide__head {
    height: 225px;
    top: -65px;
  }
  .m-guide__slide {
    width: 635px;
    margin-bottom: 120px;
  }
  .m-guide__slide .slick-prev,
  .m-guide__slide .slick-next {
    width: 64px;
    height: 64px;
    bottom: -157px;
  }
  .m-guide__slide .slick-dots {
    bottom: -120px;
  }
  .m-guide__slide .slick-dots button {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    margin: 0 17px;
  }
  .m-guide__slidewrap.--bk {
    margin-bottom: 245px;
  }
  .m-guide__movie {
    width: 700px;
    height: 394px;
    margin: 0 auto 120px;
  }
  .m-guide__rule {
    font-size: 16px;
    margin: 0 auto 50px;
    width: 700px;
  }
  .m-guide__slideitems {
    border-radius: 15px;
    padding: 52px;
    margin: 0 32px;
  }
  .m-guide__slideitems:before {
    width: 24px;
    height: 24px;
    right: -20px;
  }
  .m-guide__slideitemshead {
    width: 460px;
    margin-bottom: 15px;
  }
  .m-guide__slideitemshead span {
    width: 140px;
    height: 59px;
    font-size: 24px;
  }
  .m-guide__slideitemshead p {
    font-size: 26px;
    padding-left: 18px;
  }
  .m-guide__desc {
    font-size: 25px;
    min-height: 6.08em;
  }
  .m-guide__subttl {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-guide__subttl:before, .m-guide__subttl:after {
    width: 316px;
  }
  .m-guide__subttl:before {
    left: -65px;
  }
  .m-guide__subttl:after {
    right: -65px;
  }
  .m-guide__pct {
    height: 435px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-guide {
    padding: 4.6666666667vw 0;
  }
  .m-guide__ttl {
    margin-bottom: 8vw;
  }
  .m-guide__ttl h3 {
    font-size: 9.3333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 0;
    margin-top: -5.0666666667vw;
  }
  .m-guide__ttl h3:before {
    height: 5.0666666667vw;
  }
  .m-guide__ttl span {
    font-size: 3.2vw;
    display: block;
  }
  .m-guide__ttl:after {
    border-top: 1.3333333333vw solid #917934;
    border-bottom: 1.3333333333vw solid transparent;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    bottom: -5.0666666667vw;
  }
  .m-guide__slidewrap.--bk {
    margin-bottom: 32.6666666667vw;
  }
  .m-guide__txtbox {
    padding: 0 4.6666666667vw;
  }
  .m-guide__txtbox p {
    font-size: 2.9333333333vw;
  }
  .m-guide__txtbox img {
    margin-top: 3.3333333333vw;
  }
  .m-guide__txtbox + .m-guide__txtbox {
    margin-top: 7.3333333333vw;
    margin-bottom: 20vw;
  }
  .m-guide__club {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-bottom: 19.3333333333vw;
  }
  .m-guide__clubtxt {
    margin-top: 12vw;
  }
  .m-guide__clubtxt p {
    font-size: 3.4666666667vw;
    padding-bottom: 0.6666666667vw;
    margin-bottom: 2vw;
  }
  .m-guide__clubtxt span {
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .m-guide__clubtxt img {
    width: 6vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-guide__clubtxt em {
    font-size: 4.5333333333vw;
  }
  .m-guide__slidettl {
    width: 53.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-guide__slidettl:before {
    top: 2.6666666667vw;
  }
  .m-guide__slidettl p {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 0 2vw;
  }
  .m-guide__slidettl h4 {
    font-size: 3.3333333333vw;
    padding: 1.3333333333vw 0;
  }
  .m-guide__slidettl h4:before {
    border-top: 1.3333333333vw solid #000;
    border-bottom: 1.3333333333vw solid transparent;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    bottom: -2.5333333333vw;
  }
  .m-guide__slidettl.--bk {
    margin-top: 26.6666666667vw;
  }
  .m-guide__inner {
    width: 89.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
  .m-guide .g-labelbtn {
    right: 56vw;
  }
  .m-guide > div:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
  .m-guide__wrap {
    padding-top: 21.3333333333vw;
  }
  .m-guide__head {
    top: -3.3333333333vw;
    height: 16vw;
  }
  .m-guide__slide {
    width: 76vw;
    margin-bottom: 20.6666666667vw;
  }
  .m-guide__slide .slick-prev,
  .m-guide__slide .slick-next {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: -24vw;
  }
  .m-guide__slide .slick-prev {
    left: -8vw;
  }
  .m-guide__slide .slick-next {
    right: -8vw;
  }
  .m-guide__slide .slick-dots {
    bottom: -16vw;
  }
  .m-guide__slide .slick-dots button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 0.6666666667vw;
    margin: 0 0.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .m-guide__slideitems {
    border-radius: 2vw;
    padding: 6vw;
    margin: 0 4.2666666667vw;
  }
  .m-guide__slideitems:before {
    width: 3.2vw;
    height: 3.2vw;
    right: -2.6666666667vw;
  }
  .m-guide__slideitemshead {
    width: 49.3333333333vw;
    margin-bottom: 2vw;
  }
  .m-guide__slideitemshead span {
    width: 19.3333333333vw;
    height: 6.9333333333vw;
    font-size: 3.3333333333vw;
  }
  .m-guide__slideitemshead p {
    font-size: 4.2666666667vw;
    padding-left: 2vw;
  }
  .m-guide__desc {
    font-size: 2.9333333333vw;
    min-height: 6.08em;
  }
  .m-guide__subttl {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 8.6666666667vw;
  }
  .m-guide__subttl:before, .m-guide__subttl:after {
    width: 10.6666666667vw;
  }
  .m-guide__subttl:before {
    left: -4vw;
  }
  .m-guide__subttl:after {
    right: -4vw;
  }
  .m-guide__movie {
    width: 65.3333333333vw;
    height: 40vw;
    margin: 0 auto 11.3333333333vw;
  }
  .m-guide__rule {
    font-size: 2.1333333333vw;
    margin: 0 auto 2vw;
    width: 76.6666666667vw;
  }
  .m-guide__pct {
    height: 54.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.m-ticket__banner, .m-ticket__note {
  margin: 0 auto;
  display: block;
}
.m-ticket__note {
  text-align: right;
}
@media (min-width: 768px) {
  .m-ticket {
    padding-top: 50px;
  }
  .m-ticket__banner {
    width: 693px;
    margin: 70px auto 15px;
  }
  .m-ticket__note {
    width: 693px;
    font-size: 17px;
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .m-ticket {
    padding: 6.6666666667vw 0 8.6666666667vw;
  }
  .m-ticket__banner {
    margin: 6.6666666667vw auto 2.6666666667vw;
    width: 79.4666666667vw;
  }
  .m-ticket__note {
    width: 79.4666666667vw;
    margin: 0 auto 8.6666666667vw;
    font-size: 2.2666666667vw;
  }
}

.m-id__banner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-id {
    padding-top: 50px;
    padding-bottom: 85px;
  }
  .m-id__banner {
    margin: 35px auto 55px;
    width: 890px;
  }
}
@media (max-width: 767px) {
  .m-id {
    padding: 6.6666666667vw 0 8.6666666667vw;
  }
  .m-id__banner {
    margin: 5.3333333333vw auto 5.3333333333vw;
    width: 79.4666666667vw;
  }
}

.m-news {
  background: #eee;
}
.m-news__wrap {
  margin: 0 auto;
}
.m-news__items {
  border-top: 1px dotted #917934;
}
.m-news__items.--new a:before {
  content: "NEW!";
  background: #917934;
  color: #fff;
  position: absolute;
  text-align: center;
}
.m-news__items a {
  color: #917934;
}
.m-news__items span {
  display: block;
}
@media (min-width: 768px) {
  .m-news {
    padding: 60px 0 85px;
  }
  .m-news__wrap {
    width: 628px;
  }
  .m-news__ttl {
    border-left: 8px solid #917934;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .m-news__items {
    padding: 26px 0;
  }
  .m-news__items a:before {
    font-size: 14px;
    width: 57px;
    padding: 0 2px;
    top: -33px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .m-news {
    padding: 8vw 0 11.3333333333vw;
  }
  .m-news__wrap {
    width: 80%;
  }
  .m-news__ttl {
    border-left: 1.0666666667vw solid #917934;
    padding-left: 2.6666666667vw;
    font-size: 4.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  .m-news__items {
    padding: 3.4666666667vw 0;
  }
  .m-news__items a {
    font-size: 3.4666666667vw;
  }
  .m-news__items a:before {
    font-size: 2.6666666667vw;
    width: 13.3333333333vw;
    padding: 0 0.2666666667vw;
    top: -6vw;
    left: 2vw;
  }
}

.m-movie__ttl {
  background: #000;
  color: #fff;
  text-align: center;
}
.m-movie__ttl em {
  font-weight: 900;
}
.m-movie__ttl em:before, .m-movie__ttl em:after {
  content: "";
  background: url("../img/ttl_wt.png");
  background-size: auto 100%;
  position: absolute;
}
.m-movie__ttl em:after {
  background-position: right;
}
.m-movie * {
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif;
  line-height: 1;
}
.m-movie__date {
  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-movie__date > div {
  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-movie__date > div p {
  line-height: 1;
  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-movie__date > div p + p:before {
  content: "▶︎";
  font-size: 50%;
  line-height: 1;
}
.m-movie__movie > * {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-movie__ttl {
    padding: 35px 0 40px;
  }
  .m-movie__ttl h2 {
    font-size: 57px;
    margin-bottom: 55px;
  }
  .m-movie__ttl em {
    font-size: 69px;
  }
  .m-movie__ttl em:before, .m-movie__ttl em:after {
    height: 70px;
    width: 100vw;
  }
  .m-movie__ttl em:before {
    left: calc(100% + 60px);
  }
  .m-movie__ttl em:after {
    right: calc(100% + 60px);
  }
  .m-movie__date {
    margin-top: 60px;
    font-size: 21px;
  }
  .m-movie__date div + div {
    margin-left: 55px;
  }
  .m-movie__date p:before {
    margin: 0 10px;
  }
  .m-movie__movie {
    padding: 110px 0;
  }
  .m-movie__movie > * {
    width: 890px;
  }
}
@media (max-width: 767px) {
  .m-movie__ttl {
    padding: 4.6666666667vw 0;
  }
  .m-movie__ttl h2 {
    font-size: 7.6vw;
    margin-bottom: 7.3333333333vw;
  }
  .m-movie__ttl em {
    font-size: 9.2vw;
  }
  .m-movie__ttl em:before, .m-movie__ttl em:after {
    height: 9.3333333333vw;
    width: 100vw;
  }
  .m-movie__ttl em:before {
    left: calc(100% + 8vw);
  }
  .m-movie__ttl em:after {
    right: calc(100% + 8vw);
  }
  .m-movie__date {
    margin-top: 8vw;
    font-size: 4.1333333333vw;
  }
  .m-movie__date div + div {
    margin-left: 7.3333333333vw;
  }
  .m-movie__date p:before {
    margin: 0 10px;
  }
  .m-movie__movie {
    padding: 6vw 0;
  }
  .m-movie__movie > * {
    width: 80vw;
  }
}

@media (min-width: 768px) {
  .m-game__wrap {
    min-height: 4760px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* 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: url("cursor.cur"), auto;
  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 {
  cursor: url("cursor.cur"), auto;
  -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;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -13.3333333333vw;
}

.slick-next {
  right: -13.3333333333vw;
}

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

.slick-prev,
.slick-next {
  z-index: 2;
}
.slick-prev::before,
.slick-next::before {
  background-size: cover;
  opacity: 1;
}
.slick-prev:after,
.slick-next:after {
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/slide_arw.png");
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
  }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 12.4vw;
    height: 12.4vw;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -5.3333333333vw;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 1.8666666667vw;
  border-radius: 50%;
  color: transparent;
}
.slick-dots li.slick-active button {
  background: #917934;
}/*# sourceMappingURL=style.css.map */