@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,
#gDefFooter {
  position: relative;
  z-index: 1;
}

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

.wrapper {
  position: relative;
  font-family: "Shippori Mincho", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #27242e;
  background-color: #f8f8f8;
  overflow-x: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #27242e;
  word-wrap: break-word;
}

section,
main,
header,
footer {
  position: relative;
}

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

.inner_flex {
  position: relative;
}

.inner_left,
.inner_right {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .wrapper {
    font-size: 16px;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 92%;
    max-width: 1000px;
  }
  .main .inner {
    padding-left: 9.0909090909% !important;
    max-width: 1100px;
  }
  .inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(50% - 50vw);
  }
  .inner_left,
  .inner_right {
    width: 50%;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
  .main .inner {
    padding-left: 100px !important;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.submv {
  background-color: #3e4052;
}
.submv .inner {
  padding: 3.7rem 0 77.4rem;
  width: 100%;
  background: url(../images/common/bg_parallax-sp.jpg) no-repeat bottom -14rem center/100% auto;
}
.submv h1 {
  margin: 0 auto 0.4rem;
  width: calc(676 / 750 * 100%);
}

.submv_cast {
  text-align: center;
  margin-top: -1rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #f8f8f8;
}

.header_banner {
  padding: 4rem 0;
  background: #f8f8f8;
}
.header_banner .banner_list {
  margin-top: 5.4rem;
}

.submv_date {
  margin: 0 auto;
  width: calc(678 / 710 * 100%);
}

.nav {
  background: #3e4052;
}

.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;
}
.nav_menu li {
  position: relative;
  width: 25%;
}
.nav_menu li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.8rem;
}
.nav_menu li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}

.nav_date {
  position: absolute;
  top: -0.5em;
  left: 50%;
  padding: 0.25em 0.5em;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #b91e1e;
  z-index: 1;
}
.nav_date span {
  display: block;
  font-size: 1.9rem;
  color: #f8f8f8;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .submv .inner {
    padding: 18.9rem 0;
    padding: 189px 0;
    background-size: calc(478 / 1000 * 100%) auto;
    background-position: bottom -7.6rem left calc(20 / 1000 * 100%);
  }
  .submv h1 {
    margin-left: calc(588 / 1000 * 100%);
    width: calc(386 / 1000 * 100%);
  }
  .submv_cast {
    display: block;
    text-align: center;
    margin: calc(8 / 1000 * 100%) 0 0 calc(588 / 1000 * 100%);
    width: calc(386 / 1000 * 100%);
    font-size: 2rem;
  }
  .submv_date {
    width: calc(425 / 1000 * 100%);
  }
  .header_banner .banner_list {
    margin-top: 3.6rem;
  }
  .nav_menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
  }
  .nav_menu li {
    width: calc(130 / 1200 * 100%);
  }
  .nav_menu li a {
    height: 11rem;
  }
  .nav_menu li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav_menu li a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .nav_menu li a:hover::after {
    opacity: 1;
  }
  .nav_menu li a:hover img {
    opacity: 0;
  }
  .nav_menu li.nav01 a::after {
    background: url(../images/nav/nav01_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav02 a::after {
    background: url(../images/nav/nav02_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav03 a::after {
    background: url(../images/nav/nav03_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav04 a::after {
    background: url(../images/nav/nav04_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav05 a::after {
    background: url(../images/nav/nav05_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav06 a::after {
    background: url(../images/nav/nav06_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav07 a::after {
    background: url(../images/nav/nav07_h.png) no-repeat center/contain;
  }
  .nav_menu li.nav08 a::after {
    background: url(../images/nav/nav08_h.png) no-repeat center/contain;
  }
  .nav_date span {
    font-size: 1.1rem;
  }
}
/* =====================================================================
    共通
======================================================================*/
.bg_parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #01060c url(../images/common/bg_parallax-sp.jpg) no-repeat center bottom/cover;
}
@media (min-aspect-ratio: 16/9) {
  .bg_parallax {
    background-position: center bottom 30%;
  }
}

.sec_ttl {
  margin-bottom: 10rem;
}

a.btn1,
.btn1 {
  position: relative;
  display: block;
  text-align: center;
  margin: 8rem auto 0;
  padding: 6rem 0;
  width: 100%;
  color: #b91e1e;
  border: 1px solid currentColor;
  -o-border-image: linear-gradient(to top, currentColor 0%, transparent 50%, currentColor 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), color-stop(50%, transparent), to(currentColor));
     border-image: linear-gradient(to top, currentColor 0%, transparent 50%, currentColor 100%);
  border-image-slice: 1;
}
a.btn1 span,
.btn1 span {
  position: relative;
  font-size: 3rem;
  color: #27242e;
  z-index: 1;
}
a.btn1.en span,
.btn1.en span {
  font-family: "Cormorant", serif;
}
a.btn1::after,
.btn1::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  background: url(../images/common/icon_star1.png) no-repeat center/contain;
  z-index: 1;
}

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

@media screen and (min-width: 768px) {
  .bg_parallax {
    width: 50%;
  }
  .sec_ttl {
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(-35 / 710 * 100%) 0 0;
    width: calc(480 / 1000 * 100%);
  }
  a.btn1,
  .btn1 {
    margin-top: 3rem;
    padding: 3rem 0;
    cursor: pointer;
  }
  a.btn1 span,
  .btn1 span {
    font-size: 100%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  a.btn1::before,
  .btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b91e1e;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  a.btn1::after,
  .btn1::after {
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  a.btn1:hover::before,
  .btn1:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  a.btn1:hover::after,
  .btn1:hover::after {
    background-image: url(../images/common/icon_star2.png);
  }
  a.btn1:hover span,
  .btn1:hover span {
    color: #f8f8f8;
  }
  .nextstory_movie_embed a:hover::after,
  .story_movie_embed a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
  .movie_list li a:hover figure::after,
  .movie_pickup a:hover figure::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
/* =====================================================================
*    article
* =================================================================== */
.article_list_img {
  margin-bottom: 3rem;
}

.article_list figure {
  margin-bottom: 3rem;
}
.article_list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/4;
}
.article_list h4 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.article_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  font-size: 84%;
  font-weight: 600;
  color: #b91e1e;
}
.article_list_date p::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}

@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:nth-child(3n), .article_list li:last-child {
    margin-right: 0;
  }
  .article_list li a figure {
    position: relative;
  }
  .article_list li a figure::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: -webkit-gradient(linear, left bottom, left top, from(#b91e1e), color-stop(50%, transparent), to(#b91e1e));
    background: linear-gradient(to top, #b91e1e 0%, transparent 50%, #b91e1e 100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .article_list li a figure img {
    position: relative;
    z-index: 1;
  }
  .article_list li a:hover figure::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .article_list_img figure {
    margin-bottom: 2rem;
  }
  .article_list_img h4 {
    line-height: 1.875;
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  padding: 5rem 0;
  background-color: #3e4052;
}
.delivery h3 {
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 138%;
  color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .delivery {
    padding: 9.5rem 0;
  }
  .delivery h3 {
    margin-bottom: 27px;
  }
}
/* =====================================================================
    sns_share
======================================================================*/
.sns_share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 4rem 0;
  -o-border-image: linear-gradient(to right, transparent 0%, #27242e 40%, #27242e 60%, transparent 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #27242e), color-stop(60%, #27242e), to(transparent)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, transparent 0%, #27242e 40%, #27242e 60%, transparent 100%) 1/1px 0 1px 0;
  border-style: solid;
}
.sns_share dt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  margin-right: 3%;
  font-size: 2.2rem;
  font-weight: bold;
}
.sns_share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns_share dd ul li {
  margin: 0 0.6rem;
  width: 9rem;
  height: 9rem;
}
.sns_share dd ul 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;
  height: 100%;
  border: 1px solid #202162;
  -o-border-image: linear-gradient(to top, #202162 0%, transparent 50%, #202162 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#202162), color-stop(50%, transparent), to(#202162));
     border-image: linear-gradient(to top, #202162 0%, transparent 50%, #202162 100%);
  border-image-slice: 1;
}
.sns_share dd ul li a img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .sns_share {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 34px 0;
  }
  .sns_share dt {
    top: -0.2em;
    font-size: 125%;
  }
  .sns_share dd ul li {
    margin: 0 1rem;
    width: 64px;
    height: 64px;
  }
  .sns_share dd ul li a {
    position: relative;
  }
  .sns_share dd ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202162;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .sns_share dd ul li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .sns_share dd ul li a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .sns_share dd ul li a:hover::after {
    opacity: 1;
  }
  .sns_share dd ul li.twitterShare a::after {
    background: url(../images/common/icon_sns1.png) no-repeat center/contain;
  }
  .sns_share dd ul li.facebookShare a::after {
    background: url(../images/common/icon_sns4.png) no-repeat center/contain;
  }
  .sns_share dd ul li.lineShare a::after {
    background: url(../images/common/icon_sns3.png) no-repeat center/contain;
  }
}
/* =====================================================================
*    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-bottom: 2rem;
  width: calc(486 / 710 * 100%);
}
.banner_list li:last-child {
  margin-bottom: 0;
}
.banner_list li a {
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(20 / 1000 * 100%) calc(20 / 1000 * 100%);
    width: calc(380 / 1000 * 100%);
  }
  .banner_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .banner_list li a:hover {
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.fix_contents {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

.delivery_bnr {
  margin-bottom: 3rem;
}
.delivery_bnr_close {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #27242e;
  z-index: 1;
}
.delivery_bnr_close::after {
  content: "×";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 3.2rem;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  color: #f8f8f8;
  letter-spacing: 0;
  cursor: pointer;
}
.delivery_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery_bnr_list a {
  width: 19rem;
}

.pagetop {
  margin-left: auto;
  width: 12rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.footer {
  background: #3e4052;
}
.footer .inner {
  padding: 10rem 0 40rem;
}
.footer .banner_list {
  margin-bottom: 7rem;
}

.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 3.5rem;
  width: 5.4rem;
}

.copyright {
  padding: 6rem 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #f8f8f8;
  background: #27242e;
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 10rem;
  }
  .footer .inner {
    padding: 6rem 0;
  }
  .footer_sns li {
    margin: 0 calc(18 / 1000 * 100%);
    width: 35px;
  }
  .footer_sns li a {
    position: relative;
  }
  .footer_sns li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer_sns li a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer_sns li a:hover img {
    opacity: 0;
  }
  .footer_sns li a:hover::after {
    opacity: 1;
  }
  .footer_sns li.footer_twitter a::after {
    background: url(../images/common/icon_sns1_h.png) no-repeat center/contain;
  }
  .footer_sns li.footer_insta a::after {
    background: url(../images/common/icon_sns2_h.png) no-repeat center/contain;
  }
  .footer_sns li.footer_line a::after {
    background: url(../images/common/icon_sns5_h.png) no-repeat center/contain;
  }
  .copyright {
    padding: 4rem 0;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  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(22, 23, 31, 0.94);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 5.5em 0;
  width: calc(710 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: 2em;
  right: 0;
  width: 3em;
  z-index: 3;
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 50px 0;
  width: calc(590 / 710 * 100%);
  z-index: 2;
}
.popup_list > li p {
  margin-bottom: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}
.popup_list > li p:last-child {
  margin-bottom: 0;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 15px auto 0;
  padding: 0.5em;
  width: 300px;
  font-size: 16px;
  text-align: center;
  background: #3e4052;
  color: #fff;
  border: 1px solid #fff;
}

.comment_ttl {
  text-align: center;
  margin: 0 auto 8rem;
  padding: 6rem 0;
  width: 47rem;
  background: #f8f8f8;
  border: 1px solid currentColor;
  -o-border-image: linear-gradient(to top, currentColor 0%, transparent 50%, currentColor 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), color-stop(50%, transparent), to(currentColor));
     border-image: linear-gradient(to top, currentColor 0%, transparent 50%, currentColor 100%);
  border-image-slice: 1;
}
.comment_ttl span {
  font-family: "Cormorant", serif;
  font-size: 3rem;
}

.comment_subttl {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  color: #b91e1e;
  line-height: 1.692;
  border-bottom: 1px solid #27242e;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(1500 / 1600 * 100%);
    max-width: 1500px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_list > li {
    padding: 10rem 0;
    width: 90%;
    max-width: 1000px;
  }
  .popup_close {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .popup_close:hover {
    opacity: 0.8;
  }
  .popup_close2 {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close2:hover {
    background-color: #202162;
  }
  .comment_ttl {
    margin-bottom: 7rem;
    padding: 30px 0;
    max-width: 292px;
  }
  .comment_ttl span {
    font-size: 100%;
  }
  .comment_subttl {
    line-height: 1.875;
  }
}
/* =====================================================================
    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_img,
  .chart_photo img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */