@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  background: #000000;
}
.mv h1 {
  margin: 0 calc(50% - 50vw);
}

.mv_date {
  position: relative;
  padding: 2.5rem 0;
}
.mv_date::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_submv_date-sp.jpg) no-repeat center/100% 100%;
  z-index: -1;
}
.mv_date img {
  margin: 0 auto;
  width: calc(701 / 640 * 100%);
}

@media screen and (min-width: 768px) {
  .mv h1 img {
    margin: 0 auto;
    max-width: 1546px;
  }
  .mv_date {
    padding: 3.3rem 0;
  }
  .mv_date::before {
    background-image: url(../images/common/bg_submv_date-pc.jpg);
  }
  .mv_date img {
    width: calc(823 / 1000 * 100%);
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner {
  padding: 2.4rem 0;
  background: #b31227;
}

.top_banner {
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .top_banner .banner_list {
    gap: 3rem calc(30 / 640 * 100%);
  }
  .top_banner .banner_list li {
    margin-bottom: 0;
    width: calc(300 / 640 * 100%);
  }
  .top_banner_wrap {
    position: relative;
    margin: 0 calc(50% - 50vw);
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .top_banner_wrap .banner_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
    padding: 0 calc(40 / 750 * 100%);
    width: 120rem;
  }
  .top_banner_wrap .banner_list li {
    width: 30rem;
  }
}

/* =====================================================================
    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 {
  padding: 13rem 0 12rem;
}
.news::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #e5e5e5;
  mix-blend-mode: difference;
  z-index: 1;
}

.news_list li h4 {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 54px 0;
  }
  .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 a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .news_list a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .news_list figure {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.5%;
  }
  .news_list h4 {
    top: -0.2em;
    width: 60.5%;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding: 30rem 0 20rem;
}
.nextstory .sec_ttl_vert {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: calc(-55 / 640 * 100%);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.nextstory .sec_ttl_vert .en {
  left: -0.1em;
}

.nextstory_movie_embed {
  position: relative;
  margin-bottom: 8rem;
  margin-left: calc(-55 / 640 * 100%);
  width: calc(640 / 640 * 100%);
}
.nextstory_movie_embed::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -16.71875% -14.6875% 0 0;
  width: 104.375%;
  padding-top: 64.6875%;
  background: url(../images/common/bg_movie_texture.png) no-repeat center/contain;
  z-index: -1;
}
.nextstory_movie_embed a img {
  position: relative;
  -webkit-box-shadow: 0 8rem 10rem 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 8rem 10rem 0 rgba(0, 0, 0, 0.75);
}
.nextstory_movie_subttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  padding-left: 2rem;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
  z-index: 1;
}
.nextstory_movie_subttl span {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3rem 2rem 0;
  font-weight: 700;
  font-size: 9rem;
  color: #b31227;
  line-height: 1;
  letter-spacing: 0;
}
.nextstory_movie_subttl:not(.last) {
  padding-left: 0;
}
.nextstory_movie_subttl:not(.last) span {
  font-family: "Antonio", sans-serif;
  font-size: 11.2rem;
}
.nextstory_movie_txt {
  line-height: 1.666;
}

.nextstory_btn {
  margin-top: 8rem;
}
.nextstory_btn a {
  background: #b31227;
}

@media screen and (min-width: 768px) {
  .nextstory .sec_ttl_vert {
    margin-right: calc(95 / 1200 * 100%);
  }
  .nextstory_movie_embed {
    margin-left: 0;
    width: calc(880 / 1000 * 100%);
  }
  .nextstory_movie_embed::before {
    margin: -13.4090909091% -11.3636363636% 0 0;
  }
  .nextstory_movie_subttl {
    margin-top: 5rem;
    padding-left: 0;
    font-size: 125%;
  }
  .nextstory_btn {
    margin-top: 5rem;
  }
  .nextstory_btn a:hover {
    color: #b31227;
    background: #ffffff;
  }
}
/* =====================================================================
    topics
======================================================================*/
.bg_parallax1 {
  position: relative;
}
.bg_parallax1 .bg_parallax_img {
  background: url(../images/top/bg_smoke1-sp.jpg) no-repeat center right/cover;
}

.topics {
  padding: 20rem 0;
  overflow: hidden;
}
.topics::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #e5e5e5;
  mix-blend-mode: difference;
  z-index: 1;
}
.topics .sec_ttl .en {
  color: #000000;
}
.topics_list li h4 {
  color: #000000;
}
.topics_btn {
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .bg_parallax1 .bg_parallax_img {
    background-image: url(../images/top/bg_smoke1-pc.jpg);
  }
  .topics_btn {
    margin-top: 5rem;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 20rem 0;
}
.movie_btn {
  margin-top: 8rem;
}
.movie_btn a {
  background: #b31227;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 20rem 0;
  }
  .movie_btn {
    margin-top: 5rem;
  }
  .movie_btn a:hover {
    color: #b31227;
    background: #ffffff;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 20rem 0;
  overflow: hidden;
}
.sns::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: calc(969 / 750 * 100%);
  background: url(../images/common/bg_smoke2-sp.png) no-repeat center top/100% auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.sns .sec_ttl_vert {
  position: absolute;
  top: 0;
  left: -0.5em;
  margin-left: calc(-55 / 640 * 100%);
}
.sns_contents {
  position: relative;
  right: -5.5rem;
  width: 100%;
}

.twitter_widget {
  width: 320px;
}

.sns_list {
  margin: 4rem 0 0 auto;
  width: calc(360 / 640 * 100%);
}
.sns_list li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.sns_list li a {
  position: relative;
  text-align: left;
  padding: 0.85em 0 1em;
  padding-left: 41.6666666667%;
  font-family: "Antonio", sans-serif;
  font-size: 114%;
  background: #b31227;
}
.sns_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 23.3333333333%;
  width: 7.5%;
  padding-top: 7.5%;
  z-index: 1;
}
.sns_list_insta a::after {
  background: url(../images/common/icon_sns2.png) no-repeat center/contain;
}
.sns_list_tiktok a::after {
  background: url(../images/common/icon_sns3.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .sns {
    padding-bottom: 5rem;
  }
  .sns::after {
    padding-top: calc(969 / 1200 * 100%);
    background-image: url(../images/common/bg_smoke2-pc.png);
  }
  .sns .sec_ttl_vert {
    position: absolute;
    top: 0;
    left: -0.5em;
    margin-left: calc(90 / 1000 * 100%);
  }
  .sns_contents {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin: 0;
  }
  .twitter_widget {
    margin-left: calc(125 / 1000 * 100%);
    width: calc(480 / 1000 * 100%);
  }
  .sns_list {
    margin: 0 0 0 auto;
    width: calc(270 / 1000 * 100%);
  }
  .sns_list li a {
    font-size: 2.4rem;
  }
  .sns_list li a:hover {
    background: #000000;
  }
}
/* =====================================================================
*    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;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #000000;
  background: #ffffff;
}
.hulu_popup_inner h2 {
  padding: calc(40 / 650 * 100%) 0;
  font-weight: 600;
  line-height: 1.3;
}
.hulu_popup_inner h3 {
  position: relative;
  margin-bottom: calc(40 / 650 * 100%);
}
.hulu_popup_inner h3 span {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.hulu_popup_inner h3 .ja {
  font-size: 200%;
  color: #b31227;
}
.hulu_popup_inner h3 .en {
  margin-top: 0.2em;
  font-family: "Antonio", sans-serif;
}
.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(480 / 650 * 100%);
}
.hulu_popup .btn_hulu a {
  margin-top: 0;
  padding: 1em 0;
  font-size: 107%;
  color: #000000;
  background: #ffffff;
  border: 1px solid #b31227;
}
.hulu_popup_bottom {
  padding: calc(38 / 650 * 100%) 0;
  background: #b31227;
}
.hulu_popup_txt2 {
  margin-bottom: calc(33 / 650 * 100%);
}
.hulu_popup_txt2 img {
  margin: 0 auto;
  width: calc(359 / 650 * 100%);
}
.hulu_popup_check {
  padding: calc(45 / 650 * 100%) 0 0;
}
.hulu_popup_check input {
  vertical-align: middle;
  margin-right: 0.3em;
}
.hulu_popup_check span {
  font-size: 92%;
  color: #ffffff;
}
.hulu_popup_close {
  position: absolute;
  bottom: -1.8em;
  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 {
    font-size: 120%;
  }
  .hulu_popup_inner {
    width: calc(650 / 1200 * 100%);
  }
  .hulu_popup .btn_hulu a:hover {
    color: #ffffff;
    background: #000000;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_close:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=top.css.map */