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

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

.wrapper {
  font-family: 'Zen Maru Gothic', "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #000;
  background-color: #fff;
}

.wrapper img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.wrapper a {
  color: #000;
  display: block;
}

section,
header,
footer {
  position: relative;
}

section {
  z-index: 1;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1600px !important;
    padding: 0 calc(300 / 1600 * 100%);
  }
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 300px;
  }
}

/* =====================================================================
    submv
======================================================================*/
@media screen and (max-width: 767px) {
  .submv .inner {
    width: 100%;
  }
}

.submv_date {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5rem;
  width: 65rem;
}

@media screen and (min-width: 768px) {
  .submv_date {
    margin-bottom: 2.2rem;
    width: 68.2rem;
  }
}

/* =====================================================================
*    nav
* =================================================================== */
.nav {
  background: #000;
}

.nav_menu {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}

.nav_menu li {
  position: relative;
  margin: 4.2rem 0;
}

.nav_menu li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3rem;
  border-left: 1px solid #fff;
}

.nav_menu li:nth-child(3)::before, .nav_menu li:last-child::before {
  display: none;
}

.nav_menu li.nolink a {
  opacity: 0.5;
  pointer-events: none;
}

.nav_menu li a {
  padding: 0 3.5rem;
}

.nav_menu li a img {
  width: auto;
  height: 3.4rem;
}

.nav_cast a img {
  height: 6.8rem !important;
}

@media screen and (min-width: 768px) {
  .nav_menu {
    padding: 0;
  }
  .nav_menu li {
    margin: 0;
  }
  .nav_menu li::before {
    display: none;
  }
  .nav_menu li a {
    position: relative;
    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;
    padding: 0 3.4rem;
    height: 11.5rem;
  }
  .nav_menu li a::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav_menu li a img {
    height: 2.6rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav_menu li a:hover::after {
    opacity: 1;
  }
  .nav_menu li a:hover img {
    opacity: 0;
  }
  .nav_intro a::after {
    background: url(../images/common/nav01_h.png) no-repeat center/auto 2.6rem;
  }
  .nav_navigator a::after {
    background: url(../images/common/nav02_h.png) no-repeat center/auto 2.6rem;
  }
  .nav_story a::after {
    background: url(../images/common/nav03_h.png) no-repeat center/auto 2.6rem;
  }
  .nav_original a::after {
    background: url(../images/common/nav04_h.png) no-repeat center/auto 2.6rem;
  }
  .nav_cast a::after {
    background: url(../images/common/nav05_h.png) no-repeat center/auto 5.6rem;
  }
  .nav_cast a img {
    height: 5.6rem !important;
  }
  .nav_music a::after {
    background: url(../images/common/nav06_h.png) no-repeat center/auto 2.6rem;
  }
  .nav_movie a::after {
    background: url(../images/common/nav07_h.png) no-repeat center/auto 2.6rem;
  }
}

/* =====================================================================
    subpage
======================================================================*/
.frame {
  position: relative;
  padding: 12rem 0 40rem;
}

.frame_top {
  top: 0;
  left: 0;
  background: url(../images/common/frame_top-sp.png) no-repeat top left/contain;
}

.frame_bottom {
  bottom: 0;
  right: 0;
  background: url(../images/common/frame_bottom-sp.png) no-repeat bottom right/contain;
}

.frame_top, .frame_bottom {
  position: absolute;
  display: block;
  width: 100%;
  height: 55.4rem;
}

.frame_top.fixed, .frame_bottom.fixed {
  position: fixed;
}

.dots_item {
  z-index: 3;
}

.img_dots5_1 {
  content: '';
  position: absolute;
  display: block;
  width: 5.1rem;
  height: 8.8rem;
  background: url(../images/common/img_dots5.png) no-repeat center/contain;
  top: 121.7rem;
  right: 4.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .img_dots5_1 {
    width: 2.9rem;
    height: 5.2rem;
  }
}

.img_dots2_1 {
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 5.4rem;
  background: url(../images/common/img_dots2.png) no-repeat center/contain;
  top: 224.3rem;
  left: 6.5rem;
}

@media screen and (min-width: 768px) {
  .img_dots2_1 {
    width: 1.2rem;
    height: 3.2rem;
  }
}

.img_dots3_1 {
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 8.7rem;
  background: url(../images/common/img_dots3.png) no-repeat center/contain;
  top: 46.8rem;
  left: 8.5rem;
}

@media screen and (min-width: 768px) {
  .img_dots3_1 {
    width: 1.2rem;
    height: 5.2rem;
  }
}

.img_dots5_2 {
  content: '';
  position: absolute;
  display: block;
  width: 5.1rem;
  height: 8.8rem;
  background: url(../images/common/img_dots5.png) no-repeat center/contain;
  top: 349.4rem;
  left: 6rem;
}

@media screen and (min-width: 768px) {
  .img_dots5_2 {
    width: 2.9rem;
    height: 5.2rem;
  }
}

.img_dots3_2 {
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 8.7rem;
  background: url(../images/common/img_dots3.png) no-repeat center/contain;
  top: 195.7rem;
  right: 10.3rem;
}

@media screen and (min-width: 768px) {
  .img_dots3_2 {
    width: 1.2rem;
    height: 5.2rem;
  }
}

@media screen and (min-width: 768px) {
  .img_dots5_1 {
    top: 40.8rem;
    right: 15rem;
  }
  .img_dots2_1 {
    top: 44.5rem;
    left: 24.3rem;
  }
  .img_dots3_1 {
    top: 102.4rem;
    left: auto;
    right: 30rem;
  }
  .img_dots5_2 {
    top: 119.9rem;
    left: 25rem;
  }
  .img_dots2_2 {
    content: '';
    position: absolute;
    display: block;
    width: 2.1rem;
    height: 5.4rem;
    background: url(../images/common/img_dots2.png) no-repeat center/contain;
    top: 156rem;
    right: 31.4rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .img_dots2_2 {
    width: 1.2rem;
    height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .img_dots3_2 {
    top: 162.6rem;
    right: auto;
    left: 20rem;
  }
  .img_dots2_3 {
    content: '';
    position: absolute;
    display: block;
    width: 2.1rem;
    height: 5.4rem;
    background: url(../images/common/img_dots2.png) no-repeat center/contain;
    top: 203rem;
    left: 24.3rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .img_dots2_3 {
    width: 1.2rem;
    height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .img_dots5_3 {
    content: '';
    position: absolute;
    display: block;
    width: 5.1rem;
    height: 8.8rem;
    background: url(../images/common/img_dots5.png) no-repeat center/contain;
    top: 241.6rem;
    right: 25rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .img_dots5_3 {
    width: 2.9rem;
    height: 5.2rem;
  }
}

@media screen and (min-width: 768px) {
  .img_dots3_3 {
    content: '';
    position: absolute;
    display: block;
    width: 2.1rem;
    height: 8.7rem;
    background: url(../images/common/img_dots3.png) no-repeat center/contain;
    top: 268.5rem;
    left: 31.3rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .img_dots3_3 {
    width: 1.2rem;
    height: 5.2rem;
  }
}

@media screen and (min-width: 768px) {
  .img_dots2_4 {
    content: '';
    position: absolute;
    display: block;
    width: 2.1rem;
    height: 5.4rem;
    background: url(../images/common/img_dots2.png) no-repeat center/contain;
    top: 309.2rem;
    left: 20.3rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .img_dots2_4 {
    width: 1.2rem;
    height: 3.2rem;
  }
}

.sec_ttl {
  position: relative;
  margin: 0 0 9rem auto;
  padding-bottom: 2.5rem;
  width: 43rem;
  background: url(../images/common/img_ttl_wave2.png) repeat-x left bottom/auto 6.6rem;
  z-index: 3;
}

.box_wave {
  position: relative;
  padding: 1.75rem 0;
  background-image: url(../images/common/img_wave1_top.png), url(../images/common/img_wave1_bottom.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-size: auto 1.8rem;
}

@media screen and (max-width: 767px) {
  .box_wave {
    margin-left: calc(-50 / 650 * 100%);
    width: calc(750 / 650 * 100%);
  }
}

.box_wave::before {
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 8.7rem;
  background: url(../images/common/img_dots3.png) no-repeat center/contain;
  top: -4.5rem;
  right: 11.5rem;
}

@media screen and (min-width: 768px) {
  .box_wave::before {
    width: 1.2rem;
    height: 5.2rem;
  }
}

.box_wave::after {
  content: '';
  position: absolute;
  display: block;
  width: 5.1rem;
  height: 8.8rem;
  background: url(../images/common/img_dots5.png) no-repeat center/contain;
  bottom: -4rem;
  right: 8.7rem;
}

@media screen and (min-width: 768px) {
  .box_wave::after {
    width: 2.9rem;
    height: 5.2rem;
  }
}

.box_wave_inner {
  padding: 13rem 8rem;
  background: #000;
}

.box_wave h3 {
  position: relative;
  margin: 0 auto 10rem;
  padding: 3rem 0;
  width: 46.3rem;
  border-top: 0.4em dotted #fff;
  border-bottom: 0.4em dotted #fff;
}

.box_wave h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 5.4rem;
  background: url(../images/common/img_dots2.png) no-repeat center/contain;
  bottom: 3.7rem;
  left: -4rem;
}

@media screen and (min-width: 768px) {
  .box_wave h3::before {
    width: 1.2rem;
    height: 3.2rem;
  }
}

.box_wave p {
  line-height: 1.692;
  color: #fff;
}

.btn1 {
  margin: 0 auto;
  width: 53rem;
}

.btn1 a {
  position: relative;
}

.btn1 a::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -3% -3% 0;
  background: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn1 a img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .frame {
    padding: 16rem 0 30rem;
  }
  .frame_top, .frame_bottom {
    height: 53.7rem;
  }
  .frame_top {
    background-image: url(../images/common/frame_top-pc.png);
  }
  .frame_bottom {
    background-image: url(../images/common/frame_bottom-pc.png);
  }
  .sec_ttl {
    margin-bottom: 8rem;
    padding-bottom: 2.1rem;
    width: 80rem !important;
    background-size: auto 5.4rem;
  }
  .box_wave {
    padding: 1.55rem 0;
    background-size: auto 1.6rem;
  }
  .box_wave::before {
    display: none;
  }
  .box_wave::after {
    display: none;
  }
  .box_wave_inner {
    padding: 9rem 22rem;
  }
  .box_wave h3 {
    margin-bottom: 4.5rem;
    padding: 2.7rem 0;
    width: 37.7rem;
  }
  .box_wave h3::before {
    display: none;
  }
  .box_wave p {
    line-height: 1.777;
  }
  .btn1 {
    width: 37rem;
  }
  .btn1 a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn1 a:hover img {
    -webkit-transform: translate(3%, 12%);
            transform: translate(3%, 12%);
  }
}

/* =====================================================================
*    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;
  margin-bottom: 2rem;
}

.banner_list:last-child {
  margin: 0;
}

.banner_list li {
  margin-bottom: 2rem;
  width: calc(600 / 650 * 100%);
}

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

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(20 / 1000 * 100%) !important;
    width: calc(420 / 1000 * 100%);
  }
  .banner_list li a:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer_fix {
  position: absolute;
  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;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 8rem;
  z-index: 999;
}

.footer_fix.fixed {
  position: fixed;
  margin-bottom: 0;
}

.footer_banner {
  margin-right: 0.4rem;
  width: 20rem;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_sns li {
  margin: 0 0.8rem;
  width: 12rem;
}

.copyright {
  padding: 2rem 0;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: auto;
    right: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footer_fix a:hover {
    opacity: 0.7;
  }
  .footer_banner {
    margin: 0 0 1rem;
    width: 11.5rem;
  }
  .footer_sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
  .footer_sns li {
    margin-bottom: 0.8rem;
    width: 6rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
}

.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}

.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  aspect-ratio: 16/9;
}

.popup_movie_embed iframe,
.popup_movie_embed video {
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: .5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #1ab4e7;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1000px;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1000 / 1200 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #e4007f;
  }
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie_photo img,
  .story_movie_photo img,
  .news_list_photo img,
  .story_txt_list_photo img,
  .bucknumber_list img,
  .topics_photo img,
  .chart_btn_img,
  .chart_photo img {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */