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

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

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "Shippori Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000000;
}
.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,
.wrapper button {
  display: block;
  color: #000000;
  word-wrap: break-word;
}

.main > * {
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 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: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    -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;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .inner {
    width: calc(1000 / 1260 * 100%);
    max-width: 1000px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.sec-ttl {
  margin: 0 auto 7rem;
  width: 100%;
}

.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.font-en {
  font-family: "Bebas Neue", sans-serif;
}

.btn1 {
  width: calc(480 / 650 * 100%);
  margin: 0 auto;
}
.btn1 a,
.btn1 span {
  position: relative;
  text-align: center;
  padding: 3rem 0;
  font-weight: normal;
  color: #ffffff;
  background-color: #233581;
  -webkit-clip-path: polygon(3rem 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 3rem 100%, 0 50%);
          clip-path: polygon(3rem 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 3rem 100%, 0 50%);
}
.btn1 a::after,
.btn1 span::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.2em);
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.btn1.font-en a, .btn1.font-en span {
  padding-top: 1.2em;
  font-size: 114%;
  line-height: 0.9;
  letter-spacing: 0.16em;
}

.accordion dt {
  position: relative;
  z-index: 1;
}
.accordion dt span {
  display: block;
}
.accordion dt span::after {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -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;
}
.accordion dt.is-active span::after {
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}
.accordion dd {
  position: relative;
  top: -1.8em;
  padding: 9.5rem calc(50 / 650 * 100%) 5rem;
  line-height: 1.785;
  background-color: #e2e3e9;
  border: 1px solid #a8acc4;
}
.accordion dd span {
  color: #233581;
}

.comment-group dt {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.5em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  font-size: 114%;
}
.comment-group dt::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -0.8em;
  width: 6.4em;
  height: 1.1em;
  background: url(../images/common/img_marker01.png) no-repeat center/contain;
}
.comment-group dd {
  line-height: 1.785;
}

.nextstory-movie .yt_popup,
.story-movie .yt_popup,
.movie-pickup .yt_popup figure,
.movie-list .yt_popup figure {
  position: relative;
}
.nextstory-movie .yt_popup::after,
.story-movie .yt_popup::after,
.movie-pickup .yt_popup figure::after,
.movie-list .yt_popup figure::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(110 / 650 * 100%);
  padding-top: calc(110 / 650 * 100%);
  max-width: 110px;
  background: url(../images/common/btn_play.svg) no-repeat center/contain;
  -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;
}

@media screen and (min-width: 768px) {
  .sec-ttl {
    margin: 0 auto 5.5rem;
    width: calc(500 / 1000 * 100%);
  }
  .btn1 {
    width: 32rem;
    min-width: 220px;
  }
  .btn1 a,
  .btn1 span {
    padding: 1.2em 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .btn1 a:hover,
  .btn1 span:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #000000;
  }
  .accordion dd {
    padding: calc(50 / 1000 * 100%) calc(70 / 1000 * 100%);
    padding: 7.5rem calc(70 / 650 * 100%) 5rem;
  }
  .comment-group dt {
    font-size: 133%;
  }
  .nextstory-movie .yt_popup:hover::after,
  .story-movie .yt_popup:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* =====================================================================
*    header
* =================================================================== */
.nav {
  background: url(../images/common/bg_pattern03-v.jpg) repeat top center/cover;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.34);
          box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.34);
}
.nav-menu li {
  position: relative;
  text-align: center;
}
.nav-menu li a {
  position: relative;
  padding: 0 0 0.9em;
  font-size: 3rem;
  width: 100%;
  letter-spacing: 0;
  z-index: 1;
}
.nav-menu li a small {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 186%;
  color: #ffffff;
  z-index: -1;
}
.nav-menu li.nolink a {
  pointer-events: none;
  opacity: 0.4;
}
.nav-date {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.3em;
  text-align: center;
  min-width: 55%;
  font-size: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #233581;
  z-index: 1;
}
.nav-date span {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
  white-space: nowrap;
}

.header {
  z-index: 2;
}
.header .nav {
  width: 100%;
}
.header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .nav-menu li {
  padding: 5.4rem 0 4rem;
  width: 25%;
}
.header .nav-menu li.nav-cast {
  padding: 4rem 0 2.8rem;
}
.header .nav-logo {
  display: none;
}
.header-banner {
  padding: 3.5rem 0;
  background-color: #000000;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}
.hamburger-menu .nav {
  position: fixed;
  top: 0;
  right: -120%;
  width: calc(420 / 750 * 100%);
  height: 100vh;
  padding: 120px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  z-index: -1;
}
.hamburger-menu .nav::-webkit-scrollbar {
  display: none;
}
.hamburger-menu .nav-menu li {
  padding: 4.8rem 0;
  width: 100%;
}
.hamburger-menu .nav-logo {
  margin: 0 auto 1em;
  width: 60%;
  max-width: 240px;
}
.hamburger-menu .nav-logo a {
  -webkit-filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.8));
}
.hamburger-menu .nav-date {
  display: none;
}
.hamburger-menu.is-active .nav {
  right: 0;
}
.hamburger-menu.is-active .btn-menu span:nth-of-type(1) {
  -webkit-transform: translate(-12%, -1px) rotate(-35deg);
          transform: translate(-12%, -1px) rotate(-35deg);
}
.hamburger-menu.is-active .btn-menu span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.hamburger-menu.is-active .btn-menu span:nth-of-type(3) {
  -webkit-transform: translate(-12%, 1px) rotate(35deg);
          transform: translate(-12%, 1px) rotate(35deg);
}

@-webkit-keyframes menu-open {
  0% {
    display: none;
    right: -120%;
  }
  5% {
    display: block;
    right: -120%;
  }
  100% {
    display: block;
    right: 0;
  }
}

@keyframes menu-open {
  0% {
    display: none;
    right: -120%;
  }
  5% {
    display: block;
    right: -120%;
  }
  100% {
    display: block;
    right: 0;
  }
}
.btn-menu {
  position: relative;
  margin: 2rem 2rem 0 0;
  width: 3.6em;
  height: 3.9em;
  background: url(../images/common/img_hexagon.png) no-repeat center/100% 100%;
  z-index: 2;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  border-top: 2px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-menu span:nth-of-type(1) {
  top: calc(50% - 0.5em);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.btn-menu span:nth-of-type(3) {
  bottom: calc(50% - 0.5em);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (min-width: 768px) {
  .nav-menu li a {
    font-size: 2.2rem;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav-menu li a small {
    z-index: -2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .nav-menu li a::before {
    content: "";
    position: absolute;
    display: block;
    top: -2.2rem;
    left: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.1rem;
    height: 6.5rem;
    background: url(../images/common/img_tape01.png) no-repeat center/contain;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: -1;
  }
  .nav-menu li a:hover {
    color: #fff100;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav-menu li a:hover::before {
    left: 50%;
    opacity: 0.3;
  }
  .nav-menu li a:hover small {
    color: rgba(174, 170, 103, 0.6);
  }
  .nav-date {
    font-size: 1.4rem;
  }
  .header .nav {
    background-image: url(../images/common/bg_pattern03-h.jpg);
  }
  .header .nav-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
  }
  .header .nav-menu li {
    padding: 4.6rem 0 3rem;
    width: calc(150 / 1600 * 100%);
  }
  .header .nav-menu li.nav-cast {
    padding: 3.2rem 0 1.6rem;
  }
  .header-banner {
    padding: 2rem 0;
  }
  .hamburger-menu .nav {
    width: 50rem;
    padding: 13rem 0;
  }
  .hamburger-menu .nav-menu li {
    padding: 3rem 0;
  }
  .hamburger-menu .nav-menu li a {
    display: inline-block;
    width: auto;
  }
}
/* =====================================================================
    video
======================================================================*/
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: -1;
}
.bg-video::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_movie-sp.png) no-repeat center/100% 100%;
  z-index: 1;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (orientation: portrait) {
  .bg-video-pc {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .bg-video::before {
    background-image: url(../images/top/bg_movie-pc.png);
  }
  .bg-video-sp {
    display: none;
  }
  .bg-video-pc {
    display: block;
  }
}

/* =====================================================================
*    article-list
* =================================================================== */
.article-list h4 {
  position: relative;
  line-height: 1.785;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.article-list-img,
.article-list figure {
  margin-bottom: 1em;
}
.article-list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3em;
  font-family: "Bebas Neue", sans-serif;
  font-size: 114%;
  letter-spacing: 0;
}
.article-list-date p {
  position: relative;
  margin-left: 0.2em;
}
.article-list-date p::before {
  content: "/";
  display: inline-block;
  margin-right: 0.2em;
}

@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 {
    margin: 0 calc(44 / 1000 * 100%) 6rem 0;
    width: calc(304 / 1000 * 100%);
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  position: relative;
  padding: 7.5rem 0;
  background-color: #000000;
}
.delivery::before, .delivery::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.delivery::before {
  top: -0.9rem;
  background-image: url(../images/common/bg_sideline_black-t.png);
  background-position: left top;
}
.delivery::after {
  bottom: -0.9rem;
  background-image: url(../images/common/bg_sideline_black-b.png);
  background-position: left bottom;
}
.delivery-ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 128%;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .delivery-ttl {
    font-size: 166%;
  }
}
/* =====================================================================
*    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 / 650 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 2rem calc(38 / 1000 * 100%) 0 0;
    width: calc(380 / 1000 * 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;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 12rem;
}
.footer .inner {
  padding-bottom: 12em;
}
.footer .banner-list {
  margin-bottom: 4rem;
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.footer-sns li {
  margin: 0 calc(33 / 650 * 100%);
  width: 10rem;
  height: 10.8rem;
}
.footer-sns 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: 100%;
  height: 100%;
  background: url(../images/common/img_hexagon.png) no-repeat center/contain;
}
.footer-sns li a svg {
  width: 36%;
  height: 35%;
  fill: #000000;
}

.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.follow-bnr {
  margin-bottom: 3rem;
}
.follow-bnr-close {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition-property: background-color !important;
  transition-property: background-color !important;
  z-index: 1;
}
.follow-bnr-close::after {
  content: "×";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 0;
}
.follow-bnr-close:hover {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  background-color: #aeaeae;
}
.follow-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-bnr-list a {
  width: 17.7rem;
}
.follow-movie {
  right: auto;
  left: 2rem;
  width: 13.7rem;
}
.follow-movie img {
  -webkit-filter: drop-shadow(0 0 1.2rem rgba(64, 64, 64, 0.8));
          filter: drop-shadow(0 0 1.2rem rgba(64, 64, 64, 0.8));
}

.pagetop a {
  position: relative;
  margin-left: auto;
  width: 12rem;
}

.copyright {
  padding: 6rem 0;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .footer-sns li {
    margin: 0 calc(15 / 1000 * 100%);
    width: 66px;
    height: 72px;
  }
  .pagetop a {
    width: 10rem;
  }
  .follow-movie {
    width: 10.6rem;
  }
  .follow-movie a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .copyright {
    padding: 4rem 0;
    font-size: 1.8rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(251, 251, 251, 0.9);
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
.popup-close {
  position: absolute;
  top: -4.5em;
  right: 0;
  width: 3.6em;
  height: 3.9em;
  background: url(../images/common/img_hexagon.png) no-repeat center/contain;
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  margin: auto;
  width: 2px;
  height: 50%;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.popup-close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 10rem calc(50 / 650 * 100%);
  line-height: 1.785;
  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-list > li {
    padding: 8rem calc(100 / 1000 * 100%);
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .cast-list-head figure 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 */