@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html, body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background: rgb(43, 34, 123);
  background: linear-gradient(217deg, rgb(43, 34, 123) 0%, rgb(13, 25, 70) 100%);
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  display: block;
}
#wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center center;
  background-attachment: fixed;
  background-size: 90%;
  opacity: 0.05;
}
@media screen and (min-width: 960px) {
  #wrapper::before {
    background-size: 70%;
  }
}

/*-------------------------------

#header

-------------------------------*/
#header {
  position: fixed;
  z-index: 90;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 960px) {
  #header {
    top: 10px;
    right: 10px;
  }
}

#drawer-btn {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: rgba(10, 24, 61, 0.2);
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 80px;
    height: 80px;
    transition: background-color 0.4s ease;
  }
  #drawer-btn:hover {
    background: rgb(10, 24, 61);
  }
}

#drawer-txt {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 5px 0 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 960px) {
  #drawer-txt {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

#drawer-line-box {
  width: 49px;
  height: 26px;
  padding: 10px 10px 0 0;
}
@media screen and (min-width: 960px) {
  #drawer-line-box {
    width: 78px;
    height: 44px;
    padding: 15px 15px 0 0;
  }
}

.drawer-line {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 0 6px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
.drawer-line:nth-child(2) {
  width: 20px;
}
.drawer-line:nth-child(3) {
  width: 15px;
}
@media screen and (min-width: 960px) {
  .drawer-line {
    width: 48px;
    margin: 0 0 10px auto;
  }
  .drawer-line:nth-child(2) {
    width: 34px;
  }
  .drawer-line:nth-child(3) {
    width: 25px;
  }
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}
@media screen and (min-width: 960px) {
  .drawer-line.open:nth-child(1) {
    -webkit-transform: rotate(405deg) translate(8px, 8px);
    transform: rotate(405deg) translate(8px, 8px);
  }
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
  width: 30px;
}
@media screen and (min-width: 960px) {
  .drawer-line.open:nth-child(3) {
    -webkit-transform: rotate(-405deg) translate(8px, -8px);
    transform: rotate(-405deg) translate(8px, -8px);
    width: 48px;
  }
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  padding: 30px 0;
  border-top: 2px solid #fff;
  margin: 0 auto;
}

#nav-container {
  width: 90%;
  margin: 0px auto 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-box {
  width: 100%;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .nav-box {
    width: 300px;
  }
}

#nav-present a,
#nav-ouen a {
  font-size: 18px;
}

#nav-theaters {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #nav-theaters {
    width: 300px;
  }
}

.nav-btn {
  position: relative;
  display: block;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background: transparent;
  margin: 0;
  padding: 20px;
  border: 1px solid;
  font-size: 20px;
}
.nav-btn:hover {
  background: #0a183d;
}
.nav-btn .nav-icon {
  margin-right: 10px;
}
.nav-btn .yz {
  display: flex;
  position: absolute;
  right: 20px;
  top: 35%;
  z-index: 2;
}
.nav-btn .yz::after {
  content: "";
  width: 50px;
  height: 11px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

#sns-container {
  display: flex;
  justify-content: center;
}

.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background: #fff;
}
.sns-item a:hover {
  background: #e1a9f8;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .sns-item {
    margin-right: 20px;
  }
  .sns-item a {
    background: transparent;
    width: 60px;
    height: 60px;
  }
  .sns-item a:hover {
    background: transparent;
    color: #fdc24c;
  }
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #0a183d;
  padding: 50px 0 0 0;
}
#drawer-container .sns-container {
  position: relative;
  top: auto;
  right: auto;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    width: 400px;
  }
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #drawer-container-inner {
    padding: 6% 60px;
  }
}

#drawer-nav-container {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #drawer-nav-container {
    margin: 0 auto 50px;
  }
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  display: block;
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    font-size: 20px;
    padding: 30px 0;
    text-align: left;
    transition: color 0.4s ease;
  }
  .drawer-nav-btn:hover {
    color: #e1a9f8;
  }
}

.drawer-nav-btn.coming {
  pointer-events: none;
  opacity: 0.1;
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  position: relative;
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #0a183d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 200px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 60px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 100%;
  display: block;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e1a9f8;
  text-align: center;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 4;
}

@keyframes pre {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#preloaderAnime {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 8px);
  animation: pre 0.2s ease forwards;
}

@keyframes katakata {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.preloader-icon {
  width: 100px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 50px);
  animation: katakata 0.4s infinite alternate steps(2);
}

.preloader-logo {
  width: 300px;
  margin: 0 auto;
  animation: preLogo 0.2s ease forwards;
}

#preloader2 {
  background: #fff;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 10px;
}

.share-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .share-link-btn:hover {
    color: #e1a9f8;
  }
}

.custom-twitter-btn {
  font-size: 14px;
}

.custom-facebook-btn {
  font-size: 16px;
}

.custom-line-btn {
  font-size: 20px;
}

.share-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share-ttl {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  text-align: center;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cboxOverlay {
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}

.modaal-close:after, .modaal-close:before {
  width: 1px;
  left: 25px;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#main

-------------------------------*/
/*-------------------------------

#top

-------------------------------*/
.main-img {
  position: relative;
  overflow: hidden;
}

@keyframes scalein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  opacity: 0;
  position: absolute;
  width: 86.1333333333vw;
  top: 12.5333333333vw;
  left: 6.9333333333vw;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 46.71875vw;
    top: 50.859375vw;
    left: 6.875vw;
  }
}

.roadshow {
  opacity: 0;
  position: absolute;
  width: 92%;
  top: 84%;
  left: 4.5%;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 24%;
    top: 77.5%;
    left: 59%;
  }
}

.screen {
  opacity: 0;
  position: absolute;
  width: 86.2666666667vw;
  top: 131.2vw;
  left: 6.9333333333vw;
}
@media screen and (min-width: 960px) {
  .screen {
    width: 29.921875vw;
    top: 62.578125vw;
    left: 60.546875vw;
  }
}

.copy {
  display: none;
}
@media screen and (min-width: 960px) {
  .copy {
    display: block;
    opacity: 0;
    position: absolute;
    width: 31.875vw;
    top: 48.4375vw;
    left: 14.375vw;
  }
}

.btn-container {
  padding: 0 5% 40px;
}
@media screen and (min-width: 960px) {
  .btn-container {
    padding: 0 5% 60px;
  }
}

.btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-list li {
  width: 50%;
  max-width: 200px;
  padding: 5px;
}
.btn-list li a:hover {
  opacity: 0.7;
}

.pickup {
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .pickup {
    margin: 0 auto 60px;
  }
}

.widgets {
  margin: 0 auto 20px;
}

.senkoujouei {
  width: 90vw;
  margin: 40px 5vw 10px;
}
.senkoujouei a {
  display: block;
  transition: opacity 0.4 ease;
}
.senkoujouei a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .senkoujouei {
    position: absolute;
    top: 2vw;
    left: 1.5vw;
    width: 23%;
    margin: 0;
  }
}

#comment-slide {
  margin: 60px auto;
}
@media screen and (min-width: 960px) {
  #comment-slide {
    padding: 0;
  }
}

.comment-thumb-list li {
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .comment-thumb-list li {
    padding: 20px;
  }
}

.share-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.share-btn a {
  background: #000;
  display: block;
  padding: 15px;
  color: #fff;
}
.share-btn a:hover {
  background: #fff;
}

.comment-swiper-pagination {
  margin: 20px auto;
  text-align: center;
}

.comment-btn {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  background: #fff;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.comment-btn:hover {
  background: #e1a9f8;
}
.comment-btn .comment-att {
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
}
.comment-btn .en {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

/*-------------------------------

contents

-------------------------------*/
.contents {
  position: relative;
  border-bottom: 2px solid #fff;
}

.contents-inner {
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contents-inner {
    padding: 80px 0;
  }
}

.contents-ttl {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.jp-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.txt-box {
  text-align: justify;
  margin: 30px auto;
}
.txt-box p {
  color: #fff;
  line-height: 2;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

.main-ph {
  border-bottom: 2px solid #fff;
}

.sub-ph {
  border-bottom: 2px solid #fff;
}

.ph-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ph-container li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ph-container li {
    width: 25%;
  }
}

.ph-container2 {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.ph-container2 li {
  margin: 2px;
}
@media screen and (min-width: 960px) {
  .ph-container2 {
    margin: 30px auto 60px;
    max-width: 1200px;
  }
  .ph-container2 li {
    margin: 5px;
  }
}

.fade-image-effect {
  position: relative;
}
.fade-image-effect img {
  transform-origin: center center;
  opacity: 0;
  transition: all 3s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}

.fade-image-effect.active img {
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .fade-image .fade_image-effect:last-child {
    margin: 0;
  }
}
/*-------------------------------

news

-------------------------------*/
#news {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #news {
    padding: 80px 0;
  }
}

.news-list {
  padding: 0 10px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news-list li {
  padding: 0;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5% 20px;
  }
  .news-list li {
    width: 25%;
    border: none;
  }
}

.news-item {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .news-item {
    padding: 20px;
  }
  .news-item:hover {
    opacity: 0.5;
  }
}

.news-thum-wrap {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .news-thum-wrap {
    width: 100%;
    margin: 0 0 20px;
  }
}

.news-thum {
  position: relative;
  width: 100%;
  background: #0d1946;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.news-thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.news-txt-wrap {
  flex: 1;
}

.news-date {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.5em;
}

.news-txt {
  color: #fff;
  line-height: 1.4;
}

.news-btn {
  display: block;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-align: center;
  transition: background-color 0.4s ease;
  border: 1px solid;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.news-btn:hover {
  background: #0d1946;
}

/*-------------------------------

trailer

-------------------------------*/
#trailer {
  position: relative;
  padding: 30px 0 10px;
  border-bottom: 2px solid #fff;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  #trailer .swiper-container {
    padding: 0 5% 30px;
  }
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

.pc-modal-movie {
  display: none;
}

#movie-container {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 20px;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  background: #888;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #646464;
}

.trailer-button-prev,
.trailer-button-next {
  background: #e1a9f8;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .trailer-button-prev:hover,
  .trailer-button-next:hover {
    background: #fff;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: calc(50% - 30px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: calc(50% - 30px);
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.bnr-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 5% 60px;
}
.bnr-container li {
  width: 70%;
  max-width: 360px;
  padding: 5px;
}
.bnr-container li a {
  display: block;
  transition: opacity 0.4s ease;
}
.bnr-container li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .bnr-container li {
    padding: 10px;
  }
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

#mvtk-widgets-container {
  margin: 0 auto;
}

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 36px;
  bottom: 20px;
  top: auto;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 36px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
    display: none;
  }
  .swiper-button-prev:after:hover,
  .swiper-button-next:after:hover {
    background: #fff;
  }
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/common/arrow_left.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/common/arrow_right.svg);
}

.trailer-button-next {
  position: absolute;
  bottom: calc(50% - 30px);
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}
.trailer-button-next .swiper-button-next.swiper-button-disabled,
.trailer-button-next .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #0d1946;
}

/*-------------------------------

intro

-------------------------------*/
.intro-lead {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    max-width: 954px;
    margin: 30px auto 60px;
  }
}

.txt-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .txt-box {
    text-align: center;
    margin-bottom: 60px;
  }
}
.txt-box h4 {
  color: #e1a9f8;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .txt-box h4 {
    margin-bottom: 30px;
  }
}

/*-------------------------------

#fotter

-------------------------------*/
#footer {
  position: relative;
  padding: 30px 5% 20px;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 80px 5% 60px;
  }
}

.billing {
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 60%;
    max-width: 552px;
    margin: 0 auto 60px;
  }
}