@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 130rem;
  }
  .mv .inner {
    width: 100%;
    height: 100%;
  }
  .mv .inner_flex {
    padding-top: 15vh;
    height: 100%;
  }
  .mv .inner_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 calc(50% - 50vw);
  }
}
.mv h1 {
  margin: 0 auto 1vh;
  width: calc(676 / 710 * 100%);
}

.mv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_parallax-sp.jpg) no-repeat center bottom/cover;
}

.mv_date {
  margin: 0 auto 1.7rem;
  width: calc(611 / 710 * 100%);
}

.mv_cast {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 0;
    height: 55vw;
    min-height: auto;
  }
  .mv .inner {
    padding-left: 0 !important;
    height: 100%;
  }
  .mv .inner_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .mv .inner_left {
    height: 100%;
  }
  .mv h1 {
    margin-bottom: 0.6rem;
    width: calc(534 / 800 * 100%);
  }
  .mv_img {
    background-position: center bottom -8vw;
  }
  .mv_date {
    margin-bottom: 2.4rem;
    width: calc(425 / 800 * 100%);
  }
  .mv_cast {
    font-size: 2rem;
    color: #27242e;
  }
  .submv_date {
    display: none;
  }
  .submv_date + .banner_list {
    margin-top: 0;
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner {
  padding: 20rem 0 0;
}
.banner .banner_list li {
  margin: 0 calc(38 / 710 * 100%) calc(38 / 710 * 100%) 0;
  width: calc(336 / 710 * 100%);
}
@media screen and (max-width: 767px) {
  .banner .banner_list li:nth-child(2n), .banner .banner_list li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 10rem 0 0;
  }
  .banner .banner_list li {
    margin: 0 calc(80 / 1000 * 100%) calc(70 / 1000 * 100%) 0;
    width: calc(270 / 1000 * 100%);
  }
  .banner .banner_list li:nth-child(3n), .banner .banner_list li:last-child {
    margin-right: 0;
  }
  .banner .banner_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
/* =====================================================================
    article_list
======================================================================*/
.article_list_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow-y: hidden;
  overflow-x: scroll;
}
.article_list_wrap.noScroll {
  margin: 0;
  overflow-x: unset;
}
.article_list_wrap.noScroll ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article_list_wrap.noScroll ul li {
  margin: 0;
}

.article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140rem;
  padding: 0 6rem 3rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}
.article_list li {
  position: relative;
  width: 41rem;
  margin-right: 5rem;
}

@media screen and (min-width: 768px) {
  .article_list_wrap {
    overflow: unset;
    margin: 0 auto;
    padding: 0;
  }
  .article_list {
    width: 100%;
    padding: 0;
  }
  .article_list li {
    margin: 0 calc(44 / 1000 * 100%) 0 0;
    width: calc(304 / 1000 * 100%);
  }
  .article_list li:last-child {
    margin: 0;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  margin-top: 10rem;
}
.news .inner {
  padding: 10rem 0;
}
.news .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

.news_list .article_list_date {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #27242e;
}

@media screen and (min-width: 768px) {
  .news .inner {
    padding: 8rem 0;
  }
  .news .inner::before {
    margin: 0;
    width: 100%;
  }
  .news_list .article_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
  .news_list figure {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5%;
  }
  .news_list h4 {
    top: -6px;
    width: 60.5%;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory .inner {
  padding: 10rem 0;
}
.nextstory .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

.nextstory_movie_embed {
  margin: 0 auto 5rem;
  width: calc(680 / 710 * 100%);
}
.nextstory_movie_subttl {
  margin-bottom: 4.5rem;
  text-align: center;
}
.nextstory_movie_subttl span {
  position: relative;
  font-size: 154%;
  color: #b91e1e;
}
.nextstory_movie_subttl span::before {
  content: "";
  position: absolute;
  display: block;
  top: 5%;
  left: -5rem;
  height: 90%;
  border-left: 1px solid currentColor;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.nextstory_movie_date {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 138%;
}
.nextstory_movie_txt {
  margin: 0 auto;
  width: calc(680 / 710 * 100%);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}

a.btn_story,
a.btn_topics,
a.btn_movie {
  margin: 5.5rem auto 0;
  width: calc(470 / 710 * 100%);
}

@media screen and (min-width: 768px) {
  .nextstory .inner::before {
    margin: 0;
    width: 100%;
  }
  .nextstory .sec_ttl {
    position: relative;
    margin: 0 auto 6rem;
  }
  .nextstory_movie {
    margin: 0 auto;
  }
  .nextstory_movie_embed {
    margin: 0 auto 40px;
    width: calc(800 / 1000 * 100%);
  }
  .nextstory_movie_subttl span {
    font-size: 188%;
  }
  .nextstory_movie_date {
    margin-bottom: 30px;
    font-size: 162%;
  }
  .nextstory_movie_txt {
    width: 100%;
    line-height: 1.87;
  }
  a.btn_story,
  a.btn_topics,
  a.btn_movie {
    max-width: 292px;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  margin-top: 20rem;
}
.movie .inner {
  padding: 10rem 0;
}
.movie .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .movie {
    margin-top: 0;
    padding-top: 14rem;
  }
  .movie .inner::before {
    margin: 0;
    width: 100%;
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics {
  margin-top: 20rem;
}
.topics .inner {
  padding: 10rem 0;
}
.topics .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #3e4052;
  z-index: -1;
}

.topics_list h4,
.topics_list .article_list_date {
  color: #f8f8f8;
}

a.btn_topics {
  color: #f8f8f8;
}
a.btn_topics span {
  color: #f8f8f8;
}
a.btn_topics::after {
  background-image: url(../images/common/icon_star2.png);
}

@media screen and (min-width: 768px) {
  .topics {
    margin-top: 10rem;
  }
  .topics .inner {
    padding: 6rem 0 11rem;
  }
  .topics .inner::before {
    margin: 0;
  }
  .topics .sec_ttl {
    position: relative;
    margin: 0 0 10rem auto;
  }
  a.btn_topics::before {
    background: #f8f8f8;
  }
  a.btn_topics:hover::after {
    background-image: url(../images/common/icon_star3.png);
  }
  a.btn_topics:hover span {
    color: #3e4052;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  margin-top: 20rem;
}
.sns .inner {
  padding: 10rem 0;
}
.sns .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

.twitter_widget {
  margin: 0 auto 7rem;
  width: calc(500 / 710 * 100%);
  background: #fff;
  border: 1px solid #27242e;
  -o-border-image: linear-gradient(to top, #27242e 0%, transparent 50%, #27242e 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#27242e), color-stop(50%, transparent), to(#27242e));
     border-image: linear-gradient(to top, #27242e 0%, transparent 50%, #27242e 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0 0 0 0.6rem #fff;
          box-shadow: 0 0 0 0.6rem #fff;
}

.sns_list {
  margin: 0 auto;
  width: calc(470 / 710 * 100%);
}
.sns_list li {
  margin-bottom: 2rem;
  padding: 0.6rem;
  background: #fff;
}
.sns_list li:last-child {
  margin-bottom: 0;
}
.sns_list li a {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 3.2rem 0;
  padding-left: 28%;
  color: #27242e;
}
.sns_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8.5%;
  width: 11%;
  padding-top: 11%;
  z-index: 1;
}
.sns_list li a > * {
  position: relative;
  display: block;
  font-weight: 600;
  z-index: 1;
}
.sns_list li a span {
  font-size: 92%;
  letter-spacing: 0.05em;
}
.sns_list li a small {
  margin-top: 0.5em;
  font-family: "Cormorant", serif;
  font-size: 1.6rem;
  color: #7f7f7f;
}
.sns_list li.sns_insta a::after {
  background: url(../images/common/icon_sns2_p.png) no-repeat center/contain;
}
.sns_list li.sns_line a::after {
  background: url(../images/common/icon_sns5_p.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .sns {
    margin: 0 0 18rem;
    padding-top: 14rem;
  }
  .sns .inner {
    padding: 12rem 0;
  }
  .sns_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .twitter_widget {
    margin: 0 calc(110 / 1000 * 100%) 0 0;
    width: calc(480 / 1000 * 100%);
  }
  .sns_list {
    margin: 0;
    width: 360px;
  }
  .sns_list li {
    margin-bottom: 16px;
    padding: 0.4rem;
  }
  .sns_list li a {
    padding: 40px 0;
    padding-left: 20%;
  }
  .sns_list li a::before {
    background: #202162;
  }
  .sns_list li a::after {
    margin-left: 4.2%;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  .sns_list li a > * {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .sns_list li a span {
    font-size: 125%;
  }
  .sns_list li a small {
    font-size: 87%;
  }
  .sns_list li a:hover > * {
    color: #fff;
  }
  .sns_list li.sns_insta a:hover::after {
    background-image: url(../images/common/icon_sns2.png);
  }
  .sns_list li.sns_line a:hover::after {
    background-image: url(../images/common/icon_sns5.png);
  }
}
/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.hulu_popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  height: auto;
  background: #3e4052;
}
.hulu_popup_inner h2 {
  padding: calc(40 / 650 * 100%) 0;
  font-weight: 600;
  background: #f8f8f8;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.hulu_popup_inner h2 strong {
  display: block;
  margin-top: 0.5em;
  font-size: 184%;
  color: #b91e1e;
  letter-spacing: 0.1em;
}
.hulu_popup_inner h2 span {
  display: block;
  margin-top: 0.2em;
  font-family: "Cormorant", serif;
  font-size: 90%;
  color: #b91e1e;
}

.hulu_popup_img {
  position: relative;
}

.hulu_popup_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn_hulu {
  margin: 0 auto;
  width: calc(480 / 650 * 100%);
}
.btn_hulu a {
  margin-top: 0;
  padding: 1em 0;
  background: #f8f8f8;
}
.btn_hulu a::after {
  display: none;
}

.hulu_popup_trial {
  padding: calc(38 / 650 * 100%) 0 0;
}

.hulu_popup_txt2 {
  margin-bottom: calc(33 / 650 * 100%);
}
.hulu_popup_txt2 img {
  margin: 0 auto;
  width: calc(364 / 650 * 100%);
}

.hulu_popup_link_list {
  width: calc(480 / 650 * 100%);
}

.hulu_popup_check {
  padding: calc(35 / 650 * 100%) 0;
  color: #80a0aa;
}
.hulu_popup_check input {
  vertical-align: middle;
  margin-right: 0.3em;
}
.hulu_popup_check span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 92%;
  color: #f8f8f8;
}

.hulu_popup_close {
  position: absolute;
  bottom: -1.8em;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .hulu_popup_inner {
    width: calc(650 / 1200 * 100%);
    max-width: 650px;
  }
  .hulu_popup_inner h2 {
    font-size: 125%;
  }
  .btn_hulu,
  .hulu_popup_link_list {
    max-width: 342px;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_check span {
    font-size: 100%;
  }
  .hulu_popup_close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-height: 920px) and (orientation: landscape) {
  .hulu_popup_inner {
    width: 100%;
    max-width: calc(350 / 1200 * 100vh);
    min-width: 350px;
    font-size: 1.6rem;
  }
  .hulu_popup_inner h2,
  .hulu_popup_inner .btn_hulu a span,
  .hulu_popup_inner .hulu_popup_check span,
  .hulu_popup_inner .hulu_popup_close {
    font-size: 90% !important;
  }
}/*# sourceMappingURL=top.css.map */