@charset "utf-8";
.mv {
  height: 61.388vw;
  overflow: hidden;
  position: relative;
  background: url("../imgs/mv_bg.jpg") center center / cover no-repeat;
}
.mv__logo {
  width: 61.25vw;
  position: absolute;
  bottom: 0;
  left: 52%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.section-title__en {
  font-size: 88px;
  font-family: "ab-roman", sans-serif;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.section-title__ja {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.ticket {
  padding-top: 33px;
  padding-bottom: 33px;
}
.ticket__detail {
  width: 100%;
  margin-bottom: 24px;
}
.ticket__detail-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.75;
  background-color: #fac500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ticket__detail-contents {
  padding: 0 10px 10px;
  background-color: #fac500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ticket__detail-inner {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 13px 7px 9px;
}
.ticket__detail-text {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}
.ticket__detail-note {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

.event1 {
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #fef8e0;
}
.event2 {
  padding-top: 77px;
  padding-bottom: 106px;
  background-color: #ececf5;
}
.event3 {
  padding-top: 94px;
  padding-bottom: 88px;
  background-color: #fdefef;
}
.event__listItem:not(:last-child) {
  margin-bottom: 36px;
}
.note {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.event3__imgBox01 {
  padding-top: 45px;
}
.event3__imgBox02 {
  display: flex;
  justify-content: space-between;
}
.event3__imgBox02-img1 {
  width: 43%;
  max-width: 417px;
}
.event3__imgBox02-img2 {
  width: 56%;
  max-width: 540px;
}
.event3 .note {
  padding-top: 20px;
  padding-bottom: 32px;
}
.schedule {
  padding-top: 75px;
  padding-bottom: 77px;
  background-color: #fdf1e3;
}
.schedule__img {
  min-width: 585px;
  padding-top: 46px;
}
.schedule .note {
  padding-top: 25px;
}
.map {
  padding-top: 76px;
  padding-bottom: 64px;
  background-color: #ece9e3;
}
.map__pic {
  margin-bottom: 86px;
}
.map__img {
  min-width: 581px;
  padding-top: 40px;
}
.map__img:last-child {
  margin-bottom: 0;
}
.access {
  padding-top: 75px;
  padding-bottom: 127px;
  background-color: #f2f2f2;
}
.access__list {
  padding-top: 39px;
}
.access__listItem:not(:last-child) {
  margin-bottom: 53px;
}
.access__detail {
  margin-bottom: 19px;
}
.access__detailBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access__detailHeading,
.access__detailText {
  font-size: 19px;
  font-weight: 500;
}
.access__detailHeading {
  text-align: center;
  width: 106px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fac500;
}
.access__detailText {
  width: calc(100% - 126px);
  max-width: 100%;
  line-height: 1.55;
}
.access__gmap {
  height: 463px;
}
.access__gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .mv {
    height: 750px;
    background: url(../imgs/mv_bg_sp.jpg) center center / cover no-repeat;
  }
  .mv__logo {
    width: calc(100% - 20px);
    max-width: 520px;
    position: absolute;
    top: 55%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .ticket__detail-heading {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  .ticket__detail-contents {
    padding: 0 8px 8px;
  }
  .ticket__detail-text {
    font-size: 14px;
  }
  .ticket__detail-note {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title__en {
    font-size: 58px;
    margin-bottom: 3px;
  }
  .section-title__ja {
    font-size: 13px;
  }
  .note {
    font-size: 13px;
  }
  .event__list {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .event__listItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .event3__imgBox01 {
    width: 100%;
    max-width: 450px;
    padding-top: 0;
    margin: 0 auto;
  }
  .event3__imgBox02 {
    display: block;
  }
  .event3__imgBox02-img1 {
    width: 75%;
    max-width: 350px;
    margin: 0 auto 10px;
  }
  .event3__imgBox02-img2 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .schedule__img,
  .map__img,
  .access__list {
    padding-top: 0;
  }
  .access__listItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .access__detail {
    margin-bottom: 13px;
  }
  .access__detailHeading,
  .access__detailText {
    font-size: 15px;
  }
  .access__detailHeading {
    width: 86px;
    padding: 4px 0;
  }
  .access__detailText {
    width: calc(100% - 106px);
  }
}

@media screen and (max-width: 640px) {
  .schedule__img {
    margin-bottom: 10px;
  }
  .map__img {
    margin-bottom: 20px;
  }
  .map__pic {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .mv {
    height: 150vw;
  }
  .event1 {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .event2 {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .event3 {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .schedule {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .access {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .access__detailBox {
    display: block;
  }
  .access__detailHeading {
    margin-bottom: 5px;
  }
  .access__detailText {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title__en {
    font-size: 42px;
  }
  .section-title__ja {
    font-size: 12px;
  }
  .access__detailHeading,
  .access__detailText {
    font-size: 14px;
  }
  .access__detailHeading {
    width: 76px;
  }
}
