@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
.sec_ttl {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 60px;
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv {
  background: url(../images/top/img_mv-sp.jpg) no-repeat top center/100% auto;
}
.mv h1 {
  margin: 0 auto;
  padding: calc(390 / 750 * 100%) 0 calc(147 / 750 * 100%);
  width: calc(421 / 750 * 100%);
}

.mv_date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.2rem 0;
  background: url(../images/top/bg_mv_date.png) no-repeat center/cover;
}
.mv_date img {
  margin: 0 auto;
  width: calc(699 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    background-image: url(../images/top/img_mv-pc.jpg);
  }
  .mv h1 {
    padding: calc(776 / 1600 * 100%) 0 calc(140 / 1600 * 100%);
    width: calc(578 / 1600 * 100%);
  }
  .mv_date {
    left: 50%;
    transform: translateX(-50%);
    width: calc(1380 / 1600 * 100%);
    margin-bottom: calc(32 / 1600 * 100%);
    padding: calc(11 / 1600 * 100%) 0;
  }
  .mv_date img {
    width: 63.768115942%;
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner {
  padding: 5rem 0;
}
.banner .banner_list li {
  width: calc(550 / 640 * 100%);
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 50px 0;
  }
  .banner .banner_list li {
    width: calc(400 / 1000 * 100%);
  }
}
/* =====================================================================
    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 {
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article_list_wrap.noScroll ul li {
  margin: 0;
}

.article_list {
  display: flex;
  width: 140rem;
  padding: 0 6rem 3rem;
  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: 12rem 0;
  background: url(../images/top/bg_news-sp.jpg) no-repeat center/100% 100%;
}

.news_list figure {
  margin-bottom: 3rem;
}
.news_list .article_list_date {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.news_list .article_list_date::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  box-shadow: 0 0 0.3em #32ffe9;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 54px 0;
    background-image: url(../images/top/bg_news-pc.jpg);
  }
  .news_list .article_list_img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .news_list a {
    transition: 0.3s ease;
  }
  .news_list a:hover {
    transform: translateY(-1rem);
  }
  .news_list figure {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 31.5%;
  }
  .news_list h4 {
    top: -0.2em;
    width: 60.5%;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .nextstory .sec_ttl .typewriter {
    font-size: 230%;
  }
}
.nextstory .sec_ttl.appear .typewriter {
  width: 13ch;
  -webkit-animation-timing-function: steps(13, end), step-end;
          animation-timing-function: steps(13, end), step-end;
  -webkit-animation-duration: 3s, 1s;
          animation-duration: 3s, 1s;
}

.nextstory_movie_embed {
  margin: 0 0 5rem calc(-20 / 640 * 100%);
  width: calc(680 / 640 * 100%);
}
.nextstory_movie_subttl {
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  text-align: center;
  background: url(../images/top/bg_nextstory_date.png) no-repeat center/100% 100%;
}
.nextstory_movie_subttl span {
  font-family: "Share Tech Mono", monospace;
  font-size: 133%;
  color: #32ffe9;
}
.nextstory_movie_date {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  text-shadow: 0 0 0.6em rgba(3, 209, 96, 0.5), 0 0 0.4em rgba(3, 209, 96, 0.5), 0 0 0.3em rgba(3, 209, 96, 0.5);
}
.nextstory_movie_txt {
  font-size: 107%;
  line-height: 1.933;
}

@media screen and (min-width: 768px) {
  .nextstory {
    padding: 110px 0 70px;
  }
  .nextstory .sec_ttl {
    width: calc(800 / 1000 * 100%);
  }
  .nextstory_movie {
    margin: 0 auto;
  }
  .nextstory_movie_embed {
    margin: 0 auto 50px;
    width: calc(800 / 1000 * 100%);
  }
  .nextstory_movie_subttl {
    margin: 0 auto 20px;
    padding: 12px 0;
    width: calc(608 / 1000 * 100%);
  }
  .nextstory_movie_date {
    margin-bottom: 40px;
    font-size: 166%;
  }
  .nextstory_movie_txt {
    line-height: 1.77;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 16rem 0;
  background-color: #212323;
  background-image: url(../images/common/bg_spots1.png);
  background-repeat: no-repeat;
  background-position: top -21.5rem right -44rem;
  background-size: 111.4rem auto;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 100px 0 120px;
    background-position: top -49.5rem right -43.7rem;
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics {
  padding: 0 0 16rem;
  background-color: #212323;
  background-image: url(../images/common/bg_spots1.png);
  background-repeat: no-repeat;
  background-position: bottom -44.6rem left -36.8rem;
  background-size: 111.4rem auto;
}
.topics .sec_ttl {
  padding-top: 14rem;
}
.topics .sec_ttl.appear .typewriter {
  width: 9ch;
  -webkit-animation-timing-function: steps(9, end), step-end;
          animation-timing-function: steps(9, end), step-end;
  -webkit-animation-duration: 2s, 1s;
          animation-duration: 2s, 1s;
}

@media screen and (min-width: 768px) {
  .topics {
    padding-bottom: 100px;
    background-position: bottom -42.5rem left -33rem;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 14rem 0;
}
.sns .sec_ttl {
  margin-bottom: 2rem;
}
.sns .sec_ttl.appear .typewriter {
  width: 6ch;
  -webkit-animation-timing-function: steps(6, end), step-end;
          animation-timing-function: steps(6, end), step-end;
}

.twitter_widget {
  margin-bottom: 5rem;
  padding: 3rem;
  padding-top: 6.2rem;
  background: url(../images/top/bg_twitter_widget.png) no-repeat center/100% 100%;
}

.sns_list li {
  margin: 0 auto 2.6rem;
  width: calc(610 / 640 * 100%);
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 110px;
  }
  .sns .sec_ttl {
    margin-bottom: 20px;
  }
  .sns_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .twitter_widget {
    margin-bottom: 0;
    width: calc(480 / 1000 * 100%);
  }
  .sns_list {
    width: calc(480 / 1000 * 100%);
  }
  .sns_list li a {
    position: relative;
  }
  .sns_list li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
  }
  .sns_list li a:hover::after {
    opacity: 1;
  }
  .sns_list li.sns_twitter a::after {
    background: url(../images/top/bnr_Twitter_h.png) no-repeat center/contain;
  }
  .sns_list li.sns_insta a::after {
    background: url(../images/top/bnr_Instagram_h.png) no-repeat center/contain;
  }
  .sns_list li.sns_tiktok a::after {
    background: url(../images/top/bnr_tiktok_h.png) no-repeat center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .twitter_widget {
    padding-top: 4.6rem;
  }
}
/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

.hulu_popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  height: auto;
  background: #052731;
  border: 1px solid #32ffe9;
  box-shadow: 0 0 0.8em 0 rgba(0, 255, 112, 0.5), inset 0 0 1em 0 #6fbcb3;
}
.hulu_popup_inner h2 {
  padding: calc(40 / 650 * 100%) 0;
  font-size: 2.8rem;
  color: #32ffe9;
  text-shadow: 0 0 0.3em rgba(0, 255, 112, 0.5), 0 0 0.3em rgba(0, 255, 112, 0.5);
}
.hulu_popup_inner h2 span {
  display: block;
  margin-top: 0.7em;
  font-size: 142%;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: none;
}

.hulu_popup_img {
  position: relative;
}

.hulu_popup_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.hulu_popup_btn a {
  color: #ffffff;
  background-color: #000;
}

.btn_hulu {
  margin: 0 auto;
  width: calc(420 / 650 * 100%);
}
.btn_hulu a {
  margin-top: 0;
  padding: 1em 0;
  font-size: 100%;
  box-shadow: none;
  border: 0;
}

.hulu_popup_trial {
  padding: calc(38 / 650 * 100%) 0 calc(24 / 650 * 100%);
  background: linear-gradient(to top, rgb(200, 220, 198) 0%, rgb(255, 255, 255) 100%);
}

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

.hulu_popup_link_list {
  width: calc(460 / 650 * 100%);
}
.hulu_popup_link_list a {
  background: #00ff70;
}

.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-size: 2rem;
  font-weight: 700;
}

.hulu_popup_close {
  position: absolute;
  bottom: -1.8em;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  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: 1.8rem;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_check span {
    font-size: 1.8rem;
  }
  .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;
  }
  .hulu_popup_inner * {
    font-size: 0.8em !important;
  }
  .hulu_popup_inner h2 {
    font-size: 12px !important;
  }
  .hulu_popup_inner h2 span {
    font-size: 18px !important;
  }
}
/*# sourceMappingURL=top.css.map */