@media screen and (max-width:768px) {
  .en .top-mv__slogan {
    margin-bottom: 5.0890585242vw;
  }
  .en .top-mv__slogan span {
    margin-top: 2.5445292621vw;
  }
}
@media screen and (min-width: 769px) {
  .en .top-mv__slogan {
    font-size: 1.3541666667vw;
  }
  .en .top-mv__slogan span {
    font-size: 0.7291666667vw;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.9375vw;
  }
}
@media print, screen and (min-width:769px) {
  .en .top-mv__content {
    top: -5%;
  }
}
@media screen and (max-width:768px) {
  .en .top-mv__date {
    width: 67.9487179487vw;
  }
}
@media screen and (max-width:768px) {
  .en .top-mv__cta {
    bottom: 12.7226463104vw;
  }
}
@media print, screen and (min-width:769px) {
  .en .top-mv__cta {
    bottom: 3vw;
  }
}
@media screen and (max-width:768px) {
  .en .price__item {
    font-size: 4.0712468193vw;
  }
}
@media screen and (max-width:768px) {
  .en .faq__question {
    font-size: 3.3078880407vw;
  }
}
@media screen and (max-width:768px) {
  .en .faq__answer {
    font-size: 3.0534351145vw;
  }
}
.en .ticket-mv__menu-fixed.is-full .ticket-mv__item {
  width: 100%;
  max-width: 100%;
}
.en .ticket-mv__menu.is-full {
  width: 100%;
  margin: 0 0 20px;
}
.en .ticket-mv__menu.is-full .ticket-mv__item {
  width: 100%;
  max-width: 100%;
}

.experience-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.experience-list__item {
  width: calc(50% - 5px);
}
.experience-list__item--full {
  width: 100%;
}
@media screen and (max-width:768px) {
  .experience-list__item {
    width: 100%;
  }
}

.experience-media__video {
  width: 100%;
  height: 28.125vw;
  max-height: 360px;
  position: relative;
  overflow: hidden;
  margin: 45px 0;
}
@media screen and (max-width:768px) {
  .experience-media__video {
    width: calc(100% + 10.1781170483vw);
    margin-left: -5.0890585242vw;
    margin-top: 5.0890585242vw;
    height: 55.9796437659vw;
  }
}
.experience-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .experience-media__video iframe {
    height: 110%;
    width: 100%;
  }
}