@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
#header {
  padding-top: 100vh;
}

#header h1 {
  display: none;
}

@media screen and (min-width: 768px) {
  #header {
    padding-top: 0;
  }
  .bg_deco1 {
    background: url(../images/top/bg_deco1-pc.jpg) repeat-y center top 38rem/100% auto;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
#banner {
  position: relative;
  padding: 4rem 0;
}

#banner::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 37.5rem solid transparent;
  border-top: 37.5rem solid #a71417;
  z-index: 1;
}

#banner .banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#banner .banner_list li {
  margin-bottom: 2rem;
}

#banner .banner_list li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #banner {
    padding: 1.6rem 0;
  }
  #banner::before {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 62rem solid transparent;
    border-top: 62rem solid #a71417;
  }
  #banner .banner_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #banner .banner_list li {
    width: calc(480 / 1000 * 100%);
    margin: 0 2rem 0 0;
  }
  #banner .banner_list li a:hover {
    opacity: 0.7;
  }
}

/* =====================================================================
*    news
* =================================================================== */
#news {
  padding: 8rem 0 6rem;
  background-color: #fff;
}

#news .inner {
  width: 100%;
}

#news .news_list_wrap {
  position: relative;
  overflow-y: scroll;
}

#news .news_list_wrap .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1300 / 750 * 100%);
  padding: 0 calc(30 / 750 * 100%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}

#news .news_list_wrap .news_list li {
  position: relative;
  width: calc(400 / 1300 * 100%);
  margin: 0 calc(25 / 1300 * 100%);
}

#news .news_list_wrap .news_list li .news_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .8em;
  font-family: "Quattrocento", serif;
  font-size: 2rem;
  color: #a71417;
}

#news .news_list_wrap .news_list li .news_list_top .news_category {
  position: relative;
  padding-left: .8em;
  margin-left: .3em;
}

#news .news_list_wrap .news_list li .news_list_top .news_category::before {
  content: '/';
  position: absolute;
  width: .8em;
  top: -.05em;
  bottom: 0;
  left: 0;
  margin: auto;
}

#news .news_list_wrap .news_list li .news_list_bottom .news_photo {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}

#news .news_list_wrap .news_list li .news_list_bottom .news_txt {
  margin: 1em 0 0;
  line-height: 1.416;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#news .news_list_wrap .news_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 4rem 0;
    z-index: 2;
  }
  #news .news_list_wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
  }
  #news .news_list_wrap .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 .news_list_wrap .news_list li {
    width: calc(320 / 1000 * 100%);
    margin: 0 3.4rem 0 0;
  }
  #news .news_list_wrap .news_list li:last-child {
    margin: 0;
  }
  #news .news_list_wrap .news_list li:hover .news_photo img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #news .news_list_wrap .news_list li .news_list_top {
    font-size: 1.2rem;
    margin-bottom: .8em;
  }
  #news .news_list_wrap .news_list li .news_list_bottom {
    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 .news_list_wrap .news_list li .news_list_bottom .news_photo {
    width: calc(120 / 320 * 100%);
    overflow: hidden;
  }
  #news .news_list_wrap .news_list li .news_list_bottom .news_photo img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  #news .news_list_wrap .news_list li .news_list_bottom .news_txt {
    width: calc(190 / 320 * 100%);
    margin: -.3em 0 0;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

/* ========================================================
    Next story , delivery
=========================================================*/
#nextstory {
  background: url(../images/top/bg_deco1-sp.png) repeat-y center top 30rem/100% auto;
}

#nextstory::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 37.5rem solid transparent;
  border-top: 37.5rem solid #a71417;
}

#nextstory .outer {
  position: relative;
  padding: 20rem 0 24rem;
}

#nextstory .outer::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 37.5rem solid transparent;
  border-right: 37.5rem solid transparent;
  border-bottom: 37.5rem solid #a71417;
}

#nextstory .outer::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 37.5rem solid transparent;
  border-bottom: 37.5rem solid transparent;
  border-left: 37.5rem solid #6d0202;
}

#nextstory .nextstory_movie .nextstory_movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#nextstory .nextstory_movie .nextstory_movie_box iframe,
#nextstory .nextstory_movie .nextstory_movie_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nextstory .nextstory_movie .nextstory_movie_box img {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}

#nextstory .nextstory_movie .nextstory_subttl_wrap {
  text-align: center;
  margin: 8rem 0 6rem;
}

#nextstory .nextstory_movie .nextstory_subttl_wrap .nextstory_subttl {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

#nextstory .nextstory_movie .nextstory_subttl_wrap .nextstory_date {
  color: #d91a1d;
}

#nextstory .nextstory_txt {
  line-height: 1.833;
}

#nextstory .nextstory_notes {
  color: #000;
  font-size: 2rem;
  margin-top: 0.8em;
}

#nextstory .btn1 {
  margin-top: 5rem;
}

#nextstory .delivery {
  padding: 20rem 0 0;
}

#nextstory .delivery h3 {
  margin-bottom: 5.5rem;
  font-size: 3.6rem;
  text-align: center;
}

#nextstory .delivery .delivery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw);
}

#nextstory .delivery .delivery_list li {
  width: 50%;
}

#nextstory .delivery .delivery_list li:not(:last-child) {
  margin-right: 0.2%;
}

@media screen and (min-width: 768px) {
  #nextstory {
    background: none;
  }
  #nextstory::before {
    display: none;
  }
  #nextstory .outer {
    padding: 20rem 0 22rem;
  }
  #nextstory .outer::before {
    left: auto;
    right: 0;
    border-left: 31rem solid transparent;
    border-right: 31rem solid transparent;
    border-bottom: 31rem solid #a71417;
  }
  #nextstory .outer::after {
    left: auto;
    right: 0;
    border-top: 31rem solid transparent;
    border-bottom: 31rem solid transparent;
    border-right: 31rem solid #6d0202;
    border-left: 0;
  }
  #nextstory .nextstory_movie {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
  }
  #nextstory .nextstory_movie .nextstory_subttl_wrap .nextstory_subttl {
    font-size: 2.7rem;
    margin-bottom: 0.7em;
  }
  #nextstory .nextstory_movie .nextstory_subttl_wrap .nextstory_date {
    font-size: 1.8rem;
  }
  #nextstory .nextstory_txt {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
    line-height: 2;
  }
  #nextstory .nextstory_notes {
    font-size: 1.4rem;
  }
  #nextstory .btn1 a {
    font-family: "Quattrocento", serif;
  }
  #nextstory .delivery h3 {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  #nextstory .delivery .delivery_list {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nextstory .delivery .delivery_list li {
    width: calc(375 / 1000 * 100%);
  }
  #nextstory .delivery .delivery_list li a:hover {
    opacity: 0.7;
  }
}

/* =====================================================================
*    topics
* =================================================================== */
#topics {
  padding: 0 0 20rem;
  background-color: #a71417;
}

#topics h2 {
  position: absolute;
  top: -4.4rem;
  right: 0;
  text-align: right;
}

#topics .topics_list {
  padding-top: 14rem;
}

#topics .topics_list li {
  position: relative;
}

#topics .topics_list li:not(:last-child) {
  margin-bottom: 6rem;
}

#topics .topics_list li dl dt {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}

#topics .topics_list li dl dd p {
  line-height: 1.833;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#topics .topics_list li dl dd span {
  display: block;
  margin-top: 0.6em;
  font-size: 2rem;
  color: #000;
}

#topics .topics_list li:first-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#topics .topics_list li:first-child dl dd {
  margin-top: 0.6em;
}

#topics .topics_list li:not(:first-child) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topics .topics_list li:not(:first-child) dl dt {
  width: 28rem;
}

#topics .topics_list li:not(:first-child) dl dd {
  width: 32rem;
  margin-top: -.3em;
}

#topics .btn1 {
  margin-top: 8rem;
}

#topics .btn1 a {
  font-family: "Quattrocento", serif;
  background-color: #a71417;
}

@media screen and (min-width: 768px) {
  #topics {
    padding: 0 0 12rem;
  }
  #topics h2 {
    top: -3.3rem;
    margin-right: calc(120 / 1000 * 100%);
  }
  #topics .topics_list {
    padding-top: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topics .topics_list li {
    width: calc(300 / 1000 * 100%);
    margin: 0 calc(44 / 1000 * 100%) calc(50 / 1000 * 100%) 0;
  }
  #topics .topics_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  #topics .topics_list li:nth-child(3n), #topics .topics_list li:last-child {
    margin-right: 0;
  }
  #topics .topics_list li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topics .topics_list li dl dt {
    overflow: hidden;
    width: 100% !important;
  }
  #topics .topics_list li dl dt img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  #topics .topics_list li dl dd {
    margin-top: 1.4rem !important;
  }
  #topics .topics_list li dl dd p {
    line-height: 1.625;
  }
  #topics .topics_list li dl dd span {
    margin-top: 1.4rem;
    font-size: 1.2rem;
  }
  #topics .topics_list li a:hover dt img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #topics .btn1 a:hover {
    background-color: #000;
  }
}

/* =====================================================================
*    movie
* =================================================================== */
#movie::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 51rem;
  right: 0;
  width: 73rem;
  height: 1px;
  background-color: #a71417;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#movie .outer {
  padding: 0 0 17rem;
  position: relative;
}

#movie .outer::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 37.5rem solid transparent;
  border-right: 37.5rem solid transparent;
  border-top: 37.5rem solid #a71417;
}

#movie .outer::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 37.5rem solid transparent;
  border-bottom: 37.5rem solid transparent;
  border-left: 37.5rem solid #6d0202;
}

#movie .movie_list .slick-slide {
  margin: 0 2.6rem;
}

#movie .movie_list li {
  width: 40rem !important;
}

#movie .movie_list li .slick-disabled {
  display: none !important;
}

#movie .movie_list li dt {
  position: relative;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}

#movie .movie_list li dt::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

#movie .movie_list li dt::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 0 1.6rem 2.7rem;
  border-color: transparent transparent transparent #a71417;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

#movie .movie_list li dd {
  padding-top: 1em;
}

#movie .movie_list li dd p {
  margin-bottom: 0.8em;
  line-height: 1.416;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#movie .movie_list li dd span {
  font-size: 2rem;
  color: #d91a1d;
}

#movie .btn1 {
  margin-top: 8rem;
}

#movie .btn1 a {
  font-family: "Quattrocento", serif;
}

.movie_embed {
  position: relative;
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_embed_inner img,
.movie_embed_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #movie .movie_list .slick-list {
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  #movie {
    background: url(../images/top/bg_deco2-pc.jpg) no-repeat center bottom/100% auto;
  }
  #movie::before {
    display: none;
  }
  #movie .outer {
    padding: 12rem 0 20rem;
    position: relative;
  }
  #movie .outer::before, #movie .outer::after {
    border-width: 31rem;
  }
  #movie .movie_list .slick-slide {
    margin: 0 2.2rem;
  }
  #movie .movie_list li {
    width: 30.4rem !important;
  }
  #movie .movie_list li:nth-child(3n) {
    margin-right: 0;
  }
  #movie .movie_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  #movie .movie_list li dd p {
    line-height: 1.625;
  }
  #movie .movie_list li dd span {
    font-size: 1.2rem;
  }
  #movie .movie_list li a:hover dt::before {
    background-color: #fff;
  }
  .movie_embed {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
  }
}

/* =====================================================================
    sns
======================================================================*/
#sns {
  background-color: #a71417;
}

#sns h2 {
  position: absolute;
  top: -4.4rem;
  right: 0;
  text-align: right;
}

#sns .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12rem 0;
}

#sns .sns_list li {
  width: 12.8rem;
}

#sns .sns_list li a {
  padding: 4.5rem 0;
  background-color: #000;
}

#sns .sns_list li a img {
  width: 4.7rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #sns h2 {
    top: -3.3rem;
    margin-right: calc(120 / 1000 * 100%);
  }
  #sns .sns_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sns .sns_list li {
    width: 12.8rem;
    margin: 0 2.1rem;
  }
  #sns .sns_list li a:hover {
    background-color: #a71417;
  }
}

/* =====================================================================
    platinight 
======================================================================*/
#platinight {
  background-color: #fff;
  padding: 20rem 0;
}

#platinight h2 {
  width: 51rem;
  margin: 0 auto 7.3rem;
}

#platinight .platinight_txt_box {
  color: #000;
  text-align: center;
}

#platinight .platinight_txt_box .platinight_txt1 {
  margin-bottom: 3rem;
  line-height: 1.833;
}

#platinight .platinight_txt_box .platinight_txt1 span {
  color: #d91a1d;
}

#platinight .platinight_txt_box .platinight_txt2 {
  font-size: 3.2rem;
  color: #d91a1d;
}

#platinight .platinight_txt_box .platinight_txt2 span {
  display: block;
  margin-top: 4rem;
  padding: 3.2rem 0 3.5rem;
  font-size: 5.2rem;
  letter-spacing: 0.075em;
  background-color: #a71417;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #platinight {
    padding: 12rem 0;
  }
  #platinight h2 {
    width: 38.2rem;
    margin-bottom: 5rem;
  }
  #platinight .platinight_txt_box .platinight_txt1 {
    margin-bottom: 4.5rem;
    font-size: 1.8rem;
  }
  #platinight .platinight_txt_box .platinight_txt2 {
    font-size: 2.5rem;
  }
  #platinight .platinight_txt_box .platinight_txt2 span {
    width: 48rem;
    margin: 2.8rem auto 0;
    padding: 2.4rem 0 2.8rem;
    font-size: 3.9rem;
  }
}

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

.hulu_popup .hulu_popup_inner {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  padding: 4.2rem 0 2.5rem;
  height: auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #282828;
  border: 1px solid #d91a1d;
}

.hulu_popup .hulu_popup_inner h2 {
  width: calc(630 / 650 * 100%);
  margin: 0 auto;
  color: #fff;
  font-size: 3.6rem;
}

.hulu_popup .hulu_popup_inner h2 span {
  color: #d91a1d;
  font-size: 3rem;
}

.hulu_popup .hulu_popup_inner .hulu_popup_img {
  margin-top: calc(42 / 650 * 100%);
}

.hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(300 / 650 * 100%);
  margin-top: calc(400 / 650 * 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn a {
  padding: 1em 0;
  font-size: 2rem;
  color: #FFF;
  background-color: #d91a1d;
}

.hulu_popup .hulu_popup_inner .hulu_popup_img .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 .hulu_popup_inner .hulu_popup_txt2 {
  padding: calc(30 / 650 * 100%) 0 calc(30 / 650 * 100%);
  background-color: #000;
}

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

.hulu_popup .hulu_popup_inner .hulu_popup_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(26 / 650 * 100%);
}

.hulu_popup .hulu_popup_inner .hulu_popup_link_list li {
  width: calc(480 / 650 * 100%);
}

.hulu_popup .hulu_popup_inner .hulu_popup_link_list li:first-child {
  margin-left: 0;
}

.hulu_popup .hulu_popup_inner .hulu_popup_link_list li a {
  padding: 1.3em 0;
  background-color: #282828;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #FFF;
  position: relative;
}

.hulu_popup .hulu_popup_inner .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 .hulu_popup_check {
  margin-top: calc(24 / 650 * 100%);
  font-size: 2rem;
  font-weight: 700;
}

.hulu_popup .hulu_popup_check input {
  vertical-align: middle;
  margin-right: 1rem;
  color: #818181;
}

.hulu_popup .hulu_popup_close {
  position: absolute;
  bottom: calc(-30 / 650 * 100%);
  left: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hulu_popup .hulu_popup_close::before {
  content: "×";
  display: inline-block;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .hulu_popup .hulu_popup_inner {
    width: calc(650 / 1240 * 100%);
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn {
    width: calc(260 / 650 * 100%);
    margin-top: calc(430 / 650 * 100%);
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn a {
    padding: 1.3em 0;
    font-size: 1.4rem;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn a:hover {
    background-color: #000;
    color: #fff;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn a:hover::after {
    border-color: #fff;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list {
    margin-top: calc(20 / 650 * 100%);
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list li {
    width: calc(320 / 650 * 100%);
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list li a {
    padding: 1.6em 0;
    font-size: 1.4rem;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list li a:hover {
    background-color: #fff;
    color: #a71417;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list li a:hover::after {
    border-color: #a71417;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_check {
    font-size: 1.6rem;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_check label {
    cursor: pointer;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_close {
    font-size: 1.6rem;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-height: 900px) and (orientation: landscape) {
  .hulu_popup .hulu_popup_inner {
    width: 100%;
    max-width: calc(500 / 1240 * 100vh);
    min-width: 400px;
  }
  .hulu_popup .hulu_popup_inner * {
    font-size: 0.9em !important;
  }
}
/*# sourceMappingURL=top.css.map */