.choice_ttl { font-size: 3rem; font-weight: 600; text-align: center; margin-bottom: 2em; padding: 1em 0; border: 1px solid #07a33e; border-left: none; border-right: none; }
.choice_ttl span { display: inline-block; position: relative; padding: 0 0 0 5rem; }
.choice_ttl span::before, .choice_ttl span::after { content: ''; width: 2.6rem; height: 0.8rem; background-color: #07a33e; position: absolute; top: calc(50% - 0.2rem); left: 0; }
.choice_ttl span::before { background-color: #fb505d; transform: rotate(90deg); }
.choice_ttl span span { padding: 0 5rem 0 0; }
.choice_ttl span span::before, .choice_ttl span span::after { left: auto; right: 0; }

.movie_area { margin-top: 6rem; position: relative; }
.movie_area .movie_wrap { max-width: 890px; margin: 0 auto; }
.movie_area .movie_wrap iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.movie_area .movie_list { width: fit-content; margin: 6rem auto 0; }
.movie_area .movie_list .movie_btn { width: auto !important; height: 130px; cursor: pointer; }
.movie_area .movie_list .movie_btn img { width: auto; height: 100%; }
.movie_area .swiper-button-prev, .movie_area .swiper-button-next { width: 71px; height: auto; aspect-ratio: 71 / 58; background: url(/common/img/icon_sl_prev.png) no-repeat center/contain; top: 35%; }
.movie_area .swiper-button-prev::after, .movie_area .swiper-button-next::after { content: none; }
.movie_area .swiper-button-prev { background-image: url(/common/img/icon_sl_prev.png); }
.movie_area .swiper-button-next { background-image: url(/common/img/icon_sl_next.png); }

#choice01 { background-color: #fff; }
#choice01 .top { text-align: center; }
#choice01 .notes { font-size: 1.4rem; text-indent: -1em; margin-left: 1em; }
#choice01 .txt_area { width: fit-content; margin: 6rem auto 0; }
#choice01 .txt_area .about_txt { margin-bottom: 1em; }

@media screen and (min-width: 768px) and (max-width: 1240px) { .choice_ttl { font-size: 2.4vw; }
  .movie_area .movie_list .movie_btn img { height: 80%; }
  .movie_area .swiper-button-prev { left: -5px; }
  .movie_area .swiper-button-next { right: -5px; } }
@media screen and (max-width: 767px) { .choice_ttl { font-size: 5vw; margin-bottom: 1.5em; }
  .choice_ttl span { display: inline-block; position: relative; padding: 0 0 0 8vw; }
  .choice_ttl span::before, .choice_ttl span::after { width: 4.2vw; height: 1.2vw; top: calc(50% - 0.6vw); }
  .choice_ttl span span { padding: 0 8vw 0 0; }
  .movie_area { margin-top: 3rem; }
  .movie_area .movie_wrap { width: 95%; }
  .movie_area .movie_list { width: 95%; margin: 1rem auto 0; }
  .movie_area .movie_list .movie_btn { height: 23.5vw; }
  .movie_area .swiper-button-prev, .movie_area .swiper-button-next { width: 28px; top: 37%; }
  .movie_area .swiper-button-prev { transform: translateX(-2rem); }
  .movie_area .swiper-button-next { transform: translateX(2rem); }
  #choice01 .notes { font-size: 3.2vw; }
  #choice01 .txt_area { margin: 3rem auto 0; }
  #choice01 .txt_area .about_txt { text-align: center; } }

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