@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.top_ttl {
  width: calc(540 / 630 * 100%);
  margin: 0 auto calc(90 / 630 * 100%);
}

@media screen and (min-width: 768px) {
  .top_ttl {
    width: calc(378 / 1024 * 100%);
    margin: 0 auto calc(75 / 1024 * 100%);
  }
}
/* =====================================================================
*    mv
* =================================================================== */
.mv {
  overflow: hidden;
  background: url(../images/top/img_mv.jpg) no-repeat center/cover;
}

.mv_ttl {
  width: calc(486 / 750 * 100%);
  margin: 0 auto;
  padding: calc(383 / 750 * 100%) 0 calc(33 / 750 * 100%);
}

.mv_lead {
  background-color: #322240;
  padding: 2.3rem 0;
}
.mv_lead img {
  width: calc(611 / 750 * 100%);
  margin: 0 auto;
}

.mv_date {
  background: -webkit-gradient(linear, left top, right top, from(#9f4396), color-stop(50%, #3d4cb3), to(#31a3f4));
  background: linear-gradient(to right, #9f4396 0%, #3d4cb3 50%, #31a3f4 100%);
  padding: calc(33 / 750 * 100%) 0;
}
.mv_date img {
  width: calc(631 / 750 * 100%);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mv {
    background: url(../images/top/bg_mv-pc.jpg) no-repeat center/cover;
  }

  .mv_ttl {
    width: calc(525 / 1920 * 100%);
    padding: calc(579 / 1920 * 100%) 0 calc(79 / 1920 * 100%);
  }

  .mv_lead {
    padding: 1.5rem 0;
  }
  .mv_lead img {
    width: calc(872 / 1920 * 100%);
  }

  .mv_date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: transparent;
    margin: calc(734 / 1920 * 100%) auto 0;
    width: calc(631 / 1920 * 100%);
  }
  .mv_date img {
    width: 100%;
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner {
  padding: calc(70 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {
  .banner {
    padding: calc(30 / 1120 * 100%) 0;
  }
}
@media screen and (min-width: 1120px) {
  .banner {
    padding: 30px 0;
  }
}
/* =====================================================================
*    news
* =================================================================== */
.news {
  padding: calc(80 / 750 * 100%) 0 calc(65 / 750 * 100%);
  background-color: #fffde7;
}
.news .inner {
  width: 100%;
}

.news_list_wrap {
  overflow: scroll;
}

.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_list li {
  width: calc(410 / 1300 * 100%);
  margin: 0 calc(15 / 1300 * 100%);
}
.news_list li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin-bottom: 0.8em;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #ff6d2d;
}
.news_list_top .category {
  padding-left: 0.8em;
  margin-left: 0.3em;
}
.news_list_top .category::before {
  content: "/";
  position: absolute;
  width: 0.8em;
  top: -0.05em;
  bottom: 0;
  left: 0;
  margin: auto;
}

.news_photo {
  overflow: hidden;
  border-radius: 2rem;
}

.news_txt {
  font-family: YakuHanJP, "Kaisei Opti", serif;
  margin: 1em 0 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .news {
    padding: calc(30 / 1120 * 100%) 0 calc(40 / 1120 * 100%);
  }

  .news_list_wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
  }

  .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(320 / 1024 * 100%);
    margin: 0 calc(30 / 1024 * 100%) 0 0;
  }
  .news_list li:last-child {
    margin: 0;
  }
  .news_list li:hover .news_photo img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  .news_list_top {
    font-size: 1.2rem;
    margin-bottom: 0.8em;
  }

  .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_photo {
    border-radius: 1rem;
    width: calc(120 / 320 * 100%);
  }
  .news_photo img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .news_txt {
    width: calc(190 / 320 * 100%);
    margin: -0.3em 0 0;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
@media screen and (min-width: 1120px) {
  .news {
    padding: 30px 0 40px;
  }
}
/* ========================================================
    Next story
=========================================================*/
.nextstory {
  padding: calc(120 / 750 * 100%) 0;
}
.nextstory .btn1 {
  margin: calc(50 / 630 * 100%) auto calc(164 / 630 * 100%);
}

.nextstory_movie {
  margin-bottom: calc(45 / 630 * 100%);
}

.nextstory_movie_box {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6rem;
  overflow: hidden;
}
.nextstory_movie_box iframe,
.nextstory_movie_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nextstory_subttl_wrap {
  text-align: center;
  padding: 0.3em 0 0;
  margin: calc(48 / 630 * 100%) 0;
}
.nextstory_subttl_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/img_deco2.png) no-repeat center/contain;
  width: calc(76 / 630 * 100%);
  padding-top: calc(110 / 630 * 100%);
  margin-left: calc(60 / 630 * 100%);
}
.nextstory_subttl_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/img_deco2.png) no-repeat center/contain;
  width: calc(76 / 630 * 100%);
  padding-top: calc(110 / 630 * 100%);
  margin-right: calc(60 / 630 * 100%);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.nextstory_subttl {
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #ee00a8;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
.nextstory_date {
  color: #ff6d2d;
}

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

.nextstory_txt {
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .nextstory {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
  }
  .nextstory .btn1 {
    margin: calc(40 / 1024 * 100%) auto calc(100 / 1024 * 100%);
  }

  .nextstory_movie {
    width: calc(800 / 1024 * 100%);
    margin: 0 auto;
  }

  .nextstory_subttl_wrap {
    padding: 0.2em 0 0;
    margin: calc(58 / 800 * 100%) 0;
  }
  .nextstory_subttl_wrap::before {
    width: calc(50 / 800 * 100%);
    padding-top: calc(74 / 800 * 100%);
    margin-left: calc(220 / 800 * 100%);
  }
  .nextstory_subttl_wrap::after {
    width: calc(50 / 800 * 100%);
    padding-top: calc(74 / 800 * 100%);
    margin-right: calc(220 / 800 * 100%);
  }

  .nextstory_subttl {
    font-size: 3rem;
    margin-bottom: 0.7em;
  }

  .nextstory_notes {
    font-size: 1.4rem;
  }

  .nextstory_txt {
    line-height: 2;
    width: calc(800 / 1024 * 100%);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1120px) {
  .nextstory {
    padding: 100px 0 120px;
  }
}
/* ========================================================
    delivery
=========================================================*/
.delivery {
  background-color: #fffde7;
}
.delivery::before, .delivery::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/common/img_deco3.png) no-repeat center/contain;
  width: calc(58 / 630 * 100%);
  padding-top: calc(58 / 630 * 100%);
}
.delivery::before {
  left: 0;
}
.delivery::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.delivery h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(610 / 630 * 100%);
  margin: calc(-45 / 630 * 100%) auto 0;
}
.delivery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(80 / 750 * 100%) 0;
}
.delivery ul::before, .delivery ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: url(../images/common/img_deco3.png) no-repeat center/contain;
  width: calc(58 / 630 * 100%);
  padding-top: calc(58 / 630 * 100%);
}
.delivery ul::before {
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.delivery ul::after {
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.delivery ul li {
  width: calc(420 / 630 * 100%);
  margin-bottom: calc(40 / 630 * 100%);
}
.delivery ul li:last-child {
  margin: 0;
}
.delivery + .banner_list {
  padding-top: calc(80 / 630 * 100%);
}

@media screen and (min-width: 768px) {
  .delivery::before, .delivery::after {
    width: calc(58 / 1024 * 100%);
    padding-top: calc(58 / 1024 * 100%);
  }
  .delivery h3 {
    width: calc(521 / 1024 * 100%);
    margin: calc(-36 / 1024 * 100%) auto 0;
  }
  .delivery ul {
    padding: calc(80 / 1120 * 100%) 0 calc(50 / 1024 * 100%);
  }
  .delivery ul::before, .delivery ul::after {
    width: calc(58 / 1024 * 100%);
    padding-top: calc(58 / 1024 * 100%);
  }
  .delivery ul li {
    width: calc(320 / 1024 * 100%);
    margin: 0 calc(100 / 1024 * 100%) 0 0;
  }
  .delivery ul li a:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .delivery + .banner_list {
    padding-top: calc(80 / 1024 * 100%);
  }
}
/* =====================================================================
*    movie
* =================================================================== */
.movie {
  padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
  background: url(../images/common/bg_pattern.jpg) repeat-y center top/calc(1920 / 750 * 100%) auto;
}

.movie_list li dd p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
    background-size: calc(1920 / 1120 * 100%) auto;
  }
}
@media screen and (min-width: 1120px) {
  .movie {
    padding: 100px 0 120px;
    background-size: 100% auto;
  }
}
/* =====================================================================
*    topics
* =================================================================== */
.topics {
  padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .topics {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
  }
}
@media screen and (min-width: 1120px) {
  .topics {
    padding: 100px 0 120px;
  }
}
/* =====================================================================
*    sns
* =================================================================== */
.sns {
  background-color: #fffde7;
  padding: calc(100 / 750 * 100%) 0;
}
.sns .top_ttl {
  width: calc(605 / 630 * 100%);
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns_list li {
  width: calc(160 / 630 * 100%);
  border: 1px solid #ff9415;
  -o-border-image: linear-gradient(45deg, #ff4e8c 0%, #ffde26 50%, #ff9415 100%);
     border-image: linear-gradient(45deg, #ff4e8c 0%, #ffde26 50%, #ff9415 100%);
  border-image-slice: 1;
}
.sns_list li a {
  background-color: #fff;
  padding: calc(60 / 160 * 100%) 0;
}
.sns_list li a img {
  width: calc(41 / 160 * 100%);
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sns {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
  }
  .sns .top_ttl {
    width: calc(423 / 1024 * 100%);
  }

  .sns_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_list li {
    width: calc(120 / 1024 * 100%);
    margin: 0 calc(20 / 1024 * 100%);
  }
  .sns_list li a {
    padding: calc(46 / 120 * 100%) 0;
  }
  .sns_list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(31 / 120 * 100%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .sns_list li a::after {
    opacity: 0;
  }
  .sns_list li a:hover {
    background-color: #ff6d2d;
  }
  .sns_list li a:hover::after {
    opacity: 1;
  }
  .sns_list li a:hover img {
    opacity: 0;
  }
  .sns_list li a img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: calc(31 / 120 * 100%);
  }
  .sns_list li:nth-child(1) a::after {
    background: url(../images/common/btn_sns1_h.png) no-repeat center/contain;
  }
  .sns_list li:nth-child(2) a::after {
    background: url(../images/common/btn_sns2_h.png) no-repeat center/contain;
  }
  .sns_list li:nth-child(3) a::after {
    background: url(../images/common/btn_sns3_h.png) no-repeat center/contain;
  }
}
@media screen and (min-width: 1120px) {
  .sns {
    padding: 100px 0 120px;
  }
}
/* =====================================================================
    platinight 
======================================================================*/
.platinight {
  background-color: #ffea2d;
  padding: calc(80 / 750 * 100%) 0;
}

.platinight_box {
  width: calc(541 / 630 * 100%);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .platinight {
    padding: calc(80 / 1120 * 100%) 0 calc(60 / 1120 * 100%);
  }

  .platinight_box {
    width: calc(702 / 1024 * 100%);
  }
}
@media screen and (min-width: 1120px) {
  .platinight {
    padding: 80px 0 60px;
  }
}
/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
  position: relative;
}
.hulu_movie .inner {
  position: relative;
}
.hulu_movie .hulu_movie_box {
  position: relative;
}
.hulu_movie .hulu_movie_box .hulu_movie_photo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hulu_movie .hulu_movie_box {
    width: calc(800 / 1024 * 100%);
    margin: 0 auto calc(40 / 1024 * 100%);
  }
}
/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(69, 81, 182, 0.9);
  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: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  background-color: #fff;
  border-radius: 4rem;
}
.hulu_popup .hulu_popup_inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(109 / 650 * 100%);
  padding-top: calc(182 / 650 * 100%);
  margin-top: calc(46 / 650 * 100%);
  background: url(../images/top/img_illust1.png) no-repeat center/contain;
  z-index: 1;
}
.hulu_popup .hulu_popup_inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(130 / 650 * 100%);
  padding-top: calc(154 / 650 * 100%);
  margin-top: calc(488 / 650 * 100%);
  background: url(../images/top/img_illust2.png) no-repeat center/contain;
}
.hulu_popup .hulu_popup_inner h2 {
  width: calc(630 / 650 * 100%);
  margin: 0 auto;
}
.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(265 / 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: #ee00a8;
  background-color: #ffea2d;
  border-radius: 3em;
}
.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: 0.55em;
  height: 0.55em;
  margin: auto;
  border-top: 0.15em solid #ee00a8;
  border-right: 0.15em solid #ee00a8;
  -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: #ee00a8;
  color: #fff;
  letter-spacing: 0.1em;
  border: 0.2rem solid #ee00a8;
  border-radius: 3em;
}
.hulu_popup .hulu_popup_inner .hulu_popup_link_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1.5em auto 0;
  width: 0.55em;
  height: 0.55em;
  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_inner .hulu_popup_check {
  margin-top: calc(24 / 650 * 100%);
  font-size: 2rem;
  font-weight: 700;
}
.hulu_popup .hulu_popup_inner .hulu_popup_check input {
  vertical-align: middle;
  margin-right: 1rem;
}
.hulu_popup .hulu_popup_inner .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_inner .hulu_popup_close::before {
  content: "×";
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  .hulu_popup .hulu_popup_inner {
    width: calc(650 / 1120 * 100%);
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_img .hulu_popup_btn {
    width: calc(260 / 650 * 100%);
    margin-top: calc(285 / 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: #ff6d2d;
    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: #ee00a8;
  }
  .hulu_popup .hulu_popup_inner .hulu_popup_link_list li a:hover::after {
    border-color: #ee00a8;
  }
  .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 / 1120 * 100vh);
    min-width: 400px;
  }
  .hulu_popup .hulu_popup_inner * {
    font-size: 0.9em !important;
  }
}
/*# sourceMappingURL=top.css.map */