@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&family=Spectral:wght@500;600;700;800&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-ylw: #fff000;
 --color-gry: #abb3bf;
 --color-gry2: #ced5da;
 --color-base: #0e0f09;
 --ff-spe: "Spectral", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", 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-wht);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-blk);
 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: 1800px;
 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-base);
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

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

/*
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: var(--color-blk);
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-dual-ring {
 width: 140px;
 height: 140px;
 margin: 0px;
 padding: 0px;
 background: url(../img/common/favicon.png) no-repeat 50% 50%;
 background-size: 40%;
 opacity: 0.8;
}
.lds-dual-ring div {
 position: absolute;
 width: 140px;
 height: 140px;
 box-sizing: border-box;
 border-radius: 100%;
 border: 2px solid rgba(200, 200, 200, 0.2);
 border-top-color: var(--color-ylw);
 -webkit-animation: spin 1s infinite linear;
 animation: spin 1s infinite linear;
}

body.-start .loadingWrap {
 animation: ani_ld 1s ease-in-out 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) {
 .lds-dual-ring {
  width: 100px;
  height: 100px;
 }
 .lds-dual-ring div {
  width: 100px;
  height: 100px;
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: relative;
 width: 100%;
 height: 30px;
 background-color: var(--color-gry);
 z-index: 100;
}
.l-header__navi {
 position: absolute;
 top: 0;
 left: 0;
 display: flex;
 justify-content: center;
 width: 100%;
 height: 30px;
 z-index: 3;
}
.l-header__navi ul {
 display: flex;
 justify-content: center;
 position: relative;
 gap: 25px;
}
.l-header__navi li {
 display: inline-block;
 height: 30px;
 position: relative;
}
.l-header__navi li.top,
.l-header__navi li.sp {
 display: none;
}
.l-header__navi li a {
 width: auto;
 height: 100%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 cursor: pointer;
}
.l-header__navi li a span {
 color: var(--color-blk);
 font-size: 2.1rem;
 font-family: var(--ff-spe);
 font-weight: 600;
 letter-spacing: -0.04em;
 padding-top: 0.2em;
 display: flex;
 align-items: center;
 height: 100%;
 transition: 0.2s;
}
.l-header__navi li.no a {
 pointer-events: none;
}
.l-header__navi li.no a span {
 opacity: 0.3;
}
.l-header__navi li ul.submenu {
 display: none;
}
.hd__menutrigger {
 display: block;
 position: fixed;
 left: 0;
 top: -100px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.5s;
 opacity: 0;
}
.l-gnav__container.is__scroll .hd__menutrigger,
.l-gnav__container.is__open .hd__menutrigger {
 opacity: 1;
 top: 0;
}
.hd__menutrigger-inner {
 position: relative;
 width: 70px;
 height: 70px;
}
.hd__mark {
 position: absolute;
 top: 0;
 left: 0;
 width: 70px;
 height: 70px;
 transition: 0.5s;
 background-color: var(--color-gry);
}
.hd__mark .icon {
 max-width: 100%;
 max-height: 100%;
}
.hd__menutrigger span {
 transition: all 0.3s;
 width: 30px;
 height: 2px;
 background: var(--color-blk);
 display: block;
 position: absolute;
 left: 20px;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 26px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 36px;
}
.hd__menutrigger.is__active .hd__mark {
 background-color: transparent;
}
.hd__menutrigger.is__active span {
 background: var(--color-blk);
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 left: 20px;
 top: 30px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 left: 20px;
 top: 30px;
}
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 color: var(--color-blk);
}
.hd__menutrigger .hd__menutrigger__txt {
 display: block;
 width: auto;
 position: absolute;
 top: 44px;
 left: 0;
 right: 0;
}
.hd__menutrigger .hd__menutrigger__txt em {
 color: var(--color-blk);
 font-size: 1rem;
 font-weight: 600;
 letter-spacing: 0.02em;
 text-align: center;
 display: block;
 transition: 0.5s;
 position: relative;
}
.hd__menutrigger .hd__menutrigger__txt em.menu,
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 display: block;
}
.hd__menutrigger .hd__menutrigger__txt em.close,
.hd__menutrigger.is__active .hd__menutrigger__txt em.menu {
 display: none;
}
.hd__menutrigger .hd__menutrigger__txt em.close {
 transition: 0.5s;
}
.backlayer {
 position: fixed;
 overflow-y: auto;
 z-index: 10;
 top: -101vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background-color: var(--color-gry);
 transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.backlayer.is__open {
 top: 0;
}
.l-gnav__container.is__open .l-header__navi {
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100vh;
 display: flex;
 padding: 0;
 background: none;
 z-index: 12;
}
.l-gnav__container.is__open .hd__logo {
 display: none;
}
.l-gnav__container.is__open .l-header__navi ul {
 border-top: none;
 width: 86%;
 margin: 0 auto;
 padding: 0;
 display: flex;
 flex-flow: column;
 align-items: flex-start;
 gap: 6px;
}
.l-gnav__container.is__open .l-header__navi li {
 display: block;
 text-align: center;
 height: unset;
 animation: hd__start 0.8s both;
}
.l-gnav__container.is__open .l-header__navi li:first-child:before,
.l-gnav__container.is__open .l-header__navi li::after {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(2) {
 animation-delay: 0.05s;
 -webkit-animation-delay: 0.05s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(3) {
 animation-delay: 0.1s;
 -webkit-animation-delay: 0.1s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(4) {
 animation-delay: 0.15s;
 -webkit-animation-delay: 0.15s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(5) {
 animation-delay: 0.2s;
 -webkit-animation-delay: 0.2s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(6) {
 animation-delay: 0.25s;
 -webkit-animation-delay: 0.25s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(7) {
 animation-delay: 0.3s;
 -webkit-animation-delay: 0.3s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(8) {
 animation-delay: 0.35s;
 -webkit-animation-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(9) {
 animation-delay: 0.35s;
 -webkit-animation-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(10) {
 animation-delay: 0.4s;
 -webkit-animation-delay: 0.4s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(11) {
 animation-delay: 0.45s;
 -webkit-animation-delay: 0.45s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(12) {
 animation-delay: 0.5s;
 -webkit-animation-delay: 0.5s;
}
.l-gnav__container.is__open .l-header__navi li.top {
 display: block;
}
.l-gnav__container.is__open .l-header__navi li.sp {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li a {
 width: auto;
 margin: 0 auto;
 display: inline-block;
 position: relative;
 line-height: 1;
 background: none;
 cursor: pointer;
}
.l-gnav__container.is__open .l-header__navi li a span {
 font-size: 4.6rem;
 font-weight: 800;
 padding-top: 0;
}
@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

@media screen and (min-width: 1801px) {
 .hd__menutrigger {
  left: calc(50vw - 900px);
 }
 .backlayer {
  left: calc(50vw - 900px);
  width: 1800px;
 }
 .l-gnav__container.is__open .l-header__navi {
  left: calc(50vw - 900px);
  width: 1800px;
 }
}

@media screen and (min-width: 821px) {
 .l-header__navi li a:hover span {
  color: var(--color-ylw);
 }
 .l-gnav__container.is__open .l-header__navi li a:hover span {
  color: var(--color-ylw);
 }
 .hd__menutrigger:hover span.hd__menutrigger__line01 {
  transform: translateX(-6px);
 }
 .hd__menutrigger:hover span.hd__menutrigger__line02 {
  transform: translateX(6px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line01 {
  transform: rotate(45deg) translateX(0px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line02 {
  transform: rotate(-45deg) translateX(0px);
 }
}

@media screen and (max-width: 999px) {
 .l-gnav__container {
  height: 0;
 }
 .l-header__navi {
  display: none;
 }
 .hd__menutrigger {
  opacity: 1;
  top: 0;
 }
}

@media only screen and (max-width: 820px) {
 .l-gnav__container.is__open .l-header__navi li.pc {
  display: none;
 }
 .l-gnav__container.is__open .l-header__navi li.sp {
  display: block;
 }
 .l-gnav__container.is__open .l-header__navi ul {
  width: 80%;
  gap: 10px;
 }
 .l-gnav__container.is__open .l-header__navi li {
  height: unset;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: 5.6rem;
 }
}

@media only screen and (max-width: 600px) {
 .l-gnav__container {
  opacity: 1;
 }
 .hd__menutrigger {
  top: 0;
 }
 .hd__mark {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger-inner {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger-inner::before {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger span {
  width: 30px;
  left: 15px;
 }
 .hd__menutrigger span.hd__menutrigger__line01 {
  top: 22px;
 }
 .hd__menutrigger span.hd__menutrigger__line02 {
  top: 30px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line01 {
  transform: rotate(25deg) translateX(0px);
  left: 15px;
  top: 26px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line02 {
  transform: rotate(-25deg) translateX(0px);
  left: 15px;
  top: 26px;
 }
 .hd__menutrigger .hd__menutrigger__txt {
  top: 40px;
 }
 .l-gnav__container.is__open .l-header__navi {
  overflow-x: hidden;
  overflow-y: auto;
 }
 .l-gnav__container.is__open .l-header__navi ul {
  width: 88%;
  padding: 25vw 0;
  gap: 3vw;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: clamp(2.9rem, 9vw, 4rem);
 }
}

/*
titleArea
==================================================================================*/
.copyWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 101;
 display: flex;
 align-items: center;
 justify-content: center;
 container: tscopy / inline-size;
}
.copyWrap::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-blk);
}
.copy {
 width: 5.95cqw;
 display: flex;
 justify-content: space-between;
 flex-direction: row-reverse;
 margin-inline: auto;
 position: relative;
}
.copy > div {
 width: 37%;
}
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 min-height: 100vh;
 background-color: var(--color-blk);
 z-index: 2;
}
.ol {
 filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
}
.main_img::after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.6);
}
.main_img .ts_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: var(--color-blk) url(../img/ts_bg.jpg) no-repeat 0 0;
 background-size: 100% auto;
 background-attachment: fixed;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ts_main {
 display: flex;
 flex-flow: column;
 justify-content: center;
 width: 51.76%;
 height: auto;
 padding-block: 2.426%;
 margin-inline: auto;
 container: tsmain / inline-size;
}
.ts_tomato {
 position: absolute;
 top: 0.42cqw;
 right: 1.27cqw;
 width: 22.7cqw;
 display: block;
}
.ts_c1 {
 width: 10.5cqw;
 display: flex;
 justify-content: space-between;
 flex-direction: row-reverse;
 margin-inline: auto;
 z-index: 1;
}
.ts_c1 > div {
 width: 37%;
}
.ts_logo {
 display: block;
 position: relative;
 margin-inline: auto;
 width: 72.3cqw;
 margin-top: 7.1cqw;
}
.ts_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ts_aw {
 width: 100%;
 display: flex;
 justify-content: space-between;
 margin-top: 4cqw;
 z-index: 1;
}
.ts_aw_01 {
 width: 51.136%;
}
.ts_aw_02 {
 width: 48.011%;
}
.ts_c2 {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1.84cqw;
 margin-top: 1.56cqw;
 z-index: 1;
}
.ts_c2_01 {
 width: 71.02%;
}
.ts_c2_02 {
 width: 82.67%;
}
.ts_date_wrap {
 position: relative;
}
.ts_date {
 position: absolute;
 bottom: -1.4cqw;
 right: -34cqw;
 display: block;
 width: 24.6cqw;
}
.ts_date img {
 position: relative;
 transform: rotate(7.15deg);
}
.ts_linkbtn {
 position: fixed;
 bottom: 0.8cqw;
 left: 1.4cqw;
 display: flex;
 align-items: center;
 gap: 2.8cqw;
 width: 30px;
 transition: 0.5s;
 z-index: 2;
}
body.-scroll .ts_linkbtn {
 bottom: -40px;
}
.ts_linkbtn .sns {
 gap: 30px;
}
.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 {
 display: flex;
 justify-content: flex-end;
}
.trailer_btn a {
 color: var(--color-wht);
 font-size: clamp(1.1rem, 1.78cqw, 1.8rem);
 font-weight: 600;
 padding: 1.4cqw 2cqw;
 border-radius: 2em;
 border: 2px solid var(--color-wht);
}
.ts_billing {
 width: 97.72cqw;
 display: block;
 margin-top: 2.69cqw;
 z-index: 1;
}
.top_banner {
 margin-top: 3.69cqw;
 position: relative;
 display: flex;
 justify-content: center;
 gap: 2cqw;
}
.top_banner .bnr_mvtk {
 width: min(160px, 30cqw);
}
.top_banner a.theater_btn {
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--color-ylw);
 font-size: clamp(1.1rem, 1.78cqw, 1.8rem);
 font-weight: 600;
 padding: 1.4cqw 3cqw;
 border: 2px solid var(--color-ylw);
}
#topmovarea_sp {
 display: none;
}

/* -scroll */
.main_img::after {
 opacity: 0;
 transition: all 2.2s cubic-bezier(0.295, 0.03, 0.115, 1);
}
body.-scroll .main_img::after {
 opacity: 1;
 transition: all 2.2s cubic-bezier(0.295, 0.03, 0.115, 1);
}

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

.copy_01,
.copy_02,
.ts_tomato,
.ts_c1_01,
.ts_c1_02,
.ts_c2,
.ts_h1,
.ts_aw,
.ts_date,
.ts_billing,
.top_banner {
 opacity: 0;
}
body.-start .copy_01,
body.-start .copy_02 {
 animation-name: copyOpa;
 animation-duration: 6s;
 animation-timing-function: cubic-bezier(0, 0.62, 0, 1);
 animation-delay: 2s;
 animation-fill-mode: both;
}
body.-start .copy_02 {
 animation-delay: 2.4s;
}
body.-start .copyWrap {
 animation: ani_ld 1.5s ease-in-out 7s both;
}
body.-start .ts_h1 {
 animation-name: obizoom;
 animation-duration: 1.5s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 9s;
 animation-fill-mode: both;
}
body.-start .ts_c1_01,
body.-start .ts_c1_02 {
 animation-name: obiCopy;
 animation-duration: 1.5s;
 animation-timing-function: cubic-bezier(0, 0.62, 0, 1);
 animation-delay: 10s;
 animation-fill-mode: both;
}
body.-start .ts_c1_02 {
 animation-delay: 10.4s;
}
body.-start .ts_c2,
body.-start .ts_tomato,
body.-start .ts_aw,
body.-start .ts_billing,
body.-start .top_banner {
 animation-name: obiOpa;
 animation-duration: 3s;
 animation-timing-function: cubic-bezier(0.25, 0.6, 0.69, 0.98);
 animation-delay: 11.5s;
 animation-fill-mode: both;
}
body.-start .ts_date {
 animation: obiDate 0.4s cubic-bezier(0.64, 0, 1, 1) 12s both;
}

@keyframes copyOpa {
 0% {
  opacity: 0;
  transform: translateY(-50px);
 }
 26% {
  opacity: 1;
  transform: translateY(0);
 }
 70% {
  opacity: 1;
  transform: translateY(0);
 }
 100% {
  opacity: 0;
  transform: translateY(50px);
 }
}
@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.1, 1.1);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes obiCopy {
 0% {
  opacity: 0;
  transform: translateY(-30px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes obiDate {
 0% {
  opacity: 0;
  transform: scale(2, 2);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}

@media screen and (min-width: 1801px) {
 .main_img .img {
  background: var(--color-blk) url(../img/ts_bg.jpg) no-repeat 50% 0;
  background-size: 1800px auto;
  background-attachment: fixed;
 }
 .ts_linkbtn {
  left: calc(50vw - 900px + 2.84cqw);
 }
}

@media screen and (min-width: 821px) {
 .trailer_btn a:hover {
  color: var(--color-ylw);
  border-color: var(--color-ylw);
 }
 .ts_linkbtn .sns .btn a:hover {
  fill: var(--color-ylw);
 }
 .top_banner a.theater_btn:hover {
  color: var(--color-blk);
  background-color: var(--color-ylw);
 }
}

@media screen and (max-width: 820px) {
 .copy {
  width: 11cqw;
 }
 .titleArea {
  min-height: unset;
  padding-bottom: 60px;
 }
 .main_img {
  position: fixed;
 }
 .main_img .img {
  background: url(../img/ts_bg_sp.jpg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translateY(-30px);
 }
 .ts_main {
  width: 100%;
  padding-block: 17.9% 0;
 }
 .ts_tomato {
  top: 0.68cqw;
  right: 1.7cqw;
  width: 38.46cqw;
 }
 .ts_c1 {
  width: 13cqw;
 }
 .ts_logo {
  width: 78.3cqw;
  margin-top: 14cqw;
 }
 .ts_aw {
  width: 59.65cqw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3cqw;
  margin-inline: auto;
 }
 .ts_aw_01 {
  width: 100%;
 }
 .ts_aw_02 {
  width: 85%;
 }
 .ts_c2 {
  gap: 1cqw;
  margin-top: 2.22cqw;
 }
 .ts_c2_01 {
  width: 84%;
 }
 .ts_c2_02 {
  width: 94.66%;
 }
 .ts_date {
  bottom: 12cqw;
  right: -1cqw;
  width: 20cqw;
 }
 .ts_linkbtn {
  position: absolute;
  bottom: unset;
  width: auto;
  top: 20px;
  left: 94px;
 }
 body.-scroll .ts_linkbtn {
  bottom: unset;
 }
 .ts_linkbtn .sns {
  gap: 30px;
 }
 .ts_linkbtn .sns .btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
 }
 .ts_linkbtn .sns .btn a {
  width: 36px;
  height: 36px;
  fill: var(--color-blk);
 }
 .trailer_btn {
  display: none;
 }
 .top_banner .bnr_mvtk {
  width: min(220px, 40cqw);
 }
 .ts_billing {
  display: block;
  width: 94cqw;
  margin-top: 2cqw;
  margin-inline: auto;
  z-index: 1;
 }

 #topmovarea_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4%;
  margin-inline: auto;
  line-height: 1;
  padding-block: 4%;
  background-color: var(--color-blk);
 }
 #topmovarea_sp .movie {
  width: 100%;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .inner {
  position: relative;
  width: 100%;
  height: calc(96vw * 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-blk);
  color: var(--color-ylw);
  border: 1px solid var(--color-ylw);
  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-blk);
  background-color: var(--color-ylw);
 }
 #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;
 }
 .top_linkbtn .linkbtn span.trailer_btn {
  display: none;
 }
 .main_img .img {
  opacity: 0;
 }
 .top_banner {
  opacity: 1;
 }
 body.-start .main_img .img {
  opacity: 1;
  transform: translateY(0);
  transition: all 3s ease-out;
  transition-delay: 7s;
 }
 body.-start .top_banner {
  animation: none;
 }
}

@media screen and (max-width: 600px) {
 .titleArea {
  padding-bottom: 5cqw;
 }
 .copy {
  width: 14cqw;
 }
 .main_img .img {
  transform: translateY(-4vw);
 }
 .ts_linkbtn {
  bottom: unset;
  top: 18px;
  left: 70px;
 }
 .ts_linkbtn .sns .btn {
  width: 24px;
  height: 24px;
 }
 .ts_linkbtn .sns .btn a {
  width: 24px;
  height: 24px;
 }
 .top_banner .bnr_mvtk {
  width: min(160px, 40cqw);
 }
 #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: 8px;
 }
 #topmovarea_sp .movie .tab_area li a span {
  font-size: 1.2rem;
 }
}

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 position: relative;
 padding: 0 40px 80px;
 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-block: 30px;
 }
}
@media only screen and (max-width: 600px) {
 .mvtk {
  padding: 20px 0 40px;
 }
 .top_mvtk {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0;
 }
}

@media only screen and (max-width: 349px) {
 .top_mvtk {
  padding: 0;
 }
}

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

/* Contents
================================================================================== */
.cont_body {
 position: relative;
 padding: 0 80px;
}
.ttl_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ttl {
 display: flex;
 flex-flow: column;
 gap: 24px;
}
.mds {
 display: flex;
 justify-content: center;
 font-size: 6rem;
 font-family: var(--ff-spe);
 font-weight: 700;
 letter-spacing: -0.04em;
 position: relative;
}
.sub {
 display: flex;
 justify-content: center;
 font-size: 1.4rem;
 font-weight: 600;
 letter-spacing: 0.5em;
 padding-block: 0.6em;
 border: solid var(--color-blk);
 border-width: 1px 0;
 position: relative;
}
.bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.bg .img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-size: cover;
}

@media only screen and (max-width: 820px) {
 .cont_body {
  padding: 0 6.66vw;
 }
}

@media only screen and (max-width: 600px) {
 .cont_body {
  padding: 0 4vw;
 }
 .ttl {
  gap: 2vw;
 }
 .mds {
  font-size: clamp(3.4rem, 9.6vw, 3.6rem);
 }
 .sub {
  font-size: clamp(1.05rem, 2.93vw, 1.1rem);
  letter-spacing: 0.2em;
  padding-block: 0.4em;
 }
}

/* scroll_photo
 ================================================================================== */
.scroll_photo {
 width: 100%;
 height: 16.91vw;
 position: relative;
 background: var(--color-blk) url(../img/sc_photo_01.jpg) repeat-x 0 0;
 background-size: 100vw auto;
}
.scroll_photo::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #030a0a;
 opacity: 0.8;
 z-index: 2;
}
.scroll_photo.is-show {
 animation: sc_photo_pc 50s linear 0s infinite;
 animation-iteration-count: 3;
}
.scroll_photo.is-show::after {
 animation: sc_photo_af 1.2s cubic-bezier(0.295, 0.03, 0.115, 1) 0.1s both;
}

@keyframes sc_photo_pc {
 0% {
  background-position: 0 0;
 }
 100% {
  background-position: -100vw 0;
 }
}
@keyframes sc_photo_af {
 0% {
  opacity: 0.8;
 }
 100% {
  opacity: 0;
 }
}

@media only screen and (max-width: 600px) {
 .scroll_photo {
  height: 33.82vw;
 }
 .scroll_photo {
  background-size: 200vw auto;
 }
 .scroll_photo.is-show {
  animation: sc_photo_sp 50s linear 0s infinite;
  animation-iteration-count: 3;
 }
 @keyframes sc_photo_sp {
  0% {
   background-position: 0 0;
  }
  100% {
   background-position: -200vw 0;
  }
 }
}

/* intro
 ================================================================================== */
#intro {
 width: 100%;
 position: relative;
 margin-top: 15%;
 container: intro / inline-size;
}
#intro .cont_body {
 padding-inline: 0;
}
#intro .contbox {
 max-width: 1260px;
 margin-inline: auto;
 position: relative;
 padding-block: 12.35cqw 56cqw;
}
#intro .mds {
 color: var(--color-gry2);
}
#intro .sub {
 color: var(--color-gry2);
 border-color: var(--color-gry2);
}
.p-intro {
 max-width: 796px;
 width: 58.67cqw;
 margin-top: 7.35cqw;
 margin-inline: auto;
}
.intro_cp_01_pc {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1cqw;
}
.intro_cp_01_a {
 width: 76.13%;
}
.intro_cp_01_b {
 width: 49%;
}
.intro_cp_01_c {
 width: 87%;
}
.intro_cp_02_pc {
 width: 118%;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-inline: -9%;
 gap: 1cqw;
}
.intro_cp_02_a {
 width: 100%;
}
.intro_cp_02_b {
 width: 38.46%;
}
.intro_cp_02_c {
 width: 93.48%;
}
.intro_cp_01_sp,
.intro_cp_02_sp {
 display: none;
}
.p-intro .p-text {
 margin-top: 35px;
}
.p-intro .p-text p {
 color: var(--color-gry2);
 font-size: clamp(1.5rem, 1.5cqw, 1.67rem);
 font-weight: 800;
 line-height: 1.8;
}
.p-intro .p-text p + p {
 margin-top: 40px;
}
.p-intro .p-text p em {
 letter-spacing: -0.05em;
}
.intro_photo_01 {
 position: relative;
 width: 39%;
}
.intro_photo_02 {
 position: absolute;
 top: 7.2cqw;
 right: 7.2%;
 width: 24.26%;
}
.intro_photo_03 {
 position: absolute;
 top: 74.77cqw;
 right: 0;
 width: 11.76%;
}
.intro_photo_04 {
 position: absolute;
 top: 102.35cqw;
 left: 0;
 width: 12.94%;
}
.intro_photo_05 {
 position: absolute;
 bottom: 75cqw;
 right: 0;
 width: 10.73%;
}
.intro_photo_06 {
 position: absolute;
 bottom: 39.85cqw;
 left: 0;
 width: 13.82%;
}
.intro_photo_07 {
 position: absolute;
 bottom: 14.7cqw;
 left: 0;
 width: 38.97%;
}
.intro_photo_08 {
 position: absolute;
 bottom: 23cqw;
 right: 5.29cqw;
 width: 38.97%;
}
.intro_photo_09 {
 position: absolute;
 bottom: 0.95cqw;
 right: 37.5cqw;
 width: 13.82%;
}
.intro_photo_10 {
 position: absolute;
 bottom: 7.72cqw;
 right: 0;
 width: 13.82%;
}
.intro_stamp {
 position: absolute;
 top: 23.52cqw;
 left: 3.67cqw;
 width: 11%;
}
.intro_stamp img {
 opacity: 0.7;
}

@media only screen and (max-width: 820px) {
 .p-intro {
  width: 72cqw;
 }
 .p-intro .p-text p {
  font-size: clamp(1.4rem, 2cqw, 1.6rem);
  font-weight: 600;
 }
 .intro_photo_04 {
  top: 140cqw;
  width: 10.94%;
 }
 .intro_stamp {
  left: 3.67cqw;
  width: 150px;
 }
}

@media only screen and (max-width: 600px) {
 #intro {
  margin-top: 0;
 }
 #intro .contbox {
  max-width: unset;
  padding-block: 26cqw 80cqw;
 }
 .p-intro {
  max-width: unset;
  width: 86%;
  margin-top: 10cqw;
 }
 .intro_cp_01_a {
  width: 76.13%;
 }
 .intro_cp_01_b {
  width: 49%;
 }
 .intro_cp_01_c {
  width: 87%;
 }
 .intro_cp_02_pc {
  width: 118%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: -9%;
  gap: 1cqw;
 }
 .intro_cp_02_a {
  width: 100%;
 }
 .intro_cp_02_b {
  width: 38.46%;
 }
 .intro_cp_02_c {
  width: 93.48%;
 }
 .intro_cp_01_pc,
 .intro_cp_02_pc {
  display: none;
 }
 .intro_cp_01_sp,
 .intro_cp_02_sp {
  width: 90%;
  display: block;
  margin-inline: auto;
 }
 .p-intro .p-text {
  margin-top: 6cqw;
 }
 .p-intro .p-text p {
  font-size: clamp(1.3rem, 3.5cqw, 1.6rem);
  font-weight: 600;
  line-height: 1.7;
 }
 .p-intro .p-text p + p {
  margin-top: 6cqw;
 }
 .p-intro .p-text p em {
  letter-spacing: -0.05em;
 }
 .intro_photo_01 {
  width: 58%;
 }
 .intro_photo_02 {
  top: 0;
  right: 0;
  width: 33%;
 }
 .intro_photo_03 {
  top: 32.1cqw;
  right: 0;
  width: 16%;
 }
 .intro_photo_04 {
  position: absolute;
  top: 43.7cqw;
  left: 0;
  width: 22%;
 }
 .intro_photo_05 {
  position: absolute;
  bottom: 65cqw;
  right: 0;
  width: 16%;
 }
 .intro_photo_06 {
  position: absolute;
  bottom: 39.85cqw;
  left: 0;
  width: 24%;
 }
 .intro_photo_07 {
  position: absolute;
  bottom: 14.7cqw;
  left: 0;
  width: 40%;
 }
 .intro_photo_08 {
  position: absolute;
  bottom: 33cqw;
  right: 5.29cqw;
  width: 42%;
 }
 .intro_photo_09 {
  position: absolute;
  bottom: 0;
  right: 30cqw;
  width: 20%;
 }
 .intro_photo_10 {
  position: absolute;
  bottom: 13cqw;
  right: 0;
  width: 23%;
 }
 .intro_stamp {
  top: 42cqw;
  left: 18cqw;
  width: 24vw;
 }
}

/* story
 ================================================================================== */
#story {
 width: 100%;
 position: relative;
 z-index: 2;
}
.story_bg {
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 background: url(../img/story_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
}
.story_stamp {
 position: absolute;
 top: -23px;
 right: 5.88%;
 width: 150px;
 opacity: 0.7;
}
#story .contbox {
 width: 600px;
 margin-inline: auto;
 position: relative;
 padding-block: 150px 480px;
 container: story / inline-size;
}
.p-story {
 width: 100%;
 margin-top: 75px;
}
.p-story p {
 color: var(--color-blk);
 font-size: 1.7rem;
 font-weight: 600;
 line-height: 1.8;
}
.p-story p em {
 letter-spacing: -0.05em;
}
.story_photo {
 background-color: var(--color-gry2);
 padding-block: 5px;
 container: storyphoto / inline-size;
 position: relative;
 z-index: 2;
}
.story_photo_wrap {
 display: flex;
 gap: 5px;
 height: 25.7cqw;
}
.story_photo_02 {
 width: 40.29%;
}
.story_photo_03 {
 width: 22%;
}
.story_photo_wrap_02 {
 width: 16.47%;
 height: 25.7cqw;
 display: flex;
 flex-direction: column;
 gap: 5px;
}
.story_photo_04,
.story_photo_05 {
 height: calc((100% - 5px) * 0.5);
}
.story_photo_04 img,
.story_photo_05 img {
 max-width: unset;
 height: 100%;
}
.story_photo_06 {
 width: 20.22%;
}

@media only screen and (max-width: 820px) {
 .story_bg {
  background: #b2bec7 url(../img/story_bg_sp.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
 }
 #story .contbox {
  width: 83.1%;
 }
 .p-story p {
  font-size: clamp(1.4rem, 2.8cqw, 1.6rem);
 }
}

@media only screen and (max-width: 600px) {
 .story_stamp {
  top: -2vw;
  right: 4vw;
  width: 24vw;
 }
 #story .contbox {
  width: 100%;
  padding-block: 20vw 70vw;
 }
 .p-story {
  width: 100%;
  margin-top: 10vw;
 }
 .p-story p {
  font-size: clamp(1.3rem, 3.7cqw, 1.6rem);
  line-height: 1.7;
 }
 .p-story p em {
  letter-spacing: -0.05em;
 }
 .story_photo {
  background-color: var(--color-gry2);
  padding-block: 5px;
  container: storyphoto / inline-size;
  position: relative;
  z-index: 2;
 }
 .story_photo_wrap {
  flex-wrap: wrap;
  height: unset;
 }
 .story_photo_02 {
  width: 66.66%;
  height: 45cqw;
 }
 .story_photo_03 {
  width: calc(33.33% - 5px);
  height: 45cqw;
 }
 .story_photo_wrap_02 {
  width: 66.66%;
  flex-direction: row;
  height: 25cqw;
 }
 .story_photo_04,
 .story_photo_05 {
  width: calc((100% - 5px) * 0.5);
  height: 25cqw;
 }
 .story_photo_04 img,
 .story_photo_05 img {
  max-width: unset;
  height: 25cqw;
 }
 .story_photo_05 img {
  object-position: 100% 50%;
 }
 .story_photo_06 {
  width: calc(33.33% - 5px);
  height: 25cqw;
 }
}

/* director
================================================================================== */
#director {
 width: 100%;
 position: relative;
 background: #c9c9ca url(../img/bg_wave.png);
 z-index: 2;
}
.director_stamp {
 position: absolute;
 top: 23px;
 left: -15px;
 width: 150px;
 opacity: 0.7;
}
.director_item_01 {
 position: absolute;
 top: 80px;
 right: 9.55%;
 width: 156px;
}
#director .contbox {
 max-width: 1160px;
 margin-inline: auto;
 position: relative;
 padding-block: 150px 240px;
 container: director / inline-size;
}
.p-director {
 width: 100%;
 margin-top: 100px;
 display: flex;
 gap: 6.9cqw;
}
.p-director .director {
 width: 46.55cqw;
}
.p-director .prof .job {
 font-size: 1.4rem;
 font-weight: 500;
}
.p-director .prof .jp_name {
 margin-top: 15px;
}
.p-director .prof .jp_name img {
 height: 26px;
 width: auto;
}
.p-director .prof .en_name {
 color: var(--color-ylw);
 font-size: 2rem;
 font-family: var(--ff-spe);
 font-weight: 700;
 margin-top: 10px;
}
.p-director .under {
 margin-top: 20px;
}
.p-director .text p {
 font-size: 1.29rem;
 line-height: 1.8;
 letter-spacing: 0;
}
.director_photo {
 background-color: var(--color-gry2);
 padding-block: 5px;
 container: directorphoto / inline-size;
 position: relative;
 z-index: 2;
}
.director_photo_wrap {
 display: flex;
 gap: 5px;
 height: 25.7cqw;
}
.director_photo_01,
.director_photo_02 {
 width: 30%;
}
.director_photo_01 img,
.director_photo_02 img {
 object-position: 100% 50%;
}
.director_photo_03 {
 width: 40%;
}

@media only screen and (max-width: 820px) {
 .p-director .text p {
  font-size: min(1.2rem, 1.56cqw);
  line-height: 1.6;
 }
}

@media only screen and (max-width: 600px) {
 #director {
  background-size: 90% auto;
 }
 .director_item_01 {
  position: absolute;
  top: 8vw;
  right: -2vw;
  width: 30vw;
 }
 .director_stamp {
  top: 2vw;
  left: -4vw;
  width: 24vw;
 }
 #director .contbox {
  padding-block: 30vw 15vw;
 }
 .p-director {
  flex-direction: column;
  margin-top: 15vw;
  gap: 10cqw;
 }
 .p-director .director {
  width: 100%;
 }
 .p-director .prof .job {
  font-size: clamp(1.1rem, 3.8cqw, 1.4rem);
 }
 .p-director .prof .jp_name {
  margin-top: 2cqw;
 }
 .p-director .prof .jp_name img {
  height: 6.6cqw;
 }
 .p-director .prof .en_name {
  font-size: clamp(1.7rem, 5cqw, 2.2rem);
  margin-top: 1.5cqw;
 }
 .p-director .under {
  margin-top: 4cqw;
 }
 .p-director .text p {
  font-size: clamp(1.2rem, 3.4cqw, 1.4rem);
  line-height: 1.7;
 }
 .director_photo {
  background-color: var(--color-gry2);
  padding-block: 5px;
  container: directorphoto / inline-size;
  position: relative;
  z-index: 2;
 }
 .director_photo_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  height: 88cqw;
 }
 .director_photo_01,
 .director_photo_02 {
  width: calc((100% - 5px) * 0.5);
 }
 .director_photo_03 {
  width: 100%;
 }
}

/* cast
================================================================================== */
#cast {
 width: 100%;
 position: relative;
 background: #c9c9ca url(../img/bg_wave.png);
 z-index: 2;
}
.cast_stamp {
 position: absolute;
 top: 75px;
 right: -15px;
 width: 150px;
 opacity: 0.7;
}
#cast .contbox {
 max-width: 940px;
 margin-inline: auto;
 position: relative;
 padding-block: 150px 240px;
 container: cast / inline-size;
}
.p-cast {
 display: flex;
 flex-direction: column;
 gap: 40px;
 margin-top: 95px;
}
.p-cast .cast {
 width: 100%;
 display: flex;
 align-items: flex-end;
 gap: 35px;
 position: relative;
}
.p-cast .cast.cast_02,
.p-cast .cast.cast_04 {
 flex-direction: row-reverse;
}
.cast .p_photo {
 width: 200px;
}
.cast .prof {
 flex: 1;
}
.cast .job {
 font-size: 1.4rem;
 font-weight: 500;
}
.cast .jp_name {
 margin-top: 15px;
}
.cast .jp_name img {
 height: 26px;
 width: auto;
}
.cast .en_name {
 color: var(--color-ylw);
 font-size: 2rem;
 font-family: var(--ff-spe);
 font-weight: 700;
 margin-top: 10px;
}
.cast .under {
 margin-top: 10px;
}
.cast .text p {
 font-size: 1.2rem;
 line-height: 1.6;
 letter-spacing: 0;
}
.prof .a-button {
 display: none;
}

@media only screen and (max-width: 820px) {
 .cast .text p {
  font-size: min(1.2rem, 1.56cqw);
  line-height: 1.6;
 }
}

@media only screen and (max-width: 600px) {
 #cast {
  background-size: 90% auto;
 }
 .cast_stamp {
  top: 2vw;
  right: -4vw;
  width: 24vw;
 }
 #cast .contbox {
  max-width: unset;
  padding-block: 30vw 15vw;
 }
 .p-cast {
  margin-top: 15vw;
  gap: 4cqw;
 }
 .p-cast .cast {
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 4cqw;
 }
 .p-cast .cast.cast_02,
 .p-cast .cast.cast_04 {
  flex-direction: row;
 }
 .cast .p_photo {
  width: 24cqw;
 }
 .cast .prof {
  flex: 1;
  padding-top: 2cqw;
 }
 .cast .job {
  font-size: clamp(1.1rem, 3.8cqw, 1.4rem);
 }
 .cast .jp_name {
  margin-top: 2cqw;
 }
 .cast .jp_name img {
  height: 6cqw;
 }
 .cast .en_name {
  font-size: clamp(1.7rem, 5cqw, 2.2rem);
  margin-top: 1.5cqw;
 }
 .cast .under {
  margin-top: 4cqw;
  display: none;
 }
 .cast .text p {
  font-size: clamp(1.2rem, 3.4cqw, 1.4rem);
  line-height: 1.7;
 }
 #cast .prof .a-button {
  display: flex;
  margin-top: 3vw;
  justify-content: flex-end;
 }
 .prof .a-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  min-height: 24px;
  padding-inline: 10px 10px;
  color: var(--color-blk);
  font-size: clamp(1.05rem, 3cqw, 1.25rem);
  font-weight: 600;
  background-color: var(--color-ylw);
  transition: 0.2s all;
 }
 .a-button a span {
  width: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
 }
 .a-button a span svg {
  fill: var(--color-blk);
  width: 10px;
  height: 10px;
  transform: rotate(90deg) translateX(1px);
 }
 .a-button a.openbtn.-open {
  color: var(--color-ylw);
  background-color: var(--color-blk);
 }
 .a-button a.openbtn.-open span {
  transform: rotate(180deg);
 }
 .a-button a.openbtn.-open span svg {
  fill: var(--color-ylw);
 }
}

/* review
================================================================================== */
#review {
 width: 100%;
 position: relative;
 background: #7794b0 url(../img/review_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
 container: review / inline-size;
 z-index: 2;
}
.review_stamp {
 position: absolute;
 top: 10px;
 left: -15px;
 width: 150px;
 opacity: 0.7;
}
#review .contbox {
 padding-block: 125px 180px;
}
#review .ttl {
 z-index: 2;
}
.p-review {
 max-width: 370px;
 margin-inline: auto;
 margin-top: 220px;
 position: relative;
}
.review_flex {
 display: flex;
 flex-flow: column;
 align-items: center;
 gap: 25px;
}
.review_over {
 max-width: 172px;
}
.ro_flex {
 display: flex;
 flex-flow: column;
 gap: 25px;
}
.review_under {
 width: 100%;
}
.ru_flex {
 display: flex;
 flex-flow: column;
 gap: 25px;
}
.review_item_01 {
 position: absolute;
 top: -215px;
 left: -70px;
 width: 556px;
 z-index: 0;
}

@media only screen and (max-width: 820px) {
 .review_item_01 {
  position: absolute;
  top: -195px;
  left: -30px;
  width: 456px;
  z-index: 0;
 }
}

@media only screen and (max-width: 600px) {
 .review_stamp {
  top: 3vw;
  left: -2vw;
  width: 24vw;
 }
 #review .contbox {
  padding-block: 20vw 20vw;
 }
 .review_item_01 {
  position: absolute;
  top: -40cqw;
  left: 8cqw;
  width: 80cqw;
  z-index: 0;
 }
 .p-review {
  margin-top: 50cqw;
 }
 .review_flex {
  gap: 6cqw;
 }
 .review_over {
  width: 40%;
 }
 .ro_flex {
  gap: 6cqw;
 }
 .review_under {
  width: 85%;
 }
 .ru_flex {
  gap: 6cqw;
 }
}

/* dspec
 ================================================================================== */
#dspec {
 width: 100%;
 position: relative;
 background: #f30021 url(../img/dvd_bg.jpg) no-repeat 50% 0;
 background-size: 100% auto;
 padding-top: 70px;
}
#dspec .ttl {
 max-width: 800px;
 margin-inline: auto;
}
#dspec .cont_body {
 position: relative;
 padding: 0 30px;
}
#dspec .contbox {
 max-width: 1080px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 padding-bottom: 80px;
}
#dspec .copy {
 text-align: center;
 margin-top: 60px;
}
#dspec .copy h3 {
 width: 408px;
 margin-inline: auto;
}
#dspec .copy p {
 font-size: 1.2rem;
 margin-top: 15px;
 text-align: center;
}
.p-spec {
 max-width: 100%;
 margin-top: 80px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 position: relative;
 z-index: 2;
}
.dvd_item_01 {
 position: absolute;
 width: 75px;
 top: -20px;
 right: 60px;
 z-index: 2;
}
.p-spec .photo {
 width: 40.1%;
 position: relative;
}
.p-spec .photo img {
 position: relative;
 border: 1px solid var(--color-blu);
}
.p-spec .spec {
 width: 52%;
}
.p-spec .spec .dmds {
 display: block;
 margin-bottom: 20px;
}
.p-spec .spec .dmds h4 {
 display: block;
 color: var(--color-blk);
 font-size: 5.4rem;
 font-weight: 700;
 letter-spacing: 0;
}
.p-spec .spec p,
.p-spec .spec .spec_table {
 color: var(--color-blk);
 font-size: 1.5rem;
 font-weight: 500;
 text-align: left;
 line-height: 1.8;
}
.p-spec .spec p.price {
 color: var(--color-blk);
 font-size: 2.4rem;
 font-size: 700;
 line-height: 1.4;
 letter-spacing: 0em;
}
.p-spec .spec p.price strong {
 font-size: 3.4rem;
 font-size: 500;
}
.spec_over {
 display: inline-block;
 margin-right: auto;
 padding-bottom: 5px;
 margin-bottom: 30px;
 border-bottom: 2px solid var(--color-blk);
}
.p-spec .spec_table th {
 font-size: 1.4rem;
 font-weight: 500;
 line-height: 1.6;
 white-space: nowrap;
 vertical-align: top;
 padding: 0 10px 5px 0;
 letter-spacing: 0;
}
.p-spec .spec_table td {
 font-size: 1.4rem;
 vertical-align: top;
 padding: 0 5px 5px 0;
 line-height: 1.6;
 letter-spacing: 0;
}
.p-spec .spec p.rental {
 color: var(--color-blk);
 font-size: 1.8rem;
 font-weight: 900;
 line-height: 1.6;
 margin-top: 20px;
}
.tokuten {
 margin-top: 40px;
}
.tokuten h4 {
 font-size: 2.1rem;
 font-weight: 700;
}
.tokuten ul {
 display: block;
 background: #fffbf2;
 font-size: 1.5rem;
 font-weight: 500;
 border: 2px solid #dbb252;
 border-radius: 6px;
 margin-top: 20px;
 max-width: 470px;
}
.tokuten ul li {
 padding: 15px;
 text-align: center;
}
.tokuten ul li.ttl {
 color: #a07b26;
 font-size: 1.7rem;
 font-weight: 700;
 border-bottom: 2px solid #dbb252;
}
.p-spec .spec .tokuten ul li a p,
.p-spec .spec .tokuten ul li a figure {
 transition: all 0.3s ease;
}
.p-spec .spec .tokuten ul li p {
 display: block;
 text-align: center;
 font-size: 1.8rem;
 font-weight: 700;
 text-decoration: underline;
}
.tokuten ul li figure {
 margin-top: 10px;
 max-width: 36%;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #999;
}

.p-sales {
 margin-top: 60px;
 padding: 60px 40px 100px;
 background-color: var(--color-base);
 position: relative;
}
.p-stream {
 margin-top: 60px;
 padding: 60px 80px 100px;
 background-color: rgba(0, 0, 0, 0.1);
 position: relative;
}
.dsubmds {
 display: flex;
 justify-content: center;
}
.dsubmds h3 {
 display: inline-block;
 color: var(--color-wht);
 font-size: 4rem;
 font-weight: 700;
 line-height: 1;
 padding: 0.2em 0.5em;
}
#dspec .link_wrap {
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 50px;
}
#dspec .link_wrap ul {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
}
#dspec ul.link.link-center {
 justify-content: center;
}
#dspec ul.link li {
 width: calc((100% - 30px) * 0.25);
}
#dspec ul.link li a {
 display: block;
 position: relative;
}
#dspec ul.link li a:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: rgba(0, 0, 0, 0.4);
 transition: all 0.3s ease;
 opacity: 0;
 z-index: 3;
}
#dspec ul.link li .te {
 margin-top: 0.5em;
 color: #fff;
 font-size: 1.3rem;
 font-weight: 500;
 line-height: 1.4;
}
.streamlink {
 display: flex;
 justify-content: center;
 padding-top: 50px;
}
.streamlink a {
 display: block;
 color: var(--color-wht);
 font-size: 3rem;
 font-family: var(--ff-min);
 padding: 1em 3em;
 border-radius: 5px;
 background-color: var(--color-blk);
}
.dspec_img_01 {
 position: absolute;
 top: 60px;
 right: 140px;
 width: 64px;
 z-index: 2;
}

@media only screen and (min-width: 821px) {
 #dspec ul.link li a:hover:before {
  opacity: 1;
 }
 .p-spec .spec .tokuten ul li a:hover p {
  color: #f32075;
 }
 .tokuten ul li a:hover figure {
  border-color: #f32075;
 }
 .streamlink a:hover {
  background-color: var(--color-org);
 }
}

@media only screen and (max-width: 820px) {
 .dvd_item_01 {
  width: 60px;
  top: -60px;
  right: 20px;
 }
 #dspec ul.link li {
  width: calc(50% - 5px);
 }
 #dspec ul.link.link-center {
  justify-content: flex-start;
 }
}

@media only screen and (max-width: 600px) {
 #dspec {
  padding-top: 30px;
 }
 #dspec .ttl {
  max-width: 100%;
  margin-inline: auto;
 }
 #dspec .cont_body {
  padding: 0 4.8vw;
 }
 #dspec .contbox {
  padding-bottom: 0px;
 }
 #dspec .copy {
  margin-top: 8vw;
 }
 #dspec .copy h3 {
  width: 70%;
 }
 #dspec .copy p {
  font-size: 1.05rem;
  margin-top: 4vw;
 }
 .p-spec {
  max-width: inherit;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  flex-direction: column;
  justify-content: space-between;
 }
 .dvd_item_01 {
  position: absolute;
  width: 10%;
  top: -60vw;
  right: 4%;
  z-index: 2;
 }
 .p-spec .photo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
 }
 .p-spec .spec {
  width: 100%;
  padding: 30px 0 10px;
 }
 .p-spec .spec .dmds {
  margin-bottom: 20px;
  text-align: left;
 }
 .p-spec .spec .dmds h4 {
  font-size: 4rem;
  font-weight: 500;
 }
 .ttl_dvd {
  width: 30%;
 }
 .p-spec .spec p,
 .p-spec .spec .spec_table {
  font-size: 1.3rem;
 }
 .p-spec .spec p.price {
  font-size: 2rem;
 }
 .p-spec .spec p.price strong {
  font-size: 2.4rem;
 }
 .spec_over {
  padding-bottom: 5px;
  margin-bottom: 20px;
 }
 .p-spec .spec_table th {
  font-size: 1.2rem;
 }
 .p-spec .spec_table td {
  font-size: 1.2rem;
 }
 .p-spec .spec p.rental {
  font-size: 1.5rem;
  margin-top: 10px;
 }
 .p-sales {
  margin-top: 20px;
  padding: 30px 4.8vw;
  margin-inline: -4.8vw;
  border-radius: 0;
 }
 .p-stream {
  margin-top: 20px;
  padding: 30px 4vw;
 }
 .dsubmds h3 {
  font-size: 2.6rem;
 }
 #dspec .link_wrap {
  max-width: inherit;
  padding-top: 10px;
 }
 #dspec ul.link {
  max-width: inherit;
  padding-top: 10px;
  gap: 10px 8px;
 }
 #dspec ul.link.link-center {
  justify-content: center;
 }
 #dspec ul.link li {
  width: calc(50% -4px);
 }
 #dspec ul.link li .te {
  margin-top: 0.5em;
  font-size: 1.2rem;
 }
 .tokuten {
  margin-top: 40px;
 }
 .tokuten h4 {
  font-size: 1.8rem;
  text-align: center;
 }
 .tokuten ul {
  font-size: 1.4rem;
  max-width: inherit;
  width: 100%;
 }
 .tokuten ul li {
  padding: 15px 2vw;
 }
 .tokuten ul li.ttl {
  font-size: 1.5rem;
 }
 .tokuten ul li figure {
  max-width: 33%;
 }
 .streamlink {
  padding-top: 20px;
 }
 .dspec_img_01 {
  top: 20px;
  right: unset;
  left: 2%;
  width: 14vw;
 }
}

@media only screen and (max-width: 319px) {
 .p-spec .spec p.price small {
  font-size: 4vw;
 }
}

/* credit
 ================================================================================== */
#credit {
 width: 100%;
 position: relative;
 background-color: var(--color-ylw);
 z-index: 2;
}
#credit .contbox {
 padding-block: 125px 85px;
}
.p-credit {
 display: flex;
 flex-flow: column;
 align-items: center;
 gap: 30px;
 max-width: 695px;
 margin-inline: auto;
}
.cd_logo {
 width: 45%;
 position: relative;
}
.cd_stamp {
 position: absolute;
 top: -60%;
 right: -30%;
 width: 40.76%;
 opacity: 0.7;
}
.cd_logo a {
 position: relative;
 z-index: 2;
}
.cd_date {
 width: 100%;
}
#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.show {
 bottom: 8px;
}
#credit #pageTop a {
 display: block;
 overflow: hidden;
 width: 48px;
 height: 48px;
 padding: 6px;
}
#credit #pageTop a svg {
 width: 100%;
 height: 100%;
 fill: var(--color-blk);
}

@media screen and (min-width: 1800px) {
 #credit #pageTop {
  right: calc(50vw - 880px);
 }
}

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

@media only screen and (max-width: 600px) {
 #credit .contbox {
  padding-block: 15vw 10vw;
 }
 .p-credit {
  gap: 3vw;
  max-width: unset;
 }
 .cd_logo {
  width: 60%;
 }
 .p-credit .sns {
  margin-top: 2vw;
 }
 .p-credit .sns .btn,
 .p-credit .sns .btn a {
  width: 24px;
  height: 24px;
 }
 #credit #pageTop {
  bottom: -80px;
  right: 8px;
  width: 40px;
  height: 40px;
 }
 #credit #pageTop a {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 6px;
 }
}

/* [Show Animate] 出現アニメーション
    ================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.is-show,
.p-show-elem.p-rev.is-show,
.p-show-elem.p-left.is-show,
.p-show-elem.p-right.is-show {
 opacity: 1;
 transform: translate(0, 0);
}
.p-show-elem.del2 {
 transition-delay: 0.5s;
}
.p-show-elem.del3 {
 transition-delay: 0.6s;
}
.p-show-elem.del4 {
 transition-delay: 0.7s;
}
.p-show-elem.del5 {
 transition-delay: 0.8s;
}
.p-show-elem.del6 {
 transition-delay: 0.9s;
}

@media only screen and (max-width: 767px) {
 .p-show-elem.del2,
 .p-show-elem.del3,
 .p-show-elem.del4,
 .p-show-elem.del5,
 .p-show-elem.del6 {
  transition-delay: 0.3s;
 }
}

/* p-show-clip */
.p-show-clip {
 clip-path: inset(0 100% 0 0);
 transition: all 1.5s 0.5s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-clip.is-show {
 clip-path: inset(0 0 0 0);
}
.p-intro .p-text p:nth-of-type(1) {
 transition-delay: 1s;
}
.p-intro .p-text p:nth-of-type(2) {
 transition-delay: 1.15s;
}
.p-cast .cast:nth-of-type(3) {
 transition-delay: 0.65s;
}
.p-cast .cast:nth-of-type(5) {
 transition-delay: 0.65s;
}
.p-cast .cast:nth-of-type(6) {
 transition-delay: 0.8s;
}
.p-director .under {
 transition-delay: 0.65s;
}
.cast_01.p-show-clip,
.cast_02.p-show-clip {
 clip-path: none;
}
@media only screen and (max-width: 820px) {
 .p-cast.p-show-clip {
  clip-path: none;
 }
 .cast_01.p-show-clip,
 .cast_02.p-show-clip {
  clip-path: inset(0 100% 0 0);
 }
 .cast_01.p-show-clip.is-show,
 .cast_02.p-show-clip.is-show {
  clip-path: inset(0 0 0 0);
 }
}

/* p-show-img */
.p-show-img {
 clip-path: inset(0 100% 0 0);
 transition: all 1s 0s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-img:after {
 content: "";
 position: absolute;
 top: 0;
 right: -1%;
 width: 101%;
 height: 100%;
 display: block;
 background: var(--color-ylw);
 transition: all 1.4s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s;
 z-index: 1;
}
.p-show-img.del2 {
 transition-delay: 0.2s;
}
.p-show-img.del3 {
 transition-delay: 0.4s;
}
.p-show-img.del4 {
 transition-delay: 0.6s;
}
.p-show-img.del2:after {
 transition-delay: 0.7s;
}
.p-show-img.del3:after {
 transition-delay: 0.9s;
}
.p-show-img.del4:after {
 transition-delay: 1.1s;
}
.p-show-img.is-show {
 clip-path: inset(0 0 0 0);
}
.p-show-img.is-show:after {
 width: 0;
}

/* p-show-ttl */
.ttl .mds.p-show-ttl {
 opacity: 0;
}
.ttl .mds.p-show-ttl.is-show {
 animation: mds_show 1.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
@keyframes mds_show {
 0% {
  opacity: 0;
  transform: scale(1.2);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}
.ttl .sub {
 transition-delay: 1s;
}

/* p-show-item */
.stamp {
 opacity: 0;
}
.stamp.is-show {
 animation: stampzoom 0.4s cubic-bezier(0.64, 0, 1, 1) 0.4s both;
}

@keyframes stampzoom {
 0% {
  opacity: 0;
  transform: scale(3, 3);
 }
 100% {
  opacity: 0.7;
  transform: scale(1, 1);
 }
}

.review_item_01 {
 opacity: 0;
}
.review_item_01.p-show-item.is-show {
 animation: reviewitem 2.4s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}

@keyframes reviewitem {
 0% {
  opacity: 0;
  transform: translate(40%, 40%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes elem_up {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes elem_down {
 0% {
  opacity: 0;
  transform: translateY(-50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes obiSlideW {
 0% {
  width: 100%;
 }
 100% {
  width: 0;
 }
}
@keyframes obiSlideH {
 0% {
  height: 100%;
 }
 100% {
  height: 0;
 }
}
