@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
}

.gDef-top-banner {
  background-color: #070508;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "BIZ UDPMincho", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #070508;
  background-color: #ffffff;
  overflow-x: clip;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #070508;
  word-wrap: break-word;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(670 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 16px;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .inner {
    width: 90%;
    max-width: 1200px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.bg_parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_parallax-sp.jpg) no-repeat center top/cover;
}
@media screen and (orientation: landscape) {
  .bg_parallax {
    background-image: url(../images/common/bg_parallax-pc.jpg);
  }
}

.sec_ttl {
  margin-bottom: 6rem;
}

.sec_subttl {
  margin-bottom: 5rem;
}

.movie_embed a,
.movie_pickup figure,
.movie_list figure,
.nextstory_movie_embed a,
.story_movie_embed a {
  position: relative;
}
.movie_embed a::after,
.movie_pickup figure::after,
.movie_list figure::after,
.nextstory_movie_embed a::after,
.story_movie_embed a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.6585365854%;
  padding-top: 13.6585365854%;
  max-width: 70px;
  background: url(../images/common/icon_play.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.comment_box {
  position: relative;
  margin: 0 auto;
  padding: 12rem 0;
  width: calc(590 / 670 * 100%);
}
.comment_box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: calc(-60 / 590 * 100%);
  width: calc(710 / 590 * 100%);
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#8a4a7a), color-stop(26%, #733b50), color-stop(67%, #2a3266), to(#1a4763));
  background: linear-gradient(to left, #8a4a7a 0%, #733b50 26%, #2a3266 67%, #1a4763 100%);
  z-index: -1;
}
.comment_box dt {
  margin-bottom: 0.7em;
  padding-bottom: 1rem;
  font-weight: normal;
  color: #999999;
  border-bottom: 1px solid;
}
.comment_box dt span {
  margin-left: 1em;
  font-size: 114%;
  color: #ffffff;
}
.comment_box dd {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.692;
}
.comment_box dd a {
  display: inline-block;
  color: #ffffff;
  padding: 0.1em 0.5em;
  border: 1px solid;
}

.btn1 {
  margin: 0 auto;
  width: calc(456 / 670 * 100%);
}

.btn2 {
  margin: 0 auto;
  width: calc(590 / 670 * 100%);
}
.btn2 a {
  position: relative;
  text-align: center;
  padding: 2.8rem 3em;
  color: #ffffff;
  background-color: #962c88;
}
.btn2 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 4rem;
    width: 480px;
  }
  .sec_subttl {
    margin: 0 auto 3rem;
    width: 440px;
  }
  .movie_embed a:hover::after {
    opacity: 0.7;
  }
  .movie_list li a:hover figure::after,
  .movie_pickup a:hover figure::after {
    opacity: 0.7;
  }
  .nextstory_movie_embed a:hover::after,
  .story_movie_embed a:hover::after {
    opacity: 0.7;
  }
  .comment_box {
    padding: 8rem 0;
    width: calc(1000 / 1200 * 100%);
  }
  .comment_box::before {
    margin-left: calc(-100 / 1000 * 100%);
    width: calc(1200 / 1000 * 100%);
  }
  .comment_box dd a:hover {
    opacity: 0.6;
  }
  .btn1 {
    width: calc(255 / 1200 * 100%);
    min-width: 200px;
  }
  .btn1 a {
    position: relative;
  }
  .btn1 a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
  }
  .btn1 a:hover::after {
    opacity: 1;
  }
  .btn2 {
    width: 410px;
  }
  .btn2 a {
    padding: 2rem 3em;
    font-size: 125%;
  }
  .btn2 a:hover {
    background-color: #070508;
  }
  .btn_back a::after {
    background-image: url(../images/common/btn_back_h.png);
  }
  .btn_more a::after {
    background-image: url(../images/common/btn_more_h.png);
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header_banner {
  padding: 4rem 0;
  background: -webkit-gradient(linear, right top, left top, from(#8a4a7a), color-stop(26%, #733b50), color-stop(67%, #2a3266), to(#1a4763));
  background: linear-gradient(to left, #8a4a7a 0%, #733b50 26%, #2a3266 67%, #1a4763 100%);
}
.header_banner .banner_list {
  margin-top: 4rem;
}
.header_sns {
  padding: 3rem 0;
}

.header_sns_list,
.footer_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_sns_list li,
.footer_sns_list li {
  margin: 0 1.5rem;
}
.header_sns_list li a,
.footer_sns_list li a {
  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;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.header_sns_list li a svg,
.footer_sns_list li a svg {
  width: 36%;
  height: 35%;
  fill: #ffffff;
}
.header_sns_list li:nth-child(1) a,
.footer_sns_list li:nth-child(1) a {
  background: -webkit-gradient(linear, left top, right top, from(#0e2a58), to(#2d254d));
  background: linear-gradient(to right, #0e2a58 0%, #2d254d 100%);
}
.header_sns_list li:nth-child(2) a,
.footer_sns_list li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, right top, from(#0e2a58), to(#593049));
  background: linear-gradient(to right, #0e2a58 0%, #593049 100%);
}
.header_sns_list li:nth-child(3) a,
.footer_sns_list li:nth-child(3) a {
  background: -webkit-gradient(linear, left top, right top, from(#4c2e4b), to(#712e60));
  background: linear-gradient(to right, #4c2e4b 0%, #712e60 100%);
}

.nav {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(39%, #060407), to(#313131));
  background: linear-gradient(to right, #060407 39%, #313131 100%);
  border-style: solid;
  border-bottom-width: 1px;
  -o-border-image: linear-gradient(to left, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/0 0 1px 0;
     border-image: -webkit-gradient(linear, right top, left top, color-stop(33%, #aa2256), color-stop(67%, #1d2c8c), to(#10527b)) 1/0 0 1px 0;
     border-image: linear-gradient(to left, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/0 0 1px 0;
  z-index: 1;
}
.nav::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-style: solid;
  border-top-width: 1px;
  -o-border-image: linear-gradient(to right, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/1px 0 0 0;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aa2256), color-stop(67%, #1d2c8c), to(#10527b)) 1/1px 0 0 0;
     border-image: linear-gradient(to right, #aa2256 33%, #1d2c8c 67%, #10527b 100%) 1/1px 0 0 0;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .nav_menu {
    margin: 0 calc(50% - 50vw);
  }
  .nav_menu li:nth-child(4n)::after {
    display: none;
  }
}
.nav_menu li {
  position: relative;
  width: 25%;
}
.nav_menu li::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 42%;
  border-right: 1px solid #503859;
}
.nav_menu li a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15rem;
  font-size: 2.8rem;
  line-height: 1.071;
  color: #fff;
}
.nav_menu li a span {
  display: block;
  margin-top: 0.3em;
  font-size: 72%;
  color: #503859;
  -webkit-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}
.nav_menu li.nolink a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  opacity: 0.5;
}

.nav_date {
  position: absolute;
  top: -0.6em;
  left: 50%;
  padding: 0.3em;
  text-align: center;
  min-width: 84%;
  font-size: 1.9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #962c88;
  z-index: 1;
}
.nav_date span {
  display: block;
  color: #ffffff;
  white-space: nowrap;
}

.submv_date {
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .header_banner {
    padding: 3rem 0;
  }
  .header_banner .banner_list {
    margin-top: 3rem;
  }
  .header_sns {
    padding: 2rem 0;
  }
  .header_sns_list li,
  .footer_sns_list li {
    margin: 0 10px;
  }
  .header_sns_list li a,
  .footer_sns_list li a {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
  }
  .header_sns_list li a::before,
  .footer_sns_list li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#8a4a7a), color-stop(26%, #733b50), color-stop(67%, #2a3266), to(#1a4763));
    background: linear-gradient(to left, #8a4a7a 0%, #733b50 26%, #2a3266 67%, #1a4763 100%);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  .header_sns_list li a:hover::before,
  .footer_sns_list li a:hover::before {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .header_sns_list li a svg,
  .footer_sns_list li a svg {
    position: relative;
    z-index: 1;
  }
  .nav .inner {
    width: 100%;
  }
  .nav_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .nav_menu li {
    width: calc(150 / 1200 * 100%);
    min-width: 95px;
  }
  .nav_menu li:last-child::after {
    display: none;
  }
  .nav_menu li a {
    height: 10rem;
    min-height: 80px;
    font-size: 111%;
  }
  .nav_menu li a:hover {
    color: #962c88;
  }
  .nav_menu li a:hover span {
    color: #962c88;
  }
  .nav_date {
    min-width: 55%;
    font-size: 1.1rem;
  }
  .submv_date {
    margin: 0 auto;
    width: calc(750 / 1200 * 100%);
  }
}
/* =====================================================================
*    article_list
* =================================================================== */
.article_list figure {
  margin-bottom: 2.5rem;
}
.article_list h4 {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.692;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.article_list_img {
  margin-bottom: 3rem;
}
.article_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 90%;
  letter-spacing: 0.02em;
  color: #4c4c4c;
  border-bottom: 1px solid;
}
.article_list_date p {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article_list li {
    width: calc(304 / 1200 * 100%);
    margin: 0 calc(44 / 1200 * 100%) 0 0;
  }
  .article_list li:nth-child(3n), .article_list li:last-child {
    margin-right: 0;
  }
  .article_list figure {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .article_list a:hover figure {
    -webkit-box-shadow: 0 0 1em 0 rgba(170, 34, 86, 0.6);
            box-shadow: 0 0 1em 0 rgba(170, 34, 86, 0.6);
  }
  .article_list_date {
    margin-bottom: 1rem;
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  padding: 7rem 0 !important;
  background: -webkit-gradient(linear, left top, right top, from(#060407), to(#313131));
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}
.delivery h3 {
  text-align: center;
  margin-bottom: 4.4rem;
  font-size: 138%;
  color: #ffffff;
}
.delivery h3 span {
  color: #6c4a78;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  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;
}
.banner_list li {
  margin-top: 2rem;
  width: calc(540 / 670 * 100%);
}
.banner_list li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 2rem calc(40 / 1200 * 100%) 0 0;
    width: calc(380 / 1200 * 100%);
  }
  .banner_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner_list li:nth-child(2n), .banner_list li:last-child {
    margin-right: 0;
  }
  .banner_list li a:hover {
    -webkit-box-shadow: 0 0 1.5rem 0 #ffffff;
            box-shadow: 0 0 1.5rem 0 #ffffff;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  background: -webkit-gradient(linear, left top, right top, from(#060407), to(#313131));
  background: linear-gradient(to right, #060407 0%, #313131 100%);
}
.footer > .inner {
  padding: 6rem 0 20rem;
}
.footer_sns {
  margin-top: 4rem;
}

.fix_content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.fix_bnr {
  margin-bottom: 3rem;
  -webkit-filter: drop-shadow(0 0 0.6em rgba(7, 5, 8, 0.5));
          filter: drop-shadow(0 0 0.6em rgba(7, 5, 8, 0.5));
}
.fix_bnr_close {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #353535;
  z-index: 1;
}
.fix_bnr_close::after {
  content: "×";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
}
.fix_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fix_bnr_list a {
  position: relative;
  width: 19rem;
}
.fix_bnr_list a:first-child::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -48.9473684211%;
  width: 52.6315789474%;
  padding-top: 54.2105263158%;
  background: url(../images/common/img_bnr_character.png) no-repeat center/contain;
  z-index: 1;
}

.pagetop a {
  position: relative;
  margin-left: auto;
  width: 13rem;
  height: 13rem;
  background-color: #070508;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.1rem solid transparent;
  border-left: 1.1rem solid transparent;
  border-bottom: 2rem solid #ffffff;
  border-top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.copyright {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #999999;
  background-color: #1b191c;
}

@media screen and (min-width: 768px) {
  .footer > .inner {
    padding: 5rem 0;
  }
  .footer_sns {
    margin-top: 3rem;
  }
  .pagetop a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 50;
}
.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.5em 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 3em;
  height: 3em;
  background-color: #ffffff;
  z-index: 3;
}
.popup_close::before, .popup_close::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0.55em auto 0;
  padding-top: 60%;
  background-color: #070508;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup_close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 16px;
  text-align: center;
  background: #070508;
  color: #fff;
  border: 1px solid #fff;
}
.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 10rem calc(80 / 750 * 100%);
  line-height: 1.666;
  z-index: 2;
}
.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1000px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_close {
    right: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .popup_close:hover {
    background-color: #aa2256;
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #aa2256;
  }
  .popup_list > li {
    padding: 6rem calc(100 / 1000 * 100%);
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie img,
  .story_movie img,
  .article_list img,
  .bucknumber_list img,
  .topics_article img,
  .chart_btn_img,
  .chart_photo img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */