.none {
  display: none !important;
}

.none-d {
  display: none !important;
}

/*----------------------------------------*/
/* [INDEX PAGE LAYOUT] */
#index .site-container {
  color: #fff;
  background: #000;
}

.index-kv {
  position: relative;
  background: #000;
}

.index-kv:before,
.index-kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  -webkit-transition: width .5s ease;
  -o-transition: width .5s ease;
  transition: width .5s ease;
  z-index: 1;
}

.index-kv:before {
  left: 0;
}

.index-kv:after {
  right: 0;
}

body.loadingEnded .index-kv:before,
body.loadingEnded .index-kv:after {
  width: 0;
}

.index-kv_image {
  position: relative;
  overflow: hidden;
}

.index-kv_image > img {
  width: 100%;
}

.index-kv_image figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.index-news {
  padding: 70px 0 80px;
  background: url(../img/index/bg_news.jpg) left top no-repeat;
  background-size: cover;
}

.index-news_ttl {
  color: #c2000f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-news_ttl:after {
  display: block;
  width: 50%;
  height: 1px;
  margin-left: 18px;
  background: #c2000f;
  content: '';
}

.index-news_link {
  text-decoration: none;
}

.index-news_img {
  position: relative;
  overflow: hidden;
}

.index-news_img img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.index-news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-news_date {
  font-size: 12px;
  margin-right: 10px;
  color: #c2000f;
  letter-spacing: 0.3px;
}

.index-news_new {
  font-size: 10px;
  display: block;
  padding: 1px 9px;
  background: #c2000f;
  color: #fff;
  line-height: 1;
}

.index-news_text {
  color: #eee;
  line-height: 1.43;
  letter-spacing: 0.35px;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.index-news_more a {
  font-size: 18px;
  display: block;
  margin: 0 25px;
  padding: 7px 1.5em;
  color: #c2000f;
  border: 1px solid #c2000f;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-size: inherit;
  color: #000;
  background: #b6000e;
}

.index-news_more a:hover, .index-news_more a.active {
  color: #c2000f;
  background: none;
}

.index-theater {
  display: block;
  border: solid 1px #c2000f;
  background: #c2000f url(../img/common/icon_arrow.png) calc(100% - 10px) center no-repeat;
  background: rgba(194, 0, 15, .5) url(../img/common/icon_arrow.png) calc(100% - 10px) center no-repeat;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.index-theater_en {
  display: block;
  font-size: 24px;
}

.index-theater_jp {
  display: block;
  font-size: 12px;
}

.index-movie_text {
  font-size: 13px;
  margin-top: 10px;
  color: #c2000f;
  font-weight: bold;
  text-align: center;
}

.index-movie_item a {
  display: block;
  border: 1px solid #c2000f;
  position: relative;
  overflow: hidden;
}

.index-movie_item a:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.index-movie_item a:after {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: block;
  width: 62px;
  height: 62px;
  background: url(../img/common/icon_playbtn.png) no-repeat;
  background-size: 62px;
  content: '';
  z-index: 1;
}

.index-movie_item a:hover:before {
  background: #000000;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.index-movie_btn a {
  font-size: 20px;
  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;
  text-align: center;
  margin: 25px 25px 0;
  padding: 7px 1.5em;
  color: #c2000f;
  text-decoration: none;
  border: 1px solid #c2000f;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.index-movie_btn a:hover, .index-movie_btn a.active {
  color: #000;
  background: #b6000e;
}

/*----------------------------------------*/
/* [CAST LAYOUT] */
.credit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/index/bg_credit.jpg) no-repeat center top;
  background-color: #000;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  -o-transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
}

#index.credit-opened .credit {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

#index.credit-closed .credit {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#index .site-wrapper {
  -webkit-transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  -o-transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
}

#index.credit-opened .site-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}

#index.credit-closed .site-wrapper {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

#index .site-header {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#index.credit-opened .site-header {
  opacity: 0;
}

#index.credit-closed .site-header {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.credit_outer {
  height: 100%;
  overflow: auto;
}

.credit_inner {
  min-height: 100%;
  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;
  text-align: center;
}

.credit_close {
  position: absolute;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.credit_close .arrow {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.credit_close .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 200%;
  background: url(../img/common/icon_arrow_w.png) no-repeat center center/contain;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.credit_open_wrap {
  text-align: center;
  background: #000;
}

.credit_open {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}

.credit_open .arrow {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.credit_open .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background: url(../img/common/icon_arrow_w.png) no-repeat center center/contain;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*----------------------------------------*/
/* [TRAILER MODAL LAYOUT] */
#trailer {
  background: transparent;
}

.trailer-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.trailer-main {
  position: relative;
  overflow: auto;
}

.trailer-main-inner {
  margin: 0 auto;
}

.trailer-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}

.trailer-movie {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer-btn 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;
  text-align: center;
  margin-top: 14px;
  padding: 0 1.5em;
  color: #c2000f;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #c2000f;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.trailer-btn a:hover, .trailer-btn a.active {
  color: #000;
  background: #b6000e;
}

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

.trailer-nav li {
  font-size: inherit;
}

.trailer-nav 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;
  text-align: center;
  padding: 0 1.5em;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #b6000e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.trailer-nav a:hover, .trailer-nav a.active {
  color: #000;
  background: #b6000e;
}

/*----------------------------------------*/
/* [NEWS PAGE LAYOUT] */
body.news {
  opacity: 0;
}

body.news.is_fadeIn {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  opacity: 1;
}

#news .site-container {
  padding-bottom: 10rem;
  color: #fff;
  background: #000;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.news-one {
  color: #FFF;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.news-one_header {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.news-one_header_title {
  font-weight: 500;
}

.news-one_main {
  line-height: 2;
}

.news-one_main img {
  display: block;
  height: auto;
  line-height: 0;
}

.news-one_main img.alignleft {
  margin: 0;
}

.news-one_main img.aligncenter {
  margin: 0 auto;
}

.news-one_main img.alignright {
  margin: 0 0 0 auto;
}

.news-one_main a {
  color: #c2000f;
  text-decoration: none;
}

.news-one_main a:hover {
  text-decoration: underline;
}

.news-one_borbox {
  position: relative;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, .2);
}

.news-one_subtitle span {
  display: inline-block;
  padding: 7px 10px 4px;
  line-height: 1;
  background: #FFF;
  color: #000;
}

.news-youtube {
  position: relative;
}

.news-youtube span {
  position: relative;
  display: block;
  padding-top: 56.25%;
}

.news-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-storebnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.news-storebnrs li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-storebnrs_border {
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, .2);
}

.news-one_ticket-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.news-one_ticket {
  width: 47.5%;
  text-align: center;
}

.news-one_ticket_text {
  margin-top: 1em;
  padding: .5em 1em;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, .2);
}

.news-one_benefit_title {
  margin-top: 3em;
  font-size: 130%;
  text-align: center;
}

.news-one_benefit {
  margin: 2em 0 3em;
}

.news-one_benefit_text strong {
  font-size: 110%;
}

.news-one_benefit_caution {
  line-height: 1.5rem;
}

.news-one_benefit_text_02 strong {
  font-size: 90%;
  display: block;
  line-height: 1.5;
}

.news-one_benefit_caution_02 {
  font-size: 90%;
  line-height: 1.25rem;
}

.news-one_ticket_list li {
  line-height: 1.5rem;
}

.news-one_ticket_memo {
  color: #fff;
  padding: 1.5% 2%;
  margin-bottom: 5%;
  line-height: 1.5;
  border: 1px solid #fff;
}

/*----------------------------------------*/
/* [GALLERY PAGE LAYOUT] */
#gallery .site-container {
  color: #fff;
  background: #000;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.gallery-list_item {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  -o-transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.gallery-list.enabled .gallery-list_item {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.gallery-list_item a {
  position: relative;
  display: block;
}

.gallery-list_item a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/gallery/icon_modal.png) no-repeat center center/contain;
}

.gallery-list_item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b6000e;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.gallery-list_item a:hover:after {
  opacity: 1;
}

.gallery-list_item_image {
  display: block;
  width: 100%;
  background: no-repeat center center / cover;
}

/* overwrite mfp */
#gallery .mfp-title {
  padding: 0;
}

#gallery .mfp-counter {
  display: none;
}

#gallery .mfp-arrow {
  width: auto;
  height: auto;
  margin-top: 0;
}

#gallery .mfp-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  border: none;
  margin: 0;
  background: url(../img/gallery/icon_arrow.png) no-repeat center center/contain;
}

#gallery .mfp-arrow:after {
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  color: #fff;
  font-family: din-condensed;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#gallery .mfp-arrow-left:before {
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#gallery .mfp-arrow-left:after {
  content: "PREV";
}

#gallery .mfp-arrow-right:before {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}

#gallery .mfp-arrow-right:after {
  content: "NEXT";
  left: auto;
}

/*----------------------------------------*/
/* [INTRODUCTION PAGE LAYOUT] */
.introduction-kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introduction-kv:before, .introduction-kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  -webkit-transition: width .5s ease;
  -o-transition: width .5s ease;
  transition: width .5s ease;
  z-index: 1;
}

.introduction-kv:before {
  left: 0;
}

.introduction-kv:after {
  right: 0;
}

body.loadingEnded .introduction-kv:before, body.loadingEnded .introduction-kv:after {
  width: 0;
}

.introduction-kv_inner {
  position: relative;
  width: 50%;
  z-index: 0;
  overflow: hidden;
}

.introduction-kv_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: no-repeat center top / cover;
}

.introduction-kv_inner:nth-of-type(1) {
  text-align: left;
}

.introduction-kv_inner:nth-of-type(2) {
  text-align: right;
}

.introduction-kv_text {
  height: 100%;
}

.introduction-kv_text img {
  position: relative;
  width: auto;
}

.introduction-kv_copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.introduction-kv_copy img {
  width: auto;
  height: 100%;
}

.introduction-kv_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.introduction-kv_scroll a {
  position: relative;
  display: block;
  width: 2px;
  height: 160px;
  background: #fff;
  overflow: hidden;
}

.introduction-kv_scroll i {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #c2000f;
  -webkit-animation: scroll 1.5s linear infinite;
          animation: scroll 1.5s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    top: -100%;
  }
  80%, 100% {
    top: 100%;
  }
}

@keyframes scroll {
  0% {
    top: -100%;
  }
  80%, 100% {
    top: 100%;
  }
}

#introduction .page-content {
  color: #000;
  background: no-repeat center top / cover;
}

#introduction .page-content_title {
  color: #c2000f;
}

#introduction .page-content_inner {
  margin: 0 auto;
}

.introduction_text {
  line-height: 2.2;
  margin-top: 2em;
  font-weight: bold;
}

.introduction_text .ruby:before {
  margin-bottom: -.5em;
}

/* ======================================
  swiper custom
====================================== */
/* top movie
================================== */
.index-movie .swiper-button-next:after,
.index-movie .swiper-button-prev:after {
  display: none;
}

.index-movie .swiper-button-prev {
  left: 0;
  background: url(../img/common/prev_btn.png) center center no-repeat;
  background-size: 100%;
}

.index-movie .swiper-button-next {
  right: 0;
  background: url(../img/common/next_btn.png) center center no-repeat;
  background-size: 100%;
}

@media print, screen and (min-width: 769px) {
  .none-md {
    display: none !important;
  }
  .index-news {
    padding: 160px 0;
    background: url(../img/index/bg_news.jpg) center top no-repeat;
    background-size: cover;
  }
  .index-news_ttl {
    font-size: 36px;
    margin-bottom: 25px;
    letter-spacing: 1.8px;
  }
  .index-news_ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 960px;
    margin: 0 auto;
  }
  .index-news_ttl span:after {
    display: block;
    width: 50%;
    height: 1px;
    margin-left: 18px;
    background: #c2000f;
    content: '';
  }
  .index-news_ttl:after {
    margin-left: 24px;
    position: absolute;
    right: 0;
  }
  .index-news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin: 0 auto 95px;
  }
  .index-news_item {
    width: 176px;
  }
  .index-news_item:not(:last-child) {
    margin-right: 20px;
  }
  .index-news_link:hover {
    color: #c2000f;
  }
  .index-news_link:hover .index-news_text {
    color: #fff;
  }
  .index-news_link:hover .index-news_img {
    border: 1px solid #c2000f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .index-news_img {
    height: 0;
    padding-bottom: 62.5%;
  }
  .index-news_date {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
  .index-news_more a {
    font-size: 24px;
    width: 300px;
    margin: 0 auto;
    padding: 5px 10px;
  }
  .index-theater {
    width: 400px;
    padding: 8px 10px;
  }
  .index-theater:hover {
    background: #c2000f url(../img/common/icon_arrow.png) calc(100% - 10px) center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .index-movie_text {
    font-size: 16px;
    margin-top: 10px;
  }
  .index-movie_btn a {
    font-size: 24px;
    width: 300px;
    margin: 35px auto 0;
    padding: 5px 10px;
  }
  .trailer-btn a {
    height: 3em;
    margin-top: 24px;
  }
  #news .site-container {
    padding-bottom: 100px;
  }
  #theater .page-content {
    padding-top: 100px;
  }
  .index-movie .swiper-button-next,
  .index-movie .swiper-button-prev {
    width: 34px;
    height: 81px;
    top: calc(50% - 30px);
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .index-news_ttl span:after {
    margin-left: 24px;
  }
}

@media screen and (min-width: 769px) {
  .index-kv_left {
    width: 50%;
  }
  .index-kv_right {
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100vh - 48px);
    min-height: 600px;
    max-height: 100%;
    min-width: 1280px;
    width: 100%;
  }
  .index-kv.fixed .index-kv_right {
    position: fixed;
    top: 48px;
    bottom: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .index-kv:not(.fixed) .index-kv_right {
    left: 0 !important;
  }
  .index-kv_right_inner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    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;
    z-index: 0;
  }
  .index-kv_logo {
    width: 400px;
    margin-bottom: 38px;
  }
  .index-kv_bg-video_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .index-kv_bg-video_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/index/bg_video_dots.png) repeat 0 0;
  }
  .index-kv_bg-video {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  .index-kv_bg-video > video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index-banner {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .index-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-banner li {
    width: 90px;
  }
  .index-banner li + li {
    margin-left: 10px;
  }
  .index-news {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1280px;
  }
  .index-kv:not(.fixed) + .index-news {
    left: 0 !important;
  }
  .index-kv.fixed + .index-news {
    position: fixed;
    left: auto;
    z-index: 1;
  }
  .index-movie {
    width: 1216px;
    margin: 0 auto;
    padding: 80px 0 60px;
    position: relative;
  }
  .index-movie_innerWrapper {
    position: relative;
  }
  .index-movie_inner {
    width: 1110px;
    margin: 0 auto;
  }
  .index-movie_item {
    width: 356px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .index-movie_item a {
    display: block;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .index-movie_item img {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .index-news_img {
    margin-bottom: 10px;
    border: 1px solid transparent;
  }
  .index-news_text {
    font-size: 14px;
  }
  .credit {
    min-width: 1260px;
  }
  .credit_close {
    top: 30px;
  }
  .credit_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .credit_block {
    padding: 150px 0 20px;
  }
  .credit_logo {
    margin: 70px auto 0;
    width: 200px;
  }
  .credit_close {
    font-size: 20px;
  }
  .credit_open {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .trailer-main-inner {
    width: 960px;
    padding: 100px 0 50px;
  }
  .trailer-nav {
    margin: 2em -.75em 0;
  }
  .trailer-nav li {
    margin: .75em;
  }
  .trailer-nav a {
    height: 3em;
  }
  .news-one {
    margin-top: -25px;
    padding-top: 100px;
    width: 960px;
    padding-bottom: 75px;
  }
  .news-one_header {
    padding-bottom: 10px;
  }
  .news-one_header_date {
    font-size: 16px;
    font-size: 1rem;
  }
  .news-one_header_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .news-one_main {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
  }
  .news-one_main img {
    width: auto;
    max-width: 100%;
  }
  .news-one_main img.imgSize50 {
    width: 50%;
  }
  .news-one_main img.imgSize70 {
    width: 70%;
  }
  .news-one_borbox {
    padding: 20px;
  }
  .news-one_subtitle {
    margin-bottom: 10px;
  }
  .news-one_subtitle span {
    font-size: 16px;
    font-size: 1rem;
  }
  .news-storebnrs li {
    width: 150px;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .news-storebnrs li:nth-child(6n+1) {
    margin-left: 0;
  }
  .news-one_benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-one_benefit_image {
    width: 45%;
  }
  .news-one_benefit_text {
    width: 50%;
    padding-top: 2em;
  }
  .news-one_benefit_text_02 {
    width: 50%;
  }
  #gallery .page-content {
    padding-bottom: 300px;
  }
  #gallery .page-content_inner {
    max-width: 100%;
  }
  .gallery-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-list_item {
    width: 25%;
  }
  .gallery-list_item_image {
    min-height: 340px;
    height: 50vh;
  }
  .gallery-list_item a:before {
    width: 24px;
    height: 24px;
  }
  #gallery img.mfp-img {
    padding: 40px 0 60px;
  }
  #gallery .mfp-figure:after {
    bottom: 60px;
  }
  #gallery .mfp-arrow:before {
    width: 40px;
    height: 80px;
  }
  #gallery .mfp-arrow:after {
    font-size: 16px;
  }
  #gallery .mfp-arrow-left {
    left: 20px;
  }
  #gallery .mfp-arrow-left:after {
    left: 40px;
  }
  #gallery .mfp-arrow-right {
    right: 20px;
  }
  #gallery .mfp-arrow-right:after {
    right: 40px;
  }
  .introduction-kv {
    height: calc(100vh - 48px);
    min-height: 552px;
  }
  .introduction-kv_text {
    padding: 0 30px;
  }
  .introduction-kv_text img {
    top: 10%;
    height: 465px;
    max-height: 90%;
  }
  #introduction .page-content {
    padding-bottom: 70px;
    background-image: url(../img/introduction/bg-content.jpg);
  }
  #introduction .page-content_inner {
    max-width: 1100px;
  }
}

@media print, screen and (min-width: 901px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .none-d-md {
    display: none !important;
  }
  .index-news_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .index-news_item {
    margin-bottom: 20px;
  }
  .index-news_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index-news_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32vw;
    height: 20vw;
    margin-right: 10px;
  }
  .index-news_more {
    margin-top: 60px;
  }
  .index-theater {
    margin: -12px 15px 0;
    padding: 8px 10px;
  }
  .index-movie {
    padding: 30px 0 40px;
  }
  .index-movie_item a {
    padding-bottom: 56.294%;
  }
  .index-movie_item img {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .index-kv {
    padding-bottom: 2rem;
  }
  .index-kv:before {
    display: none;
  }
  .index-kv:after {
    width: 100%;
  }
  .index-kv_image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(black));
    background: -webkit-linear-gradient(top, #000000 0%, black 100%);
    background: -o-linear-gradient(top, #000000 0%, black 100%);
    background: linear-gradient(to bottom, #000000 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  .index-kv_logo {
    position: relative;
    width: 25rem;
    margin: -9rem auto 0;
  }
  .index-kv_bg-video_wrap {
    display: none;
  }
  .index-kv_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;
    margin: -3rem 0 1rem;
  }
  .index-kv_sns li + li {
    margin-left: 2rem;
  }
  .index-kv_sns a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
  }
  .index-kv_catch_sub {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
  }
  .index-kv_catch_sub em {
    position: relative;
    padding-right: 3em;
  }
  .index-kv_catch_sub em:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .25em;
    width: 2.5em;
    border-top: 1px solid;
  }
  .index-news {
    padding: 70px 1rem 80px;
  }
  .index-news_inner {
    position: relative;
  }
  .index-news_main {
    overflow: hidden;
  }
  .index-news_ticker_text {
    display: block;
    margin-top: .5em;
  }
  .index-news_more {
    font-size: 1.6rem;
  }
  .index-banner {
    background: #fff;
  }
  .index-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 2rem;
  }
  .index-banner li {
    width: 50%;
    padding: 1rem 2.5rem;
  }
  .credit {
    background-size: 100% auto;
  }
  .credit_inner {
    position: relative;
    padding: 0 2rem;
  }
  .credit_block {
    padding: 5rem 0 12rem;
  }
  .credit_logo {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: 10rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .credit_open {
    padding-bottom: 2rem;
  }
  .trailer-wrapper {
    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;
  }
  .trailer-main {
    width: 100%;
    padding: 0 !important;
  }
  .trailer-main-inner {
    padding: 3rem 2rem 1rem;
  }
  .trailer-nav {
    margin-top: 1rem;
    font-size: .8rem;
  }
  .trailer-nav li {
    margin: .5em;
  }
  .trailer-nav a {
    height: 2.5em;
  }
  .news-one {
    padding-top: 13.3%;
    width: 93.3%;
    padding-bottom: 13.3%;
  }
  .news-one_header {
    padding-bottom: 2.5%;
  }
  .news-one_header_date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-one_header_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .news-one_main {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 4.2%;
  }
  .news-one_main img {
    width: 94%;
    margin: 0 auto;
  }
  .news-one_borbox {
    padding: 2.6%;
  }
  .news-one_subtitle {
    margin-bottom: 3%;
  }
  .news-one_subtitle span {
    font-size: 16px;
    font-size: 1rem;
  }
  .news-storebnrs li {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 3%;
  }
  .news-storebnrs li:nth-child(3n+1) {
    margin-left: 0;
  }
  .news-one_benefit_image {
    max-width: 80%;
    margin: 0 auto 1em;
  }
  .news-one_benefit_text_02 strong, .news-one_benefit_caution_02 {
    font-size: 80%;
  }
  #gallery .page-content {
    padding-bottom: 10rem;
  }
  #gallery .page-content_inner {
    padding: 0;
  }
  .gallery-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-list_item {
    width: 50%;
  }
  .gallery-list_item a:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .gallery-list_item_image {
    padding-top: 100%;
  }
  #gallery img.mfp-img {
    padding: 3rem 0 7rem;
  }
  #gallery .mfp-figure:after {
    top: 3rem;
    bottom: 7rem;
  }
  #gallery .mfp-bottom-bar {
    margin-top: -6rem;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #gallery .mfp-container {
    padding: 0;
  }
  #gallery .mfp-title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }
  #gallery .mfp-arrow {
    top: calc(100% - 2rem);
  }
  #gallery .mfp-arrow:before {
    width: 1.5rem;
    height: 3rem;
  }
  #gallery .mfp-arrow:after {
    font-size: .8rem;
  }
  #gallery .mfp-arrow-left {
    left: 1rem;
  }
  #gallery .mfp-arrow-left:after {
    left: 1.5rem;
  }
  #gallery .mfp-arrow-right {
    right: 1rem;
  }
  #gallery .mfp-arrow-right:after {
    right: 1.5rem;
  }
  .introduction-kv {
    height: 32.5rem;
  }
  .introduction-kv_inner:nth-of-type(2) .introduction-kv_image {
    background-position-x: 75%;
  }
  .introduction-kv_text {
    padding: 0 .5rem;
  }
  .introduction-kv_text img {
    top: 18.5%;
    height: 72.5%;
  }
  #introduction .page-content {
    padding-bottom: 4rem;
    background-image: url(../img/introduction/bg-content-sp.jpg);
  }
  #introduction .page-content_inner {
    max-width: 93.3%;
  }
  .index-movie .swiper-button-next,
  .index-movie .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .none-d-lg {
    display: none !important;
  }
  #gallery .mfp-arrow {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
}

/*pager追加css*/
.pager {
	padding-top:10px;
	text-align:center;
}
.pager a{
	color:#fff;
}
