@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
.main > * {
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  .main > * {
    padding: 10rem 0;
  }
}

/* =====================================================================
    topics
======================================================================*/
.topics {
  background: linear-gradient(90deg, #ffebee 0%, #e2f6ff 100%);
}
.topics-head {
  position: relative;
  text-align: center;
  margin-bottom: 12rem;
  padding: 6rem 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 86%;
  color: #ffffff;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #0fa6e8 0%, #61cbff 100%);
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .topics-head {
    margin: 0 auto 8rem;
    padding: 4rem 0;
    max-width: 880px;
    font-size: 81%;
  }
}
.topics-head::before {
  content: "";
  position: absolute;
  display: block;
  top: 3.5rem;
  left: -2.5rem;
  width: 8.5rem;
  height: 6.4rem;
  background: url(../images/common/img_circle01.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-head::before {
    top: 2rem;
    left: -2.2rem;
    width: 6.8rem;
    height: 5.8rem;
  }
}
.topics-head::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2.3rem;
  right: -3.2rem;
  width: 6rem;
  height: 6.8rem;
  background: url(../images/common/img_circle02.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-head::after {
    bottom: 1.2rem;
    right: -2.5rem;
    width: 4.9rem;
    height: 5.4rem;
  }
}
.topics-head > *:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .topics-head > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.topics-head-lead {
  font-size: 138%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .topics-head-lead {
    font-size: 200%;
  }
}
.topics-head-lead span {
  color: #fff47f;
}
.topics-article {
  position: relative;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .topics-article {
    padding-top: 3rem;
  }
}
.topics-article-ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 2rem 1em;
  width: -moz-max-content;
  width: max-content;
  min-width: 85.0746268657%;
  text-align: center;
  background: linear-gradient(90deg, #ff89b9 0%, #ff599c 100%);
  border-radius: 3em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .topics-article-ttl {
    text-align: left;
    right: auto;
    margin: 0 0 0 -3rem;
    min-width: calc(660 / 1140 * 100%);
  }
}
.topics-article-ttl::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.3rem;
  left: -1.6rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../images/common/img_circle03.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-article-ttl::before {
    bottom: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.topics-article-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -2rem;
  width: 6.7rem;
  height: 7.3rem;
  background: url(../images/common/img_circle04.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-article-ttl::after {
    top: -1rem;
    right: -0.8rem;
    width: 5rem;
    height: 5.4rem;
  }
}
.topics-article-ttl h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 113%;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .topics-article-ttl h2 {
    font-size: 145%;
  }
}
.topics-article-ttl h2::before {
  content: "";
  display: block;
  text-align: center;
  margin: 0 auto 0.3em;
  width: 3.32em;
  height: 1.05em;
  background: url(../images/top/text_contents.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .topics-article-ttl h2::before {
    display: inline-block;
    margin: 0 0.7em;
  }
}
.topics-article-ttl h2 em {
  font-style: normal;
  font-size: 150%;
}
.topics-article-contents {
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .topics-article-contents {
    padding-top: 10rem;
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  background: url(../images/top/bg_movie-sp.jpg) no-repeat center/cover;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .movie {
    background-image: url(../images/top/bg_movie-pc.jpg);
  }
}
.movie::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave01.svg) repeat-x center/auto 100%;
}
.movie::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave02.svg) repeat-x center/auto 100%;
}
.movie .sec-ttl {
  color: #ffffff;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 2px #0b84ff;
}
@media screen and (min-width: 768px) {
  .movie-list {
    margin: 0 auto;
    max-width: 800px;
  }
}
.movie-list li:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .movie-list li:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.movie-list li .movie-embed::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff748d 0%, #ffd34a 100%);
  filter: blur(4rem);
  z-index: -1;
}
.movie-list-ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 130%;
  color: #0b84ff;
  line-height: 1.4;
}

/* =====================================================================
    timetable
======================================================================*/
.timetable .sec-ttl {
  margin-bottom: 10rem;
  color: #ff5a9d;
}
.timetable img {
  width: 10em;
}
@media screen and (min-width: 768px) {
  .timetable .sec-ttl {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .timetable-list {
    display: flex;
    justify-content: space-between;
  }
}
.timetable-list li {
  position: relative;
  padding: 8rem calc(10 / 650 * 100%) 6rem;
  background-color: #f6fcff;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .timetable-list li {
    padding: 7rem calc(20 / 1000 * 100%) 5rem;
    width: calc(480 / 1000 * 100%);
  }
}
.timetable-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(90deg, #1ba8e9 0%, #ffd34a 100%);
  border-radius: 2.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .timetable-list li:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.timetable-list li dl {
  position: relative;
  display: flex;
  padding: 0.8em 3%;
  font-size: 93%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .timetable-list li dl {
    font-size: 81%;
  }
}
.timetable-list li dl:not(:first-of-type) {
  border-top: 1px solid #29aded;
}
.timetable-list li dl dt {
  position: relative;
  top: 0.2em;
  flex-shrink: 0;
  width: 7.2em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #29aded;
}
.timetable-list li dl.timetable-list-kansai {
  margin-top: 1.5em;
  padding-top: 1.8em;
  padding-bottom: 1.3em;
  background-color: #fcffdb;
  border-top: 0;
}
.timetable-list li dl.timetable-list-kansai::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.5em;
  left: 0.3em;
  width: 15.03em;
  height: 3em;
  background: url(../images/top/text_timetable_kansai.png) no-repeat center/contain;
}
.timetable-list li dl.timetable-list-kansai::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-top: 4px solid #fcffdb;
  z-index: 1;
}
.timetable-list li dl.timetable-list-kansai dt {
  color: #ff5a9d;
  line-height: 1.8;
}
.timetable-list li dl.bgimg_no::before {
  background: none;
}
.timetable-list li dl.bgimg_no {
  margin-top: 0em;
}
.timetable-list-ttl {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(330 / 650 * 100%);
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 120%;
  color: #ffffff;
  letter-spacing: 0.06em;
  background: linear-gradient(270deg, #0fa6e8 0%, #61cbff 100%);
  border-radius: 3em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .timetable-list-ttl {
    min-width: 60.4166666667%;
  }
}

/* =====================================================================
    cast
======================================================================*/
.cast {
  background: linear-gradient(to left, #fffbe6 0%, #e2f6ff 100%);
}
@media screen and (min-width: 768px) {
  .cast-group {
    margin: 0 auto;
    max-width: 800px;
  }
}
.cast-group:not(:last-child) {
  margin-bottom: 12rem;
}
.cast-group-ttl {
  margin-bottom: 0.7em;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 166%;
  font-weight: 700;
  color: #29aded;
}
.cast-group-ttl::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-color: currentColor;
  border-radius: 50%;
}
.cast-group.mc .cast-group-ttl,
.cast-group.mc .cast-list-ttl {
  color: #ff5a9d;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cast-list {
    justify-content: flex-start;
  }
}
.cast-list li {
  margin-bottom: 6rem;
  width: calc(300 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .cast-list li {
    margin: 0 3.75% 4rem 0;
    width: 30%;
  }
}
.cast-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cast-list li:nth-child(3n) {
    margin-right: 0;
  }
  .cast-list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.cast-list li p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .cast-list li p {
    font-size: 109%;
  }
}
.cast-list li p .btn-website {
  display: inline-block !important;
  margin: -0.25em 0 0 0.2em;
  width: 1.45em;
  height: 1.45em;
  background: url(../images/common/icon_website.png) no-repeat center/contain;
  vertical-align: middle;
}
.cast-list li figure[data-popup] {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cast-list li figure[data-popup] {
    cursor: pointer;
  }
  .cast-list li figure[data-popup]:hover::after {
    top: -1rem;
  }
}
.cast-list li figure[data-popup]::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -8.6666666667% -9.3333333333% 0 0;
  width: 38.6666666667%;
  padding-top: 29%;
  background: url(../images/common/btn_comment.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast-list li figure[data-popup]::after {
    margin: -7.5% -7.5% 0 0;
    width: 31.6666666667%;
    padding-top: 24.1666666667%;
    transition: top 0.3s ease;
  }
}
.cast-list-ttl {
  margin-bottom: 0.5em;
  padding-left: 0.3em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #29aded;
  border-left: 0.15em solid currentColor;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 4rem;
}
.banner-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 2rem calc(20 / 1000 * 100%) 0 0;
    width: calc(490 / 1000 * 100%);
  }
  .banner-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
}
.banner-list li img {
  border-radius: 2rem;
}

/* =====================================================================
    related
======================================================================*/
.related {
  background-color: #f0faff;
}
.related .swiper-wrap {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .related .swiper-wrap {
    padding: 0 7rem;
  }
}
.related .swiper-wrap .swiper-button-next,
.related .swiper-wrap .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6.4rem;
  height: 6.4rem;
  background: linear-gradient(90deg, #ff89b9 0%, #ff599c 100%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .related .swiper-wrap .swiper-button-next,
  .related .swiper-wrap .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }
}
.related .swiper-wrap .swiper-button-next::after,
.related .swiper-wrap .swiper-button-prev::after {
  font-size: 0;
  /* デフォルト矢印を消す */
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow.png) no-repeat center/18% auto;
}
.related .swiper-wrap .swiper-button-prev {
  left: -2rem;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .related .swiper-wrap .swiper-button-prev {
    left: 0;
  }
}
.related .swiper-wrap .swiper-button-next {
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .related .swiper-wrap .swiper-button-next {
    right: 0;
  }
}
.related-list .swiper-slide img {
  border-radius: 2rem;
}

/* =====================================================================
    popup
======================================================================*/
.popup-list li figure {
  margin: 0 auto 4rem;
  width: 54.5454545455%;
}
@media screen and (min-width: 768px) {
  .popup-list li figure {
    margin: 0 calc(60 / 1000 * 100%) 0 0;
    width: calc(240 / 1000 * 100%);
  }
}
.popup-list li h2 {
  margin-bottom: 7rem;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 160%;
  color: #0b84ff;
}
@media screen and (min-width: 768px) {
  .popup-list li h2 {
    margin-bottom: 0;
    font-size: 200%;
  }
}
.popup-list li h2 small {
  margin-left: 0.5em;
  font-size: 70%;
}
@media screen and (min-width: 768px) {
  .popup-list-column {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
  }
}
.popup-comment {
  position: relative;
  padding-top: 2.8em;
  font-size: 90%;
  line-height: 2.142;
}
.popup-comment::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6.7em;
  height: 2.1em;
  background: url(../images/top/text_comment.png) no-repeat center/contain;
}/*# sourceMappingURL=top.css.map */