.mv__caption {
  font-size: 16px;
  /* margin-top: 9.33333333vw; */
  margin-top: 9.33333333vw;
  font-weight: 600;
  text-align: center;
}
.mv__btn {
  margin-top: 14px;
}

.ticket__caption {
  font-size: 16px;
  margin-top: 9.3333333333vw;
  font-weight: 600;
  text-align: center;
}

.ticket__btn {
  margin-top: 14px;
}

.movie .movie__box {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 16vw;
  /* padding: 0 2.6666666667vw; */
}

.movie .movie__box iframe {
  width: 100%;
  height: 100%;
}

.contents .contents__box {
  width: 100%;
  margin-top: 16vw;
  /* padding: 0 2.6666666667vw; */
}

.contents ul {
  gap: 10px;
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.contents li {
  width: calc(100% / 2 - 10px * 1 / 2);
}

.contents img {
  margin-bottom: 6px;
}

.contents a {
  display: block;
}

.contents h3 {
  margin-bottom: 24px;
}

.contents h4 {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

/* .contents p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.5;
} */

.contents__caption {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

.goods .goods__box {
  width: 100%;
  margin-top: 16vw;
  /* padding: 0 2.6666666667vw; */
}

/* .faq .faq__inner {
    width: 100%;
    margin-top: 16vw;
}

.faq .faq__item {
    border-top: 1px solid #000;
    padding: 20px 20px;
}

.faq .faq__item:last-child {
    border-bottom: 1px solid #000;
}

.faq .faq__question {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    text-align: left;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
    line-height: 1.7;
}

.faq .faq__question::after {
    content: "⌃";
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.faq .faq__item.open .faq__question::after {
    transform: rotate(0deg);
}

.faq .faq__answer {
    font-size: 15px;
    line-height: 1.8;
    font-family: "Noto Serif JP", serif;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    margin-top: 0;
}

.faq .faq__item.open .faq__answer {
    display: block;
    margin-top: 12px;
    opacity: 1;
} */

/* 新しいFAQ */
.faq .faq__inner {
  width: 100%;
  margin-top: 16vw;
}

.faq-list {
  border-bottom: 1px solid #201d1d;
}

.faq-ttl {
  position: relative;
  padding: 20px 10% 20px 15px;
  /* background-color: #fff; */
  cursor: pointer;
  border-top: 1px solid #201d1d;
}
.faq-ttl p,
.faq-content p {
  display: flex;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
.faq-ttl p {
  font-size: 13px;
  font-weight: 500;
}
.faq-content p {
  font-size: 13px;
  font-weight: 400;
}
.faq-ttl p::before {
  content: "Q.";
  display: inline-block;
  margin-right: 1em;
}
.faq-content + .faq-ttl {
  /* margin-top: 25px; */
}
.faq-content {
  display: none;
  /* margin-top: 10px; */
  margin-left: 0;
  padding: 0px 15px 25px;
}
.faq-content p::before {
  content: "A.";
  display: inline-block;
  margin-right: 1em;
  color: #201d1d;
}

/* 「+」を追加 */
.faq-ttl::before,
.faq-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 12px;
  height: 1px;
  margin: auto;
  background-color: #201d1d;
}
.faq-ttl::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
/* クリックしたときに「+」を「−」に変更 */
.faq-ttl.is-active::after {
  transform: rotate(180deg);
}

.contact__caption p {
  margin-bottom: 8px;
  font-size: 10px;
}

@media only screen and (min-width: 767px) {
  .mv__caption {
    font-size: 22px;
    margin-top: 3.33333333vw;
  }
  .mv__btn {
    margin-top: 20px;
  }
  .ticket__caption {
    font-size: 22px;
    margin-top: 3.33333333vw;
  }
  .ticket__btn {
    margin-top: 20px;
  }
  .movie .movie__inner {
    padding: 0 14.9333333333px;
  }
  .movie .movie__box {
    margin-top: 89.6px;
  }
  .contents .contents__inner {
    padding: 0 14.9333333333px;
  }
  .contents .contents__box {
    margin-top: 89.6px;
  }
  .goods .goods__inner {
    padding: 0 14.9333333333px;
  }
  .goods .goods__box {
    margin-top: 89.6px;
  }
  .faq .faq__inner {
    padding: 0 14.9333333333px;
    margin-top: 89.6px;
  }
  .faq-ttl p {
    font-size: 16px;
  }
  .faq-content p {
    font-size: 16px;
  }
  .contact__caption p {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
