@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  background: url(../images/top/bg_mv-sp.jpg) no-repeat center top/100% auto;
}

.mv h1 {
  margin: 0 auto;
  padding: calc(94 / 750 * 100%) 0 calc(93 / 750 * 100%);
  width: calc(464 / 750 * 100%);
}

.mv_date {
  margin-top: calc(-44 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    background: url(../images/top/bg_mv-pc.jpg) no-repeat center/cover;
  }
  .mv h1 {
    padding: calc(98 / 1920 * 100%) 0 calc(53 / 1920 * 100%);
    width: calc(640 / 1920 * 100%);
  }
  .mv_date {
    margin: 0 auto;
    width: calc(867 / 1920 * 100%);
  }
}

/* =====================================================================
    catch
======================================================================*/
.catch {
  padding: 10rem 0;
  background: #ffff00;
}

.catch p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .catch {
    padding: 8rem 0;
  }
  .catch p {
    font-size: 2.2rem;
  }
}

/* =====================================================================
    banner1
======================================================================*/
.banner1 {
  padding: 6rem 0;
  background: #4e44b2;
}

@media screen and (min-width: 768px) {
  .banner1 {
    padding: 4rem 0;
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern3.jpg) repeat center/50rem auto;
}

@media screen and (min-width: 768px) {
  .movie .movie_embed {
    width: calc(920 / 1040 * 100%);
    margin: 0 auto;
  }
}

/* =====================================================================
    info
======================================================================*/
.info {
  padding: 12rem 0;
  background: #00c8ff;
}

.info .sec_ttl::before {
  background-image: url(../images/common/icon_info.png);
}

.info_list {
  margin-bottom: 4rem;
  padding: 8rem 4rem;
  background-color: #fff;
  border-radius: 4rem;
}

.info_list ul {
  height: 57rem;
  padding-right: 1em;
  overflow-y: scroll;
}

.info_list ul::-webkit-scrollbar {
  width: 0.5em;
}

.info_list ul::-webkit-scrollbar-track {
  background: #a0f000;
  border-radius: 2em;
}

.info_list ul::-webkit-scrollbar-thumb {
  background: #4e44b2;
  border-radius: 2em;
}

.info_list ul li {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.info_list ul li:last-child {
  margin-bottom: 0;
}

.info_list ul li::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_dots1.png) round center/contain;
}

.info_list ul li:last-child::before {
  display: none;
}

.info_list ul li time {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Viga", sans-serif;
  color: #a0f000;
}

.info_list ul li h3 {
  font-weight: 700;
  line-height: 1.416;
}

.info_list ul li h3 strong {
  font-size: 120%;
  font-weight: 700;
  color: red;
}

.info_list.scroll_none ul {
  height: auto;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .info_list {
    margin: 0 auto 4rem;
    width: calc(920 / 1040 * 100%);
  }
  .info_list ul {
    height: 37rem;
    padding-left: 1em;
    padding-right: 3em;
  }
  .info_list ul::-webkit-scrollbar {
    width: 0.8em;
  }
  .info_list ul li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 2rem;
  }
  .info_list ul li time {
    margin-bottom: 0.5em;
  }
  .info_list ul li h3 {
    line-height: 1.625;
  }
}

/* =====================================================================
    cast
======================================================================*/
.cast {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern4.jpg) repeat center/50rem auto;
}

.cast .sec_ttl {
  font-size: 4.5rem;
  color: #fff;
}

.cast .sec_ttl::before {
  background-image: url(../images/common/icon_cast.png);
}

.cast_list li:not(:last-child) {
  margin-bottom: 10rem;
}

.cast_list_box {
  position: relative;
}

.cast_list_box figure {
  position: relative;
  margin-bottom: 4.7rem;
}

.cast_list_box figure::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1.6rem;
  right: -1.6rem;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern2.png) no-repeat center/contain;
}

.cast_list_box figure img {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
  pointer-events: none;
}

.cast_list_box .btn_comment {
  position: absolute;
  bottom: -4.6rem;
  right: -1.6rem;
  width: 16rem;
}

.cast_list_box h3 {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cast .sec_ttl {
    font-size: 4rem;
  }
  .cast .sec_ttl::before {
    height: 4rem;
  }
  .cast_list li {
    width: calc(800 / 1040 * 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .cast_list_box {
    cursor: pointer;
  }
  .cast_list_box .btn_comment {
    width: 12rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .cast_list_box:hover .btn_comment {
    bottom: -3rem;
  }
  .cast_list_box h3 {
    font-size: 4rem;
  }
}

/* =====================================================================
    twitter
======================================================================*/
.twitter {
  padding: 12rem 0;
  background: #ffff00;
}

.twitter .sec_ttl::before {
  background-image: url(../images/common/icon_info.png);
}

.twitter_widget {
  padding: 4rem;
  background: #fff;
  border-radius: 4rem;
}

.twitter_widget iframe {
  display: block !important;
  width: 100% !important;
  height: 20em !important;
  min-height: auto !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .twitter_widget {
    width: calc(800 / 1040 * 100%);
    margin: 0 auto;
  }
  .twitter_widget iframe {
    height: 30em !important;
  }
}

/* =====================================================================
    apply
======================================================================*/
.apply {
  padding: 12rem 0 32rem;
  background: #4e44b2;
}

.apply::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50.3rem;
  background: url(../images/common/bg_deco1-sp.png) no-repeat center bottom/cover;
}

.apply .sec_ttl {
  padding-top: 11rem;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #ffff00;
}

.apply .sec_ttl::before {
  height: 9rem;
  background-image: url(../images/common/icon_apply.png);
}

.apply .sec_ttl span {
  display: block;
  margin-top: 0.5em;
  font-size: 4.2rem;
  font-weight: 900;
  color: #fff;
}

.ttl_lottery {
  width: 48rem;
  padding: 2.9rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  background: #ff50c8;
  color: #ffff00;
  text-align: center;
  border-radius: 3em;
}

.apply_box {
  position: relative;
  background-color: #fff;
  border-radius: 4rem;
}

.apply_box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.714;
  text-align: center;
}

.apply_box p .txt1 {
  font-size: 3.6rem;
  color: #ff50c8;
}

.apply_box p .txt2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.apply_box p .txt2 strong {
  color: #ff50c8;
}

.apply_box p .txt2 strong em {
  font-size: 6rem;
  font-style: normal;
}

.apply_top .ttl_lottery {
  position: absolute;
  top: -4.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.apply_top .apply_box {
  margin-top: 9rem;
  padding: 10.8rem 0 12rem;
}

.apply_sub .ttl_lottery {
  margin: 0 auto 3rem;
}

.apply_sub .apply_txt1 {
  margin-bottom: 3rem;
  padding: 0 1em;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.apply_sub .apply_box {
  margin-bottom: 6rem;
  padding-top: 7rem;
  line-height: 1.714;
  overflow: hidden;
}

.apply_sub .apply_box dl:not(.apply_box_notice) {
  padding: 0 4rem;
  font-size: 2.8rem;
  font-weight: 700;
}

.apply_sub .apply_box dl:not(.apply_box_notice) dt {
  position: relative;
  color: #ff50c8;
}

.apply_sub .apply_box dl:not(.apply_box_notice) dt::after {
  content: '：';
  display: inline-block;
}

.apply_sub .apply_box_notice {
  margin-top: 4rem;
  padding: 5rem 4rem;
  font-size: 2rem;
  line-height: 2;
  color: #333;
  background-color: #f3f2fa;
}

.apply_sub .apply_box_notice dd {
  text-indent: -1em;
}

.apply_sub .apply_box_notice dd span {
  color: #e50000;
}

.apply_sub .apply_box1 {
  padding: 7rem 4rem;
}

.apply_sub .apply_box1 p.notice {
  font-size: 2.5rem;
  color: #000;
  text-align: left;
}

.apply_sub .apply_box1 p.notice strong {
  display: block;
  text-align: center;
}

.apply_sub .apply_txt2 {
  margin-top: 1em;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .apply::before {
    height: calc(503 / 1240 * 100vw);
    background-image: url(../images/common/bg_deco1-pc.png);
  }
  .apply .sec_ttl {
    padding-top: 9rem;
    font-size: 4rem;
  }
  .apply .sec_ttl::before {
    height: 7rem;
  }
  .apply .sec_ttl span {
    font-size: 3.1rem;
  }
  .ttl_lottery {
    width: 36rem;
    padding: 2.2rem 0;
    font-size: 3rem;
  }
  .apply_top .ttl_lottery {
    top: -3.6rem;
  }
  .apply_top .apply_box {
    margin-top: 6.5rem;
    padding: 9.6rem 0 12rem;
  }
  .apply_sub .apply_txt1 {
    font-size: 2rem;
    line-height: 2.2;
    text-align: center;
  }
  .apply_sub .apply_box {
    margin-bottom: 8rem;
    padding-top: 8rem;
  }
  .apply_sub .apply_box dl:not(.apply_box_notice) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    padding: 0 7.6rem;
    font-size: 2rem;
  }
  .apply_sub .apply_box dl:not(.apply_box_notice) dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.5em;
    width: 23rem;
  }
  .apply_sub .apply_box dl:not(.apply_box_notice) dt::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .apply_sub .apply_box_notice {
    padding: 6rem 7.6rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .apply_sub .apply_box1 {
    padding: 8rem 7.6rem;
  }
  .apply_sub .apply_box1 p.notice {
    font-size: 2rem;
  }
  .apply_sub .apply_txt2 {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=top.css.map */