@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("colorbox.css");

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
 margin: 0;
 padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th {
 text-align: left;
}
q::before,
q::after {
 content: "";
}
object,
embed {
 vertical-align: top;
}
hr,
legend {
 display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
 border: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
ul li {
 list-style-type: none;
}
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.clearfix {
 zoom: 1;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
p.ind {
 text-indent: 1em;
}
em {
 font-style: normal;
}
strong {
 font-weight: bold;
}
a {
 color: #000;
 outline: none;
 text-decoration: none;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
 text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
a:hover img {
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
.en {
 font-family: "Inter", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.min {
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
.object-fit {
 object-fit: cover;
 font-family: "object-fit: cover;";
 min-height: 100%;
}
.txhd {
 display: block;
 height: 0;
 overflow: hidden;
 font-size: 1rem;
 line-height: 2;
}
.pc,
.is_pc {
 display: block;
}
.sp,
.is_sp {
 display: none;
}
@-ms-viewport {
 width: auto !important;
 initial-scale: 1;
}
@media only screen and (max-width: 820px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}
@media only screen and (max-width: 600px) {
 .is_pc {
  display: none;
 }
 .is_sp {
  display: block;
 }
}

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --ff-int: "Inter", sans-serif;
}

/* ==========================================================================
Global
========================================================================== */
html {
 font-size: 10px;
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
body {
 color: var(--color-wht);
 background: var(--color-blk);
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-size: 1.6rem;
 line-height: 1;
 letter-spacing: 0.02em;
 width: 100%;
 text-align: left;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 position: relative;
}
.c-svg-sprite {
 display: none;
 width: 0;
 height: 0;
 opacity: 0;
 overflow: hidden;
}
#wrap {
 width: 100%;
 max-width: 2400px;
 margin-inline: auto;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
 background-color: var(--color-bg);
}
.ofyh {
 height: 100%;
 overflow-y: hidden;
}
.inner {
 zoom: 1;
 margin: 0 auto;
}

@media screen and (max-width: 820px) {
 body {
  width: 100%;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  height: auto;
  min-width: 280px;
 }
}

/* sns
==================================================================================  */
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 12px;
}
.sns .btn {
 display: block;
 width: 30px;
 height: 30px;
}
.sns .btn a {
 display: block;
 width: 30px;
 height: 30px;
 padding: 0px;
 border-radius: 100%;
 fill: var(--color-ylw);
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

@media screen and (min-width: 821px) {
 .sns .btn a:hover {
  fill: var(--color-ylw);
 }
}

/*
LOADING
==================================================================================  */
.loadingWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 margin: 0px;
 padding: 0px;
 display: block;
}
.loadingWrapWaku {
 width: 100%;
 height: 100%;
 background: #000;
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-dual-ring {
 width: 100px;
 height: 100px;
 margin: 0px;
 padding: 0px;
 opacity: 0.8;
}
.lds-dual-ring div {
 position: absolute;
 width: 100px;
 height: 100px;
 box-sizing: border-box;
 border-radius: 100%;
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-top-color: var(--color-wht);
 -webkit-animation: spin 1s infinite linear;
 animation: spin 1s infinite linear;
}
body.-start .loadingWrap {
 animation: ani_ld 1.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}
@keyframes ani_ld {
 0% {
  opacity: 1;
  visibility: visible;
 }
 100% {
  opacity: 0;
  visibility: hidden;
 }
}
@keyframes spin {
 100% {
  transform: rotate(360deg);
 }
}

@media screen and (max-width: 600px) {
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 100%;
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 aspect-ratio: 1360 / 1080;
 z-index: 0;
 overflow: hidden;
}
.main_img .ta_bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.main_img .img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../img/ta_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ta_main {
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 position: relative;
 margin-inline: auto;
 width: calc((1692 / 2720) * 100cqw);
 padding-top: calc((518 / 2720) * 100cqw);
 padding-bottom: calc((120 / 2720) * 100cqw);
}
.ta_logo {
 width: 100%;
 display: block;
}
.ta_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ta_date {
 width: calc((372 / 2720) * 100cqw);
 margin-top: calc((116 / 2720) * 100cqw);
 display: block;
 position: relative;
}
.ta_billing {
 width: calc((1204 / 2720) * 100cqw);
 margin-top: calc((26 / 2720) * 100cqw);
 display: block;
 position: relative;
}
.ts_linkbtn {
 position: absolute;
 top: 0;
 right: 1%;
 padding-top: 1%;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 8px;
 z-index: 2;
}
.ts_linkbtn .sns {
 gap: 30px;
 margin-inline: 10px;
}
.ts_linkbtn .sns .btn {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 0;
}
.ts_linkbtn .sns .btn a {
 width: 30px;
 height: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 fill: var(--color-wht);
 transition: all 0.2s ease;
}
.trailer_btn,
.theater_btn {
 display: flex;
 justify-content: center;
}
.trailer_btn a,
.theater_btn a {
 color: var(--color-wht);
 font-size: 1.4rem;
 font-family: var(--ff-int);
 font-weight: 500;
 padding: 9px 12px;
 border: 1px solid var(--color-wht);
}
.top_banner {
 position: relative;
 display: flex;
 justify-content: center;
 gap: 2cqw;
}
.top_banner .bnr_mvtk {
 width: min(120px, 50cqw);
}
#topmovarea_sp {
 display: none;
}

/* -start */
.ta_h1,
.ta_date,
.ta_billing {
 opacity: 0;
}
.main_img .img {
 opacity: 0.5;
 transform: scale(1.4);
}
body.-start .main_img .img {
 opacity: 1;
 transform: scale(1);
 transition: all 3.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.6s;
}
body.-start .ta_h1 {
 animation-name: obizoom2;
 animation-duration: 4s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 2.4s;
 animation-fill-mode: both;
}
body.-start .ta_date,
body.-start .ta_billing {
 animation: role 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 4s both;
}
body.-start .ta_billing {
 animation-delay: 4.2s;
}
@keyframes role {
 0% {
  opacity: 0;
  transform: rotateX(-95deg) translateY(100%);
 }
 100% {
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
 }
}
@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.1, 1.1);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obizoom2 {
 0% {
  opacity: 0;
  transform: scale(0.9, 0.9);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .ts_linkbtn .sns .btn a:hover {
  fill: var(--color-wht);
 }
}

@media screen and (max-width: 820px) {
 .main_img {
  aspect-ratio: 1170 / 1760;
 }
 .main_img .img {
  background: url(../img/ta_bg_sp.jpg) no-repeat 0 0;
  background-size: 100% auto;
 }
 .ta_main {
  width: 100%;
  padding-top: calc((745 / 1170) * 100cqw);
  padding-bottom: 0;
 }
 .ta_logo {
  width: calc((1078 / 1170) * 100cqw);
  display: block;
 }
 .ta_date {
  width: calc((320 / 1170) * 100cqw);
  margin-top: calc((86 / 1170) * 100cqw);
 }
 .ta_billing {
  display: none;
 }
 .ts_linkbtn {
  position: relative;
  top: unset;
  right: unset;
  gap: 4cqw;
  width: 100cqw;
  justify-content: center;
  margin-top: calc((220 / 1170) * 100cqw);
  margin-bottom: calc((100 / 1170) * 100cqw);
 }
 .ts_linkbtn .sns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
 }
 .ts_linkbtn .sns .btn a {
  width: 36px;
  height: 36px;
 }
 .trailer_btn a,
 .theater_btn a {
  font-size: 1.7rem;
  padding: 1em 1.5em;
 }
 .top_banner .bnr_mvtk {
  width: min(160px, 21cqw);
 }

 #topmovarea_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-inline: auto;
  line-height: 1;
 }
 #topmovarea_sp .movie {
  width: 100%;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .inner {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.5625);
  overflow: hidden;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .inner iframe {
  width: 100vw;
  height: calc(100vw * 0.5625);
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
 }
 #topmovarea_sp .movie .tab_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-block: 15px;
  flex-wrap: wrap;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .tab_area li {
  display: block;
  text-align: center;
  position: relative;
 }
 #topmovarea_sp .movie .tab_area li.widebtn {
  width: 100%;
 }
 #topmovarea_sp .movie .tab_area li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background-color: var(--color-wht);
  color: var(--color-red);
  border: 1px solid var(--color-red);
  padding: 15px 20px;
  letter-spacing: 0;
 }
 #topmovarea_sp .movie .tab_area li a span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 4px;
 }
 #topmovarea_sp .movie .tab_area li a.small {
  font-size: 1.1rem;
 }
 #topmovarea_sp .movie .tab_area li a em {
  display: inline-block;
  font-size: 1.3rem;
 }
 #topmovarea_sp .movie .tab_area li a.active {
  color: var(--color-wht);
  background-color: var(--color-red);
 }
 #topmovarea_sp .movie .tab_area li .new {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em;
  background: #efdb2c;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
 }

 .ts_linkbtn {
  opacity: 0;
 }
 body.-start .ta_billing {
  animation: none;
  opacity: 1;
 }
 body.-start .ts_linkbtn {
  animation: role 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 4.2s both;
 }
}

@media screen and (max-width: 600px) {
 .ta_date {
  width: calc((140 / 390) * 100cqw);
  margin-top: calc((46 / 390) * 100cqw);
 }
 .ts_linkbtn {
  margin-top: calc((100 / 390) * 100cqw);
  margin-bottom: calc((60 / 390) * 100cqw);
  gap: 2cqw;
 }
 .ts_linkbtn .sns {
  gap: 20px;
 }
 .ts_linkbtn .sns .btn {
  width: 26px;
  height: 26px;
 }
 .ts_linkbtn .sns .btn a {
  width: 26px;
  height: 26px;
 }
 .trailer_btn a,
 .theater_btn a {
  font-size: clamp(1.3rem, 3.73cqw, 1.5rem);
  padding: 0.8em 1.2em;
 }
 .top_banner .bnr_mvtk {
  width: min(120px, 30cqw);
 }

 #topmovarea_sp .movie .tab_area {
  gap: 6px;
  padding-block: 12px;
 }
 #topmovarea_sp .movie .tab_area li a {
  font-size: min(1.4rem, 3.5vw);
  padding: 10px 8px;
 }
 #topmovarea_sp .movie .tab_area li a span {
  font-size: 1.2rem;
 }
}

/*
 movieModal
==================================================================================*/
#cboxTopCenter {
 height: 0;
}
#cboxClose {
 right: -24px;
 top: -24px;
 width: 48px;
 height: 48px;
 background: url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 z-index: 10000;
 transition: transform 0.3s ease-out;
}
#cboxClose::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 48px;
 height: 48px;
 background-color: rgba(255, 255, 255, 0.1);
 border: 1px solid rgba(255, 255, 255, 0.4);
}
#cboxClose:hover {
 background: url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
}

@media only screen and (max-width: 820px) {
 #cboxClose {
  right: 2px;
  top: -50px;
 }
}

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 position: relative;
 padding: 0 40px 60px;
 z-index: 1;
}
.top_mvtk {
 width: 100%;
 display: block;
}
.top_mvtk #mvtk-widgets-container {
 margin: 0 auto;
}
.top_mvtk .mvtk-normal-container {
 border: none;
}

@media only screen and (max-width: 820px) {
 .mvtk {
  width: 100%;
  display: block;
  padding: 0 20px;
 }
}
@media only screen and (max-width: 600px) {
 .top_mvtk {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0;
 }
}

/* credit
================================================================================== */
#credit {
 display: none;
 width: 100%;
 position: relative;
}
.cd_cp {
 font-size: 1.5rem;
 font-weight: 400;
 text-align: center;
}
#credit #pageTop {
 position: fixed;
 display: block;
 bottom: -90px;
 right: 20px;
 width: 48px;
 height: 48px;
 z-index: 9;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
}
#credit #pageTop::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 z-index: -1;
 background-color: var(--color-base);
 border-radius: 100%;
 transition: 0.2s;
}
#credit #pageTop.show {
 bottom: 8px;
}
#credit #pageTop a {
 display: block;
 height: 0;
 overflow: hidden;
 width: 48px;
 padding: 48px 0 0;
}
#credit #pageTop a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -4px;
 margin-left: -5px;
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border: solid 0 var(--color-wht);
 border-width: 1px 0 0 1px;
 transform: rotate(45deg);
}

@media screen and (min-width: 821px) {
 #credit #pageTop:hover::before {
  transform: scale(1.1);
 }
}

@media only screen and (max-width: 820px) {
 #credit {
  display: block;
  margin-block: calc((40 / 1170) * 100cqw);
 }
 .cd_billing {
  width: calc((800 / 1170) * 100cqw);
  margin-inline: auto;
 }
 #credit #pageTop {
  bottom: -80px;
  right: 8px;
  width: 40px;
  height: 40px;
 }
 #credit #pageTop a {
  width: 40px;
  padding: 40px 0 0;
 }
}

@media only screen and (max-width: 600px) {
 #credit {
  margin-block: calc((60 / 1170) * 100cqw);
 }
 .cd_billing {
  width: calc((380 / 390) * 100cqw);
 }
}
