@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
  aspect-ratio: 750/765;
}
@media screen and (min-width: 768px) {
  .mv {
    aspect-ratio: 1600/1102;
  }
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/mv_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv::before {
    background-image: url(../images/top/mv_bg01_pc.png);
  }
}
.mv .inner {
  max-width: 100%;
  padding: 0;
}
.mv_column {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: relative;
  width: 56.8%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    width: 33.875%;
  }
}
.mv_ttl > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_ttl > a:hover {
    opacity: 1;
  }
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -0.2em;
  text-align: center;
}
.intro_ttl > span {
  display: inline-block;
  color: #c2ad48;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 4.4rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_subttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_subttl {
    width: 58%;
    padding: 2.4rem 0;
  }
}
.intro_subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14.8rem;
  aspect-ratio: 148/36;
  border-top: 0.2rem solid #c2ad48;
  border-left: 0.2rem solid #c2ad48;
  z-index: -1;
}
.intro_subttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 17.2rem;
  aspect-ratio: 172/46;
  border-right: 0.2rem solid #c2ad48;
  border-bottom: 0.2rem solid #c2ad48;
  z-index: -1;
}
.intro_subttl > span {
  display: inline-block;
  color: #c2ad48;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_subttl > span {
    font-size: 2.6rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .intro_text {
    margin-top: 3.6rem;
  }
}
.intro_text:first-child {
  margin-top: 0;
}
.intro_text > p {
  width: 100%;
  margin-top: 1em;
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_staff {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_staff {
    width: 80%;
    margin: 6rem auto 0 auto;
  }
}
.intro_staff::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 0.2rem solid #c2ad48;
  border-right: 0.2rem solid #c2ad48;
  z-index: -1;
}
.intro_staff > li {
  width: 100%;
}

/* ========================================================
    stage
======================================================== */
.stage {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .stage {
    margin-top: 12rem;
  }
}
.stage_column {
  position: relative;
  width: 100%;
}
.stage_wrap {
  position: relative;
  width: 100%;
}
.stage_movie {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .stage_movie {
    width: 80%;
    margin: 0 auto;
  }
}
.stage_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.stage_movie_inner * {
  line-height: inherit;
}
.stage_movie_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.stage_movie {
  /*& > a {
      display: block;
      width: 100%;

      &:hover {
          @include mq-tab {
              opacity: 1;
          }

          & > figure {
              &::before {
                  @include mq-tab {
                      transform: translate(-50%, -50%) scale(1.1);
                  }
              }
          }
      }

      & > figure {
          position: relative;
          width: 100%;

          &::before {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              display: block;
              width: calc(68 / 750 * 100%);
              aspect-ratio: 1 / 1;
              background-image: url(../images/common/btn_play.png);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% 100%;
              transform: translate(-50%, -50%);
              transition: 0.3s ease;
              z-index: 1;
          }
      }
  }*/
}
.stage_scene {
  position: relative;
  width: 115.3846153846%;
  margin: 8rem -7.6923076923% 0 -7.6923076923%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .stage_scene {
    width: 100%;
    margin: 6rem 0 0 0;
  }
}
.stage_scene.slick-initialized.slick-slider {
  padding-bottom: 4.8rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .stage_scene.slick-initialized.slick-slider {
    padding-bottom: 3.6rem;
  }
}
.stage_scene.slick-initialized.slick-slider * {
  line-height: 1;
}
.stage_scene.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.stage_scene.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 50rem;
  margin: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .stage_scene.slick-initialized.slick-slider .slick-slide {
    margin: 0 2rem;
  }
}
.stage_scene.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.stage_scene.slick-initialized.slick-slider .slick-dots li {
  width: 1.6rem;
  aspect-ratio: 1/1;
  margin: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .stage_scene.slick-initialized.slick-slider .slick-dots li {
    width: 1.2rem;
    margin: 0 0.6rem;
  }
}
.stage_scene.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #c2ad48;
}
.stage_scene.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.stage_scene li > figure {
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
}

/* ========================================================
    ticket
======================================================== */
.ticket {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .ticket {
    margin-top: 12rem;
  }
}
.ticket_column {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_column {
    padding: 6rem 5rem;
  }
}
.ticket_column::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #1c5e17;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ticket_column::before {
    left: 0;
    width: 100%;
  }
}
.ticket_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -0.2em;
  text-align: center;
}
.ticket_ttl > span {
  display: inline-block;
  color: #c2ad48;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ticket_ttl > span {
    font-size: 4.6rem;
  }
}
.ticket_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket_wrap {
    margin-top: 4.5rem;
  }
}
.ticket_btn {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -4rem;
}
@media screen and (min-width: 768px) {
  .ticket_btn {
    margin-bottom: -3rem;
  }
}
.ticket_btn > li {
  width: 100%;
  aspect-ratio: 650/140;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_btn > li {
    width: 47.7777777778%;
    aspect-ratio: 430/125;
    margin: 0 0 3rem 4.4444444444% !important;
  }
}
@media screen and (min-width: 768px) {
  .ticket_btn > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.ticket_btn > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #c2ad48;
}
@media screen and (min-width: 768px) {
  .ticket_btn > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .ticket_btn > li > a:hover::after {
    right: 2.5rem;
  }
}
.ticket_btn > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 0.2rem solid #1c5e17;
  transform: translate(-50%, -50%);
}
.ticket_btn > li > a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  aspect-ratio: 15/22;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.ticket_btn > li > a > span {
  display: inline-block;
  color: #1c5e17;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transform: translateY(-0.04em);
}
@media screen and (min-width: 768px) {
  .ticket_btn > li > a > span {
    font-size: 1.6rem;
  }
}
.ticket_list {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ticket_list {
    margin-top: 3rem;
  }
}
.ticket_list > li {
  width: 100%;
}
.ticket_list > li > em {
  display: inline-block;
  color: #c2ad48;
  font-size: 2.8rem;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ticket_list > li > em {
    font-size: 1.6rem;
  }
}
.ticket_list > li > span {
  display: inline-block;
  color: #ffffff;
  font-size: 2.8rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ticket_list > li > span {
    font-size: 1.6rem;
  }
}

/* ========================================================
    reviews
======================================================== */
.reviews {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .reviews {
    margin-top: 12rem;
  }
}
.reviews_column {
  position: relative;
  width: 100%;
}
.reviews_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -0.2em;
  text-align: center;
}
.reviews_ttl > span {
  display: inline-block;
  color: #c2ad48;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reviews_ttl > span {
    font-size: 4.6rem;
  }
}
.reviews_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .reviews_wrap {
    margin-top: 6rem;
  }
}
.reviews_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -7.2rem 0;
}
@media screen and (min-width: 768px) {
  .reviews_list {
    width: 90%;
    margin: 0 auto -5.4rem auto;
  }
}
.reviews_list > li {
  width: 47.6923076923%;
  margin: 0 0 7.2rem 4.6153846154%;
}
@media screen and (min-width: 768px) {
  .reviews_list > li {
    width: 31.1111111111%;
    margin: 0 0 5.4rem 3.3333333333% !important;
  }
}
.reviews_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .reviews_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.reviews_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 4.8rem 0 2.4rem 0;
  background: #f6eee3;
  background-image: url(../images/top/reviews_bg.jpg);
  color: #333;
}
@media screen and (min-width: 768px) {
  .reviews_item {
    padding: 3.6rem 0 1.8rem 0;
  }
}
.reviews_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16.2rem;
  aspect-ratio: 162/40;
  border-top: 0.2rem solid #c2ad48;
  border-left: 0.2rem solid #c2ad48;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .reviews_item::before {
    width: 14.8rem;
  }
}
.reviews_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 19rem;
  aspect-ratio: 190/50;
  border-right: 0.2rem solid #c2ad48;
  border-bottom: 0.2rem solid #c2ad48;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .reviews_item::after {
    width: 17.2rem;
  }
}
.reviews_item > dt {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
  color: #1c5e17;
}
@media screen and (min-width: 768px) {
  .reviews_item > dt {
    margin-top: 3rem;
  }
}
.reviews_item > dt > span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .reviews_item > dt > span {
    font-size: 1.6rem;
  }
}
.reviews_item > dd {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 4rem;
}
.reviews_item > dd > span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  margin: auto 0;
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .reviews_item > dd > span {
    font-size: 2rem;
  }
}
.reviews_item > dd > span .totoro {
  display: inline-block;
  margin: 0 -0.4em;
  letter-spacing: 0;
}

/* ========================================================
    awards
======================================================== */
.awards {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .awards {
    margin-top: 12rem;
  }
}
.awards_column {
  position: relative;
  width: 100%;
}
.awards_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -0.2em;
  text-align: center;
}
.awards_ttl > span {
  display: inline-block;
  color: #c2ad48;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .awards_ttl > span {
    font-size: 4.6rem;
  }
}
.awards_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .awards_wrap {
    margin-top: 6rem;
  }
}
.awards_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -5.2rem;
}
@media screen and (min-width: 768px) {
  .awards_img {
    margin-bottom: -3.9rem;
  }
}
.awards_img > li {
  width: 61.5384615385%;
  margin: 0 0 5.2rem 0;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .awards_img > li {
    width: 28%;
    margin: 0 0 3.9rem 3% !important;
  }
}
@media screen and (min-width: 768px) {
  .awards_img > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.awards_img > li > span {
  display: block;
  margin: 2rem 0;
}
.awards_block01 {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
  padding: 8rem 2rem;
}
@media screen and (min-width: 768px) {
  .awards_block01 {
    width: 90%;
    margin: 6rem auto 0 auto;
    padding: 6.5rem 6rem;
  }
}
.awards_block01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c2ad48;
  z-index: -1;
}
.awards_block01::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: 0.15rem solid #c2ad48;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.awards_subttl {
  position: relative;
  width: 100%;
  /*padding-bottom: 4rem;*/
  text-align: center;
}
@media screen and (min-width: 768px) {
  .awards_subttl {
    /*padding-bottom: 3rem;*/
  }
}
.awards_subttl {
  /*&::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 27.7rem;
      aspect-ratio: 277 / 26;
      background-image: url(../images/top/awards_bg01.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      transform: translateX(-50%);

      @include mq-tab {
          width: 22.0rem;
      }
  }*/
}
.awards_subttl > em {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .awards_subttl > em {
    font-size: 3rem;
  }
}
.awards_subttl > span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .awards_subttl > span {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
}
.awards_list {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .awards_list {
    margin-top: 3.6rem;
  }
}
.awards_list > li {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .awards_list > li {
    margin-top: 2.4rem;
  }
}
.awards_list > li:first-child {
  margin-top: 0;
}
.awards_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.awards_item > dt {
  position: relative;
  width: 100%;
  padding-bottom: 3.2rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .awards_item > dt {
    width: 57.6923076923%;
    padding-bottom: 0;
    text-align: left;
  }
}
.awards_item > dt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  display: block;
  width: 10rem;
  height: 0.15rem;
  background-color: #c2ad48;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .awards_item > dt::before {
    content: none;
  }
}
.awards_item > dt > em {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .awards_item > dt > em {
    font-size: 1.8rem;
  }
}
.awards_item > dt > em::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .awards_item > dt > em::before {
    content: "";
    position: absolute;
    left: calc(100% + 1.5rem);
    top: 0.85em;
    display: block;
    width: 45rem;
    height: 0.15rem;
    background-color: #c2ad48;
  }
}
.awards_item > dt > span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .awards_item > dt > span {
    font-size: 1.6rem;
  }
}
.awards_item > dd {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .awards_item > dd {
    width: 39.7435897436%;
    text-align: left;
  }
}
.awards_item > dd > em {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .awards_item > dd > em {
    font-size: 2.2rem;
  }
}
.awards_item > dd > span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .awards_item > dd > span {
    font-size: 1.6rem;
  }
}

/* ========================================================
    info
======================================================== */
.info {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .info {
    margin-top: 12rem;
  }
}
.info_column {
  position: relative;
  width: 100%;
}
.info_wrap {
  position: relative;
  width: 100%;
}
.info_block01 {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .info_block01 {
    padding: 6rem 5rem;
  }
}
.info_block01::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #1c5e17;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .info_block01::before {
    left: 0;
    width: 100%;
  }
}
.info_block02 {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding: 6rem 5rem;
}
@media screen and (min-width: 768px) {
  .info_block02 {
    margin-top: 6rem;
    padding: 4.5rem 5rem;
  }
}
.info_block02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #c2ad48;
  z-index: -1;
}
.info_subttl {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem solid #c2ad48;
}
@media screen and (min-width: 768px) {
  .info_subttl {
    margin-top: 4.5rem;
    padding-bottom: 0.9rem;
  }
}
.info_subttl:first-child {
  margin-top: 0;
}
.info_subttl > span {
  display: inline-block;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .info_subttl > span {
    font-size: 2.2rem;
  }
}
.info_text {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .info_text {
    margin-top: 1.8rem;
  }
}
.info_text > p {
  width: 100%;
  margin-top: 1em;
  color: #ffffff;
}
.info_text > p:first-child {
  margin-top: 0;
}
.info_text > p a {
  text-decoration: underline;
}
.info_map {
  position: relative;
  width: 100%;
  margin: 3.2rem 0;
  padding-top: 35rem;
}
@media screen and (min-width: 768px) {
  .info_map {
    margin: 2.4rem 0;
    padding-top: 40rem;
  }
}
.info_map:last-child {
  margin-bottom: 0;
}
.info_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.info_note {
  position: relative;
  width: 100%;
}
.info_note > dt {
  width: 100%;
}
.info_note > dt > span {
  display: inline-block;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .info_note > dt > span {
    font-size: 2.2rem;
  }
}
.info_note > dd {
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .info_note > dd {
    margin-top: 1.2rem;
  }
}
.info_note > dd > ul {
  width: 100%;
}
.info_note > dd > ul > li {
  position: relative;
  width: 100%;
  padding-left: 1.3em;
  color: #ffffff;
}
.info_note > dd > ul > li::before {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.6em;
  display: block;
  width: 0.9em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #c2ad48;
}/*# sourceMappingURL=top.css.map */