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

body.is-fixed {
  overflow: hidden;
}

body.--en {
  font-family: "stolzl", sans-serif;
  letter-spacing: normal;
}

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

.js-close,
.js-open,
.js-menu,
.js-modal {
  cursor: pointer;
}

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.6s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  transition: 0.6s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

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

.g-header__link.--disabled,
.m-nav__link.--disabled {
  pointer-events: none;
  opacity: 0.4;
}

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

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

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

  section {
    overflow: hidden;
  }
}

.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-image: url("../img/head_bg-3.jpg");
}

.g-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.g-header__lang a {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.g-header__lang a+a {
  border-left: 2px solid #fff;
}

.g-header__lang a.is-active {
  font-family: "Jost", sans-serif;
  font-weight: 800;
}

.g-header__logo,
.g-header__txt {
  position: absolute;
  text-align: center;
}

.g-header__txt {
  right: 0;
  left: 0;
  margin: 0 auto;
}

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

.g-header__btn span {
  background: #fff;
  display: block;
}

.g-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}

.g-header__list {
  position: fixed;
  right: 0;
  background-image: url("../img/lead_bg.jpg");
  background-size: cover;
  -webkit-transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  visibility: hidden;
  opacity: 0;
}

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

.g-header__menu {
  background: #fff;
  position: fixed;
  right: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.g-header__menu.--oly .g-header__items:nth-child(1) .g-header__link {
  color: #ac7d38;
}

.g-header__menu.--oly .g-header__items:nth-child(1) .g-header__link:before {
  border-color: #ac7d38;
}

.g-header__menu.--oly .g-header__items:nth-child(2) .g-header__link {
  color: #4f3a93;
}

.g-header__menu.--oly .g-header__items:nth-child(2) .g-header__link:before {
  border-color: #4f3a93;
}

.g-header__menu.--oly .g-header__items:nth-child(3) .g-header__link {
  color: #e83820;
}

.g-header__menu.--oly .g-header__items:nth-child(3) .g-header__link:before {
  border-color: #e83820;
}

.g-header__menu.--oly .g-header__items:nth-child(4) .g-header__link {
  color: #b89a00;
}

.g-header__menu.--oly .g-header__items:nth-child(4) .g-header__link:before {
  border-color: #b89a00;
}

.g-header__menu.--oly .g-header__items:nth-child(5) .g-header__link {
  color: #009a3e;
}

.g-header__menu.--oly .g-header__items:nth-child(5) .g-header__link:before {
  border-color: #009a3e;
}

.g-header__menu.--oly .g-header__items:nth-child(6) .g-header__link {
  color: #e83820;
}

.g-header__menu.--oly .g-header__items:nth-child(6) .g-header__link:before {
  border-color: #e83820;
}

.g-header__menu.--oly .g-header__items:nth-child(7) .g-header__link {
  color: #4f3a93;
}

.g-header__menu.--oly .g-header__items:nth-child(7) .g-header__link:before {
  border-color: #4f3a93;
}

.g-header__menu.--oly .g-header__items:nth-child(8) .g-header__link {
  color: #ac7d38;
}

.g-header__menu.--oly .g-header__items:nth-child(8) .g-header__link:before {
  border-color: #ac7d38;
}

.g-header__menu.--para .g-header__items:nth-child(1) .g-header__link {
  color: #e83820;
}

.g-header__menu.--para .g-header__items:nth-child(1) .g-header__link:before {
  border-color: #e83820;
}

.g-header__menu.--para .g-header__items:nth-child(2) .g-header__link {
  color: #b89a00;
}

.g-header__menu.--para .g-header__items:nth-child(2) .g-header__link:before {
  border-color: #b89a00;
}

.g-header__menu.--para .g-header__items:nth-child(3) .g-header__link {
  color: #e83820;
}

.g-header__menu.--para .g-header__items:nth-child(3) .g-header__link:before {
  border-color: #e83820;
}

.g-header__menu.--para .g-header__items:nth-child(4) .g-header__link {
  color: #b89a00;
}

.g-header__menu.--para .g-header__items:nth-child(4) .g-header__link:before {
  border-color: #b89a00;
}

.g-header__menu.--para .g-header__items:nth-child(5) .g-header__link {
  color: #ac7d38;
}

.g-header__menu.--para .g-header__items:nth-child(5) .g-header__link:before {
  border-color: #ac7d38;
}

.g-header__menu.--para .g-header__items:nth-child(6) .g-header__link {
  color: #c11920;
}

.g-header__menu.--para .g-header__items:nth-child(6) .g-header__link:before {
  border-color: #c11920;
}

.g-header__menu.--para .g-header__items:nth-child(7) .g-header__link {
  color: #3e3a39;
}

.g-header__menu.--para .g-header__items:nth-child(7) .g-header__link:before {
  border-color: #3e3a39;
}

.g-header__menu.--para .g-header__items:nth-child(8) .g-header__link {
  color: #ac7d38;
}

.g-header__menu.--para .g-header__items:nth-child(8) .g-header__link:before {
  border-color: #ac7d38;
}

.g-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

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

@media (min-width: 768px) {
  .g-header {
    height: 100px;
    padding-right: 80px;
    padding-left: 20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    /* background-position: left 320px center; */
    background-position: left 0px center;

  }

  .g-header__logo {
    margin: 0 auto;
    width: 63px;
    left: 243px;
  }

  .g-header__lang {
    right: 100px;
  }

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

  .g-header__btn {
    width: 100px;
    height: 100px;
    background: #000;
  }

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

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

  .g-header__items.--schedule img {
    width: 30px;
  }

  .g-header__items.--ticket img {
    width: 38px;
  }

  .g-header__items.--seat img {
    width: 35px;
  }

  .g-header__items.--buy img {
    width: 35px;
  }

  .g-header__items.--rule img {
    width: 35px;
  }

  .g-header__items.--faq img {
    width: 40px;
  }

  .g-header__items.--note img {
    width: 50px;
  }

  .g-header__items.--partner img {
    width: 45px;
  }

  .g-header__items.--info img {
    width: 45px;
  }

  .g-header__items:nth-child(n+2) {
    border-top: 2px solid #fff;
  }

  .g-header__link {
    font-size: 18px;
    padding: 20px 50px;
  }

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

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

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

@media (max-width: 990px) {
  .g-header {
    height: 100px;
    padding-right: 80px;
    padding-left: 20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    /* background-position: left 200px center; */
    background-position: left -145px center;
  }

  .g-header__logo {
    margin: 0 auto;
    width: 63px;
    left: 80px;
  }
}

@media (max-width: 767px) {
  .g-header {
    height: 13.3333333333vw;
    padding-right: 13.3333333333vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
    /* background-position: left 13.3333333333vw center; */
    background-position: left -30.666667vw center;

  }

  .g-header__logo {
    margin: 0 auto;
    width: 8.4vw;
    left: 2.4vw;
  }

  .g-header__txt {
    height: 9.6vw;
  }

  .g-header__lang {
    right: 14.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-header__lang a {
    font-size: 2.6666666667vw;
    padding: 0.6666666667vw;
    text-align: center;
  }

  .g-header__lang a+a {
    border: none;
    border-top: 2px solid #fff;
  }

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

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

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

  .g-header__items.--schedule img {
    width: 5.6vw;
  }

  .g-header__items.--ticket img {
    width: 8vw;
  }

  .g-header__items.--seat img {
    width: 6vw;
  }

  .g-header__items.--buy img {
    width: 6.4vw;
  }

  .g-header__items.--rule img {
    width: 6vw;
  }

  .g-header__items.--faq img {
    width: 7.4666666667vw;
  }

  .g-header__items.--note img {
    width: 8.8vw;
  }

  .g-header__items.--partner img {
    width: 7.6vw;
  }

  .g-header__items.--info img {
    width: 7.6vw;
  }

  .g-header__items:nth-child(n+2) {
    border-top: 0.2666666667vw solid #fff;
  }

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

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

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

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

.g-footer {
  background: #f4f4f4;
}

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

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

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

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

  .g-footer__sns {
    margin-bottom: 90px;
  }

  .g-footer__snsitems {
    margin: 0 29px;
    height: 30px;
  }

  .g-footer__items {
    margin: 0 48px;
  }

  .g-footer__items.--x {
    width: 47px;
  }

  .g-footer__items.--fb {
    width: 27px;
  }

  .g-footer__items.--ig {
    width: 53px;
  }

  .g-footer__items.--yt {
    width: 57px;
  }

  .g-footer__items.--tt {
    width: 46px;
  }

  .g-footer__logo {
    width: 287px;
    margin-bottom: 25px;
  }

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

@media (max-width: 767px) {
  .g-footer {
    padding: 12.6666666667vw 0 20.6666666667vw;
  }

  .g-footer__sns {
    margin-bottom: 12vw;
  }

  .g-footer__snsitems {
    margin: 0 6.4vw;
  }

  .g-footer__snsitems.--x {
    width: 6.2666666667vw;
  }

  .g-footer__snsitems.--fb {
    width: 3.6vw;
  }

  .g-footer__snsitems.--ig {
    width: 7.0666666667vw;
  }

  .g-footer__snsitems.--yt {
    width: 7.6vw;
  }

  .g-footer__snsitems.--tt {
    width: 6.1333333333vw;
  }

  .g-footer__logo {
    width: 68.6vw;
    margin-bottom: 4.6666666667vw;
  }

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

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

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

.g-secttl.--w h2 {
  color: #fff;
}

.g-secttl.--news h2,
.g-secttl.--news span {
  color: #000;
}

.g-secttl.--news.--para h2,
.g-secttl.--news.--para span {
  color: #e83820;
}

.g-secttl.--sports h2,
.g-secttl.--sports span {
  color: #4f3a93;
}

.g-secttl.--sports.--para h2,
.g-secttl.--sports.--para span {
  color: #b89a00;
}

.g-secttl.--ticket h2,
.g-secttl.--ticket span {
  color: #e83820;
}

.g-secttl.--howto h2,
.g-secttl.--howto span {
  color: #b89a00;
}

.g-secttl.--venue h2,
.g-secttl.--venue span {
  color: #fff;
}

.g-secttl.--faq h2,
.g-secttl.--faq span {
  color: #e83820;
}

.g-secttl.--partner h2,
.g-secttl.--partner span {
  color: #4f3a93;
}

.g-secttl.--partner.--para h2,
.g-secttl.--partner.--para span {
  color: #3e3a39;
}

.g-secttl h2 {
  color: #613f89;
  line-height: 1.0625;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.g-secttl span {
  display: block;
  line-height: 1;
  color: #917661;
  font-weight: 900;
}

@media (min-width: 768px) {
  .g-secttl h2 {
    font-size: 45px;
  }

  .g-secttl span {
    margin-top: 16px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .g-secttl h2 {
    font-size: 7.466666666666668vw;
  }

  .g-secttl span {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.parter-category {
  font-family: "stolzl", sans-serif;
  font-weight: bold;
  margin: 40px 0;
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  justify-content: center;
  /* 文字を中央寄せ */
}

.parter-category::before,
.parter-category::after {
  background-color: #000;
  /* 横線の色 */
  content: "";
  height: 2px;
  /* 横線の高さ */
  width: 100px;
  /* 横線の長さ */
}

.parter-category::before {
  margin-right: 15px;
  /* 文字との余白 */
}

.parter-category::after {
  margin-left: 15px;
  /* 文字との余白 */
}

@media (max-width: 767px) {
  .parter-category {
    font-family: "stolzl", sans-serif;
    font-weight: bold;
    margin: 40px 0;
    align-items: center;
    /* 横線を上下中央 */
    display: flex;
    /* 文字と横線を横並び */
    justify-content: center;
    /* 文字を中央寄せ */
  }

  .parter-category::before,
  .parter-category::after {
    background-color: #000;
    /* 横線の色 */
    content: "";
    height: 2px;
    /* 横線の高さ */
    width: 50px;
    /* 横線の長さ */
  }
}

.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;
  text-align: center;
  color: #fff;
  background: #323232;
  line-height: 1.3214285714;
  border-radius: 9999px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0 auto;
}

.g-btn.--att {
  background: #e60012;
}

@media (min-width: 768px) {
  .g-btn {
    width: 400px;
    height: 75px;
    margin-top: 35px;
    padding: 9px 20px 9px 9px;
    font-size: 18px;
  }

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

  .g-btn .--ticket {
    width: 91px;
    margin-right: 18px;
  }

  .g-btn .--blank {
    width: 62px;
    position: absolute;
    right: 9px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    width: 80%;
    height: 13.3333333333vw;
    margin-top: 4.6666666667vw;
    padding: 1.2vw 0 1.2vw 1.2vw;
    font-size: 3.7333333333vw;
  }

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

  .g-btn .--ticket {
    width: 12.1333333333vw;
    margin-right: 2.4vw;
  }

  .g-btn .--blank {
    width: 10.9333333333vw;
    position: absolute;
    right: 1.2vw;
  }
}

.m-kv {
  background: #543582;
}

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

@media (min-width: 768px) {
  .m-kv {
    padding-top: 100px;
    /* padding-bottom: 80px;
    background: none; */
  }
}

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

.m-lead:before {
  content: "";
  background-image: url("../img/lead_bg-pc.jpg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m-lead__txt {
  color: #fff;
  line-height: 1.7142857143;
  margin: 0 auto;
}

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

.m-lead__logo {
  text-align: center;
  margin: 0 auto;
}

.m-expo__word {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin-bottom: 5px;
  margin-top: 140px;
}

@media (min-width: 768px) {
  .m-lead {
    padding: 45px 110px 70px;
    bottom: -55px;
    margin-bottom: 25%;
  }

  .m-lead:before {
    height: 630px;
    bottom: 0px;
  }

  .m-lead__logo {
    margin: 0 auto 125px;
  }

  .m-lead__txt {
    font-size: 16px;
    padding: 0px 6.6666666667vw 170px;
    text-align: center;
    width: 100%;
  }

  .m-lead__txt h1 {
    display: block;
    font-size: 45px;
    font-family: "stolzl",
      sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 80px;
    line-height: 1;
  }

  .m-lead__txt strong {
    display: block;
    font-size: 16px;
    padding-bottom: 80px;
    padding-top: 10px;
  }

  .m-lead__txt p {
    margin: 0 auto;
    font-size: 16px;
    width: 60%;
    text-align-last: left;
  }

  .m-lead__img {
    position: absolute;
    bottom: -40%;
    left: 27.5%;
    width: 45%;
  }

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

  .m-expo__word {
    width: 60%;
    margin: 0 auto;
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 0;
  }

}

@media (max-width: 767px) {
  .m-lead {
    padding: 6vw 0 0;
    margin-bottom: 40%;
    overflow: visible;
  }

  .m-lead:before {
    height: 113.666667vw;
    background-position: center;
  }

  .--en .m-lead:before {
    height: 134.6666666667vw;
    background-position: center;
  }

  .m-lead__logo {
    width: 41.0666666667vw;
    margin: 0 auto 24.6666666667vw;
  }

  .m-lead__txt {
    font-size: 3.7333333333vw;
    padding: 0 6.6666666667vw 0vw;

    text-align: center;
    width: 100%;
  }

  .m-lead__txt h1 {
    display: block;
    font-size: 7.466666666666668vw;
    font-family: "stolzl",
      sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    padding-top: 50px;
  }

  .m-lead__txt strong {
    display: block;
    font-size: 3.7333333333vw;
    padding-bottom: 50px;
  }

  .m-lead__txt p {
    margin: 0 auto;
    font-size: 3.7333333333vw;
    width: 90%;
  }

  .m-lead__img {
    position: absolute;
    bottom: -23%;
    left: 10%;
    width: 80%;
  }

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

.m-banner__slide {
  margin: 0 auto;
}

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

.m-banner .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.m-banner .slick-dots button {
  background: #d4c8be;
}

.m-banner .slick-dots .slick-active button {
  background: #d32919;
}

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

  .m-banner__slide {
    width: 378px;
  }

  .m-banner__items {
    width: 100%;
    margin: 0 20px;
  }

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

  .m-banner .slick-arrow {
    width: 72px;
    height: 72px;
  }

  .m-banner .slick-arrow.slick-next {
    right: -132.5px;
  }

  .m-banner .slick-arrow.slick-prev {
    left: -132.5px;
  }

  .m-banner .slick-dots {
    bottom: -36px;
  }

  .m-banner .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

@media (max-width: 767px) {
  .m-banner {
    padding: 6.6666666667vw 0 9.3333333333vw;
  }

  .m-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .m-banner__slide {
    width: 72.6666666667vw;
  }

  .m-banner__items {
    margin: 0 2.6666666667vw;
  }

  .m-banner .slick-arrow {
    width: 9.6vw;
    height: 9.6vw;
  }

  .m-banner .slick-arrow.slick-next {
    right: -14.6666666667vw;
  }

  .m-banner .slick-arrow.slick-prev {
    left: -14.6666666667vw;
  }

  .m-banner .slick-dots {
    bottom: -4.8vw;
  }

  .m-banner .slick-dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 1.4666666667vw;
  }
}

.m-nav {
  background: url("../img/nav_bg.jpg");
  background-size: cover;
  background: #7f7f7f;
}

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

.m-nav__list:nth-child(1) .m-nav__items:nth-child(odd) {
  background: #fff;
}

.m-nav__list:nth-child(1) .m-nav__items:nth-child(even) {
  background: #eee;
}

.m-nav__list:nth-child(2) .m-nav__items:nth-child(odd) {
  background: #eee;
}

.m-nav__list:nth-child(2) .m-nav__items:nth-child(even) {
  background: #fff;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(1) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(1) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(2) .m-nav__link {
  color: #4f3a93;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(2) .m-nav__link:before {
  border-color: #4f3a93;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(3) .m-nav__link {
  color: #e83820;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(3) .m-nav__link:before {
  border-color: #e83820;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(4) .m-nav__link {
  color: #b89a00;
}

.m-nav__list.--oly:nth-child(1) .m-nav__items:nth-child(4) .m-nav__link:before {
  border-color: #b89a00;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(1) .m-nav__link {
  color: #009a3e;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(1) .m-nav__link:before {
  border-color: #009a3e;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(2) .m-nav__link {
  color: #e83820;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(2) .m-nav__link:before {
  border-color: #e83820;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(3) .m-nav__link {
  color: #4f3a93;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(3) .m-nav__link:before {
  border-color: #4f3a93;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(4) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--oly:nth-child(2) .m-nav__items:nth-child(4) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(1) .m-nav__link {
  color: #e83820;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(1) .m-nav__link:before {
  border-color: #e83820;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(2) .m-nav__link {
  color: #b89a00;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(2) .m-nav__link:before {
  border-color: #b89a00;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(3) .m-nav__link {
  color: #e83820;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(3) .m-nav__link:before {
  border-color: #e83820;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(4) .m-nav__link {
  color: #b89a00;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(4) .m-nav__link:before {
  border-color: #b89a00;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(5) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(5) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(6) .m-nav__link {
  color: #c11920;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(6) .m-nav__link:before {
  border-color: #c11920;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(7) .m-nav__link {
  color: #3e3a39;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(7) .m-nav__link:before {
  border-color: #3e3a39;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(8) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--para:nth-child(1) .m-nav__items:nth-child(8) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(1) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(1) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(2) .m-nav__link {
  color: #c11920;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(2) .m-nav__link:before {
  border-color: #c11920;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(3) .m-nav__link {
  color: #3e3a39;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(3) .m-nav__link:before {
  border-color: #3e3a39;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(4) .m-nav__link {
  color: #ac7d38;
}

.m-nav__list.--para:nth-child(2) .m-nav__items:nth-child(4) .m-nav__link:before {
  border-color: #ac7d38;
}

.m-nav__items span {
  font-weight: 700;
  line-height: 1.1;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-nav__link {
  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;
  width: 100%;
  height: 100%;
}

.m-nav__link:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

  .m-nav__items {
    width: 25%;
  }

  .m-nav__items.--schedule img {
    width: 42px;
  }

  .m-nav__items.--ticket img {
    width: 60px;
  }

  .m-nav__items.--seat img {
    width: 45px;
  }

  .m-nav__items.--buy img {
    width: 48px;
  }

  .m-nav__items.--rule img {
    width: 45px;
  }

  .m-nav__items.--faq img {
    width: 56px;
  }

  .m-nav__items.--note img {
    width: 66px;
  }

  .m-nav__items.--partner img {
    width: 57px;
  }

  .m-nav__items.--info img {
    width: 57px;
  }

  .m-nav__items span {
    font-size: 16px;
    min-height: 40px;
    margin-top: 20px;
  }

  .m-nav__link {
    height: 160px;
  }

  .m-nav__link:before {
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #e60012;
    border-right: 3px solid #e60012;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .m-nav__items {
    width: 25%;
  }

  .m-nav__items.--schedule img {
    width: 5.6vw;
  }

  .m-nav__items.--ticket img {
    width: 8vw;
  }

  .m-nav__items.--seat img {
    width: 6vw;
  }

  .m-nav__items.--buy img {
    width: 6.4vw;
  }

  .m-nav__items.--rule img {
    width: 6vw;
  }

  .m-nav__items.--faq img {
    width: 7.4666666667vw;
  }

  .m-nav__items.--note img {
    width: 8.8vw;
  }

  .m-nav__items.--partner img {
    width: 7.6vw;
  }

  .m-nav__items.--info img {
    width: 7.6vw;
  }

  .m-nav__items span {
    font-size: 2.6666666667vw;
    min-height: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }

  .m-nav__link {
    height: 25.3333333333vw;
  }

  .m-nav__link:before {
    width: 1.6vw;
    height: 1.6vw;
    border-bottom: 0.4vw solid #e60012;
    border-right: 0.4vw solid #e60012;
    bottom: 2vw;
  }
}



.m-howto__note {
  text-align: right;
  color: #d5b200;
}

.m-howto__items h3 {
  text-align: center;
}

.m-howto__items p {
  line-height: 1.6153846154;
}

.m-howto__items span {
  position: absolute;
  display: block;
  text-align: center;
  background: #d5b200;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-howto__items:nth-child(n+2):before {
  content: "";
  background-image: url("../img/arw_yl.png");
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-howto__items img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .m-howto {
    border: 5px solid #ac7d38;
    border-radius: 16px;
    width: 1000px;
    margin: 35px auto 80px;
    padding: 50px 0 65px;
  }

  .m-howto__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }

  .m-howto__note {
    font-size: 10px;
    top: -130px;
    right: 40px;
  }

  .m-howto__items {
    width: 240px;
    margin: 0px 15px;
  }

  .m-howto__items:nth-child(n+4) {
    margin-top: 60px;
  }

  .m-howto__items img {
    margin-bottom: 15px;
  }

  .m-howto__items h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .m-howto__items p {
    font-size: 14px;
    padding: 0 10px;
  }

  .m-howto__items span {
    width: 60px;
    height: 60px;
    font-size: 44px;
    top: -5px;
    left: -5px;
  }

  .m-howto__items:nth-child(n+2):before {
    width: 22px;
    height: 35px;
    top: 90px;
    right: auto;
    left: -24px;
  }

  .m-howto__items:nth-child(4):before {
    content: none;
  }
}

@media (max-width: 767px) {
  .m-howto {
    border: 1.0666666667vw solid #b89a00;
    border-radius: 2.1333333333vw;
    width: 90.6666666667vw;
    margin: 4.6666666667vw auto 5.3333333333vw;
    padding: 6.6666666667vw 0 8.6666666667vw;
  }

  .m-howto__note {
    margin-top: 9.3333333333vw;
    margin-bottom: 2vw;
    font-size: 2.9333333333vw;
    padding-right: 2vw;
  }

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

  .m-howto__items img {
    margin-bottom: 3.3333333333vw;
  }

  .m-howto__items h3 {
    font-size: 6.1333333333vw;
    margin-bottom: 4.6666666667vw;
  }

  .m-howto__items p {
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
  }

  .m-howto__items span {
    height: 16.9333333333vw;
    min-width: 16.9333333333vw;
    font-size: 12.4vw;
    top: -6.6666666667vw;
    left: 4vw;
    top: 0;
    left: 13.3333333333vw;
  }

  .m-howto__items:before {
    width: 5.8666666667vw;
    height: 9.6vw;
    top: -13.3333333333vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.m-partner {
  background: #ebe6e2;
  overflow: visible;
  margin: 0 auto;
  background: url("../img/partner_bg.jpg");
}

.m-partner.--para {
  background: url("../img/partner_para_bg.jpg");
}

.m-partner__box em {
  background: #613f89;
  border-radius: 0 9999px 9999px 0;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
}

.m-partner__box em span {
  color: #e60012;
}

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

.m-partner__list {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-partner__list li {
  text-align: center;
  background: #fff;
}

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

.m-partner__list li span {
  display: block;
  text-align: center;
  color: #000;
}

.m-partner__list a {
  color: #000;
  font-weight: 800;
  display: block;
}

@media (min-width: 768px) {
  .m-partner {
    padding: 50px 0 75px;
    background-size: 480px;
  }

  .m-partner__wrap {
    width: 1000px;
    border-radius: 16px;
    padding: 40px 0 60px;
  }

  .m-partner__box em {
    padding-left: 180px;
    padding-right: 50px;
    height: 46px;
    font-size: 22px;
    z-index: 1;
  }

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

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

  .m-partner__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 900px;
    margin-top: 10px;
  }

  .m-partner__list.--para {
    width: 800px;
  }

  .official-partner {
    width: 700px;
  }

  .m-partner__list.official-partner .m-partner__items {
    width: calc(171px * .8);
  }

  .m-partner__list .m-partner__items.--toyota {
    width: calc(171px * 1.1);
  }

  .m-partner__list .m-partner__items.--canon {
    width: calc(136.8px * 1.05);
  }

  .m-partner__list li a {
    font-size: 16px;
  }

  .m-partner__list.--01 {
    width: 600px;
    margin-top: 45px;
    margin-top: -28px;
  }

  .m-partner__list.--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
  }

  .m-partner__list.--02 li {
    width: 225px;
    margin: 0 5px;
  }

  .m-partner__list.--03 {
    margin-top: 45px;
  }

  .m-partner__list.--03 li {
    width: 135px;
    margin: 0 15px;
  }

  .m-partner__list.--04 {
    width: 900px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }

  .m-partner__list.--04 li {
    min-width: 300px;
  }

  .m-partner__list.--04 li:nth-child(n+4) {
    margin-top: 30px;
  }

  .m-partner__items {
    width: 171px;
    margin: 20px 22px;
  }

  /* .m-partner__items:nth-child(n+5) {
    margin-top: 45px;
  } */
  .m-partner__items span {
    font-size: 14px;
    margin-top: 12px;
  }

  .m-partner__items.--yude {
    height: 73px;
  }
}

@media (max-width: 767px) {
  .m-partner {
    padding: 6.6666666667vw 0 10vw;
    background-size: 64vw;
  }

  .m-partner__wrap {
    width: 90%;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 0 8vw;
    margin-top: 6.6666666667vw;
  }

  .m-partner__box em {
    padding-left: 24vw;
    padding-right: 6.6666666667vw;
    height: 6.1333333333vw;
    font-size: 2.9333333333vw;
    z-index: 1;
  }

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

  .m-partner__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    margin-top: 6.6666666667vw;
    padding: 0 1.5vw;
  }

  .m-partner__list li a {
    font-size: 2.6666666667vw;
  }

  .m-partner__items {
    width: 31.8666666667vw;
    margin: 0 4vw;
  }

  .m-partner__items.--toyota {
    width: calc(31.8666666667vw * 1.1);
  }

  .m-partner__items:nth-child(n+3) {
    margin-top: 6vw;
  }

  .m-partner__items span {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }

  .m-partner__list.official-partner .m-partner__items {
    width: calc(31.8vw * .8);
  }

  .m-partner__list.official-partner .m-partner__items.--canon {
    width: calc((95/375*100vw) * 1.05);
  }
}

.m-info {
  background: #ac7d38;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  margin: 0 auto;
}

.m-info a {
  color: #fff;
}

.m-info__txt h2 {
  border-bottom: 2px solid #fff;
  line-height: 1;
}

.m-info__txt>a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .m-info {
    width: 1000px;
    border-radius: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 65px 0 55px;
    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-info__logo {
    margin-right: 100px;
  }

  .m-info__txt h2 {
    font-size: 23px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

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

  .m-info__txt>a {
    font-size: 41px;
  }

  .m-info__txt span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .m-info {
    width: 90%;
    border-radius: 2.1333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    padding: 5.3333333333vw 7.3333333333vw 6.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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-info__logo {
    width: 61.8666666667vw;
    margin-left: 0;
    margin-bottom: 3.7333333333vw;
  }

  .m-info__txt {
    text-align: left;
  }

  .m-info__txt h2 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .m-info__txt p {
    font-size: 3.4666666667vw;
  }

  .m-info__txt>a {
    font-size: 8.5333333333vw;
  }

  .m-info__txt span {
    font-size: 3.4666666667vw;
    display: block;
  }

  .m-info__txt small {
    display: block;
    margin-left: 16vw;
  }
}

.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__box {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-height: 75vh;
  overflow: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

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

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

.m-modal__txt {
  border-top: 2px solid #e83820;
  line-height: 1.5;
}

.m-modal__txt strong {
  font-family: "Jost", sans-serif;
}

.m-modal__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background: #e83820;
  bottom: 5vh;
  z-index: 100;
}

.m-modal__btn {
  color: #fff;
  background: #e83820;
  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__ttl {
  text-align: center;
  font-weight: 700;
}

.m-modal__img {
  overflow: hidden;
  text-align: center;
}

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

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

  .m-modal__box {
    padding: 20px;
  }

  .m-modal__img {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
  }

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

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

  .m-modal__close {
    font-size: 18px;
    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__ttl {
    font-size: 18px;
    margin: 24px 0;
  }
}

@media (max-width: 767px) {
  .m-modal__box {
    width: 93.3333333333vw;
    padding: 2vw 2vw 5.3333333333vw;
  }

  .m-modal__txt {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    padding-top: 1.3333333333vw;
  }

  .m-modal__close {
    font-size: 3.2vw;
    padding: 2vw 2.6666666667vw;
  }

  .m-modal__btn {
    width: 26vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
    margin-top: 6.6666666667vw;
    border-radius: 0.8vw;
  }

  .m-modal__btn span {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 1.2vw;
  }

  .m-modal__btn span:before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-width: 0.2666666667vw;
    left: -0.1333333333vw;
  }

  .m-modal__btn span:after {
    width: 1.3333333333vw;
    height: 0.2666666667vw;
  }

  .m-modal__ttl {
    font-size: 3.4666666667vw;
    margin: 3.2vw 0;
  }
}

.m-fixed {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  font-weight: 700;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e83820;
  overflow: visible;
}

.m-fixed__banner {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
}

.m-fixed__top {
  margin-left: auto;
  margin-right: 0;
}

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

.m-fixed__top {
  display: block;
  right: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .m-fixed {
    height: 100px;
  }

  .m-fixed__banner {
    left: 0;
    right: 0;
  }

  .m-fixed__banner.--oly {
    width: 495px;
  }

  .m-fixed__banner.--para {
    width: 491px;
  }

  .m-fixed__top {
    height: 100px;
  }
}

@media (max-width: 767px) {

  .m-fixed,
  .m-fixed__top {
    height: 21.3333333333vw;
  }

  .m-fixed__banner.--oly {
    width: 78vw;
    left: 0.6666666667vw;
  }

  .m-fixed__banner.--para {
    width: 76.1333333333vw;
    left: 1.8666666667vw;
  }

  .m-fixed__btn {
    width: 90.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.m-sports__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.m-sports__list.--disabled .m-sports__link {
  pointer-events: none;
}

.m-sports__list.--disabled .m-sports__link:before,
.m-sports__list.--disabled .m-sports__link:after {
  content: none;
}

.m-sports__items {
  overflow: hidden;
  background-image: url("../img/bg.jpg");
}

.m-sports__items:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.m-sports__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.m-sports__link:before,
.m-sports__link:after {
  content: "";
  position: absolute;
}

.m-sports__link:before {
  border-radius: 50%;
}

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

.m-sports__link p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.1538461538;
  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-sports__icon {
  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;
}

@media (min-width: 768px) {
  .m-sports__list {
    /* width: 942px; */
    width: 1062px;
    margin: 40px auto 65px;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+1):nth-of-type(-n+6):before {
    background: #c11920;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+1):nth-of-type(-n+6) .m-sports__link:before {
    background: #ee781f;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+7):nth-of-type(-n+12):before {
    background: #e83820;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+7):nth-of-type(-n+12) .m-sports__link:before {
    background: #c11920;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+13):nth-of-type(-n+18):before {
    background: #ee781f;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+13):nth-of-type(-n+18) .m-sports__link:before {
    background: #e83820;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+19):nth-of-type(-n+24):before {
    background: #d18e04;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+19):nth-of-type(-n+24) .m-sports__link:before {
    background: #fdd108;
  }

  .m-sports__items {
    width: 145px;
    height: 145px;
    border-radius: 14px;
    margin: 0 16px;
  }

  .m-sports__items {
    background-size: calc(145*4px) calc(145*4px);
  }

  .m-sports__items:nth-child(n+7) {
    margin-top: 30px;
  }

  .m-sports__items:nth-child(1n) {
    background-position: 0px 0px;
  }

  .m-sports__items:nth-child(2n) {
    background-position: -122.5px 0px;
  }

  .m-sports__items:nth-child(3n) {
    background-position: -245px 0px;
  }

  .m-sports__items:nth-child(4n) {
    background-position: -367.5px 0px;
  }

  .m-sports__items:nth-child(5n) {
    background-position: 0px -122.5px;
  }

  .m-sports__items:nth-child(6n) {
    background-position: -122.5px -122.5px;
  }

  .m-sports__items:nth-child(7n) {
    background-position: -245px -122.5px;
  }

  .m-sports__items:nth-child(8n) {
    background-position: -367.5px -122.5px;
  }

  .m-sports__items:nth-child(9n) {
    background-position: 0px -245px;
  }

  .m-sports__items:nth-child(10n) {
    background-position: -122.5px -245px;
  }

  .m-sports__items:nth-child(11n) {
    background-position: -245px -245px;
  }

  .m-sports__items:nth-child(12n) {
    background-position: -367.5px -245px;
  }

  .m-sports__items:nth-of-type(n+1):nth-of-type(-n+6):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+1):nth-of-type(-n+6) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+7):nth-of-type(-n+12):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+7):nth-of-type(-n+12) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+13):nth-of-type(-n+18):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+13):nth-of-type(-n+18) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+19):nth-of-type(-n+24):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+19):nth-of-type(-n+24) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+25):nth-of-type(-n+30):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+25):nth-of-type(-n+30) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items:nth-of-type(n+31):nth-of-type(-n+36):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+31):nth-of-type(-n+36) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+37):nth-of-type(-n+42):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+37):nth-of-type(-n+42) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+43):nth-of-type(-n+48):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+43):nth-of-type(-n+48) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+49):nth-of-type(-n+54):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+49):nth-of-type(-n+54) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+55):nth-of-type(-n+60):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+55):nth-of-type(-n+60) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items p {
    font-size: 12px;
    letter-spacing: -.05em;
    min-height: 32px;
  }

  .m-sports__link:before {
    width: 65px;
    height: 65px;
    bottom: -33px;
    right: -33px;
    background: #000;
  }

  .m-sports__link:after {
    width: 10px;
    height: 11px;
    bottom: 9px;
    right: 9px;
  }

  .m-sports__icon {
    min-height: 51px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .m-sports__list {
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 8.6666666667vw;
    justify-content: center;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+1):nth-of-type(-n+3):before {
    background: #c11920;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+1):nth-of-type(-n+3) .m-sports__link:before {
    background: #ee781f;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+4):nth-of-type(-n+6):before {
    background: #e83820;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+4):nth-of-type(-n+6) .m-sports__link:before {
    background: #c11920;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+7):nth-of-type(-n+9):before {
    background: #ee781f;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+7):nth-of-type(-n+9) .m-sports__link:before {
    background: #e83820;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+10):nth-of-type(-n+12):before {
    background: #d18e04;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+10):nth-of-type(-n+12) .m-sports__link:before {
    background: #fdd108;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+13):nth-of-type(-n+15):before {
    background: #fabe00;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+13):nth-of-type(-n+15) .m-sports__link:before {
    background: #d18e04;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+16):nth-of-type(-n+18):before {
    background: #c11920;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+16):nth-of-type(-n+18) .m-sports__link:before {
    background: #ee781f;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+19):nth-of-type(-n+21):before {
    background: #e83820;
  }

  .m-sports__list.--para .m-sports__items:nth-of-type(n+19):nth-of-type(-n+21) .m-sports__link:before {
    background: #c11920;
  }

  .m-sports__items {
    width: 40vw;
    height: 40vw;
    border-radius: 1.8666666667vw;
    margin: 0 2vw;
  }

  .m-sports__items:nth-child(n+3) {
    margin-top: 4vw;
  }

  .m-sports__items:nth-child(1n) {
    background-position: 0px 0px;
  }

  .m-sports__items:nth-child(2n) {
    background-position: -122.5px 0px;
  }

  .m-sports__items:nth-child(3n) {
    background-position: -245px 0px;
  }

  .m-sports__items:nth-child(4n) {
    background-position: -367.5px 0px;
  }

  .m-sports__items:nth-child(5n) {
    background-position: 0px -122.5px;
  }

  .m-sports__items:nth-child(6n) {
    background-position: -122.5px -122.5px;
  }

  .m-sports__items:nth-child(7n) {
    background-position: -245px -122.5px;
  }

  .m-sports__items:nth-child(8n) {
    background-position: -367.5px -122.5px;
  }

  .m-sports__items:nth-child(9n) {
    background-position: 0px -245px;
  }

  .m-sports__items:nth-child(10n) {
    background-position: -122.5px -245px;
  }

  .m-sports__items:nth-child(11n) {
    background-position: -245px -245px;
  }

  .m-sports__items:nth-child(12n) {
    background-position: -367.5px -245px;
  }

  .m-sports__items:nth-of-type(n+1):nth-of-type(-n+2):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+1):nth-of-type(-n+3) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+3):nth-of-type(-n+4):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+4):nth-of-type(-n+6) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+5):nth-of-type(-n+6):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+7):nth-of-type(-n+9) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+7):nth-of-type(-n+8):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+10):nth-of-type(-n+12) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+9):nth-of-type(-n+10):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+13):nth-of-type(-n+15) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items:nth-of-type(n+11):nth-of-type(-n+12):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+16):nth-of-type(-n+18) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+13):nth-of-type(-n+14):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+19):nth-of-type(-n+21) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+15):nth-of-type(-n+16):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+22):nth-of-type(-n+24) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+17):nth-of-type(-n+18):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+25):nth-of-type(-n+27) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+19):nth-of-type(-n+20):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+28):nth-of-type(-n+30) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items:nth-of-type(n+21):nth-of-type(-n+22):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+31):nth-of-type(-n+33) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+23):nth-of-type(-n+24):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+34):nth-of-type(-n+36) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+25):nth-of-type(-n+26):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+37):nth-of-type(-n+39) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+27):nth-of-type(-n+28):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+40):nth-of-type(-n+42) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+29):nth-of-type(-n+30):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+43):nth-of-type(-n+45) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items:nth-of-type(n+31):nth-of-type(-n+32):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+46):nth-of-type(-n+48) .m-sports__link:before {
    background: #ef7d44;
  }

  .m-sports__items:nth-of-type(n+33):nth-of-type(-n+34):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+49):nth-of-type(-n+51) .m-sports__link:before {
    background: #8972b2;
  }

  .m-sports__items:nth-of-type(n+35):nth-of-type(-n+36):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+52):nth-of-type(-n+54) .m-sports__link:before {
    background: #81ba6f;
  }

  .m-sports__items:nth-of-type(n+37):nth-of-type(-n+38):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+55):nth-of-type(-n+57) .m-sports__link:before {
    background: #e7d16c;
  }

  .m-sports__items:nth-of-type(n+39):nth-of-type(-n+40):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+58):nth-of-type(-n+60) .m-sports__link:before {
    background: #e1c085;
  }

  .m-sports__items:nth-of-type(n+41):nth-of-type(-n+42):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+43):nth-of-type(-n+44):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+45):nth-of-type(-n+46):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+47):nth-of-type(-n+48):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+49):nth-of-type(-n+50):before {
    background: #c28e46;
  }

  .m-sports__items:nth-of-type(n+51):nth-of-type(-n+52):before {
    background: #e83820;
  }

  .m-sports__items:nth-of-type(n+53):nth-of-type(-n+54):before {
    background: #4f3a93;
  }

  .m-sports__items:nth-of-type(n+55):nth-of-type(-n+56):before {
    background: #009a3e;
  }

  .m-sports__items:nth-of-type(n+57):nth-of-type(-n+58):before {
    background: #d5b200;
  }

  .m-sports__items:nth-of-type(n+59):nth-of-type(-n+50):before {
    background: #c28e46;
  }

  .m-sports__items p {
    font-size: 2.9333333333vw;
    min-height: 8vw;
  }

  .m-sports__link:before {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    bottom: -8.2666666667vw;
    right: -8.2666666667vw;
    background: #000;
  }

  .m-sports__link:after {
    width: 2.2666666667vw;
    height: 2.4vw;
    bottom: 1.6vw;
    right: 1.6vw;
  }

  .m-sports__icon {
    min-height: 9.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.m-venue {
  background: url("../img/venue_bg.jpg");
}

.m-venue.--para {
  background: url("../img/venue_para_bg.jpg");
}

.m-venue__pct {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-venue {
    padding: 40px 0 60px;
    background-size: 480px;
  }

  .m-venue__pct {
    width: 1000px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .m-venue {
    padding: 5.3333333333vw 0 8vw;
    background-size: 480px;
  }

  .m-venue__pct {
    overflow: scroll;
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }

  .m-venue__pct img {
    width: 1000px;
    max-width: none;
    max-height: none;
  }
}

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

.m-news.--para .m-news__list {
  border-top: 2px solid #e83820;
}

.m-news.--para .m-news__items {
  border-bottom: 2px solid #e83820;
}

.m-news.--para .m-news__date {
  color: #e83820;
}

.m-news__list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}

.m-news__items:last-child {
  border-bottom: none;
}

.m-news__list a {
  text-decoration: underline;
}

.m-news__items {
  border-bottom: 1px solid #000;
}

.m-news__link {
  display: block;
}

.m-news__date-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.m-news__date {
  color: #ac7d38;
  display: block;
  font-weight: 700;
  font-family: "Jost",
    sans-serif;
}

.m-news__tag {
  display: block;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-left: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 2.9vw;
}

.m-news__tag.red {
  background: #e83820;
  color: #fff;
}

.m-news__tag.purple {
  background: #4f3a93;
  color: #fff;
}

.m-news__btn-wrap {
  width: 90%;
  margin: 0 auto;
}

.m-news__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  text-align: center;
  padding: 7px 15px;
  background: #4f3a93;
  color: #fff;
  font-weight: 500;
  border-radius: 25px;
  font-size: 3.7333333333vw;
  margin-left: auto;
}

.m-news__btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/rigth_arrow.png) no-repeat center center;
  background-size: 50% 60%;
}

.m-news__txt {
  line-height: 1.5714285714;
  color: #000;
}

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

  .m-news__list {
    width: 1000px;
    margin: 30px auto 30px;
    width: 50%;
  }

  .m-news__date {
    margin-bottom: 5px;
  }

  .m-news__tag {
    font-size: 11px;
  }

  .m-news__link {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }

  .m-news__btn-wrap {
    width: 50%;
    margin: 0 auto;
  }

  .m-news__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    text-align: center;
    padding: 7px 15px;
    background: #4f3a93;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    font-size: 14px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  /* .m-news {
    margin-top: 30vw;
  } */

  .m-news__list {
    width: 90%;
    margin: 4vw auto 2.6666666667vw;
  }

  .m-news__link {
    padding: 4vw 3.3333333333vw 4.6666666667vw;
  }
}

/* @media (min-width: 425px) {
  .m-news {
    margin-top: 40vw;
  }
}

@media (min-width: 600px) {
  .m-news {
    margin-top: 60vw;
  }
}

@media (min-width: 800px) {
  .m-news {
    margin-top: 20vw;
  }
} */

/* 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: block;
  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: 100%;
  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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* 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;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.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-arrow {
  z-index: 1000;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

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

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

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


.m-expo {
  background: url("../img/expo_bg.jpg") no-repeat top center;
  background-size: contain;
  background-size: 100% auto;
  /* height: 930px; */
  margin-top: 50px;
  padding-bottom: 50px;
}

.m-expo P {
  display: block;
  padding: 20px 20px;
  width: 100%;
  text-align-last: left;
  line-height: 2.2;
  font-size: 4.266666666666667vw;
  background-color: rgba(79, 58, 147, 0.5);
  color: #fff;
  /* margin-top: 140px; */
}

@media (min-width: 768px) {
  .m-expo {
    background: url("../img/expo_bg-pc02.jpg") no-repeat top center;
    background-size: contain;
    background-size: 100% auto;
    /* height: 700px; */
    margin-top: 50px;
    padding-bottom: 0px;
  }

  .m-expo P {
    margin-top: 0;
    width: 60%;
    margin: 0 auto;
    line-height: 2.5;
    font-size: 20px;
    padding: 40px 40px;
  }
}


.m-ticket {
  background: #241a42;
  padding: 0;
  padding-bottom: 10.3333333333vw;
  margin: 0 auto;
  width: 100%;
  /* margin-topは調整用 */
  /* margin-top: 50px; */
}

/* .m-ticket.--en {
  margin-top: -195px;
} */

/* タブ */
.m-ticket__tabs {
  display: flex;
  gap: 5px;
  padding: 0;
  width: 97%;
  margin: 0 auto;
}

.m-ticket__tab {
  flex: 1;
  padding: 4vw 2vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  transition: all 0.3s ease;
}

/* 各タブの背景色 */
.m-ticket__tab[data-tab="venue"] {
  background: #2d2184;
}

.m-ticket__tab[data-tab="goods"] {
  background: #654d9d;
}

.m-ticket__tab[data-tab="city"] {
  background: #8972b2;
}

/* コンテンツエリア */
.m-ticket__content {
  display: none;
  background-image: url("../img/ticket_content_bg.png");
  background-size: cover;
  background-position: center;
  padding: 4.6666666667vw;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 97%;
  margin: 0 auto;
}

/* 各コンテンツエリアの背景色 */
.m-ticket__content[data-content="venue"] {
  background-color: #2d2184;
}

.m-ticket__content[data-content="goods"] {
  background-color: #654d9d;
}

.m-ticket__content[data-content="city"] {
  background: #8972b2;
}

.m-ticket__content.is-active {
  display: block;
  opacity: 1;
}

/* 会場で楽しむ - パッケージ */
.m-ticket__package {
  background: #7a62a9;
  border-radius: 2.1333333333vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
  overflow: hidden;

}

.m-ticket__package-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.m-ticket__package-title-wrap.first {
  background-image: url("../img/ticket-bg01.png");
  background-size: cover;
}

.m-ticket__package-title-wrap.second {
  background-image: url("../img/ticket-bg02.png");

}

.m-ticket__package-title-wrap.third {
  background-image: url("../img/ticket-bg03.png");
}

.m-ticket__package-title {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 800;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 4vw;
}

.m-ticket__package-subtitle {
  color: #b39428;
  font-size: 3.7333333333vw;
  font-weight: 500;
  margin-bottom: 4vw;
}

.m-ticket__package-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  margin-bottom: 4vw;
  margin-top: 4vw;
  padding: 0 5.3333333333vw;
}

.m-ticket__package-icons img {
  width: 8vw;
  height: 8vw;
}

.m-ticket__package-plus {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 300;
}

.m-ticket__package-divider {
  height: 0.2666666667vw;
  background: #ffd700;
  margin: 4vw 0;
  width: 95%;
  margin: 0 auto;
}

.m-ticket__package-text {
  display: block;
  color: #fff;
  padding: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  font-size: 4.266666666666667vw;
  font-weight: 700;
  line-height: 1.8;
}

.m-ticket__package:first-child .m-ticket__package-text {
  padding-bottom: 1.3333333333vw;
}

.m-ticket__package-note {
  color: #fff;
  font-size: 3.6vw;
  line-height: 1.6;
  padding: 0 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}

/* 記念グッズ */
.m-ticket__goods-intro {
  color: #fff;
  margin-bottom: 6vw;
  text-align: left;
  font-size: 4.266666666666667vw;
  font-weight: 700;
  line-height: 1.8;
}

.m-ticket__goods-header {
  background: #715a9f;
  background-image: url("../img/goods_header_bg.png");
  background-size: cover;
  padding: 5vw;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  text-align: center;
}

.m-ticket__goods-title {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 800;
}

.m-ticket__goods-container {
  display: flex;
  margin-bottom: 6vw;
}

.m-ticket__goods-item:last-child {
  border-radius: 0 0 2.1333333333vw 0;
  position: relative;
}

.m-ticket__goods-item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.3333333333vw;
  bottom: 5.3333333333vw;
  width: 1px;
  background-color: #d5b200;
}

.m-ticket__goods-item:first-child {
  border-radius: 0 0 0 2.1333333333vw;
}

.m-ticket__goods-item {
  background: #4f3a93;
  padding: 7.5vw 3.5vw;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.m-ticket__goods-subtitle {
  color: #d5b200;
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 3.3333333333vw;
  text-align: center;
}

.m-ticket__goods-text {
  color: #fff;
  font-size: 3.733333333333334vw;
  line-height: 1.7;
  margin-bottom: 4vw;
  text-align: left;
  font-weight: 600;
}

.m-ticket__goods-image {
  background: #9e9e9e;
  text-align: center;
  margin-top: auto;
}

.m-ticket__goods-image img {
  width: 100%;
}

/* 街で楽しむ */
.m-ticket__content[data-content="city"] .m-ticket__package {
  background: #2d2184;
}

.m-ticket__content[data-content="city"] .m-ticket__package-text {
  text-align: left;
  padding-bottom: 5.3333333333vw;
}

.m-ticket__package-coming {
  text-align: center;
  font-size: 5.333333333333334vw;
  font-weight: 700;
  color: #be9e16;
  padding: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}


/* 購入ボタン */
.m-ticket__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #7761a8;
  font-size: 4.266666666666667vw;
  font-weight: 700;
  padding: 3.7333333333vw 8vw;
  border-radius: 9999px;
  margin: 5vw auto 1vw;
  width: 90%;
  max-width: 80vw;
  position: relative;
  text-decoration: none;
}

.m-ticket__btn span {
  flex: 1;
  text-align: center;
}

.m-ticket__btn:after {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  background-image: url("../img/arrow_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.3333333333vw;
}

@media (min-width: 767px) {
  .m-ticket {
    width: 100%;
    padding-bottom: 2.333333vw;
    margin-top: 0;
  }

  .m-ticket.--en {
    margin-top: 0px;
  }

  .m-ticket__tab {
    font-size: 24px;
    padding: 1.2vw 1vw;
    border-radius: 1vw 1vw 0 0;
  }

  .m-ticket__tabs {
    width: 52%;

  }

  .m-ticket__content {
    padding: 2.5vw;
    padding-top: 2vw;
    padding-bottom: 0.5vw;
    border-radius: 0;
  }

  .m-ticket__content.is-active {
    width: 52%;
    padding: 2.5vw;
    padding-top: 2vw;
    padding-bottom: 0.5vw;
  }

  .m-ticket__package-title {
    font-size: 36px;
    margin-top: 10px;
  }

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

  .m-ticket__package-subtitle {
    font-size: 18px;
    margin-bottom: 1vw;
  }

  .m-ticket__package-icons {
    margin-bottom: 1vw;
    margin-top: 1vw;
  }

  .m-ticket__package-icons img {
    width: 3vw;
    height: 3vw;
  }

  .m-ticket__package-plus {
    font-size: 2.333333vw;
  }

  .m-ticket__package:first-child .m-ticket__package-text {
    padding-bottom: 1.5vw;
  }

  .m-ticket__package-text {
    padding: 1.333333vw;
    font-size: 20px;
  }

  .m-ticket__package-note {
    font-size: 16px;
    padding-bottom: 2vw;
  }

  .m-ticket__goods-container {
    margin-bottom: 0;
  }

  .m-ticket__goods-intro {
    display: block;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .m-ticket__goods-title {
    font-size: 36px;
    padding: 1vw 0;
  }

  .m-ticket__goods-header {
    padding: 0;
  }

  .m-ticket__goods-subtitle {
    font-size: 1.7vw;
    margin-bottom: 1.3vw;
  }

  .m-ticket__goods-item {
    padding: 1.5vw 1.8vw;
  }

  .m-ticket__goods-text {
    font-size: 16px;
    margin-bottom: 1.3vw;
  }

  .m-ticket__goods-item:last-child::before {
    top: 1vw;
    bottom: 1vw;
  }

  .m-ticket__goods-item:first-child {
    border-radius: 0 0 0 1.3vw;
  }

  .m-ticket__goods-item:last-child {
    border-radius: 0 0 1.3vw 0;

  }

  .m-ticket__package-coming {
    font-size: 36px;
    padding: 1.3vw;
    padding-bottom: 1.3vw;
  }
}

/* テーブルセクション */
.m-table {
  background: #241a42;
  padding: 0 7px 10vw;
  width: 100%;
}

.m-table__content {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  color: #fff;
  background: transparent;
}

.m-table__content th,
.m-table__content td {
  border: 1px solid #fff;
  padding: 2vw;
  text-align: center;
  font-weight: 500;
  font-size: 3.3vw;
  line-height: 1.4;
}

.m-table__content.--en th,
.m-table__content.--en td {
  font-size: 2.8vw;
}

.m-table__content tbody td {
  border-top: none;
  border-bottom: none;
}

.m-table__content tbody tr:last-child td {
  border-bottom: 1px solid #fff;
}

.m-table__header-left {
  background: #382a5c;
  font-weight: 700;
  font-size: 4vw;
  vertical-align: middle;
  text-align: left !important;
  padding-left: 4vw;
  padding-left: 3.3333333333vw !important;
}

.m-table__header-right {
  background: #382a5c;
  font-weight: 700;
  font-size: 4vw;
  padding: 2.6666666667vw;
}

.m-table__sub-header {
  background: #4a3875;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3;
  padding: 2.6666666667vw 1.3333333333vw;
}

.m-table__content .m-table__sport {
  background: #241a42;
  text-align: left !important;
  font-weight: 700;
  padding-left: 3.3333333333vw;
}

.m-table__content .m-table__sport span {
  font-size: 3.2vw;
  font-weight: 400;
  opacity: 0.9;
}

.m-table__check {
  font-size: 5.3333333333vw;
  font-weight: 400;
}

.m-table__content tbody tr:nth-child(even) .m-table__check,
.m-table__content tbody tr:nth-child(even) .m-table__empty {
  background: #4a3875;
}

.m-table__content tbody tr:nth-child(even) .m-table__sport {
  background: #241a42;
}

.m-table__content tbody tr:nth-child(odd) .m-table__check,
.m-table__content tbody tr:nth-child(odd) .m-table__empty {
  background: #3a3155;
}

.m-table__content tbody tr:nth-child(odd) .m-table__sport {
  background: #3a3155;
}

.m-table__note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-size: 3.3vw;
  line-height: 1.7;
  margin-top: 4vw;
  text-align: left;
  font-weight: 200;
  padding-left: 1em;
  text-indent: -1em;
}

.m-table .m-ticket__btn:after {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  background-image: url("../img/blank_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.3333333333vw;
}

.m-table .m-ticket__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #7761a8;
  font-weight: 700;
  font-size: 4.266666666666667vw;
  padding: 1vw 8vw;
  border-radius: 9999px;
  margin: 5vw auto 1vw;
  width: 90%;
  max-width: 80vw;
  position: relative;
  text-decoration: none;
}

.m-table .m-ticket__btn.--en {
  width: 90%;
  max-width: 88vw;
  font-size: 4.266666666666667vw;
}

.m-table .m-ticket__btn.--en span {
  padding: 0;
  padding-right: 10px;
}

.m-table .m-ticket__btn span {
  flex: 1;
  text-align: center;
  line-height: 1.5;
  /* padding-right: 20px; */
  padding: 3vw 0;
}

.m-table__header-left {
  padding-left: 0.8vw !important;
}

@media (min-width: 767px) {
  .m-table {
    padding: 0 7px 1vw;
  }

  .m-table__content {
    width: 52%;
  }

  .m-table__content th,
  .m-table__content td {
    font-size: 15px;
    padding: 0.8vw 0;
  }

  .m-table__content.--en th,
  .m-table__content.--en td {
    font-size: 15px;
  }

  .m-table__content .m-table__sport {
    padding-left: 1vw;
  }

  .m-table__note {
    width: 52%;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 1vw;
  }

  .m-table .m-ticket__btn {
    font-size: 24px;
    padding: 1.733333vw 1vw;
    width: 60%;
  }

  .m-table .m-ticket__btn.--en {
    font-size: 24px;
    padding: 0.5vw 0;
    width: 40%;
    max-width: 80vw;
  }

  .m-table .m-ticket__btn:after {
    width: 6vw;
    height: 6vw;
  }

  .m-table .m-ticket__btn span {
    padding: 0;
  }
}

/* ========================================
   FAQ Section
======================================== */
.m-faq {
  background: #fff;
  padding: 8vw 2.3333333333vw 10vw;
}

.m-faq__title {
  display: block;
  margin: 0 auto;
  font-size: 8.466666666666668vw;
  color: #c79c00;
  text-align: center;
  /* margin-bottom: 2vw; */
  font-family: "stolzl",
    sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.m-faq__subtitle {
  color: #c79c00;
  font-size: 3.733333333333334vw;
  font-weight: 800;
  text-align: center;
  margin: 2vw 0 3vw;
  margin-top: 0;
}

/* カテゴリボタン */
.m-faq__categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-bottom: 8vw;
}

.m-faq__category-btn {
  background: #c79c00;
  color: #fff;
  font-size: 3.8vw;
  font-weight: 800;
  padding: 3.7333333333vw 4vw;
  border: none;
  border-radius: 1.3333333333vw;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}

.m-faq__category-btn:after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 49%;
  transform: translateY(-50%);
  width: 3.9vw;
  height: 3.9vw;
  background-image: url(../img/arw02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Q&A項目 */
.m-faq__items {
  width: 100%;
}

.m-faq__item:last-child .m-faq__question {
  border-bottom: 1px solid #c79c00;
}

.m-faq__question {
  display: flex;
  align-items: center;
  gap: 3.2vw;
  padding: 4vw 0;
  cursor: pointer;
  border-bottom: 2px solid #c79c00;
}

.m-faq__q-icon {
  width: 8vw;
  flex-shrink: 0;
}

.m-faq__question-text {
  flex: 1;
  color: #000;
  font-size: 4.266666666666667vw;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.m-faq__toggle {
  width: 10vw;
  height: 10vw;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: transform 0.3s;
}

.m-faq__toggle:active {
  transform: scale(0.95);
}

.m-faq__toggle-icon {
  width: 15vw;
  height: 15vw;
}

.m-faq__answer {
  display: none;
  background: #f2efde;
  padding: 4vw;
  margin-bottom: 4vw;
  position: relative;
}

.m-faq__item.is-open .m-faq__answer {
  display: flex;
  gap: 3.2vw;
  align-items: flex-start;
}

.m-faq__a-icon {
  width: 6.4vw;
  height: 6.4vw;
  flex-shrink: 0;
}

.m-faq__answer-text {
  flex: 1;
  color: #000;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.7;
}

.m-faq__answer-text p {
  margin: 0 0 2.6666666667vw;
  font-size: 4.1vw;
}

.m-faq__answer-text p:last-child {
  margin-bottom: 0;
}

.m-faq__answer-text a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

@media (min-width: 767px) {
  .m-faq {
    width: 52%;
    margin: 0 auto;
    padding: 5vw 0vw 5vw;
  }

  .m-faq__answer-text p {
    font-size: 20px;
  }

  .m-faq__title {
    font-size: 64px;
  }

  .m-faq__subtitle {
    font-size: 20px;
    margin: 0.5vw 0 2vw;
  }

  .m-faq__category-btn {
    font-size: 1.2vw;
    padding: 1.5vw 2vw;
    border-radius: 0.5vw;
  }

  .m-faq__category-btn:after {
    width: 1vw;
    height: 1vw;
    right: 1vw;
  }

  .m-faq__items {
    width: 90%;
    margin: 0 auto;
  }

  .m-faq__categories {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1vw;
    margin-bottom: 0;
  }

  .m-faq__q-icon {
    width: 2vw;
  }

  .m-faq__question-text {
    font-size: 20px;
  }

  .m-faq__toggle-icon {
    width: 3vw;
    height: 3vw;
  }

  .m-faq__question {
    padding: 0;
    gap: 2vw;
  }

  .m-faq__toggle {
    width: 7vw;
    height: 6vw;
  }

  .m-faq__answer {
    padding: 2vw;
    margin-bottom: 1vw;
  }

  .m-faq__answer-text {
    font-size: 1.2vw;
  }

  .m-faq__item.is-open .m-faq__answer {
    gap: 1.2vw;
  }

  .m-faq__a-icon {
    width: 2vw;
    height: 2vw;
  }
}

/* ========================================
   CONTACT Section
======================================== */

.m-contact {
  background: #ebe6e2;
  padding: 8vw 2.3333333333vw 10vw;
}

.m-contact__title {
  display: block;
  margin: 0 auto;
  font-size: 8.466666666666668vw;
  color: #e83820;
  text-align: center;
  /* margin-bottom: 2vw; */
  font-family: "stolzl",
    sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.m-contact__subtitle {
  color: #e83820;
  font-size: 3.733333333333334vw;
  font-weight: 800;
  text-align: center;
  margin: 2vw 0 3vw;
  margin-top: 0;
}

/* お申し込みセクション */
.m-contact__apply-section {
  margin-bottom: 8vw;
}

.m-contact__description {
  color: #000;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 5.3333333333vw;
  text-align: left;
}

.m-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e83820;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  padding: 4vw 5.3333333333vw;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  gap: 2.6666666667vw;
  margin: 0 auto;
  width: 100%;
}

.m-contact__btn--apply {
  padding: 3vw 8vw 3vw 5.3333333333vw;
}

.m-contact__btn--apply .m-contact__btn-icon-left {
  width: 15vw;
  height: auto;
}

.m-contact__btn--apply .m-contact__btn-icon-right {
  position: absolute;
  right: 1.333333vw;
  width: 13vw;
  height: 13vw;
}

.m-contact__btn--apply span {
  flex: 1;
  text-align: center;
  padding-right: 20px;
  font-size: 4.4vw;
}

/* お問い合せセクション */
.m-contact__inquiry-section {
  margin-top: 8vw;
}

.m-contact__divider {
  text-align: center;
  margin: 0 0 6vw;
  border-top: 2px solid #e83820;
  border-bottom: 2px solid #e83820;
}

.m-contact__divider-text {
  display: inline-block;
  color: #e83820;
  font-size: 5.3333333333vw;
  font-weight: 700;
}

.m-contact__company {
  color: #000;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 5.3333333333vw;
  text-align: center;
}

.m-contact__company span {
  display: block;
  color: #000;
  font-size: 4.266666666666667vw;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

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

.m-contact__chara-wrap {
  width: 40%;
}

.m-contact__chara {
  width: 100%;
}

.m-contact__info-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.m-contact__info-group {
  margin-bottom: 5.3333333333vw;
  width: 100%;
}

.m-contact__info-group:last-child {
  margin-bottom: 0;
}

/* 高さ・レイアウトは維持したまま非表示にする */
.m-contact__info-group--hidden {
  visibility: hidden;
}

.m-contact__btn--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #e83820;
  padding: 1.733333vw 2vw;
  width: 100%;
  gap: 3.2vw;
  margin-left: auto;
}

.m-contact__btn--info .m-contact__btn-icon-left {
  width: 10vw;
  height: auto;
}

.m-contact__btn--info span {
  text-align: left;
  font-size: 2.7vw;
  color: #fff;
}

.m-contact__note {
  color: #000;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.6;
  margin: 2.6666666667vw 0 0;
  text-align: left;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

.m-contact__company-sub {
  display: block;
  font-size: 3.5vw !important;
  text-align: center !important;
}

@media (min-width: 767px) {
  .m-contact {
    padding: 5vw 2.3333333333vw 5vw;
  }

  .m-contact__title {
    font-size: 64px;
  }

  .m-contact__subtitle {
    font-size: 20px;
    margin: 0.5vw 0 2vw;
  }

  .m-contact__apply-section {
    width: 60%;
    margin: 0 auto;
  }

  .m-contact__inquiry-section {
    width: 60%;
    margin: 0 auto;
  }

  .m-contact__company {
    font-size: 24px;
  }

  .m-contact__company-sub {
    font-size: 20px !important;
    text-align: center !important;
  }

  .m-contact__description {
    font-size: 1.2vw;
    margin: 1.5vw 0 1.5vw;
    text-align: center;
  }

  .m-contact__divider {
    margin-bottom: 1.5vw;
  }

  .m-contact__info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .m-contact__info-content {
    width: 60%;
    display: flex;
    flex-direction: column;
  }

  .m-contact__chara-wrap {
    width: 40%;
  }

  .m-contact__chara {
    width: 100%;
  }

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

  .m-contact__btn--info .m-contact__btn-icon-left {
    width: 4vw;
  }

  .m-contact__btn--info {
    padding: 0.7vw 0.7vw;
    margin: 0;
  }

  .m-contact__btn {
    width: 100%;
    gap: 10px;
    margin-bottom: 1vw;

  }

  .m-contact__btn--apply {
    padding: 1vw 3vw 1vw 1vw;
  }

  .m-contact__btn--apply span {
    font-size: 1.5vw;
  }

  .m-contact__btn--apply .m-contact__btn-icon-left {
    width: 4vw;
  }

  .m-contact__btn--apply .m-contact__btn-icon-right {
    width: 4vw;
    height: 4vw;
    right: 0.7vw;
  }

  .m-contact__divider-text {
    font-size: 36px;
    padding: 0.5vw 0;
  }

  .m-contact__note {
    font-size: 20px;
    margin: 0;
  }

  .m-contact__info-group {
    margin-bottom: 2vw;
  }

  .m-contact__company span {
    font-size: 20px;
  }
}

@media (max-width: 1750px) {
  .m-contact__btn--info span {
    font-size: 20px;
  }
}

@media (max-width: 1500px) {
  .m-contact__btn--info span {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .m-contact__btn--info span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .m-contact__btn--info span {
    font-size: 2.7vw;
  }
}

@media (min-width: 767px) {
  .m-ticket__btn {
    font-size: 24px;
    padding: 1vw 1vw;
    width: 50%;
    margin: 2vw auto 5vw;
  }

  .m-ticket__btn.--en {
    width: 55%;
  }

  .m-ticket__btn:after {
    width: 3.5vw;
    height: 3.5vw;
    right: 0.8vw;
  }

  .m-table .m-ticket__btn {
    font-size: 24px;
    padding: 1vw 1vw;
    width: 40%;
    margin: 2vw auto 5vw;
  }

  .m-table .m-ticket__btn:after {
    width: 3.5vw;
    height: 3.5vw;
    right: 0.8vw;
  }

  /* .m-faq .m-ticket__btn {
    font-size: 1.5vw;
    padding: 1vw 1vw;
    width: 40%;
    margin: 2vw auto 5vw;
  }

  .m-faq .m-ticket__btn:after {
    width: 3.5vw;
    height: 3.5vw;
    right: 0.8vw;
  } */
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.m-leads {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url("../img/lead_bg-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  /* height: 570px; */
  /* overflow: visible; */
}


.m-leads .m-lead:before {
  display: none;
}

.m-leads .m-lead__top {
  /* padding: 10vw 6.6666666667vw 42vw; */
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* min-height: 65vh; */
  padding-top: 30px;
}

.m-leads .m-lead__inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.m-leads .m-lead__label {
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 2vw;
  font-family: "stolzl", sans-serif;
}

.m-leads .m-lead__title {
  color: #fff;
  font-size: 7.466666666666668vw;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 3vw;
  font-family: "stolzl", sans-serif;
}

.m-leads .m-lead__subtitle {
  color: #fff;
  font-size: 4.266666666666667vw;
  font-weight: 500;
  margin: 0 0 5.3333333333vw;
}

.m-leads .m-lead__desc {
  color: #fff;
  font-size: 4.266666666666667vw;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  max-width: 90%;
}

/* 画像エリア：absolute にすると bottom/left が効く（親.m-leadはすでに position:relative） */
.m-leads .m-lead__bottom {
  /* position: absolute;
  bottom: 0%;
  left: 10%;
  width: 80%;
  overflow: visible;
  transform: translateY(33%); */
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.m-leads .m-lead__img {
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.m-leads .m-lead__slogan {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  text-align: center;
  padding: 0 5.3333333333vw;
  box-sizing: border-box;
}

.m-leads .m-lead__slogan-en {
  color: #fff;
  font-size: 6.6666666667vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 2vw;
  font-family: "stolzl", sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.m-leads .m-lead__slogan-ja {
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .m-leads {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../img/lead_bg-pc.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .m-leads .m-lead__top {
    background-position: center top;
    padding-top: 60px;
  }

  .m-leads .m-lead__title {
    font-size: 45px;
    margin: 0 0 0.5vw;
  }

  .m-leads .m-lead__subtitle {
    font-size: 16px;
    margin: 0px 0 2vw;
  }

  .m-leads .m-lead__desc {
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    line-height: 2.7142857143;
  }

  .m-leads .m-lead__bottom {
    display: block;
    max-width: 46%;
    margin: 0 auto;
    padding-top: 30px;
  }
}

@media (max-width: 1400px) {
  .m-leads {
    background-size: 110%;
  }
}

@media (max-width: 1200px) {
  .m-leads {
    background-size: 123%;
  }
}

@media (max-width: 768px) {
  .m-leads {
    background-size: 100%;
  }
}

@media (max-width: 1560px) {
  .m-leads.--en {
    background-size: 115%;
  }
}

@media (max-width: 1400px) {
  .m-leads.--en {
    background-size: 120%;
  }
}

@media (max-width: 1230px) {
  .m-leads.--en {
    background-size: 135%;
  }
}

@media (max-width: 1000px) {
  .m-leads.--en {
    background-size: 145%;
  }
}

@media (max-width: 768px) {
  .m-leads.--en {
    background-size: 110%;
  }
}

@media (max-width: 425px) {
  .m-leads.--en {
    background-size: 115%;
  }
}



.g-footer__text {
  text-align: center;
  margin-bottom: 90px;

}

.g-footer__text a {
  color: #000;
  text-decoration: none;
  font-family: 'Noto Sans JP',
    sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .g-footer__text {
    margin-bottom: 12vw;
  }

  .g-footer__text a {
    font-size: 3.3vw;
  }
}


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