@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    MV
======================================================================*/
@media screen and (min-width: 768px) {
  .mv h1 {
    margin: 0 auto;
    max-width: 1600px;
  }
}

/* =====================================================================
    banner1
======================================================================*/
.banner1 {
  padding: 10rem 0;
}

@media screen and (min-width: 768px) {
  .banner1 {
    padding: 3.5rem 0;
  }
}

/* =====================================================================
*    news
* =================================================================== */
.news {
  padding: 8rem 0;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .news .inner {
    width: 100%;
    overflow: hidden;
  }
}

.news_list_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1400 / 750 * 100%);
  padding: 0 calc(60 / 750 * 100%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}

.news_list li {
  position: relative;
  width: calc(410 / 1400 * 100%);
  margin-right: calc(40 / 1400 * 100%);
}

.news_list .article_list_date {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #576881;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 6rem 0 5.2rem;
  }
  .news_list_wrap {
    overflow: unset;
    margin: 0 auto;
    padding: 0;
  }
  .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
  }
  .news_list li {
    width: calc(312 / 1000 * 100%);
    margin: 0 calc(30 / 1000 * 100%) 0 0;
  }
  .news_list li:last-child {
    margin: 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;
  }
  .news_list .article_list_img figure {
    margin: 0;
    width: calc(120 / 312 * 100%);
  }
  .news_list .article_list_img h3 {
    width: calc(170 / 312 * 100%);
    margin: -.3em 0 0;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

/* ========================================================
    Next story , delivery
=========================================================*/
.nextstory {
  padding: 5.5rem 0 13rem;
}

.nextstory .sec_ttl {
  margin-bottom: 0;
}

.nextstory_movie {
  position: relative;
  margin-top: -3.5rem;
}

.nextstory_movie_num {
  position: absolute;
  top: -0.5em;
  right: 0;
  font-size: 5rem;
  color: transparent;
  -webkit-text-stroke: 1px #cf0210;
  z-index: 1;
}

.nextstory_movie_num span {
  font-size: 14rem;
}

.nextstory_movie_embed {
  padding-top: 14rem;
  margin: 0 0 6rem calc(-25 / 630 * 100%);
  width: calc(680 / 630 * 100%);
}

.nextstory_movie_embed a {
  position: relative;
}

.nextstory_movie_embed a::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nextstory_movie_embed img {
  border: 1px solid #cf0210;
  -o-border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
     border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
}

.nextstory_movie_subttl {
  margin-bottom: 0.7em;
  font-size: 3rem;
  font-weight: 700;
  color: #cf0210;
}

.nextstory_movie_date {
  margin-bottom: 5rem;
  font-weight: 700;
  color: #cf0210;
}

.nextstory_movie_guest {
  margin-bottom: 5rem;
}

.nextstory_movie_guest p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.333;
  color: #cf0210;
}

.nextstory_movie_txt {
  margin-bottom: 5rem;
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .nextstory {
    padding: 1.7rem 0 10rem;
  }
  .nextstory_movie {
    margin-top: 0;
  }
  .nextstory_movie_num {
    top: 0;
    left: auto;
    right: -10rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .nextstory_movie_num span {
    vertical-align: text-bottom;
  }
  .nextstory_movie_embed {
    margin: 0 auto 7rem;
    padding: 0;
    width: 100%;
  }
  .nextstory_movie_embed a:hover::before {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .nextstory_movie_embed img {
    margin: 0 auto;
    width: calc(880 / 1000 * 100%);
  }
  .nextstory_movie_subttl {
    float: left;
    margin: -0.4em 1em 0 0;
  }
  .nextstory_movie_date {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .nextstory_movie_guest {
    margin-bottom: 3.5rem;
  }
  .nextstory_movie_guest p {
    font-size: 2.2rem;
    line-height: 1.454;
  }
  .nextstory_movie_txt {
    clear: both;
    margin-bottom: 10rem;
    line-height: 2.25;
  }
}

/* =====================================================================
    banner2
======================================================================*/
.banner2 {
  padding: 10rem 0;
  background: rgba(19, 21, 24, 0.6);
}

@media screen and (min-width: 768px) {
  .banner2 {
    padding: 5rem 0;
  }
}

/* =====================================================================
    banner3
======================================================================*/
.banner3 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2em;
}

.banner3 a {
  max-width: 747px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .banner3 {
  }

}

/* =====================================================================
*    movie
* =================================================================== */
.movie {
  padding: 5rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .movie .inner {
    width: 100%;
    overflow: hidden;
  }
  .movie .btn1 {
    margin: 0 auto;
    width: calc(680 / 750 * 100%);
  }
}

.movie_list_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin-bottom: 9rem;
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1400 / 750 * 100%);
  padding: 0 calc(60 / 750 * 100%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}

.movie_list li {
  position: relative;
  width: calc(410 / 1400 * 100%);
  margin-right: calc(48 / 1400 * 100%);
}

.movie_list li figure {
  position: relative;
}

.movie_list li figure::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 0 0 5.5rem;
  }
  .movie_list_wrap {
    overflow: unset;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .movie_list {
    width: 100%;
    margin-bottom: 4.6rem;
    padding: 0;
  }
  .movie_list li figure::before {
    width: 4.9rem;
    height: 3.5rem;
  }
  .movie_list li a:hover figure::before {
    background-image: url(../images/common/icon_movie_h.png);
  }
}

/* =====================================================================
*    topics
* =================================================================== */
.topics {
  padding: 5rem 0 16rem;
}

.topics_list li {
  margin-bottom: 9rem;
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 0 0 11.4rem;
  }
}

/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 12.6rem 0 15rem;
  background: #000;
}

.sns .sec_ttl {
  margin-bottom: 7.3rem;
  padding: 0;
}

.sns .sec_ttl h2 {
  padding: 0;
  background: none;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_list li {
  width: calc(106 / 630 * 100%);
  margin: 0 calc(23 / 630 * 100%);
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 8.7rem 0 12.7rem;
  }
  .sns .sec_ttl {
    margin-bottom: 7.5rem;
  }
  .sns_list li {
    width: calc(96 / 1000 * 100%);
    margin: 0 calc(27 / 1000 * 100%);
  }
  .sns_list li a {
    position: relative;
    top: 0;
  }
  .sns_list li a:hover {
    top: -1rem;
  }
}

/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(19, 24, 31, 0.9);
  z-index: 99999;
}

.hulu_popup_inner {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  padding: 2rem 0 3.3rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(45, 55, 70, 0.6);
  border: 1px solid #cf0210;
  -o-border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
     border-image: linear-gradient(46deg, #cf0210 0%, #ff4d00 15%, #e5e500 29%, #7ce609 43%, #00b951 57%, #00d5ff 71%, #172cff 85%, #6905cf 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3rem 3rem 0px rgba(0, 0, 0, 0.5);
}

.hulu_popup_inner::before {
  height: 0.5em;
}

.hulu_popup_img {
  position: relative;
}

.hulu_popup_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(300 / 650 * 100%);
  margin-bottom: calc(40 / 650 * 100%);
}

.hulu_popup_btn a {
  padding: 1.2em 0;
  font-size: 2rem;
  color: #FFF;
  background-color: #cf0210;
}

.hulu_popup_btn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: .55em;
  height: .55em;
  margin: auto;
  border-top: .15em solid #FFF;
  border-right: .15em solid #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hulu_popup_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(26 / 650 * 100%) 0;
}

.hulu_popup_link_list li {
  width: calc(480 / 650 * 100%);
}

.hulu_popup_link_list li a {
  position: relative;
  padding: 1.5em 0;
  -webkit-box-shadow: 0px 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.4);
}

.hulu_popup_link_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: .55em;
  height: .55em;
  margin: auto;
  border-top: 0.15em solid #FFF;
  border-right: 0.15em solid #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hulu_popup_check input {
  vertical-align: middle;
  margin-right: 0.3em;
  color: #fff;
}

.hulu_popup_check span {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #818181;
}

.hulu_popup_close {
  position: absolute;
  bottom: calc(-40 / 650 * 100%);
  left: 50%;
  font-family: sans-serif;
  font-weight: 700;
  color: #cf0210;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.hulu_popup_close::before {
  content: "×";
  display: inline-block;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .hulu_popup_inner {
    padding: 1.6rem 0 2.8rem;
    width: calc(650 / 1400 * 100%);
  }
  .hulu_popup_inner h2 {
    margin: 0 auto;
    width: calc(601 / 650 * 100%);
  }
  .hulu_popup_btn {
    width: calc(260 / 650 * 100%);
    margin-bottom: calc(30 / 650 * 100%);
  }
  .hulu_popup_btn a {
    padding: 1.5em 0;
    font-size: 1.4rem;
  }
  .hulu_popup_btn a:hover {
    background-color: #ff5558;
  }
  .hulu_popup_link_list {
    margin: calc(30 / 650 * 100%) 0;
  }
  .hulu_popup_link_list li {
    width: calc(320 / 650 * 100%);
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_check span {
    font-size: 1.6rem;
  }
  .hulu_popup_close {
    font-size: 1.6rem;
  }
  .hulu_popup_close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-height: 900px) and (orientation: landscape) {
  .hulu_popup_inner {
    width: 100%;
    max-width: calc(500 / 1400 * 100vh);
    min-width: 400px;
  }
  .hulu_popup_inner * {
    font-size: 0.85em !important;
  }
}
/*# sourceMappingURL=top.css.map */
