@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 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-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 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 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 {
  width: 100%;
  display: block;
  position: relative;
}

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

#header

-------------------------------*/
#header {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #242424;
}

#drawer-txt {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 1px;
  background: #FFF;
  display: block;
  margin: 0 auto 6px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.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);
}

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

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  #nav-container {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    display: flex;
    align-items: center;
  }
}

.nav-box {
  position: relative;
  margin: 0 20px;
}

.nav-btn {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  transition: all 0.4s ease;
}

.nav-btn:not(.coming):hover {
  color: #fff;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #242424;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

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

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

.drawer-nav-btn {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#footer

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

#main

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

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

#preloader

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

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  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: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #e63663;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.cover {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.cover span {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #000;
  transform-origin: center;
  will-change: transform, opacity;
}
.cover span.show {
  animation: coveranime 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.cover span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: center bottom;
}
.cover span:nth-child(2) {
  bottom: 0;
  left: 0;
  transform-origin: center top;
}
.cover span:nth-child(2).show {
  animation: coveranime-bottom 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes coveranime {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0.9;
  }
}
@keyframes coveranime-bottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0.9;
  }
}
.spinner {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*-------------------------------

@mvtk

-------------------------------*/
#underlayer {
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #underlayer {
    padding: 0;
  }
}

#mvtk-widgets-wrap {
  text-align: center;
  background: #000;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 30px 0;
  }
}

#mvtk-widgets-container {
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 0 auto 30px;
  }
}

.mvtk-bnr {
  display: flex;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 200px;
    margin: 0 auto;
  }
}

.mvtk-bnr a:hover {
  opacity: 0.8;
}

.bnr-container {
  margin: 30px auto 0;
}
.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 50%;
    transition: opacity 0.4s ease;
    max-width: 350px;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

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

#mvtk-widgets-container {
  margin: 50px auto 20px;
}

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

@banner

-------------------------------*/
#banner-container {
  padding: 0 5% 40px;
}
@media screen and (min-width: 960px) {
  #banner-container {
    padding: 0 5% 60px;
  }
}

.banner-item {
  width: 70%;
  padding: 5px;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .banner-item {
    width: 300px;
  }
}

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
}
.sns-btn:hover .share-link-btn {
  color: #9c9c9c !important;
}

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

.share-link-btn {
  display: block;
  color: #242424;
  transition: all 0.4s ease;
}

.custom-facebook-btn {
  transform: scale(1.2);
}

.custom-line-btn {
  transform: scale(1.4);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
}

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

@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;
}

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

img

-------------------------------*/
img {
  width: 100%;
}

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

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;
}

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

fade-up

-------------------------------*/
.fade-up {
  transition: all 2s ease;
}

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top {
  overflow: hidden;
  background: #fff;
}

.top-main {
  position: relative;
  overflow: hidden;
}
.top-main img {
  opacity: 0;
  transform: scale(1.1);
  animation: fadeInZoom 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: transform, opacity;
}
@media screen and (min-width: 960px) {
  .top-main {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  30% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.logo {
  position: absolute;
  width: 60%;
  top: 10vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: skew(10deg, 5deg);
  opacity: 0;
  filter: blur(10px);
}
@media screen and (min-width: 960px) {
  .logo {
    position: absolute;
    width: 31.25vw;
    top: 50%;
    left: 25%;
    transform: translate(-50%, calc(-50% - 150px));
    margin: 0;
  }
}
.logo.show {
  animation: skewin 2s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .logo {
    transform: translate(-50%, calc(-50% - 150px)) skew(10deg, 5deg);
  }
  .logo.show {
    animation: skewin-pc 2s ease-in-out forwards;
  }
}

@keyframes skewin {
  0% {
    opacity: 0;
    transform: skew(10deg, 5deg);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: skew(0deg, 0deg);
    filter: blur(0);
  }
}
@keyframes skewin-pc {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 150px)) skew(10deg, 5deg);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, calc(-50% - 150px)) skew(0deg, 0deg);
    filter: blur(0);
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.roadshow {
  position: absolute;
  width: 39.3333333333vw;
  bottom: 2vw;
  left: 31.3333333333vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    position: absolute;
    width: 15.625vw;
    top: 50%;
    left: 25%;
    transform: translate(-50%, calc(-50% + 200px));
    margin-top: 0;
  }
}
.roadshow.show {
  animation: blurin 2s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .roadshow.show {
    animation: blurin-pc 2s ease-in-out forwards;
  }
}

@keyframes blurin-pc {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, calc(-50% + 200px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, calc(-50% + 200px));
  }
}
.copy {
  position: absolute;
  width: 86.4vw;
  top: 7.0666666667vw;
  left: 6.6666666667vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .copy {
    width: 60.78125vw;
    top: 3.125vw;
    left: 19.0625vw;
  }
}
.copy.show {
  animation: blurin 2s 0.2s ease-in-out forwards;
}

.review {
  position: absolute;
  width: 48.4vw;
  top: 53.8666666667vw;
  left: 46.4vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .review {
    width: 27.734375vw;
    top: 54.296875vw;
    left: 70.3125vw;
  }
}
.review.show {
  animation: blurin 2s 0.4s ease-in-out forwards;
}

.tomato {
  position: absolute;
  width: 25.0666666667vw;
  top: 138.1333333333vw;
  left: 4vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .tomato {
    width: 21.015625vw;
    top: 54.296875vw;
    left: 1.875vw;
  }
}
.tomato.show {
  animation: blurin 2s 0.6s ease-in-out forwards;
}

.billing-jp {
  width: 90%;
  max-width: 720px;
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .billing-jp {
    margin: 40px auto;
  }
}

.x-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  background: #242424;
  color: #fff;
  text-align: center;
  border: 1px solid #242424;
}
@media screen and (min-width: 960px) {
  .x-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: background 0.4s ease;
  }
  .x-btn:hover {
    background: #fff;
    color: #242424;
  }
}
.x-btn .x-btn-icon {
  font-size: 1.1em;
}
.x-btn .x-btn-sptxt {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .x-btn .x-btn-sptxt {
    display: none;
  }
}

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

contents

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

.contents-ttl {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.8em;
  }
}

.jp-ttl {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  letter-spacing: 0.1em;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #333;
  line-height: 1.8;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

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

.news

-------------------------------*/
.news {
  margin: 20px auto;
  padding: 20px 5%;
}
.news .contents-ttl {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news {
    display: flex;
    border: none;
    max-width: 1280px;
    margin: 10px auto;
    padding: 10px 5% 60px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

.news-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .news-ttl-wrap {
    width: 300px;
    padding-right: 60px;
  }
}

.news-link {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: #000;
}
.news-link span {
  display: inline-block;
  background: #000;
  width: 30px;
  height: 1px;
  margin-left: 5px;
  position: relative;
  transition: background-color 0.4s ease;
}
.news-link span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  transform-origin: bottom right;
  right: 0;
  bottom: 0;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 960px) {
  .news-link {
    transition: all 0.4s ease;
  }
  .news-link:hover {
    color: #fff;
  }
  .news-link:hover span {
    background: #fff;
  }
  .news-link:hover span::after {
    background: #fff;
  }
}

.news-item {
  color: #000;
  padding: 15px 0;
  border-top: 1px solid #5f585c;
  border-bottom: 1px solid #5f585c;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .news-item {
    transition: all 0.4s ease;
  }
  .news-item:hover {
    color: #242424;
  }
  .news-item:hover .arrow {
    background: #242424;
  }
}

.arrow {
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 30px;
  transition: background-color 0.4s ease;
}
.arrow::before, .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 13px;
}
.arrow::before {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.arrow::after {
  transform: rotate(45deg);
  transform-origin: top right;
}

.news-date {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.news-txt {
  line-height: 1.4;
  padding-right: 40px;
}

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

#movie

-------------------------------*/
#trailer {
  position: relative;
  padding: 60px 0 60px 0;
}
#trailer .contents-ttl {
  text-align: center;
  text-transform: uppercase;
}
#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;
  }
}

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

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    position: relative;
  }
  .trailer-pc-modaal:hover {
    transform: scale(1.1);
  }
}

#movie-container {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    max-width: 900px;
  }
}

#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: #242424;
  font-size: 16px;
  font-weight: bold;
  display: none;
}

.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;
}

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

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

.trailer-button-prev,
.trailer-button-next {
  background: #242424;
  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: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 30px);
  }
}

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

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

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

#cboxOverlay {
  background: #242424;
}

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

#footer

-------------------------------*/
#footer {
  background: #242424;
  padding: 10px 0;
}

.billing-en {
  width: 90%;
  max-width: 644px;
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .billing-en {
    margin: 40px auto;
  }
}

.share-container {
  margin: 30px 0 0;
}
.share-container .contents-ttl {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}

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

@theater-btn

-------------------------------*/
.theater-btn-container {
  text-align: center;
  margin: 40px auto 30px;
}
@media screen and (min-width: 960px) {
  .theater-btn-container {
    margin: 60px auto 40px;
  }
}

.theater-btn {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #242424;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 60px;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.4s ease;
  border: 2px solid #242424;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    font-size: 24px;
    padding: 24px 80px;
  }
}
.theater-btn:hover {
  background: #fff;
  color: #242424;
  transform: scale(1.05);
}
.theater-btn:active {
  transform: scale(0.98);
}/*# sourceMappingURL=style.css.map */