@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: 'Smythe', cursive;
}*/
.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;
 --color-pnk: #eb005d;
 --color-ylw: #feb827;
 --ff-int: "Inter", sans-serif;
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
body {
 position: relative;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 500;
 background: var(--color-blk);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-wht);
 font-size: 1.6rem;
 line-height: 1;
 letter-spacing: 0.04em;
 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%;
}
#wrap {
 width: 100%;
 max-width: 2400px;
 margin-inline: auto;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
}
.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-wht);
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

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

/*
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: 260px;
 height: 260px;
 margin: 0px;
 padding: 0px;
 opacity: 1;
 background: url(../img/ts_h1.png) no-repeat 50% 50%;
 background-size: contain;
}
.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 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 0.1s 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) {
 .lds-dual-ring {
  width: calc((240 / 390) * 100cqw);
  height: calc((240 / 390) * 100cqw);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 100%;
 max-width: 1800px;
 min-height: 100svh;
 margin-inline: auto;
 container: tain / inline-size;
}
.ts_main {
 display: flex;
 flex-direction: column;
 position: relative;
 width: 100%;
 padding-top: calc((317 / 2720) * 100cqw);
 padding-bottom: calc((250 / 2720) * 100cqw);
}
.ts_logo {
 width: calc((1634 / 2720) * 100cqw);
 display: block;
 margin-left: calc((682 / 2720) * 100cqw);
}
.ts_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ts_aw {
 position: absolute;
 top: 0;
 right: calc((56 / 2720) * 100cqw);
 padding-top: calc((115 / 2720) * 100cqw);
 width: calc((1306 / 2720) * 100cqw);
 display: block;
}
.ts_under {
 position: absolute;
 top: 0;
 left: calc((42 / 2720) * 100cqw);
 padding-top: calc((1032 / 2720) * 100cqw);
 width: calc((852 / 2720) * 100cqw);
 display: flex;
 flex-direction: column;
}
.ts_billing {
 width: 100%;
 display: block;
 position: relative;
}
.ts_date {
 width: 50.82%;
 margin-top: 4.1%;
 display: block;
 position: relative;
}
.ts_cr {
 width: 44.83%;
 margin-top: 3.4%;
 display: block;
 position: relative;
}
.ts_linkbtn {
 position: fixed;
 top: 0;
 left: calc((42 / 2720) * 100cqw);
 padding-top: calc((40 / 2720) * 100cqw);
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 20px;
 z-index: 2;
}
.ts_linkbtn .btn_wrap {
 display: flex;
 align-items: center;
 gap: 8px;
}
.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: 12px;
 border: 1px solid var(--color-wht);
}
.ts_linkbtn .sns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 20px;
 z-index: 2;
}
.ts_banner {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ts_banner .bnr_mvtk {
 width: calc((320 / 2720) * 100cqw);
}
#topmovarea_sp {
 display: none;
}

/* -start */
.ts_aw,
.ts_h1,
.ts_billing,
.ts_date,
.ts_cr,
.ts_linkbtn {
 opacity: 0;
}
body.-start .ts_aw,
body.-start .ts_h1,
body.-start .ts_billing,
body.-start .ts_date,
body.-start .ts_cr,
body.-start .ts_linkbtn {
 animation-name: obiOpa;
 animation-duration: 0.01s;
 animation-timing-function: linear;
 animation-delay: 1s;
 animation-fill-mode: both;
}
body.-start .ts_h1 {
 animation-delay: 1.3s;
}
body.-start .ts_billing,
body.-start .ts_cr {
 animation-delay: 1.6s;
}
body.-start .ts_linkbtn {
 animation-delay: 1.9s;
}
body.-start .ts_h1 {
 animation-delay: 2.2s;
}
body.-start .ts_date {
 animation-delay: 2.5s;
}
@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) {
 .titleArea {
  max-width: unset;
  min-height: unset;
 }
 .ts_main {
  padding-top: calc((200 / 1170) * 100cqw);
  padding-bottom: calc((200 / 1170) * 100cqw);
 }
 .ts_logo {
  width: calc((1096 / 1170) * 100cqw);
  margin-left: calc((62 / 1170) * 100cqw);
  margin-top: calc((62 / 1170) * 100cqw);
 }
 .ts_aw {
  position: relative;
  top: unset;
  right: unset;
  padding-top: unset;
  width: calc((927 / 1170) * 100cqw);
  margin-right: calc((44 / 1170) * 100cqw);
  margin-left: auto;
 }
 .ts_under {
  position: relative;
  top: unset;
  left: unset;
  margin-left: calc((62 / 1170) * 100cqw);
  padding-top: calc((80 / 1170) * 100cqw);
  width: calc((928 / 1170) * 100cqw);
 }
 .ts_linkbtn {
  position: unset;
  top: unset;
  left: unset;
  padding-top: unset;
  margin-top: calc((150 / 1170) * 100cqw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
 }
 .trailer_btn a,
 .theater_btn a {
  font-size: 1.6rem;
  padding: 16px;
 }
 .ts_linkbtn .sns {
  gap: 30px;
 }

 #topmovarea_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-inline: auto;
  padding-bottom: 20px;
  padding-inline: 20px;
  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: 100%;
  height: calc(100vw * 0.5625);
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
 }
 #topmovarea_sp .movie .ts b_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-block: 15px;
  flex-wrap: wrap;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .ts b_area li {
  display: block;
  text-align: center;
  position: relative;
 }
 #topmovarea_sp .movie .ts b_area li.widebtn {
  width: 100%;
 }
 #topmovarea_sp .movie .ts b_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 .ts b_area li a span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 4px;
 }
 #topmovarea_sp .movie .ts b_area li a.small {
  font-size: 1.1rem;
 }
 #topmovarea_sp .movie .ts b_area li a em {
  display: inline-block;
  font-size: 1.3rem;
 }
 #topmovarea_sp .movie .ts b_area li a.active {
  color: var(--color-wht);
  background-color: var(--color-red);
 }
 #topmovarea_sp .movie .ts b_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;
 }
}

@media screen and (max-width: 600px) {
 .ts_main {
  padding-top: calc((306 / 1170) * 100cqw);
  padding-bottom: calc((300 / 1170) * 100cqw);
 }
 .trailer_btn a,
 .theater_btn a {
  font-size: 1.4rem;
  padding: 12px;
 }
 .ts_linkbtn .sns {
  gap: 20px;
 }

 #topmovarea_sp {
  padding-bottom: 20px;
  padding-inline: 0;
 }
 #topmovarea_sp .movie .ts b_area {
  gap: 6px;
  padding-block: 12px;
 }
 #topmovarea_sp .movie .ts b_area li a {
  font-size: min(1.4rem, 3.5vw);
  padding: 10px 8px;
 }
 #topmovarea_sp .movie .ts b_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: 20px 40px;
 background: linear-gradient(to bottom, rgba(232, 32, 18, 1) 0%, rgba(232, 32, 18, 0) 60%, rgba(232, 32, 18, 0) 100%);

 z-index: 1;
}
.mvtk.bg_red {
 background-color: var(--color-red);
}
.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 {
  padding: 20px 20px;
 }
}
@media only screen and (max-width: 600px) {
 .top_mvtk {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0;
 }
}
