@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
@media screen and (min-width: 768px) {
  .mv {
    margin: 0 auto;
    max-width: 1200px;
    background-image: url(../images/top/img_mv-pc.jpg);
  }
  .mv h1 {
    margin-left: calc(372 / 1200 * 100%);
    padding: calc(495 / 1200 * 100%) 0 calc(23 / 1200 * 100%);
    width: calc(473 / 1200 * 100%);
  }
  .mv_date {
    margin: 0 0 calc(187 / 1200 * 100%) 0;
    width: calc(338 / 1200 * 100%);
  }
}
/* =====================================================================
    parallax 
======================================================================*/
.spring1 {
  top: 0;
  left: 0;
  margin-top: calc(50 / 750 * 100%);
  width: calc(666 / 750 * 100%);
}

.spring2 {
  top: 0;
  right: 0;
  margin: calc(-345 / 750 * 100%) calc(24 / 750 * 100%) 0 0;
  width: calc(686 / 750 * 100%);
}

.summer1 {
  top: 0;
  right: 0;
  margin-top: calc(-250 / 750 * 100%);
  width: calc(287 / 750 * 100%);
}

.summer2 {
  bottom: 0;
  left: 0;
  margin-bottom: calc(200 / 750 * 100%);
  width: calc(194 / 750 * 100%);
}

.autumn1 {
  top: 0;
  right: 0;
  margin-top: calc(-158 / 750 * 100%);
  width: calc(345 / 750 * 100%);
}

.autumn2 {
  bottom: 0;
  left: 0;
  margin-bottom: calc(300 / 750 * 100%);
  width: calc(206 / 750 * 100%);
}

.winter1 {
  top: 0;
  right: 0;
  margin-top: calc(-180 / 750 * 100%);
  width: calc(365 / 750 * 100%);
}

.winter2 {
  bottom: 0;
  left: 0;
  margin-bottom: calc(250 / 750 * 100%);
  width: calc(418 / 750 * 100%);
}

.spring3 {
  bottom: 0;
  right: 0;
  margin-bottom: calc(-485 / 750 * 100%);
  width: calc(285 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .spring1 {
    margin: calc(80 / 1730 * 100%) 0 0 calc(-144 / 1730 * 100%);
    width: calc(853 / 1730 * 100%);
  }
  .spring2 {
    margin: calc(-200 / 1730 * 100%) 0 0 calc(40 / 1730 * 100%);
    width: calc(470 / 1730 * 100%);
  }
  .summer1 {
    right: auto;
    left: 0;
    margin: calc(-200 / 1730 * 100%) 0 0 calc(-60 / 1730 * 100%);
    width: calc(523 / 1730 * 100%);
  }
  .summer2 {
    left: auto;
    right: 0;
    margin: 0 calc(-55 / 1730 * 100%) calc(100 / 1730 * 100%) 0;
    width: calc(334 / 1730 * 100%);
  }
  .autumn1 {
    right: auto;
    left: 0;
    margin: calc(0 / 1730 * 100%) 0 0 calc(-63 / 1730 * 100%);
    width: calc(233 / 1730 * 100%);
  }
  .autumn2 {
    left: auto;
    right: 0;
    margin: 0 calc(-51 / 1730 * 100%) calc(143 / 1730 * 100%) 0;
    width: calc(541 / 1730 * 100%);
  }
  .winter1 {
    right: auto;
    left: 0;
    margin: calc(-258 / 1730 * 100%) 0 0 calc(-56 / 1730 * 100%);
    width: calc(507 / 1730 * 100%);
  }
  .winter2 {
    left: auto;
    right: 0;
    margin: 0 calc(-67 / 1730 * 100%) calc(73 / 1730 * 100%) 0;
    width: calc(507 / 1730 * 100%);
  }
  .spring3 {
    right: auto;
    left: 0;
    margin: 0 0 calc(-280 / 1730 * 100%) calc(-56 / 1730 * 100%);
    width: calc(342 / 1730 * 100%);
  }
}
/* =====================================================================
    article_list
======================================================================*/
.article_list_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
}
.article_list_wrap.noScroll {
  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 10rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}
.article_list li {
  position: relative;
  width: 41rem;
  margin-right: 4rem;
}

@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;
  }
}
/* =====================================================================
    banner_news
======================================================================*/
.banner_news {
  position: relative;
  overflow: hidden;
}
.banner_news .gradeBox {
  top: -20rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
}

.banner_list_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(-10 / 680 * 100%);
  width: calc(696 / 680 * 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_list_square li {
  margin: 0 3.4482758621% 3rem 0;
  width: 48.275862069%;
}
@media screen and (max-width: 767px) {
  .banner_list_square li:nth-child(2n) {
    margin-right: 0;
  }
}
.banner_list_square li a {
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

.news {
  margin-top: -12rem;
  padding: 20rem 0 8rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .news .inner {
    padding-right: 0;
    overflow: hidden;
  }
}
.news .ttl_side {
  bottom: 18rem;
}

.news_list figure {
  margin-bottom: 2rem;
}
.news_list h3 {
  margin-bottom: 2rem;
  font-size: 88%;
}

@media screen and (min-width: 768px) {
  .banner_news .gradeBox {
    height: 130%;
    background-size: cover;
  }
  .banner_list_square {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    width: 100%;
  }
  .banner_list_square li {
    margin: 0 calc(80 / 1000 * 100%) 3rem 0;
    width: calc(280 / 1000 * 100%);
  }
  .banner_list_square li:nth-child(3n), .banner_list_square li:last-child {
    margin-right: 0;
  }
  .banner_list_square li a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-box-shadow: 0px 0.4rem 0.8rem 0px rgba(61, 84, 153, 0.2);
            box-shadow: 0px 0.4rem 0.8rem 0px rgba(61, 84, 153, 0.2);
  }
  .news {
    margin-top: -6rem;
    padding: 14rem 0 10rem;
  }
  .news .ttl_side {
    bottom: 0;
    padding-top: 6.5rem;
  }
  .news .ttl_side::before {
    height: 4rem;
  }
  .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: 4rem;
  }
  .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: 41%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .news_list h3 {
    margin-bottom: 0;
    width: 54%;
  }
  .news_list .article_list_date {
    font-size: 12px;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory .inner {
  padding-top: 20rem;
  padding-bottom: 14rem;
}
.nextstory .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/deco/bg_spring-sp.png) no-repeat center top/100% auto;
  z-index: 1;
}
.nextstory .gradeBox {
  top: 76rem;
  right: 0;
  width: 100%;
  height: 46rem;
  background-position: center;
}
.nextstory .ttl_side {
  bottom: auto;
  top: 60rem;
}
.nextstory .sec_ttl {
  margin-bottom: 3rem;
  width: 86%;
  z-index: 1;
}
.nextstory .sec_ttl span {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.05em;
  color: #d8ddf2;
  background: -webkit-gradient(linear, left top, right top, from(#d8ddf2), color-stop(10%, #d8ddf2), color-stop(90%, #e5b8c5), to(#e5b8c5));
  background: linear-gradient(90deg, #d8ddf2 0%, #d8ddf2 10%, #e5b8c5 90%, #e5b8c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nextstory .sec_ttl span small {
  margin-bottom: -0.8em;
  font-size: 65%;
  line-height: 0.8;
}

.nextstory_movie_embed {
  position: relative;
  margin-bottom: 8rem;
}
.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: 8rem;
  height: 5.6rem;
  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_subttl {
  margin-bottom: 3rem;
  text-align: center;
}
.nextstory_movie_subttl span {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-size: 133%;
  border: 1px solid;
}
.nextstory_movie_date {
  margin-bottom: 10rem;
  text-align: center;
  font-size: 133%;
}
.nextstory_movie_txt {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
  line-height: 2.071;
}

@media screen and (min-width: 768px) {
  .nextstory .inner {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
  .nextstory .inner::before {
    margin-right: calc(-90 / 1730 * 100%);
    background-image: url(../images/deco/bg_spring-pc.png);
    background-position: right top;
    background-size: calc(1629 / 1730 * 100%) auto;
  }
  .nextstory .gradeBox {
    top: 45rem;
    height: 54rem;
    background-position: center;
  }
  .nextstory .ttl_side {
    bottom: auto;
    top: 40rem;
  }
  .nextstory .sec_ttl {
    margin-left: 5.5%;
    width: 2.2em;
  }
  .nextstory_movie {
    margin: 0 auto;
    width: calc(880 / 1000 * 100%);
  }
  .nextstory_movie_embed {
    margin-bottom: 4rem;
  }
  .nextstory_movie_embed a:hover::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .nextstory_movie_subttl {
    margin-bottom: 2.4rem;
  }
  .nextstory_movie_date {
    margin-bottom: 8rem;
  }
  .nextstory_movie_txt {
    width: 100%;
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  margin-bottom: 5rem;
}
.delivery .inner {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.delivery .gradeBox {
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
}
.delivery h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw) 4rem;
  letter-spacing: 0.3em;
}
.delivery h3::before, .delivery h3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
}
.delivery h3::before {
  margin-right: 3rem;
  border-color: #70c7da;
}
.delivery h3::after {
  margin-left: 3rem;
  border-color: #87a4e4;
}

@media screen and (min-width: 768px) {
  .delivery .gradeBox {
    background-size: cover;
  }
  .delivery h3 {
    margin: 0 0 4rem;
    font-size: max(2.8rem, 20px);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie .gradeBox {
  top: 50rem;
  right: 0;
  width: 100%;
  height: 52rem;
  background-position: center bottom;
}
.movie .inner {
  padding-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .movie .inner {
    padding-right: 0;
  }
}
.movie .ttl_side {
  bottom: auto;
  top: 64rem;
}
.movie .sec_ttl {
  margin-bottom: 1rem;
}
.movie .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d6f1d1), to(#d6f1d1));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d6f1d1 90%, #d6f1d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.movie_list li figure {
  position: relative;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.movie_list li figure::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8rem;
  height: 5.6rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.movie_list li h3 {
  margin-bottom: 2rem;
}
.movie_list li .article_list_date {
  color: #34a3ad;
}

@media screen and (min-width: 768px) {
  .movie .gradeBox {
    top: 45rem;
    height: 33.7rem;
  }
  .movie .ttl_side {
    top: 46rem;
  }
  .movie .sec_ttl_wrap {
    text-align: center;
    margin-left: 4em;
  }
  .movie .sec_ttl {
    margin-bottom: 3rem;
  }
  .movie_list li figure {
    margin-bottom: 2.5rem;
  }
  .movie_list li figure::after {
    width: 6rem;
    height: 4.2rem;
  }
  .movie_list li a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .movie_list li a:hover figure {
    -webkit-box-shadow: 0px 0.4rem 0.8rem 0px rgba(61, 84, 153, 0.2);
            box-shadow: 0px 0.4rem 0.8rem 0px rgba(61, 84, 153, 0.2);
  }
  .movie_list li a:hover figure::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics .inner {
  padding-top: 8rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .topics .inner {
    padding-right: 0;
  }
}
.topics .gradeBox {
  top: 45rem;
  right: 0;
  width: 100%;
  height: 65rem;
  background-position: center top;
}
.topics .ttl_side {
  bottom: auto;
  top: 48rem;
}
.topics .sec_ttl {
  margin-bottom: 7.6rem;
}
.topics .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #fff4bf), to(#fff4bf));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #fff4bf 90%, #fff4bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topics_list li {
  border: none;
}
.topics_list li a {
  -webkit-box-shadow: 0px 2.4rem 3rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 3rem 0px rgba(61, 84, 153, 0.2);
  background-color: #fff;
}
.topics_list .article_list_date {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 1em;
  color: #c1e7ec;
  background: #424b66;
}
.topics_list .article_list_txt {
  padding: 0.7em;
  padding-bottom: 1.2em;
}

@media screen and (min-width: 768px) {
  .topics .inner {
    padding-top: 8rem;
  }
  .topics .gradeBox {
    top: 40rem;
    height: 38rem;
  }
  .topics .ttl_side {
    top: 40rem;
  }
  .topics .sec_ttl_wrap {
    text-align: center;
    margin-left: 3em;
  }
  .topics .sec_ttl {
    margin-bottom: 6rem;
  }
  .topics_list li a:hover {
    -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(61, 84, 153, 0.2);
            box-shadow: 0 0.4rem 0.8rem 0 rgba(61, 84, 153, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .topics_list .article_list_date {
    font-size: max(1.4rem, 10px);
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  background: #34a3ad;
}
.sns .inner {
  padding-top: 7rem;
  padding-bottom: 20rem;
}
.sns .ttl_side {
  bottom: auto;
  top: 42rem;
  color: #acdfe6;
}
.sns .sec_ttl {
  margin-bottom: 1rem;
}
.sns .sec_ttl span {
  color: #64b9c2;
  background: -webkit-gradient(linear, left top, right top, from(#64b9c2), color-stop(10%, #64b9c2), color-stop(90%, #6caec7), to(#6caec7));
  background: linear-gradient(90deg, #64b9c2 0%, #64b9c2 10%, #6caec7 90%, #6caec7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sns .sec_ttl::after {
  color: #fff;
}
.sns .content_inner {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}

.twitter_widget {
  margin-bottom: 4rem;
  height: 400px;
}

.sns_list {
  margin-left: auto;
  width: 48rem;
}
.sns_list li:not(:last-child) {
  margin-bottom: 4rem;
}
.sns_list li a {
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(66, 75, 102, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(66, 75, 102, 0.2);
}

@media screen and (min-width: 768px) {
  .sns .inner {
    padding-top: 10rem;
    padding-bottom: 16rem;
  }
  .sns .ttl_side {
    top: 24rem;
  }
  .sns .sec_ttl {
    margin-bottom: 1rem;
  }
  .sns .content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: -120px 0 0;
    width: 100%;
  }
  .twitter_widget {
    margin: 0;
    width: calc(560 / 1000 * 100%);
  }
  .sns_list {
    margin: 0;
    width: calc(360 / 1000 * 100%);
  }
  .sns_list li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .sns_list li a:hover {
    -webkit-box-shadow: 0px 0.4rem 0.8rem 0px rgba(66, 75, 102, 0.2);
            box-shadow: 0px 0.4rem 0.8rem 0px rgba(66, 75, 102, 0.2);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@media screen and (min-width: 1200px) {
  .sns .content_inner {
    margin-top: -80px;
  }
}
/* =====================================================================
*    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(7 / 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/common/bg_pattern1-sp.jpg) repeat center/cover;
}
.hulu_popup_inner h2 {
  margin-bottom: calc(40 / 650 * 100%);
  font-size: 2rem;
  font-weight: bold;
}
.hulu_popup_inner h2 span {
  display: block;
  margin-top: 0.8em;
  font-size: 170%;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.hulu_popup_img {
  position: relative;
  margin: 0 auto calc(10 / 650 * 100%);
}

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

.btn_hulu {
  margin: 0 auto;
  width: calc(360 / 650 * 100%);
}
.btn_hulu a {
  position: relative;
  margin-top: 0;
  padding: 6% 0;
  width: 100%;
  font-size: 2.4rem;
}
.btn_hulu a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.1em solid #FFF;
  border-right: 0.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(32 / 650 * 100%) 0;
  background-color: #fff;
}

.hulu_popup_txt2 {
  margin-bottom: calc(24 / 650 * 100%);
}
.hulu_popup_txt2 img {
  margin: 0 auto;
  width: calc(345 / 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: 650px;
  }
  .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: 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 */