body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
body.is-fixed {
  overflow: hidden;
}
body.--en {
  font-family: "World Athletics Bold", 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";
  font-weight: 500;
}

.js-tgl + * {
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
  overflow: hidden;
}
.js-tgl + *:not(.is-open) {
  padding: 0 !important;
}
.js-tgl + *.is-open {
  opacity: 1;
}

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

.--hide {
  display: none;
}

main {
  display: block;
  overflow: hidden;
}

section {
  padding-bottom: 8vw;
}
section:nth-child(even) {
  background: #f7f3f0;
}

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

@font-face {
  font-family: "World Athletics Heavy";
  src: url("../fonts/WorldAthleticsHeadline.woff2") format("woff2"), url("../fonts/WorldAthleticsHeadline.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "World Athletics Bold";
  src: url("../fonts/WorldAthletics-Regular.woff2") format("woff2"), url("../fonts/WorldAthletics-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "World Athletics";
  src: url("../fonts/WorldAthletics-Bold.woff2") format("woff2"), url("../fonts/WorldAthletics-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  [data-device=sp] {
    display: none !important;
  }
  a,
  .--tgl {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  .--tgl:hover {
    opacity: 0.65 !important;
  }
  .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: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.g-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.g-header__lang a {
  color: #fff;
  font-family: "World Athletics Bold", sans-serif;
  font-weight: bold;
}
.g-header__lang a + a {
  border-left: 2px solid #fff;
}
.g-header__lang a.is-active {
  font-family: "World Athletics Heavy", sans-serif;
  font-weight: 800;
}
.g-header__btn {
  background: #e60012;
  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;
}
.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: #000;
  -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;
}
@media (min-width: 768px) {
  .g-header {
    height: 80px;
    padding-right: 80px;
    padding-left: 20px;
  }
  .g-header__logo {
    margin: 0 auto;
    width: 240px;
  }
  .g-header__lang {
    right: 100px;
  }
  .g-header__lang a {
    font-size: 20px;
    padding: 0 15px;
  }
  .g-header__btn {
    width: 80px;
    height: 80px;
  }
  .g-header__btn span {
    width: 30px;
    height: 3px;
  }
  .g-header__btn span + span {
    margin-top: 9px;
  }
  .g-header__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__items img {
    position: absolute;
    left: 30px;
  }
  .g-header__link {
    padding: 25px 30px;
    padding-left: 90px;
    width: 350px;
    font-size: 18px;
  }
  .g-header__link img {
    width: 32px;
    margin-right: 10px;
  }
  .g-header__list {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .g-header {
    height: 13.3333333333vw;
    padding-right: 13.3333333333vw;
  }
  .g-header__logo {
    margin: 0 auto;
    width: 43.2vw;
  }
  .g-header__lang {
    right: 14.6666666667vw;
  }
  .g-header__lang a {
    font-size: 3.2vw;
    padding: 0 1.3333333333vw;
  }
  .g-header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .g-header__btn span {
    width: 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);
    min-width: 40vw;
  }
}

.g-footer {
  background: #281e37;
}
.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;
  color: #fff;
}
@media (min-width: 768px) {
  .g-footer {
    padding: 95px 0 105px;
  }
  .g-footer__sns {
    margin-bottom: 90px;
  }
  .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: 432px;
    margin-bottom: 35px;
  }
  .g-footer__copy {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    padding: 12.6666666667vw 0 20.6666666667vw;
  }
  .g-footer__sns {
    margin-bottom: 12vw;
  }
  .g-footer__items {
    margin: 0 6.4vw;
  }
  .g-footer__items.--x {
    width: 6.2666666667vw;
  }
  .g-footer__items.--fb {
    width: 3.6vw;
  }
  .g-footer__items.--ig {
    width: 7.0666666667vw;
  }
  .g-footer__items.--yt {
    width: 7.6vw;
  }
  .g-footer__items.--tt {
    width: 6.1333333333vw;
  }
  .g-footer__logo {
    width: 57.6vw;
    margin-bottom: 4.6666666667vw;
  }
  .g-footer__copy {
    font-size: 2.4vw;
  }
}

.g-secttl {
  text-align: center;
  background: #fff;
  z-index: 0;
}
.g-secttl:before {
  content: "";
  background-image: url("../img/ttl_bg.png");
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
}
.g-secttl.--w h2 {
  color: #fff;
}
.g-secttl h2 {
  color: #613f89;
  line-height: 1.0625;
  font-family: "World Athletics Heavy", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.g-secttl h2:after {
  content: "";
  background-image: url("../img/icon_ttl.png");
  background-size: cover;
  position: absolute;
  margin: 0 auto;
}
.g-secttl h2:after, .g-secttl h2:before {
  content: "";
  background-image: url("../img/icon_ttl.png");
  background-size: auto 100%;
  position: absolute;
  width: 50%;
}
.g-secttl h2:after {
  left: 0;
  background-position: left;
}
.g-secttl h2:before {
  right: 0;
  background-position: right;
}
.g-secttl span {
  display: block;
  line-height: 1;
  color: #917661;
  font-weight: 900;
}
.g-secttl p {
  color: #613f89;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .g-secttl {
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .g-secttl h2 {
    font-size: 64px;
  }
  .g-secttl h2:before, .g-secttl h2:after {
    height: 91px;
  }
  .g-secttl h2:after {
    left: -100px;
  }
  .g-secttl h2:before {
    right: -100px;
  }
  .g-secttl img {
    margin-top: 40px;
    margin-bottom: 45px;
    width: 750px;
    border-radius: 20px;
  }
  .g-secttl span {
    margin-top: 25px;
    font-size: 24px;
  }
  .g-secttl p {
    margin-bottom: 80px;
    font-size: 22px;
  }
  .g-secttl:before {
    height: 60px;
    bottom: -60px;
    background-position: bottom;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .g-secttl {
    margin-bottom: 8vw;
    padding-top: 10.6666666667vw;
  }
  .g-secttl:before {
    height: 10vw;
    bottom: -10vw;
  }
  .g-secttl h2 {
    font-size: 8.5333333333vw;
    letter-spacing: 0.025em;
  }
  .g-secttl h2:before, .g-secttl h2:after {
    height: 12.1333333333vw;
  }
  .g-secttl h2:after {
    left: -13.3333333333vw;
  }
  .g-secttl h2:before {
    right: -13.3333333333vw;
  }
  .g-secttl img {
    width: 90%;
    margin-top: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .g-secttl span {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .g-secttl p {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    padding: 0 10.6666666667vw;
    margin-bottom: 12.6666666667vw;
  }
}

.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: #613f89;
  line-height: 1.3214285714;
  border-radius: 9999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.g-btn.--att {
  background: #e60012;
}
.g-btn.--ticket {
  background: #e60012;
}
.g-btn.--ticket:before {
  content: "";
  background-image: url("../img/icon_ticket.png");
  background-size: cover;
  position: absolute;
}
.g-btn.--ticket[target=_blank]:after {
  background-image: url("../img/icon_blank_p.png");
}
.g-btn[target=_blank]:after {
  content: "";
  background-image: url("../img/icon_blank.png");
  background-size: cover;
  position: absolute;
}
.g-btn.--tgl {
  width: 100%;
}
.g-btn.--tgl:before {
  content: "";
  background-image: url("../img/icon_arw.png");
  background-size: cover;
  position: absolute;
}
.g-btn.--min {
  background: #a982d7;
}
@media (min-width: 768px) {
  .g-btn {
    width: 400px;
    height: 75px;
    margin-top: 35px;
    padding: 9px 20px 9px 9px;
    font-size: 18px;
  }
  .g-btn.--min {
    width: 250px;
    height: 55px;
    font-size: 16px;
    margin: 0;
    border-radius: 27.5px 0 27.5px 27.5px;
  }
  .g-btn.--min + .g-btn {
    margin-top: 10px;
  }
  .g-btn.--min[target=_blank]:after {
    width: 40px;
    height: 40px;
    right: 7px;
  }
  .g-btn + .g-btn {
    margin-top: 25px;
  }
  .g-btn.--ticket {
    font-size: 20px;
  }
  .g-btn.--ticket:before {
    width: 46px;
    height: 34px;
    left: 20px;
  }
  .g-btn[target=_blank]:after {
    width: 60px;
    height: 60px;
    right: 8px;
  }
  .g-btn.--tgl {
    height: 70px;
    border-radius: 0 0 40px 40px;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 24px;
    margin-top: 30px;
  }
  .g-btn.--tgl:before {
    width: 40px;
    height: 40px;
    right: 83px;
  }
}
@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;
    letter-spacing: 0.05em;
  }
  .g-btn.--min {
    width: 40vw;
    height: 9.3333333333vw;
    font-size: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    margin: 0;
    border-radius: 4.6666666667vw 0 4.6666666667vw 4.6666666667vw;
  }
  .g-btn.--min[target=_blank]:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 1.3333333333vw;
  }
  .g-btn + .g-btn {
    margin-top: 3.3333333333vw;
  }
  .g-btn.--ticket {
    font-size: 5.0666666667vw;
    width: 89.3333333333vw;
  }
  .g-btn.--ticket:before {
    width: 12.1333333333vw;
    height: 9.0666666667vw;
    left: 5.8666666667vw;
  }
  .g-btn[target=_blank]:after {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    right: 1.3333333333vw;
  }
  .g-btn.--tgl {
    font-size: 5.6vw;
    height: 14.6666666667vw;
    border-radius: 0 0 10.6666666667vw 10.6666666667vw;
    margin: 0 auto;
    max-width: 94vw;
  }
  .g-btn.--tgl:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 11.0666666667vw;
  }
}

.g-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;
  counter-reset: number 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.g-list:before {
  content: "COMING SOON";
  color: #613f89;
  font-family: "World Athletics Heavy", sans-serif;
  margin: 0 auto;
  position: relative;
}
.g-list__items {
  display: none;
}
.g-list__items .g-list__img em {
  line-height: 1;
}
.g-list__items .g-list__img em:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  counter-increment: number 1;
  content: "0" counter(number);
  z-index: -1;
}
.g-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.g-list__img span, .g-list__img em {
  position: absolute;
  z-index: 1;
}
.g-list__img em {
  font-family: "World Athletics Heavy", sans-serif;
  color: #613f89;
}
.g-list__img 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;
  background: rgba(97, 63, 137, 0.9);
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
.g-list__ttl, .g-list__txt {
  color: #613f89;
}
.g-list__ttl {
  font-weight: 700;
}
.g-list__ttl.--center {
  text-align: center;
}
@media (min-width: 768px) {
  .g-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .g-list:before {
    font-size: 34px;
  }
  .g-list.--gourmet {
    top: -20px;
  }
  .g-list.--event {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .g-list.--gourmet {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .g-list.--gourmet .g-list__img em:first-letter {
    color: #d18442;
  }
  .g-list.--gourmet .g-list__img em:before {
    -webkit-text-stroke: 15px #fff;
  }
  .g-list__items {
    width: 23.5%;
  }
  .g-list__items:nth-child(n+5) {
    margin-top: 55px;
  }
  .g-list__img em {
    font-size: 50px;
    top: -25px;
    left: 25px;
  }
  .g-list__img em:before {
    -webkit-text-stroke: 15px #ede5de;
  }
  .g-list__img span {
    font-size: 20px;
    height: 40px;
    border-radius: 0 0 15px 15px;
  }
  .g-list__img img {
    border-radius: 15px;
  }
  .g-list__ttl {
    margin-top: 5px;
    font-size: 22px;
  }
  .g-list__txt {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g-list:before {
    font-size: 6.6666666667vw;
  }
  .g-list.--gourmet:before {
    top: -2.6666666667vw;
  }
  .g-list.--event {
    padding-top: 9.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
  .g-list.--gourmet {
    padding-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .g-list__items {
    width: 42.6666666667vw;
  }
  .g-list__items:nth-child(even) {
    margin-left: 3.3333333333vw;
  }
  .g-list__items:nth-child(n+3) {
    margin-top: 7.3333333333vw;
  }
  .g-list__img em {
    font-size: 8vw;
    top: -3.3333333333vw;
    left: 3.3333333333vw;
  }
  .g-list__img em:before {
    -webkit-text-stroke: 2vw #ede5de;
  }
  .g-list__img span {
    font-size: 3.4666666667vw;
    height: 8vw;
    border-radius: 0 0 2vw 2vw;
  }
  .g-list__img img {
    border-radius: 2vw;
  }
  .g-list__ttl {
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .g-list__txt {
    margin-top: 3.3333333333vw;
    font-size: 3.2vw;
  }
}

.g-inner {
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  scale: 0.8;
  -webkit-transition: 0.5s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.5s cubic-bezier(0, 0.71, 0.58, 1);
  padding-bottom: 1px;
}
.g-inner.is-scroll {
  opacity: 1;
  scale: 1;
}
@media (min-width: 768px) {
  .g-inner {
    width: 1000px;
    border-radius: 8px;
    border: 4px solid #613f89;
  }
  .g-inner .g-btn {
    right: 0;
    left: 0;
    margin: 30px auto;
  }
  .g-inner > img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .g-inner {
    width: 94.6666666667vw;
    border-radius: 2.1333333333vw;
    border: 1.0666666667vw solid #613f89;
  }
  .g-inner .g-btn {
    right: 0;
    left: 0;
    margin: 4vw auto;
  }
}

.g-fixed {
  background: transparent !important;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  visibility: hidden;
  z-index: 100;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}
.g-fixed.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .g-fixed {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .g-fixed {
    bottom: 4.6666666667vw;
  }
}

.m-kv {
  padding: 0;
}
.m-kv__bg {
  -webkit-transition: opacity 1.1s cubic-bezier(0, 0.83, 0.58, 1);
  transition: opacity 1.1s cubic-bezier(0, 0.83, 0.58, 1);
  opacity: 0;
}
.m-kv__bg.js-fade-in {
  opacity: 1;
}
.m-kv__logo, .m-kv__mascot {
  position: absolute;
  opacity: 0;
  scale: 0.7;
  -webkit-transition: 0.45s cubic-bezier(0, 0.83, 0.58, 1);
  transition: 0.45s cubic-bezier(0, 0.83, 0.58, 1);
}
.m-kv__logo.js-fade-in, .m-kv__mascot.js-fade-in {
  opacity: 1;
  scale: 1;
}
.m-kv__btnwrap {
  position: absolute;
  z-index: 10;
}
.m-kv__btnwrap > * {
  opacity: 0;
  scale: 0.7;
  -webkit-transition: 0.45s cubic-bezier(0, 0.83, 0.58, 1);
  transition: 0.45s cubic-bezier(0, 0.83, 0.58, 1);
}
.m-kv__btnwrap > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.m-kv__btnwrap.js-fade-in > * {
  opacity: 1;
  scale: 1;
}
.m-kv__btn a {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.m-kv__logo {
  z-index: 2;
}
.m-kv__mascot {
  z-index: 3;
}
@media (min-width: 768px) {
  .m-kv {
    margin-top: 80px;
    height: calc(100vh - 80px);
    max-height: 680px;
  }
  .m-kv .simpleParallax img {
    width: 100%;
  }
  .m-kv__btnwrap {
    right: 20px;
    top: 20px;
  }
  .m-kv__logo, .m-kv__mascot {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .m-kv__logo {
    width: 617px;
    left: -150px;
    bottom: 15.4411764706%;
  }
  .m-kv__mascot {
    width: 1000px;
    left: -155px;
    bottom: 0;
  }
  .m-kv__btn:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-kv {
    margin-top: 13.3333333333vw;
    background-size: cover;
    height: 173.3333333333vw;
  }
  .m-kv .simpleParallax {
    height: 100% !important;
  }
  .m-kv__logo {
    width: 93.3333333333vw;
    left: 6vw;
    top: 22.6666666667vw;
  }
  .m-kv__mascot {
    width: 93.3333333333vw;
    left: 2.6666666667vw;
    bottom: 0;
  }
  .m-kv__btnwrap {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .m-kv__btn:nth-child(n+2) {
    margin-top: 1.3333333333vw;
  }
}

.m-map__img {
  margin: 0 auto;
}
.m-map .g-inner {
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background: #ede5de;
}
@media (min-width: 768px) {
  .m-map__img {
    width: 800px;
  }
  .m-map .g-inner {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .m-map .g-inner {
    padding: 4vw;
  }
}

.m-ticket {
  background: #ebe6e2;
}
.m-ticket:before, .m-ticket:after {
  content: "";
  display: block;
  background-image: url("../img/ticket_bg.png");
  background-size: 100% auto;
  background-position: bottom;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.15;
}
.m-ticket:before {
  top: 0;
}
.m-ticket:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
}
.m-ticket__inner {
  background: #fff;
  z-index: 1;
  margin: 0 auto;
}
.m-ticket__note {
  text-align: center;
  font-weight: 500;
}
.m-ticket__lead {
  text-align: center;
  color: red;
  line-height: 1.4;
  font-weight: 500;
}
.m-ticket__banner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-ticket {
    padding: 80px 35px 90px;
  }
  .m-ticket:before, .m-ticket:after {
    height: 265px;
    width: 70%;
  }
  .m-ticket:after {
    right: 0;
    left: auto;
  }
  .m-ticket__inner {
    width: 800px;
    margin: 0 auto;
    padding: 45px 45px 35px;
    border: 2px solid #613f89;
  }
  .m-ticket__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .m-ticket__btnwrap .m-ticket__btn {
    width: 48%;
    font-size: 17px;
    padding-right: 52px;
    margin-top: 0;
  }
  .m-ticket__btn {
    width: 100%;
  }
  .m-ticket__note {
    font-size: 14px;
    margin-top: 20px;
  }
  .m-ticket__lead {
    margin-top: 20px;
    font-size: 16px;
  }
  .m-ticket__banner {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-ticket {
    padding: 10.6666666667vw 4.6666666667vw 12vw;
  }
  .m-ticket:before, .m-ticket:after {
    height: 32.6666666667vw;
  }
  .m-ticket__inner {
    width: 100%;
    padding: 6vw 6vw 4.6666666667vw;
    border: 0.2666666667vw solid #613f89;
  }
  .m-ticket__btn {
    width: 100%;
  }
  .m-ticket__btn.--att {
    padding-right: 12vw;
  }
  .m-ticket__note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .m-ticket__lead {
    font-size: 2.7vw;
    margin-top: 2.5vw;
  }
  .m-ticket__banner {
    margin-top: 4vw;
  }
}

.m-event .js-scroll .m-event__slideitems.--wide,
.m-event .js-scroll .m-event__icon {
  opacity: 0;
  scale: 0.6;
  -webkit-transition: 0.4s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.4s cubic-bezier(0, 0.71, 0.58, 1);
}
.m-event .js-scroll.is-scroll .m-event__slideitems.--wide,
.m-event .js-scroll.is-scroll .m-event__icon {
  opacity: 1;
  scale: 1;
}
.m-event .js-scroll.is-scroll .m-event__slideitems.--wide.--wide:after,
.m-event .js-scroll.is-scroll .m-event__icon.--wide:after {
  opacity: 1;
  scale: 1;
}
.m-event__slideitems.--wide {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.m-event__slideitems:nth-child(2) .m-event__icon:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  background-image: url("../img/event_01.jpg");
  background-size: cover;
}
.m-event__slideitems:nth-child(2) .m-event__icon:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-image: url("../img/event_02.jpg");
  background-size: cover;
}
.m-event__slideitems:nth-child(2) .m-event__icon:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-image: url("../img/event_03.jpg");
  background-size: cover;
}
.m-event__slideitems:nth-child(2) .m-event__icon:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-image: url("../img/event_04.jpg");
  background-size: cover;
}
.m-event__slideitems:nth-child(3) .m-event__icon:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  background-image: url("../img/event_03.jpg");
  background-size: cover;
}
.m-event__slideitems:nth-child(3) .m-event__icon:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  background-image: url("../img/event_04.jpg");
  background-size: cover;
}
.m-event__slideitems.--wide {
  background: url("../img/event_bg.jpg");
  background-size: cover;
}
.m-event__slideitems.--wide em {
  color: #fbe803;
  display: block;
  letter-spacing: 0;
}
.m-event__slideitems.--wide p {
  color: #fff;
  line-height: 2;
}
.m-event__slideitems.--wide:after {
  content: "";
  background-image: url("../img/deco_01.png");
  background-size: cover;
  position: absolute;
}
.m-event__bar {
  margin: 0 auto !important;
  background: #ececed;
  position: static !important;
}
.m-event__bar .swiper-scrollbar-drag {
  background: #a982d7;
}
.m-event__icon {
  border-radius: 50%;
  background: #ccc;
  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-event__icon p,
.m-event__icon span {
  position: absolute;
}
.m-event__icon p {
  line-height: 1;
  font-family: "World Athletics Heavy", sans-serif;
  color: #613f89;
}
.m-event__icon em {
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 1.2;
}
.m-event__icon span {
  color: #fff;
  line-height: 1.1666666667;
  background: #a982d7;
  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;
}
.m-event__icon span:before {
  content: "";
  position: absolute;
  background: url("../img/icon_arw.png");
  background-size: cover;
}
.m-event__box {
  background: #ede5de;
  margin: 0 auto;
  z-index: 0;
  opacity: 0;
  scale: 0.8;
  -webkit-transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
}
.m-event__box .g-btn:after {
  content: "";
  background-image: url("../img/deco_03.png");
  background-size: cover;
  position: absolute;
  opacity: 0;
  scale: 0.6;
  -webkit-transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.m-event__box .g-btn.is-scroll:after {
  opacity: 1;
  scale: 1;
}
.m-event__box:before, .m-event__box:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}
.m-event__box:after {
  opacity: 0;
  scale: 0.6;
  -webkit-transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.m-event__box.is-scroll {
  opacity: 1;
  scale: 1;
}
.m-event__box.is-scroll:after {
  opacity: 1;
  scale: 1;
}
.m-event__box:before {
  background-image: url("../img/deco_07.png");
}
.m-event__box:nth-child(even):before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.m-event__box:nth-child(1):after {
  background-image: url("../img/deco_02.png");
}
.m-event__box:nth-child(2):after {
  background-image: url("../img/deco_04.png");
}
.m-event__box:nth-child(3) .m-event__head img {
  -o-object-position: left;
     object-position: left;
}
.m-event__box:nth-child(3):after {
  background-image: url("../img/deco_05.png");
}
.m-event__box:nth-child(4):after {
  background-image: url("../img/deco_06.png");
}
.m-event__head {
  margin: 0 auto;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}
.m-event__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-event__ttl, .m-event__lead {
  color: #613f89;
}
.m-event__ttl {
  text-align: center;
  font-weight: 700;
}
.m-event__lead {
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .m-event__slide {
    width: 630px;
    overflow: visible;
    margin: 0;
    margin-bottom: 165px;
  }
  .m-event__slide.--en .m-event__slideitems {
    padding: 30px 20px;
  }
  .m-event__slide.--en .m-event__slideitems.--wide em {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .m-event__slide.--en .m-event__slideitems.--wide p {
    font-size: 16px;
  }
  .m-event__slide.--en .m-event__icon em {
    font-size: 27px;
    top: -10px;
  }
  .m-event__slideitems {
    width: 630px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-event__slideitems:not(.--wide) {
    width: 1260px !important;
  }
  .m-event__slideitems.--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-position: bottom;
    height: 300px;
    margin-right: 60px !important;
    margin-left: 25px;
    border-radius: 16px;
    padding: 50px 45px 0;
  }
  .m-event__slideitems.--wide em {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #fbe803;
  }
  .m-event__slideitems.--wide p {
    font-size: 20px;
  }
  .m-event__icon {
    width: 300px;
    height: 300px;
  }
  .m-event__icon:nth-child(n+2) {
    margin-left: 15px;
  }
  .m-event__icon p {
    font-size: 80px;
    text-shadow: 9px 0 0 #ede5de;
    top: 10px;
    left: -45px;
  }
  .m-event__icon em {
    font-size: 32px;
  }
  .m-event__icon span {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    left: -45px;
    bottom: 30px;
    padding-right: 35px;
  }
  .m-event__icon span:before {
    width: 40px;
    height: 40px;
    right: 8px;
  }
  .m-event__bar {
    width: 95vw !important;
    height: 24px !important;
    margin-left: 2.5vw !important;
    margin-top: 50px !important;
  }
  .m-event__bar .swiper-scrollbar-drag {
    border-radius: 12px;
  }
  .m-event__head {
    width: 635px;
    margin-bottom: 40px;
  }
  .m-event__note {
    font-size: 14px;
    position: absolute;
  }
  .m-event__box {
    width: 1000px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0 0;
    border-radius: 40px;
  }
  .m-event__box:nth-child(1) .m-event__note {
    top: 365px;
    left: 165px;
  }
  .m-event__box:nth-child(1) .m-event__note.--en {
    left: 30px;
    top: 380px;
  }
  .m-event__box:nth-child(2) .m-event__note {
    top: 365px;
    right: 95px;
  }
  .m-event__box:nth-child(2) .m-event__note.--en {
    top: 380px;
    right: 15px;
  }
  .m-event__box:before {
    width: 133px;
    height: 136px;
  }
  .m-event__box:nth-child(even):before {
    right: -10px;
    top: -40px;
  }
  .m-event__box:nth-child(even) .m-event__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-event__box:nth-child(even) .m-event__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-event__box:nth-child(even) .g-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .m-event__box:nth-child(even) .g-list {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .m-event__box:nth-child(even) .g-btn:after {
    left: 115px;
  }
  .m-event__box:nth-child(odd):before {
    left: 0px;
    top: -40px;
  }
  .m-event__box:nth-child(odd) .g-btn:after {
    left: 605px;
  }
  .m-event__box:nth-child(1):after {
    top: -27px;
    left: 260px;
    width: 116.5px;
    height: 173px;
  }
  .m-event__box:nth-child(2):after {
    top: -75px;
    right: 237px;
    width: 151px;
    height: 181px;
  }
  .m-event__box:nth-child(3):after {
    top: -75px;
    left: 260px;
    width: 116px;
    height: 145.5px;
  }
  .m-event__box:nth-child(4):after {
    top: -75px;
    right: 300px;
    width: 148.5px;
    height: 174.5px;
  }
  .m-event__box .g-btn {
    margin-top: 90px;
  }
  .m-event__box .g-btn:after {
    top: -144px;
    width: 403px;
    height: 156px;
  }
  .m-event__box + .m-event__box {
    margin-top: 105px;
  }
  .m-event__head {
    width: 320px;
    height: 320px;
    border-radius: 160px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
  }
  .m-event__txt {
    width: 60%;
    padding: 0 30px;
  }
  .m-event__ttl {
    font-size: 34px;
    text-align: left;
  }
  .m-event__lead {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .m-event__slide {
    width: 69.3333333333vw;
    overflow: visible;
    margin: 0;
    margin-bottom: 22vw;
  }
  .m-event__slide.--en .m-event__slideitems {
    padding: 2.6666666667vw 2vw;
  }
  .m-event__slide.--en .m-event__slideitems.--wide em {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .m-event__slide.--en .m-event__slideitems.--wide p {
    font-size: 3.2vw;
  }
  .m-event__slide.--en .m-event__icon em {
    font-size: 5.3333333333vw;
    top: -3.4666666667vw;
  }
  .m-event__slideitems {
    width: 69.3333333333vw;
    padding: 0 4.6666666667vw;
  }
  .m-event__slideitems.--wide {
    width: 56vw;
    height: 126.6666666667vw;
    margin-right: 4.6666666667vw;
    margin-left: 3.3333333333vw;
    border-radius: 2.1333333333vw;
    padding: 6.6666666667vw 6vw 0;
  }
  .m-event__slideitems.--wide em {
    font-size: 5.8666666667vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6vw;
    border-bottom: 0.9333333333vw solid #fbe803;
  }
  .m-event__slideitems.--wide p {
    font-size: 3.7333333333vw;
  }
  .m-event__slideitems.--wide:after {
    bottom: -4.1333333333vw;
    left: 14.6666666667vw;
    width: 41.8666666667vw;
    height: 45.0666666667vw;
  }
  .m-event__icon {
    height: 60vw;
  }
  .m-event__icon:nth-child(n+2) {
    margin-top: 6vw;
  }
  .m-event__icon p {
    font-size: 15.4666666667vw;
    text-shadow: 1.2vw 0 0 #ede5de;
    top: 1.3333333333vw;
    left: -6vw;
  }
  .m-event__icon em {
    font-size: 6.1333333333vw;
  }
  .m-event__icon span {
    width: 32vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    left: -6vw;
    bottom: 7.8666666667vw;
  }
  .m-event__icon span:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
  }
  .m-event__bar {
    width: 94vw !important;
    height: 3.2vw !important;
    margin-left: 3vw !important;
    margin-top: 6vw !important;
  }
  .m-event__bar .swiper-scrollbar-drag {
    border-radius: 1.6vw;
  }
  .m-event__head {
    width: 84.6666666667vw;
    height: 84.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-event__head:before {
    width: 35.4666666667vw;
    height: 36.2666666667vw;
  }
  .m-event__note {
    text-align: center;
    margin-top: -2.6666666667vw;
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .m-event__box {
    width: 94vw;
    padding: 5.3333333333vw 0 0;
    border-radius: 10.6666666667vw;
  }
  .m-event__box + .m-event__box {
    margin-top: 14vw;
  }
  .m-event__box:before {
    width: 35.4666666667vw;
    height: 36.2666666667vw;
  }
  .m-event__box:nth-child(even):before {
    right: -1.3333333333vw;
    top: -10vw;
  }
  .m-event__box:nth-child(odd):before {
    left: 0vw;
    top: -12vw;
  }
  .m-event__box:nth-child(1):after {
    top: -9.0666666667vw;
    right: 5.4666666667vw;
    width: 31.0666666667vw;
    height: 46.1333333333vw;
  }
  .m-event__box:nth-child(2):after {
    top: -9.6vw;
    left: 3.6vw;
    width: 40.2666666667vw;
    height: 48.2666666667vw;
  }
  .m-event__box:nth-child(3):after {
    top: -10.6666666667vw;
    right: 4vw;
    width: 30.9333333333vw;
    height: 38.8vw;
  }
  .m-event__box:nth-child(4):after {
    top: -14vw;
    left: -3.4666666667vw;
    width: 39.6vw;
    height: 46.5333333333vw;
  }
  .m-event__box .g-btn:after {
    top: -19.0666666667vw;
    left: 34.1333333333vw;
    width: 53.7333333333vw;
    height: 20.8vw;
  }
  .m-event__ttl {
    font-size: 6.1333333333vw;
  }
  .m-event__lead {
    padding: 0 4.6666666667vw;
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw auto 20.6666666667vw;
  }
}

.m-goods {
  background: #f4ebff !important;
}

.m-access__cont {
  margin: 0 auto;
  background: #ede5de;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.m-access__addr, .m-access__detail {
  margin: 0 auto;
  color: #613f89;
}
.m-access__addr *, .m-access__detail * {
  font-weight: 700;
}
.m-access__addr h4, .m-access__detail h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .m-access__cont {
    width: 1000px;
    border-radius: 0 0 40px 40px;
  }
  .m-access__addr, .m-access__detail {
    text-align: center;
  }
  .m-access__addr p, .m-access__detail p {
    font-size: 20px;
  }
  .m-access__addr {
    padding: 40px 45px 20px;
  }
  .m-access__addr h3 {
    font-size: 32px;
  }
  .m-access__detail h4 {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 45px auto 0;
  }
  .m-access__detail h4 img {
    position: absolute;
    left: -60px;
    height: 63px;
  }
  .m-access__detail p {
    padding: 0 50px;
    margin-top: 35px;
  }
  .m-access__box {
    padding-bottom: 40px;
  }
  .m-access__box:nth-child(n+2) {
    border-top: 3px solid #613f89;
  }
}
@media (max-width: 767px) {
  .m-access__cont {
    width: 94vw;
    border-radius: 0 0 10.6666666667vw 10.6666666667vw;
  }
  .m-access__addr p, .m-access__detail p {
    font-size: 3.7333333333vw;
  }
  .m-access__addr {
    padding: 10.6666666667vw 6vw 8vw;
  }
  .m-access__addr h3 {
    font-size: 6.8vw;
  }
  .m-access__detail h4 {
    font-size: 4.2666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6vw auto 0;
  }
  .m-access__detail h4 img {
    position: absolute;
    left: -8vw;
    height: 8.4vw;
  }
  .m-access__detail p {
    padding: 0 6.6666666667vw;
    margin-top: 4.6666666667vw;
  }
  .m-access__box {
    padding-bottom: 9.3333333333vw;
  }
  .m-access__box:nth-child(n+2) {
    border-top: 0.4vw solid #613f89;
  }
}

.m-lead {
  text-align: center;
  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;
  z-index: 0;
  background: #ede5de !important;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
  scale: 0.8;
  -webkit-transition: 0.4s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.4s cubic-bezier(0, 0.71, 0.58, 1);
}
.m-lead.is-scroll {
  opacity: 1;
  scale: 1;
}
.m-lead > * {
  color: #613f89;
}
.m-lead__ttl {
  font-weight: 700;
  line-height: 1.3;
}
.m-lead__txt {
  text-align: center;
  margin: 0 auto;
  text-shadow: 0px 0 6px rgba(255, 255, 255, 0.8);
}
.m-lead__txtwrap {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-lead .simpleParallax {
  width: 100%;
  height: 100%;
}
.m-lead__bg {
  z-index: -1;
  opacity: 0.2;
}
.m-lead__bg img {
  width: 100%;
}
.m-lead__icon {
  position: absolute;
  z-index: 1;
  scale: 0.6;
  -webkit-transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  transition: 0.3s cubic-bezier(0, 0.71, 0.58, 1);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.m-lead__icon.is-scroll {
  scale: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .m-lead {
    height: 300px;
    padding: 0;
    max-width: 90%;
    width: 900px;
    border-radius: 20px;
    margin-top: 100px;
  }
  .m-lead__ttl {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .m-lead__txt {
    font-size: 18px;
    width: 800px;
  }
  .m-lead__icon {
    width: 177px;
    right: 0;
    left: 0;
    margin: 0 auto;
    left: -810px;
    top: 70px;
  }
  .m-lead__icon.--en {
    left: -890px;
    top: 250px;
  }
  .m-lead.--en {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .m-lead {
    height: 80vw;
    padding: 0;
    width: 95vw;
    border-radius: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .m-lead.--en {
    height: 102.6666666667vw;
  }
  .m-lead__wrap {
    margin-bottom: 8vw;
  }
  .m-lead__txtwrap {
    padding: 0 2.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .m-lead__ttl {
    font-size: 6vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-lead__txt {
    font-size: 3.7333333333vw;
  }
  .m-lead__icon {
    width: 23.6vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    left: -66.6666666667vw;
    top: 52vw;
  }
  .m-lead__icon.--en {
    top: 82.6666666667vw;
  }
}

/* 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;
}/*# sourceMappingURL=style.css.map */