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

.gDef-wrapper {
  overflow: clip;
}

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

.wrapper {
  position: relative;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  background-color: #fff;
  overflow-x: clip;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer {
  position: relative;
}
.wrapper_content {
  position: relative;
  overflow: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000;
  word-break: break-all;
}

.main {
  background-color: #ededed;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 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 / 1920 * 100vw);
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: max(1.8rem, 14px);
  }
  .wrapper_content {
    width: calc(1520 / 1920 * 100%);
  }
  .wrapper_content::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 1.6rem;
    background: url(../images/common/img_line_white_t-pc.svg) no-repeat top right/cover;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: calc(1000 / 1520 * 100%);
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  margin-bottom: 0.7rem;
  font-size: 3rem;
  font-weight: bold;
  color: #cc0011;
  letter-spacing: 0;
  white-space: nowrap;
}
.sec_ttl span {
  position: relative;
  display: block;
  left: -0.04em;
  margin-top: 0.1em;
  font-family: "Barlow", sans-serif;
  font-size: 533%;
  color: #274271;
  line-height: 0.8;
}

.sec_area {
  position: relative;
  padding: 8rem 0;
}
.sec_area_bg {
  position: absolute;
  display: block;
  top: 1.6rem;
  left: 0;
  margin-left: calc(-55 / 640 * 100%);
  width: calc(750 / 640 * 100%);
  height: calc(100% - 1.6rem);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: -1;
}
.sec_area_bg::after {
  content: "";
  position: absolute;
  display: block;
  top: -1.6rem;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec_area_bg[data-color=blue] {
  background-image: url(../images/common/bg_pattern_blue-sp.jpg);
}
.sec_area_bg[data-color=blue]::after {
  background-image: url(../images/common/img_line_blue_t-sp.png);
}
.sec_area_bg[data-color=silver] {
  background-image: url(../images/common/bg_pattern_silver-sp.jpg);
}
.sec_area_bg[data-color=silver]::after {
  background-image: url(../images/common/img_line_silver_t-sp.png);
}

.trailer_movie,
.archive_story {
  position: relative;
}
.trailer_movie_frame,
.archive_story_frame {
  position: relative;
  margin-bottom: 4rem;
  padding: calc(79 / 640 * 100%) 0 calc(106 / 640 * 100%);
}
.trailer_movie_frame::before,
.archive_story_frame::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: calc(-38 / 640 * 100%);
  width: calc(717 / 640 * 100%);
  height: 100%;
  background: url(../images/common/img_movie_frame_t.svg) no-repeat top center/contain;
  -webkit-filter: drop-shadow(0 0 0.4rem rgba(162, 243, 250, 0.8));
          filter: drop-shadow(0 0 0.4rem rgba(162, 243, 250, 0.8));
  z-index: -1;
}
.trailer_movie_frame::after,
.archive_story_frame::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin-left: calc(-38 / 640 * 100%);
  width: calc(717 / 640 * 100%);
  height: 100%;
  background: url(../images/common/img_movie_frame_b.svg) no-repeat bottom center/contain;
  -webkit-filter: drop-shadow(0 0 0.4rem rgba(162, 243, 250, 0.8));
          filter: drop-shadow(0 0 0.4rem rgba(162, 243, 250, 0.8));
  z-index: -1;
}
.trailer_movie_num,
.archive_story_num {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: calc(67 / 640 * 100%);
  font-size: 3.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #cc0011;
  letter-spacing: 0.2em;
  text-shadow: 0 0 0.2em rgba(162, 243, 250, 0.8);
}
.trailer_movie_date,
.archive_story_date {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: bold;
  color: #274271;
}
.trailer_movie_date span,
.archive_story_date span {
  font-family: "Barlow", sans-serif;
  font-size: 200%;
  color: #cc0011;
  vertical-align: text-bottom;
}
.trailer_movie_ttl,
.archive_story_ttl {
  font-weight: bold;
  font-size: 133%;
  line-height: 1.25;
}

.trailer_movie .yt_popup,
.news_pickup_list .yt_popup figure,
.special_list .yt_popup {
  position: relative;
}
.trailer_movie .yt_popup::after,
.news_pickup_list .yt_popup figure::after,
.special_list .yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(141 / 640 * 100%);
  padding-top: calc(141 / 640 * 100%);
  background: url(../images/common/btn_play.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .trailer_movie .yt_popup:hover::after,
  .news_pickup_list .yt_popup figure:hover::after,
  .special_list .yt_popup:hover::after {
    -webkit-filter: drop-shadow(0 0 5px #a2f3fa);
            filter: drop-shadow(0 0 5px #a2f3fa);
  }
  .trailer_movie .yt_popup::after,
  .news_pickup_list .yt_popup figure::after,
  .special_list .yt_popup::after {
    width: 12%;
    padding-top: 12%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.btn1 {
  position: absolute;
  display: inline-block !important;
  bottom: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  min-width: 52rem;
  font-size: 3.6rem;
}
.btn1::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  z-index: -1;
}
.btn1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.btn1.en span {
  font-family: "Barlow", sans-serif;
}
.btn1 span {
  position: relative;
  display: block;
  padding: 0.8em 2.2em;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}
.btn1 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: url(../images/common/icon_arrow01.svg) no-repeat center/contain;
}

.is-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.is-fadeIn.is-appear {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 2.2rem;
  }
  .sec_area_bg {
    margin-left: calc(-260 / 1000 * 100%);
    width: calc(1520 / 1000 * 100%);
  }
  .sec_area_bg[data-color=blue] {
    background-image: url(../images/common/bg_pattern_blue-pc.jpg);
  }
  .sec_area_bg[data-color=blue]::after {
    background-image: url(../images/common/img_line_blue_t-pc.png);
  }
  .sec_area_bg[data-color=silver] {
    background-image: url(../images/common/bg_pattern_silver-pc.jpg);
  }
  .sec_area_bg[data-color=silver]::after {
    background-image: url(../images/common/img_line_silver_t-pc.png);
  }
  .trailer_movie,
  .archive_story {
    margin: 0 auto;
    max-width: 890px;
  }
  .trailer_movie_frame,
  .archive_story_frame {
    padding: 10.7865168539% 4.9438202247% 14.1573033708%;
  }
  .trailer_movie_frame::before, .trailer_movie_frame::after,
  .archive_story_frame::before,
  .archive_story_frame::after {
    margin-left: 0;
    width: 100%;
  }
  .trailer_movie_num,
  .archive_story_num {
    margin: 0 0 8.4269662921% 5.0561797753%;
    font-size: 4rem;
  }
  .trailer_movie_date,
  .archive_story_date {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .trailer_movie_ttl,
  .archive_story_ttl {
    text-align: center;
    font-size: 166%;
  }
  .btn1 {
    min-width: 39rem;
    font-size: max(2.2rem, 16px);
  }
  .btn1::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .btn1:hover::after {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .btn1 span {
    padding: 1em 2em;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header_bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
    background-color: #fff;
    z-index: 2;
  }
  .header_bar::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background: url(../images/common/img_line_white_t-sp.svg) no-repeat center/100% 100%;
  }
}
.header_ttl {
  width: calc(240 / 750 * 100%);
}
.header_date {
  margin: 0 calc(28 / 640 * 100%);
  width: calc(308 / 750 * 100%);
}

.btn_menu {
  position: relative;
  margin-right: calc(16 / 750 * 100%);
  width: 48px;
  height: 48px;
  background: url(../images/common/bg_btn.jpg) no-repeat center/100% 100%;
  z-index: 2;
}
.btn_menu_inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 35.4166666667% 0 0 23.9583333333%;
  width: 25px;
  height: 14px;
}
.btn_menu_inner span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cc0011;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.btn_menu_inner span:nth-of-type(1) {
  top: 0;
}
.btn_menu_inner span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.btn_menu_inner span:nth-of-type(3) {
  bottom: 0;
}
.btn_menu.active span {
  background-color: #000;
}
.btn_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-35deg);
          transform: translateY(6px) rotate(-35deg);
}
.btn_menu.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
.btn_menu.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-6px) rotate(35deg);
          transform: translateY(-6px) rotate(35deg);
}

.nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 68px);
  margin-top: 68px;
  padding: 10rem 0 100px;
  background-color: #ededed;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 4rem;
  width: calc(680 / 750 * 100%);
}
.nav_menu li {
  width: 50%;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 767px) {
  .nav_menu li:nth-child(2n) {
    margin-left: auto;
    width: 45%;
  }
}
.nav_menu li a {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #cc0011;
  letter-spacing: 0;
  white-space: nowrap;
}
.nav_menu li a span {
  display: block;
  margin-top: 0.1em;
  font-family: "Barlow", sans-serif;
  font-size: 300%;
  color: #274271;
}
.nav_menu li.nolink a {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .nav_menu li.nav_introduction a span {
    margin-top: 0.25em;
    font-size: 240%;
  }
}
.nav_sns {
  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;
}
.nav_sns li {
  margin-right: calc(70 / 640 * 100%);
}
.nav_sns li:last-child {
  margin-right: 0;
}
.nav_sns li svg {
  width: 6rem;
  height: 6rem;
  fill: #274271;
  -webkit-filter: drop-shadow(0 0 0.3em rgba(162, 243, 250, 0.5)) drop-shadow(0 0 0.1em rgba(162, 243, 250, 0.5));
          filter: drop-shadow(0 0 0.3em rgba(162, 243, 250, 0.5)) drop-shadow(0 0 0.1em rgba(162, 243, 250, 0.5));
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .header {
    left: auto;
    right: 0;
    padding: 4rem 0 0;
    width: calc(400 / 1920 * 100%);
    height: 100vh;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header::-webkit-scrollbar {
    width: 10px;
  }
  .header_ttl {
    margin: 0 auto 2rem;
    width: 80%;
  }
  .header_date {
    margin: 0 auto;
    width: 79%;
  }
  .btn_menu {
    display: none;
  }
  .nav {
    position: relative;
    display: block;
    margin-top: 8rem;
    padding: 0 10% 4rem;
    width: auto;
    height: auto;
    background: transparent;
    overflow: initial;
  }
  .nav::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.75%;
    height: 100%;
    background: url(../images/common/img_line_gray_l.svg) repeat-y top left/100% auto;
  }
  .nav_menu {
    width: 100%;
  }
  .nav_menu li {
    margin-bottom: 4rem;
    width: 100%;
  }
  .nav_menu li a {
    font-size: 1.6rem;
  }
  .nav_menu li a:hover {
    -webkit-animation: flash 0.18s 2;
            animation: flash 0.18s 2;
  }
  .nav_menu li a:hover span {
    color: #cc0011;
  }
  .nav_sns li {
    margin-right: 15%;
  }
  .nav_sns li svg {
    width: 4rem;
    height: 4rem;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .nav_sns li a:hover svg {
    fill: #2458b2;
  }
}
/* =====================================================================
*    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 {
  position: relative;
  margin-top: 1.6rem;
  width: 100%;
}
.banner_list li:first-child {
  margin-top: 0;
}
.banner_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.banner_list li a {
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 1.6rem calc(32 / 1000 * 100%) 0 0;
    width: calc(484 / 1000 * 100%);
  }
  .banner_list li:nth-child(2n), .banner_list li:last-child {
    margin-right: 0;
  }
  .banner_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner_list li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 8rem 0 0;
  background: url(../images/common/bg_pattern_blue-sp.jpg) repeat-y center/100% auto;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.2rem;
  background: url(../images/common/bg_pattern_brick.jpg) repeat top center/51.2rem;
}
.footer_pagetop {
  margin: 0 auto 8rem;
  width: calc(400 / 640 * 100%);
}
.footer_pagetop a {
  position: relative;
  padding-top: 22.75%;
}
.footer_pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: 12%;
  width: 46.25%;
  padding-top: 32%;
  background: url(../images/common/btn_pagetop_text.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer_banner2 {
  margin-top: 8rem;
}
.footer_banner2 li {
  margin-right: calc(16 / 640 * 100%);
  width: calc(312 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .footer_banner2 li:nth-child(2n) {
    margin-right: 0;
  }
  .footer_banner2 li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.fix_content {
  display: none;
  position: fixed;
  bottom: 0;
  right: calc(16 / 640 * 100%);
  z-index: 10;
}

.pagetop {
  margin-top: -60px;
  margin-left: auto;
}
.pagetop a {
  position: relative;
  width: 48px;
  height: 48px;
  background: url(../images/common/bg_btn.jpg) no-repeat center/contain;
  -webkit-box-shadow: 0 0 0.4rem #a2f3fa;
          box-shadow: 0 0 0.4rem #a2f3fa;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 25%;
  height: 25%;
  border-top: 2px solid #cc0011;
  border-right: 2px solid #cc0011;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
}

.copyright {
  text-align: center;
  padding: 8rem 0;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 0 0.4em #a2f3fa;
}

@media screen and (min-width: 768px) {
  .footer::before {
    height: 38.1rem;
  }
  .footer_pagetop {
    margin-bottom: 4rem;
    width: 30rem;
  }
  .footer_pagetop a img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .footer_pagetop a:hover::before {
    -webkit-transform: translate(10px, -5px) rotate(15deg);
            transform: translate(10px, -5px) rotate(15deg);
  }
  .footer_pagetop a:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
  }
  .footer_banner2 li {
    width: calc(312 / 1000 * 100%);
  }
  .footer_banner2 li:nth-child(2n) {
    margin-right: calc(32 / 1000 * 100%);
  }
  .footer_banner2 li:nth-child(3n) {
    margin-right: 0;
  }
  .footer_banner2 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .fix_content {
    right: 2rem;
  }
  .pagetop {
    margin-top: -9rem;
  }
  .pagetop a {
    top: 0;
    width: 7.2rem;
    height: 7.2rem;
  }
  .pagetop a:hover {
    top: -1rem;
  }
}
/* =====================================================================
*    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;
  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: calc(680 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: -3.5em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  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(-60deg);
          transform: rotate(-60deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 4rem 5.8823529412%;
  line-height: 1.666;
  background: #fff;
  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%;
}

.popup_link {
  margin: 1em auto 0;
  width: 30rem;
  text-align: center;
  border: 1px solid #fff;
}
.popup_link a {
  padding: 0.5em;
  font-size: 16px;
  background: #274271;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 80%;
    max-width: 1000px;
  }
  .popup_movie .popup_inner {
    width: 100%;
    max-width: 120vh;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_list > li {
    padding: 8rem calc(100 / 1000 * 100%);
  }
  .popup_link {
    width: 50rem;
  }
  .popup_link a:hover {
    background-color: #cc0011;
  }
}
/* =====================================================================
    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 */