@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    article_list
======================================================================*/
.article_list_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
}

.article_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;
}

.article_list li {
  position: relative;
  width: calc(410 / 1400 * 100%);
  margin-right: calc(50 / 1400 * 100%);
}

@media screen and (min-width: 768px) {
  .article_list_wrap {
    overflow: unset;
    margin: 0 auto;
    padding: 0;
  }
  .article_list {
    width: 100%;
    padding: 0;
  }
}

/* =====================================================================
    MV
======================================================================*/
@media screen and (min-width: 768px) {
  .mv_img {
    position: relative;
    overflow: hidden;
  }
  .mv_img::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/img_mv.jpg) no-repeat center/cover;
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
  .mv_img h1 {
    position: relative;
    margin: 0 auto;
    width: calc(1132 / 1200 * 100%);
    max-width: 1132px;
  }
}

/* =====================================================================
    banner
======================================================================*/
.banner_news {
  background: url(../images/common/bg_pattern2.jpg) no-repeat center/cover;
}

.banner {
  padding: 9rem 0 6rem;
}

.banner_slider .slick-list {
  overflow: visible;
}

.banner_slider .slick-slide {
  margin: 0 3rem;
  width: 54rem;
}

.banner_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 1.6em;
  height: 1.4em;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

.banner_slider .slick-arrow.prev {
  left: 0;
  margin-left: -0.2em;
}

.banner_slider .slick-arrow.next {
  right: 0;
  margin-right: -0.2em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 8rem 0 5rem;
  }
  .banner .inner {
    padding: 0;
  }
  .banner_slider::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 15rem;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#e9e7e7)), -webkit-gradient(linear, left top, right top, from(#e9e7e7), color-stop(40%, transparent));
    background: linear-gradient(to left, transparent 0%, #e9e7e7 100%), linear-gradient(to right, #e9e7e7 0%, transparent 40%);
    z-index: 3;
  }
  .banner_slider::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 15rem;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e9e7e7)), -webkit-gradient(linear, right top, left top, from(#e9e7e7), color-stop(40%, transparent));
    background: linear-gradient(to right, transparent 0%, #e9e7e7 100%), linear-gradient(to left, #e9e7e7 0%, transparent 40%);
    z-index: 3;
  }
  .banner_slider .slick-list {
    overflow: hidden;
  }
  .banner_slider .slick-arrow {
    cursor: pointer;
  }
  .banner_slider .slick-arrow.prev {
    margin-left: calc(280 / 1200 * 100%);
  }
  .banner_slider .slick-arrow.next {
    margin-right: calc(280 / 1200 * 100%);
  }
  .banner_slider a:hover {
    opacity: 0.7;
  }
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 6rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .news .inner {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 6rem;
  }
  .news_list li {
    width: calc(312 / 630 * 100%);
    margin: 0 calc(32 / 630 * 100%) 0 0;
  }
  .news_list li:last-child {
    margin: 0;
  }
  .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;
  }
  .news_list li figure {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 41%;
    border-radius: 1rem !important;
  }
  .news_list li h3 {
    width: 54%;
    font-size: 1.4rem;
  }
}

/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding: 18rem 0 0;
  border-top: 1px solid #949596;
}

.nextstory::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56.4rem);
  background: url(../images/common/bg_pattern1.jpg) repeat-y left -20rem bottom/192rem auto;
}

.nextstory .scroll_bar {
  position: absolute;
  bottom: calc(100% - 56.4rem);
  left: 0;
}

.nextstory .sec_ttl {
  margin: 0 auto 12rem;
  width: 61.2rem;
}

.nextstory .sec_ttl span {
  top: 0.5em;
  right: -2.2em;
}

.nextstory_movie {
  padding-bottom: 10rem;
}

.nextstory_movie_embed {
  position: relative;
  margin: 0 0 11rem -4rem;
  width: 68rem;
}

.nextstory_movie_embed::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -4% -4% 0;
  border: 1px solid #883131;
  border-radius: 10rem 12rem 13rem 0;
}

.nextstory_movie_embed a {
  position: relative;
}

.nextstory_movie_embed a::after {
  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;
  z-index: 1;
}

.nextstory_movie_embed img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10rem 0 10rem 0;
}

.nextstory_movie_subttl {
  margin-bottom: 3rem;
  text-align: center;
}

.nextstory_movie_subttl span {
  display: inline-block;
  padding: 0.1em 1em;
  padding-right: 0.7em;
  font-size: 3.4rem;
  color: #883131;
  letter-spacing: 0.42em;
  background: linear-gradient(114deg, #dad4d4 0%, #d0cfd2 52%, #d2d4d9 100%);
}

.nextstory_movie_date {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  color: #883131;
}

.nextstory_movie_txt {
  line-height: 1.833;
}

.delivery {
  position: relative;
  padding: 6rem 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.delivery h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}

.delivery h3::before, .delivery h3::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c4b4ad;
}

.delivery h3::before {
  margin-right: 1rem;
}

.delivery h3::after {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .nextstory {
    padding: 12.6rem 0 0;
  }
  .nextstory::before {
    height: calc(100% - 48rem);
    background-position: center bottom;
  }
  .nextstory .scroll_bar {
    bottom: calc(100% - 48rem);
  }
  .nextstory .sec_ttl {
    margin-bottom: 4.7rem;
  }
  .nextstory .sec_ttl span {
    right: -14em;
  }
  .nextstory_movie {
    padding-bottom: 6.4rem;
  }
  .nextstory_movie_embed {
    margin: 0 auto 6.5rem;
    width: 90rem;
  }
  .nextstory_movie_embed::before {
    margin: 0 -2.5% -2.5% 0;
  }
  .nextstory_movie_embed a:hover::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .nextstory_movie_subttl {
    margin-bottom: 1.5rem;
  }
  .nextstory_movie_subttl span {
    font-size: 2.6rem;
  }
  .nextstory_movie_date {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .nextstory_movie_txt {
    line-height: 2.25;
  }
  .delivery h3 {
    margin: 0 auto 3.6rem;
    width: 63rem;
  }
}

@media screen and (min-width: 1200px) {
  .nextstory::before {
    background-position: center bottom;
    background-size: 100% auto;
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 11rem 0 13rem;
  background: #8796b2;
}

@media screen and (max-width: 767px) {
  .movie .inner {
    width: 100%;
    overflow: hidden;
  }
}

.movie h2 {
  margin: 0 auto 9rem;
  width: 38.9rem;
}

.movie_list li figure {
  position: relative;
  border-radius: 4rem 0 4rem 0;
}

.movie_list li figure::after {
  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;
}

.movie_list li h3 {
  color: #fff;
}

.movie_list .article_list_date {
  color: #576881;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 11rem 0;
  }
  .movie_list li {
    width: calc(288 / 1000 * 100%);
    margin: 0 calc(66 / 1000 * 100%) 0 0;
  }
  .movie_list li:last-child {
    margin: 0;
  }
  .movie_list li figure::after {
    width: 4.9rem;
    height: 3.5rem;
    z-index: 1;
  }
  .movie_list li a:hover figure::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
}

/* =====================================================================
*    topics
* =================================================================== */
.topics {
  padding: 10rem 0 14rem;
  background: url(../images/common/bg_pattern1.jpg) repeat-y left -20rem top/192rem auto;
}

@media screen and (max-width: 767px) {
  .topics .inner {
    width: 100%;
    overflow: hidden;
  }
}

.topics .sec_ttl {
  margin-bottom: 12.7rem;
}

.topics .sec_ttl img {
  margin: 0 auto;
  width: 36.8rem;
}

.topics .sec_ttl span {
  top: 0;
  left: 6rem;
}

.topics_list li a {
  border-radius: 5rem 5rem 3rem 3rem;
  overflow: hidden;
}

.topics_list li figure {
  margin-bottom: 0;
  border-radius: 0;
}

.topics_list li .article_list_date {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.5% 8%;
  background: #dbcdc7;
  border-bottom: 0;
}

.topics_list_txt {
  padding: 5% 8%;
  background-color: #f9f5f5;
}

@media screen and (min-width: 768px) {
  .topics {
    padding-top: 7rem;
  }
  .topics::before {
    height: 99rem;
    background-image: url(../images/top/bg_topics-pc.jpg);
  }
  .topics .scroll_bar {
    bottom: 99rem;
  }
  .topics .sec_ttl {
    margin-bottom: 4.5rem;
  }
  .topics .sec_ttl span {
    top: 10.4rem;
    left: 0;
  }
  .topics_list li {
    width: calc(288 / 1000 * 100%);
    margin: 0 calc(30 / 1000 * 100%) 0 0;
  }
  .topics_list li:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .topics {
    background-position: center top;
    background-size: 100% auto;
  }
}

/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 11.7rem 0 0;
}

.sns h2 {
  margin: 0 auto 3.4rem;
  width: 17.1rem;
}

.sns .sub_ttl {
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
  font-family: "Hina-Mincho-Regular", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border-left: 1px solid;
}

.twitter_widget {
  margin-bottom: 6rem;
  padding: 3rem;
  border: 1px solid #883131;
  border-radius: 3rem 0 3rem 0;
}

.twitter_widget .twitter-timeline {
  height: 40rem !important;
  overflow-y: scroll;
}

.twitter_widget iframe {
  width: 100% !important;
}

.sns_list li {
  margin-bottom: 1.6rem;
  width: 47rem;
}

.sns_list li:nth-child(1) {
  margin-left: 12rem;
}

.sns_list li:nth-child(2) {
  margin-left: 8rem;
}

.sns_list li:nth-child(3) {
  margin-left: 4rem;
}

.sns_list li a {
  position: relative;
}

.sns_list li a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  border-top: 1px solid #3c465e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sns_list li a:hover::after {
  width: 1rem;
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 10rem 0 0;
  }
  .sns h2 {
    margin: 0 0 6rem 44.7rem;
  }
  .sns .sub_ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 calc(640 / 1000 * 100%);
    font-size: 1.6rem;
  }
  .sns_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .twitter_widget {
    margin-bottom: 0;
    width: 55.2rem;
  }
  .sns_list {
    padding-top: 4rem;
  }
  .sns_list li {
    width: 36rem;
  }
  .sns_list li:nth-child(1) {
    margin-left: 4rem;
  }
  .sns_list li:nth-child(2) {
    margin-left: 2rem;
  }
  .sns_list li:nth-child(3) {
    margin-left: 0;
  }
}

/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(27, 32, 38, 0.85);
  z-index: 999999;
}

.hulu_popup_inner {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  padding: calc(35 / 750 * 100%) calc(5 / 750 * 100%);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: url(../images/top/bg_pattern1.jpg) repeat center/cover;
}

.hulu_popup_inner h2 {
  margin-bottom: calc(40 / 650 * 100%);
  font-family: "Hina-Mincho-Regular", serif;
  font-weight: bold;
  color: #883131;
  text-shadow: 0.2em 0.2em 0.1em rgba(134, 112, 109, 0.4);
}

.hulu_popup_inner h2 span {
  display: block;
  margin-top: 0.8em;
  font-size: 158%;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.hulu_popup_img {
  position: relative;
  margin: 0 auto calc(10 / 650 * 100%);
  border-radius: 8rem 0 8rem 0;
  overflow: hidden;
}

.hulu_popup_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn_hulu {
  margin: 0 auto;
  width: calc(340 / 650 * 100%);
}

.btn_hulu a {
  position: relative;
  margin-top: 0;
  padding: 6% 0;
  width: 100%;
}

.btn_hulu a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: .5em;
  height: .5em;
  margin: auto;
  border-top: .1em solid #FFF;
  border-right: .1em solid #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hulu_popup_trial {
  margin-bottom: calc(27 / 650 * 100%);
  padding: calc(36 / 650 * 100%) 0;
  background: url(../images/top/bg_pattern2.jpg) repeat center/cover;
}

.hulu_popup_txt2 {
  margin-bottom: calc(30 / 650 * 100%);
}

.hulu_popup_txt2 img {
  margin: 0 auto;
  width: calc(330 / 650 * 100%);
}

.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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .hulu_popup_inner {
    padding: calc(35 / 1200 * 100%) calc(5 / 1200 * 100%);
    width: calc(650 / 1200 * 100%);
    max-width: 650+px;
  }
  .hulu_popup_inner h2 {
    font-size: 2rem;
  }
  .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup_check span {
    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(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 */