/* ==========================================
   Media Query Mixins
   ========================================== */
#top {
  position: relative;
  background: var(--bg3);
  padding-bottom: 50rem;
}
#top .item {
  padding: 8rem 4rem;
}
#top .item img {
  border: 4rem solid #ffffff;
  box-shadow: 0 0 8rem rgba(255, 255, 255, 0.45);
}
#top::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/top_bottom.png") no-repeat center bottom/cover;
  aspect-ratio: 780/280;
}

.top__bg {
  background: url("../../img/scene_bg.jpg") fixed repeat left top/100% auto;
  padding-bottom: 55rem;
}
.top__half {
  margin-top: -15rem;
}

#news {
  background: var(--br);
  padding: 30rem 10rem 10rem;
}
#news .ticket {
  margin-bottom: 10rem;
}
#news .title {
  font-size: 18rem;
  line-height: 1;
  color: var(--wh);
  font-weight: 700;
  margin-bottom: 10rem;
}
#news .list {
  padding: 10rem 12rem;
  background: var(--bg1);
  border-radius: 4rem;
}
#news .list .item {
  display: block;
  font-size: 14rem;
  line-height: 20rem;
  font-weight: 600;
  text-decoration: none;
}
#news .list .item:not(:last-of-type) {
  padding-bottom: 5rem;
  border-bottom: 1rem dashed var(--br);
  margin-bottom: 5rem;
}
#news .list .item timer {
  display: block;
  color: var(--br);
}
#news .list .item .sub {
  display: block;
  color: var(--dg);
}
#news .list a.item {
  transition: all 300ms 0s ease;
}
#news .list a.item:hover {
  opacity: 0.6;
}

.photo {
  background: var(--br);
  padding: 0 10rem 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo__ttl {
  width: 370rem;
  margin: 0 auto 15rem;
}
.photo__txt {
  color: #fff;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15rem;
}
.photo__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem 10rem;
  margin-bottom: 60rem;
}
.photo__menu {
  text-decoration: none;
  position: relative;
}
.photo__menu-thumb {
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
  margin-bottom: 10rem;
}
.photo__menu-ttl-en {
  color: #3B2205;
  font-family: "Tangerine", cursive;
  font-size: 30rem;
  text-shadow: 0 0 4rem white;
  transform: rotate(-15deg);
  position: absolute;
  bottom: 17rem;
  left: 0;
}
.photo__menu-ttl-jp {
  color: #fff;
  font-size: 14rem;
  font-weight: 400;
  text-align: center;
}
.photo__btn {
  background: #F2A41C;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3888888889;
  width: 350rem;
  text-align: center;
  padding: 5rem 10rem 7rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.44);
}
.photo__btn::after {
  content: "";
  background: url("../img/yellow_btn_arrow.svg") no-repeat center/cover;
  width: 10rem;
  height: 22rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20rem;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64rem 0 69rem;
}
.gallery__ttl {
  width: 190rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  margin-bottom: 30rem;
}
.gallery__ttl span {
  color: #434444;
  font-size: 16rem;
  font-weight: 600;
}
.gallery__figure {
  margin-bottom: 25rem;
}
.gallery__btn {
  background: #F2A41C;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3888888889;
  width: 350rem;
  text-align: center;
  padding: 5rem 10rem 7rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.44);
}
.gallery__btn::after {
  content: "";
  background: url("../img/yellow_btn_arrow.svg") no-repeat center/cover;
  width: 10rem;
  height: 22rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20rem;
}

#scene {
  background: url("./img/scene_bg.jpg") fixed repeat left top/100% auto;
  padding-bottom: 50rem;
}
#scene .half {
  margin: 0 0 17rem;
}
#scene .ttl {
  padding: 0 10rem 27rem;
}
#scene figure {
  width: 388rem;
  margin: 0 auto;
}

.voice {
  padding: 0 10rem 55rem;
  background: var(--br);
}
.voice .ttl {
  margin-bottom: 24rem;
  padding: 0 10rem;
}
.voice .wrap {
  overflow-x: auto;
}
.voice .list {
  display: flex;
  flex-flow: column;
  gap: 5rem;
}
.voice .list > * {
  display: flex;
  background: var(--wh);
  padding: 10rem 14rem 10rem 12rem;
  border: 1rem solid #deb235;
  border-radius: 5rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
  font-size: 12rem;
  line-height: 18rem;
}
.voice .list figure {
  width: 75rem;
  margin-right: 14rem;
}
.voice .list p {
  width: calc(100% - 75rem - 14rem);
  font-size: 12rem;
  line-height: 18rem;
  letter-spacing: 0.05em;
}
.voice .list p strong {
  color: #deb235;
  font-weight: 500;
}

.qa {
  padding: 80rem 10rem;
  background: var(--bg2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa .ttl {
  padding-bottom: 6rem;
}
.qa .item:not(:last-child) {
  padding-bottom: 8rem;
}
.qa .q {
  font-size: 14rem;
  line-height: 20rem;
  color: var(--wh);
  font-weight: 500;
  background: #6f6254;
  padding: 10rem 20rem 10rem 38rem;
  margin: 8rem 0;
  position: relative;
}
.qa .q i {
  font-family: "Oswald", sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 9rem;
  top: 8rem;
}
.qa .q::before, .qa .q::after {
  display: block;
  content: "";
  width: 7rem;
  height: 1rem;
  background: var(--wh);
  position: absolute;
  right: 8rem;
  top: 20rem;
  transform-origin: center;
  transition: all 300ms 0s ease;
}
.qa .active .q::after {
  transform: rotate(90deg);
}
.qa .active .a {
  max-height: 100vh;
}
.qa .a {
  font-size: 12rem;
  line-height: 18rem;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms 0s ease;
}
.qa__list {
  margin-bottom: 32rem;
}
.qa__btn {
  background: #F2A41C;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3888888889;
  width: 350rem;
  text-align: center;
  padding: 5rem 10rem 7rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.44);
}
.qa__btn::after {
  content: "";
  background: url("../img/yellow_btn_arrow.svg") no-repeat center/cover;
  width: 10rem;
  height: 22rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20rem;
}

/*# sourceMappingURL=style.css.map */
