@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    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 / 1200 * 100%) 0 0;
    width: calc(304 / 1200 * 100%);
  }
  .article_list li:last-child {
    margin: 0;
  }
}
/* =====================================================================
    top_banner
======================================================================*/
.top_banner {
  margin-bottom: -6rem;
  padding-top: 6rem;
}
.top_banner .banner_list li {
  margin: 0 calc(15 / 670 * 100%) calc(30 / 670 * 100%);
  width: calc(300 / 670 * 100%);
}

@media screen and (min-width: 768px) {
  .top_banner {
    padding-top: 3rem;
  }
  .top_banner .banner_list li {
    margin: 0 calc(15 / 1200 * 100%) calc(30 / 1200 * 100%);
    width: calc(300 / 1200 * 100%);
  }
}
/* =====================================================================
    news
======================================================================*/
.news_nextstory {
  position: relative;
  padding-top: 10rem;
}
.news_nextstory::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#060407), to(#313131));
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}

.news {
  padding-bottom: 12rem;
}
.news_list li {
  padding-bottom: 4rem;
  border-bottom: 1px solid #6c4a78;
}
@media screen and (max-width: 767px) {
  .news_list li,
  .news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_list li .article_list_img {
    display: contents;
  }
  .news_list li figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news_list li .article_list_date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news_list li h4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.news_list li .article_list_date {
  border-bottom: 0;
  color: #6c4a78;
}
.news_list li h4 {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 10rem;
  }
  .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0.8rem;
  }
  .news_list li .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 li .article_list_date {
    margin-bottom: 0;
  }
  .news_list li figure {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5%;
  }
  .news_list li h4 {
    top: -0.2em;
    width: 60.5%;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding: 14rem 0;
}
.nextstory .movie_embed {
  margin-left: calc(-5 / 670 * 100%);
  width: calc(680 / 670 * 100%);
  -webkit-box-shadow: 0 1rem 6rem 0 #000;
          box-shadow: 0 1rem 6rem 0 #000;
}
.nextstory_movie {
  margin-bottom: 6rem;
}
.nextstory_movie_embed {
  position: relative;
  margin-bottom: 6rem;
  margin-left: calc(-5 / 670 * 100%);
  width: calc(680 / 670 * 100%);
}
.nextstory_movie_subttl {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 170%;
  letter-spacing: 0.2em;
}
.nextstory_movie_subttl span {
  font-size: 150%;
  color: #962c88;
}
.nextstory_movie_date {
  text-align: center;
  margin-bottom: 5rem;
}
.nextstory_movie_date span {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 138%;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(#cd9daf), color-stop(15%, #c4a8b3), color-stop(51%, #9fa2b9), color-stop(81%, #80939f), to(#7b9ba8));
  background: linear-gradient(to right, #cd9daf 0%, #c4a8b3 15%, #9fa2b9 51%, #80939f 81%, #7b9ba8 100%);
}
.nextstory_movie_catch {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 115%;
  line-height: 1.75;
  text-shadow: 0 0 0.3em rgba(7, 5, 8, 0.2), 0 0 0.2em rgba(7, 5, 8, 0.2), 0 0 0.2em rgba(7, 5, 8, 0.2);
}
.nextstory_movie_catch .blue {
  color: #05546b;
}
.nextstory_movie_catch .purple {
  color: #77165e;
}
.nextstory_movie_catch .large {
  font-size: 133%;
  font-weight: normal;
}
.nextstory_movie_txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.666;
}
.nextstory_movie_txt b,
.nextstory_movie_txt strong {
  font-weight: 500;
  color: #4189ef;
}
.nextstory_txt_list > li:not(:last-child) {
  margin-bottom: 6rem;
}
.nextstory_txt_list > li > *:not(:last-child) {
  margin-bottom: 6rem;
}
.nextstory_txt_list > li > p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.666;
}
.nextstory_txt_list > li > p b,
.nextstory_txt_list > li > p strong {
  font-weight: 500;
  color: #4189ef;
}
.nextstory_images_list li {
  margin-top: 3rem;
}
.nextstory_images_list li:first-child {
  margin-top: 0;
}
.nextstory_txt_list,
.nextstory .other_images {
  margin: 0 auto 6rem;
}

.randomScroll {
  letter-spacing: 0;
}
.randomScroll span {
  display: inline-block;
  opacity: 0;
}

.is-fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .nextstory {
    padding: 7rem 0;
  }
  .nextstory .movie_embed {
    margin: 0 auto;
    width: calc(864 / 1200 * 100%);
  }
  .nextstory_movie, .nextstory_txt_list, .nextstory_images_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .nextstory_movie_embed {
    margin: 0 auto 3rem;
    width: calc(800 / 1000 * 100%);
  }
  .nextstory_movie_subttl {
    font-size: 212%;
  }
  .nextstory_movie_movie_date span {
    font-size: 162%;
  }
  .nextstory_movie_catch {
    margin-bottom: 4rem;
    font-size: 162%;
  }
  .nextstory_movie_catch .large {
    font-size: 115%;
  }
  .nextstory_images_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nextstory_images_list li {
    margin-top: 4rem;
    width: calc(470 / 1000 * 100%);
  }
  .nextstory_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .nextstory_images_list li:nth-child(2n) {
    margin-left: calc(60 / 1000 * 100%);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie_topics {
  position: relative;
}
.movie_topics::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70rem);
  background: -webkit-gradient(linear, left top, right top, from(#060407), to(#313131));
  background: linear-gradient(to right, #060407 0%, #313131 100%);
  z-index: 1;
}
.movie_topics .btn_more {
  margin-top: 4rem;
}

.movie {
  padding: 4rem 0;
}
.movie_list li a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .movie_topics::before {
    height: calc(100% - 380px);
    min-height: 220px;
    max-height: 315px;
  }
  .movie {
    padding: 3rem 0 0;
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics {
  padding: 12rem 0;
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 8rem 0;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 3.6rem 0 6rem;
  background: linear-gradient(320deg, #8a4a7a 0%, #733b50 26%, #2a3266 67%, #1a4763 100%);
  border-style: solid;
  border-top-width: 1px;
  -o-border-image: linear-gradient(to right, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/1px 0 0 0;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aa2256), color-stop(67%, #1d2c8c), to(#10527b)) 1/1px 0 0 0;
     border-image: linear-gradient(to right, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/1px 0 0 0;
  overflow: hidden;
}
.sns .twitter_widget {
  position: relative;
  margin: 0 auto;
  width: calc(500 / 670 * 100%);
}
.sns .twitter_widget::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 186%;
  padding-top: 191.6%;
  background: url(../images/top/bg_sns_widget.png) no-repeat center/contain;
  z-index: -1;
}
.sns_list {
  margin: 6rem auto 0;
  width: calc(470 / 670 * 100%);
}
.sns_list li:not(:last-child) {
  margin-bottom: 2rem;
}
.sns_list li a {
  position: relative;
  text-align: center;
  padding: 4.8rem 3em;
  font-size: 107%;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#330c29), to(#1f182b));
  background: linear-gradient(to right, #330c29 0%, #1f182b 100%);
  z-index: 1;
}
.sns_list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aa2256;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 1;
  z-index: -1;
}
.sns_list li a svg {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1.2em;
  height: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #ffffff;
}
.sns .banner_list {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 5rem 0 7rem;
  }
  .sns .sec_ttl {
    margin-bottom: 0;
  }
  .sns_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: calc(1000 / 1200 * 100%);
  }
  .sns .twitter_widget {
    margin: 0 calc(70 / 1000 * 100%) 0 0;
    width: calc(492 / 1000 * 100%);
  }
  .sns_list {
    margin: 0;
    width: calc(360 / 1000 * 100%);
  }
  .sns_list li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .sns_list li a {
    padding: 3rem 3em;
    font-size: 122%;
    font-size: 2.2rem;
  }
  .sns_list li a:hover::before {
    opacity: 0;
  }
}
/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
}
.hulu_popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  height: auto;
  background: #e9e9e9;
  font-size: 3rem;
}
.hulu_popup_ttl {
  margin: 0 auto;
  padding-top: calc(40 / 650 * 100%);
  width: calc(389 / 650 * 100%);
}
.hulu_popup_subttl {
  padding: calc(30 / 650 * 100%) 0;
  font-size: 140%;
  background: -webkit-gradient(linear, right top, left top, from(#8a4a7a), color-stop(26%, #733b50), color-stop(67%, #2a3266), to(#1a4763));
  background: linear-gradient(to left, #8a4a7a 0%, #733b50 26%, #2a3266 67%, #1a4763 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hulu_popup_subttl em {
  display: block;
  margin-top: 0.2em;
  font-style: normal;
  font-size: 130%;
}
.hulu_popup_img {
  position: relative;
}
.hulu_popup_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hulu_popup .btn_hulu {
  margin: 0 auto;
  width: calc(460 / 650 * 100%);
}
.hulu_popup .btn_hulu a {
  position: relative;
  margin-top: 0;
  padding: 1em 0;
  color: #ffffff;
  background: #962330;
  border: 1px solid #bd3948;
}
.hulu_popup .btn_hulu a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.5em;
  width: 0.6em;
  height: 0.6em;
  margin-right: 3rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.hulu_popup_bottom {
  padding: calc(38 / 650 * 100%) 0;
  background: -webkit-gradient(linear, left top, right top, from(#060407), to(#313131));
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}
.hulu_popup_text {
  margin-bottom: calc(24 / 650 * 100%);
}
.hulu_popup_text img {
  margin: 0 auto;
  width: calc(380 / 650 * 100%);
}
.hulu_popup_check {
  padding: calc(35 / 650 * 100%) 0;
}
.hulu_popup_check input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 0.3em;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid currentColor;
}
.hulu_popup_check span {
  font-size: 86%;
}
.hulu_popup_close {
  position: absolute;
  bottom: -2em;
  width: 100%;
  text-align: center;
  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 / 1600 * 100%);
  }
  .hulu_popup .btn_hulu a:hover {
    background: #aa2256;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_close:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=top.css.map */