@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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;
 }
}

@font-face {
 font-family: "vvds";
 src: url("../fonts/vvds.woff") format("woff");
}
@font-face {
 font-family: "vvdsm";
 src: url("../fonts/vvdsm.woff") format("woff");
}

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-ylw: #fff20d;
 --color-blu: #005bac;
 --color-ppl: #361e85;
 --color-bg: #243b5b;
 --ff-vvds: "vvds";
 --ff-vvdsm: "vvdsm";
}

/* ==========================================================================
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-wht);
 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);
 container: wrap / inline-size;
}
.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: #1a1a1a;
 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_ylw.png) no-repeat 50% 50%;
 background-size: 60%;
 opacity: 0.8;
}
.lds-dual-ring div {
 position: absolute;
 width: 140px;
 height: 140px;
 box-sizing: border-box;
 border-radius: 100%;
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-top-color: var(--color-ylw);
 -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% {
  left: 0;
  visibility: visible;
 }
 100% {
  left: 101%;
  visibility: hidden;
 }
}
@keyframes spin {
 100% {
  transform: rotate(360deg);
 }
}

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

/* header
==================================================================================  */
.l-gnav__container {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 100;
}
.l-header__navi {
 position: absolute;
 top: calc((140 / 1360) * 100cqw);
 left: calc((-10 / 1360) * 100cqw);
 display: flex;
 z-index: 3;
}
.l-header__navi ul {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 position: relative;
 gap: calc((8 / 1360) * 100cqw);
}
.l-header__navi li {
 display: block;
 position: relative;
 transform: rotate(-6deg);
 transform-origin: top left;
}
.l-header__navi li.top,
.l-header__navi li.sp {
 display: none;
}
.l-header__navi li a {
 display: flex;
 padding: 0.3em 1em 0.2em;
 background: linear-gradient(to right, rgba(183, 85, 166, 1) 0%, rgba(54, 30, 133, 1) 100%);
 position: relative;
 cursor: pointer;
}
.l-header__navi li a span {
 color: var(--color-ylw);
 font-size: calc((28 / 1360) * 100cqw);
 font-family: var(--ff-vvds);
 letter-spacing: 0.04em;
 white-space: nowrap;
 display: flex;
 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: 10px;
 top: 10px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.3s;
 transform: scale(1.2);
 opacity: 0;
}
.l-gnav__container.is__scroll .hd__menutrigger,
.l-gnav__container.is__open .hd__menutrigger {
 opacity: 1;
 transform: scale(1);
}
.hd__menutrigger-inner {
 position: relative;
 width: 70px;
 height: 70px;
 border-radius: 100%;
 background-color: var(--color-ppl);
}
.hd__mark {
 position: absolute;
 top: 0;
 left: 0;
 width: 70px;
 height: 70px;
 border-radius: 100%;
 transition: all 0.3s;
 border: 2px solid var(--color-ppl);
 border-top-color: var(--color-ylw);
 border-bottom-color: var(--color-ylw);
 animation: spin 6s infinite linear;
}
.hd__menutrigger span {
 width: 24px;
 height: 2px;
 background: var(--color-ylw);
 display: block;
 position: absolute;
 left: 24px;
 transition: all 0.3s;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 26px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 36px;
}
.hd__menutrigger.is__active .hd__menutrigger-inner {
 background: var(--color-blk);
}
.hd__menutrigger.is__active .hd__mark {
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-top-color: var(--color-ylw);
 border-bottom-color: var(--color-ylw);
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 left: 24px;
 top: 30px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 left: 24px;
 top: 30px;
}
.hd__menutrigger .hd__menutrigger__txt {
 display: block;
 width: auto;
 position: absolute;
 top: 45px;
 left: 0;
 right: 0;
}
.hd__menutrigger .hd__menutrigger__txt em {
 color: var(--color-ylw);
 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: 100dvh;
 background-color: var(--color-blk);
 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: 100dvh;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0;
 background: none;
 overflow-x: hidden;
 overflow-y: auto;
 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: center;
 gap: 14px;
}
.l-gnav__container.is__open .l-header__navi li {
 display: block;
 text-align: center;
 height: unset;
 animation: hd__start 0.6s 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;
 padding: 0 1em;
 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;
}
@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateY(30px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}

@media screen and (min-width: 2401px) {
 .hd__menutrigger {
  left: calc(50vw - 1200px);
 }
 .backlayer {
  left: calc(50vw - 1200px);
  width: 2400px;
 }
 .l-header__navi li a {
  padding-left: 2em;
 }
}

@media screen and (min-width: 821px) {
 .l-header__navi li a:hover {
  background: var(--color-ylw);
 }
 .l-header__navi li a:hover span {
  color: #361e85;
 }
 .l-gnav__container.is__open .l-header__navi li a:hover span {
  color: var(--color-wht);
  opacity: 0.5;
 }
 .hd__menutrigger:hover span.hd__menutrigger__line01,
 .hd__menutrigger:hover span.hd__menutrigger__line02 {
  top: 31px;
 }
}

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

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

@media only screen and (max-width: 600px) {
 .l-gnav__container {
  opacity: 1;
 }
 .hd__menutrigger {
  top: calc((6 / 375) * 100cqw);
  left: calc((6 / 375) * 100cqw);
 }
 .hd__mark {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger-inner {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger-inner::before {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger__icon {
  left: 26px;
  top: 12px;
  width: 12px;
  height: 24px;
 }
 .hd__menutrigger span {
  width: 24px;
  left: 18px;
 }
 .hd__menutrigger span.hd__menutrigger__line01 {
  top: 22px;
 }
 .hd__menutrigger span.hd__menutrigger__line02 {
  top: 30px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line01 {
  left: 18px;
  top: 26px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line02 {
  left: 18px;
  top: 26px;
 }
 .hd__menutrigger .hd__menutrigger__txt {
  top: 37px;
 }
 .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: min(3.2rem, 8.53vw);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 100%;
 background-color: var(--color-bg);
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 aspect-ratio: 1360 / 1175;
 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;
 width: 100%;
 aspect-ratio: 2720 / 1547;
 position: relative;
 container: tsmain / inline-size;
 margin-bottom: calc((220 / 2720) * 100cqw);
}
.ta_aw {
 position: absolute;
 top: calc((48 / 2720) * 100cqw);
 left: calc((440 / 2720) * 100cqw);
 width: calc((758 / 2720) * 100cqw);
 aspect-ratio: 758 / 221;
 display: block;
}
.ta_aw img {
 position: relative;
 transform: rotate(6deg);
}
.ta_cp_01 {
 position: absolute;
 top: calc((327 / 2720) * 100cqw);
 left: calc((380 / 2720) * 100cqw);
 width: calc((280 / 2720) * 100cqw);
 aspect-ratio: 240 / 1220;
 display: block;
}
.ta_logo {
 position: absolute;
 top: calc((270 / 2720) * 100cqw);
 right: calc((28 / 2720) * 100cqw);
 width: calc((985 / 2720) * 100cqw);
 aspect-ratio: 985 / 816;
 display: block;
}
.ta_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ta_block {
 position: absolute;
 top: calc((920 / 2720) * 100cqw);
 right: calc((67 / 2720) * 100cqw);
 width: calc((1664 / 2720) * 100cqw);
 aspect-ratio: 1664 / 603;
 display: block;
}
.ta_cp_02,
.ta_billing,
.ta_date {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 aspect-ratio: 1664 / 603;
 display: block;
}
.ta_r15 {
 position: absolute;
 top: calc((500 / 2720) * 100cqw);
 right: 0;
 width: calc((55 / 2720) * 100cqw);
 aspect-ratio: 55 / 39;
 display: block;
}
.ts_linkbtn {
 position: absolute;
 top: 0;
 right: 1.47%;
 padding-top: 1.47%;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 8px;
 z-index: 2;
}
.ts_linkbtn .sns {
 gap: 30px;
 margin-left: 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-ylw);
 transition: all 0.2s ease;
}
.trailer_btn,
.theater_btn {
 display: flex;
 justify-content: center;
}
.trailer_btn a,
.theater_btn a {
 color: var(--color-ylw);
 font-size: 1.4rem;
 font-family: var(--ff-int);
 font-weight: 500;
 padding: 9px 12px;
 border: 1px solid var(--color-ylw);
}
.top_banner {
 margin-top: 3.69cqw;
 position: relative;
 display: flex;
 justify-content: center;
 gap: 2cqw;
}
.top_banner .bnr_mvtk {
 width: min(300px, 50cqw);
}
#topmovarea_sp {
 display: none;
}

/* -start */
.ta_h1,
.ta_cp_01,
.ta_aw,
.ta_cp_02,
.ta_billing,
.ta_date {
 opacity: 0;
}
.main_img .img {
 opacity: 0.5;
 transform: scale(1.4);
}
body.-start .main_img .img {
 opacity: 1;
 transform: scale(1);
 transition: all 1.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.6s;
}
body.-start .ta_h1 {
 animation-name: tah1;
 animation-duration: 1s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 1.6s;
 animation-fill-mode: both;
}
body.-start .ta_cp_02,
body.-start .ta_billing,
body.-start .ta_date {
 animation-name: tacp02;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 1s;
 animation-fill-mode: both;
}
body.-start .ta_billing {
 animation-delay: 1.1s;
}
body.-start .ta_date {
 animation-delay: 1.2s;
}
body.-start .ta_cp_01 {
 animation-name: tacp01;
 animation-duration: 1s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 1.6s;
 animation-fill-mode: both;
}
body.-start .ta_aw {
 animation-name: taaw;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 1.2s;
 animation-fill-mode: both;
}
@keyframes tah1 {
 0% {
  opacity: 0;
  transform: translate(-30%, 15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes tacp02 {
 0% {
  opacity: 0;
  transform: translate(30%, -15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes tacp01 {
 0% {
  opacity: 0;
  transform: translate(5%, -20%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes taaw {
 0% {
  opacity: 0;
  transform: translate(-30%, -15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes taawsp {
 0% {
  opacity: 0;
  transform: translate(-30%, -15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 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(1.5, 1.5);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}

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

@media screen and (max-width: 820px) {
 .main_img {
  aspect-ratio: 1170 / 1760;
 }
 .main_img .img {
  background: url(../img/ta_bg_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
 }
 .ta_main {
  aspect-ratio: unset;
  margin-bottom: calc((60 / 1170) * 100cqw);
 }
 .ta_aw {
  top: calc((25 / 1170) * 100cqw);
  left: calc((415 / 1170) * 100cqw);
  width: calc((712 / 1170) * 100cqw);
 }
 .ta_aw img {
  transform: rotate(6deg);
 }
 .ta_cp_01 {
  top: calc((160 / 1170) * 100cqw);
  left: calc((16 / 1170) * 100cqw);
  width: calc((220 / 1170) * 100cqw);
 }
 .ta_logo {
  top: calc((922 / 1170) * 100cqw);
  right: calc((23 / 1170) * 100cqw);
  width: calc((674 / 1170) * 100cqw);
 }
 .ta_block {
  top: calc((1357 / 1170) * 100cqw);
  right: calc((31 / 1170) * 100cqw);
  width: calc((1060 / 1170) * 100cqw);
 }
 .ta_cp_02,
 .ta_billing,
 .ta_date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1664 / 603;
  display: block;
 }
 .ta_r15 {
  top: calc((320 / 1170) * 100cqw);
  width: calc((35 / 1170) * 100cqw);
 }
 .ts_linkbtn {
  position: relative;
  top: unset;
  right: unset;
  flex-direction: column;
  gap: 4cqw;
  width: 100cqw;
  margin-top: calc((1790 / 1170) * 100cqw);
 }
 .trailer_btn {
  display: none;
 }
 .ts_linkbtn .sns {
  gap: 30px;
  margin-left: unset;
 }
 .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(220px, 40cqw);
 }

 #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-bg);
  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;
 }

 body.-start .ta_aw {
  animation-name: taawsp;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
  animation-delay: 1.2s;
  animation-fill-mode: both;
 }
}

@media screen and (max-width: 600px) {
 .ts_main {
  width: 90%;
  padding-block: 8%;
 }
 .ta_cp_01 {
  top: calc((240 / 1170) * 100cqw);
  left: calc((16 / 1170) * 100cqw);
  width: calc((240 / 1170) * 100cqw);
 }
 .ts_date {
  width: 70cqw;
 }
 .ts_billing {
  width: 90cqw;
  margin-top: 4.82cqw;
 }
 .ts_linkbtn .sns {
  gap: 30px;
  margin-left: unset;
 }
 .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(220px, 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: 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%;
 height: 170px;
 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: 800px) {
 .top_mvtk {
  height: 337.61px;
 }
}

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

/* Contents
================================================================================== */
.cont_body {
 position: relative;
 padding: 0 80px;
}
.ttl_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ttl {
 display: flex;
 flex-flow: column;
 align-items: flex-start;
 gap: calc((6 / 1360) * 100cqw);
}
.mds {
 display: flex;
 justify-content: center;
 width: auto;
 color: var(--color-ylw);
 font-size: calc((66 / 1360) * 100cqw);
 font-family: var(--ff-vvdsm);
 font-weight: 500;
 letter-spacing: 0.04em;
}
.sub img {
 height: calc((36 / 1360) * 100cqw);
}
.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;
 }
 .ttl {
  display: flex;
  flex-flow: column;
  gap: calc((6 / 820) * 100cqw);
 }
 .mds {
  font-size: calc((66 / 820) * 100cqw);
 }
 .sub img {
  height: calc((36 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 .cont_body {
  padding: 0 4vw;
 }
 .ttl {
  gap: calc((2 / 375) * 100cqw);
 }
 .mds {
  font-size: calc((48 / 375) * 100cqw);
 }
 .sub img {
  height: calc((28 / 375) * 100cqw);
 }
}

/* pannel
 ================================================================================== */
.pannel {
 margin: 0 auto;
 width: 80%;
 display: grid;
 row-gap: 100px;
 margin-block: 20vh 50vh;
}
.pannel .item {
 width: 100%;
 height: 75vh;
}
.pannel .item img {
 position: relative;
 transform: rotate(1deg) translateX(4%);
}
.pannel .item_02 img {
 position: relative;
 transform: rotate(-1deg) translateX(-5%);
}
.pannel .item_03 img {
 position: relative;
 transform: rotate(1deg) translateX(7%);
}
.pannel .item_04 img {
 position: relative;
 transform: rotate(1deg) translateX(4%);
}

@media only screen and (max-width: 820px) {
 .pannel {
  width: 70%;
  row-gap: 10vw;
 }
 .pannel .item {
  width: 100%;
  height: 100vw;
 }
}

@media only screen and (max-width: 600px) {
 .pannel {
  margin: 0 auto;
  width: 80%;
  display: grid;
  row-gap: 10vw;
  margin-block: 10vh 30vh;
 }
 .pannel .item {
  width: 100%;
  height: 100vw;
 }
}

/* intro
 ================================================================================== */
#intro {
 width: 100%;
 position: relative;
}
.intro_header {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 display: block;
 background: var(--color-blk) url(../img/intro_bg.jpg) no-repeat 50% 0;
 background-size: cover;
}
#intro .cont_body {
 padding-inline: 0;
}
#intro .ttl_wrap {
 position: absolute;
 top: calc((200 / 1360) * 100cqw);
 left: calc((60 / 1360) * 100cqw);
 transform: rotate(-6deg);
}
#intro .contbox {
 max-width: 700px;
 width: calc((592 / 1360) * 100cqw);
 margin-left: calc(50% - ((30 / 1360) * 100cqw));
 margin-right: auto;
 padding-top: calc((200 / 1360) * 100cqw);
 padding-bottom: calc((200 / 1360) * 100cqw);
 container: introin / inline-size;
}
.p-intro .p-intro {
 position: relative;
 z-index: 2;
}
.intro_cp {
 display: flex;
 flex-direction: column;
 gap: calc((14 / 740) * 100cqw);
}
.intro_cp_01 {
 margin-left: calc((60 / 592) * 100cqw);
 margin-right: auto;
 transform: rotate(-4.1deg);
 position: relative;
}
.intro_cp_02 {
 margin-left: auto;
 margin-right: calc((75 / 592) * 100cqw);
 transform: rotate(1.6deg);
 position: relative;
}
.intro_cp_03 {
 margin-left: calc((126 / 592) * 100cqw);
 margin-right: auto;
 transform: rotate(4.4deg);
 position: relative;
}
.intro_cp img {
 height: calc((36 / 592) * 100cqw);
}
.p-intro .p-text {
 margin-top: calc((50 / 592) * 100cqw);
 padding-block: calc((70 / 592) * 100cqw);
 padding-inline: calc((46 / 592) * 100cqw);
 background-color: rgba(255, 255, 255, 0.9);
 border: 2px solid var(--color-ylw);
 border-radius: calc((100 / 592) * 100cqw);
}
.p-intro .p-text p {
 color: var(--color-blu);
 font-size: clamp(1.4rem, 2.7cqw, 1.7rem);
 font-weight: 600;
 line-height: 1.9;
}
.p-intro .p-text p em {
 letter-spacing: -0.05em;
}

@media only screen and (max-width: 820px) {
 .intro_header {
  height: 120vh;
  background: var(--color-blk) url(../img/intro_bg.jpg) no-repeat 30% 0;
  background-size: cover;
 }
 #intro .contbox {
  width: auto;
  margin-left: calc((200 / 820) * 100cqw);
  margin-right: calc((40 / 820) * 100cqw);
  padding-top: calc((260 / 820) * 100cqw);
  padding-bottom: calc((200 / 820) * 100cqw);
 }
 .intro_cp {
  gap: calc((22 / 740) * 100cqw);
 }
 .intro_cp_01 {
  margin-left: calc((20 / 592) * 100cqw);
 }
 .intro_cp_02 {
  margin-right: calc((100 / 592) * 100cqw);
  transform: rotate(0.2deg);
 }
 .intro_cp_03 {
  margin-left: calc((160 / 592) * 100cqw);
 }
 .intro_cp img {
  height: calc((42 / 592) * 100cqw);
 }
 .p-intro .p-text p {
  font-size: min(1.5rem, 2.58cqw);
 }
}

@media only screen and (max-width: 600px) {
 #intro .ttl_wrap {
  position: absolute;
  top: calc((100 / 375) * 100cqw);
  left: calc((16 / 375) * 100cqw);
  transform: rotate(-6deg);
 }
 #intro .contbox {
  width: auto;
  margin-left: calc((15 / 375) * 100cqw);
  margin-right: calc((15 / 375) * 100cqw);
  padding-top: calc((280 / 375) * 100cqw);
  padding-bottom: calc((100 / 375) * 100cqw);
 }
 .intro_cp {
  gap: calc((22 / 740) * 100cqw);
 }
 .intro_cp_01 {
  margin-left: 0;
 }
 .intro_cp_02 {
  margin-right: calc((40 / 375) * 100cqw);
 }
 .intro_cp_03 {
  margin-left: auto;
  margin-right: 0;
 }
 .intro_cp img {
  height: calc((32 / 375) * 100cqw);
 }
 .p-intro .p-text {
  margin-top: calc((40 / 375) * 100cqw);
  padding-block: calc((40 / 375) * 100cqw);
  padding-inline: calc((24 / 375) * 100cqw);
  border-radius: calc((60 / 375) * 100cqw);
 }
 .p-intro .p-text p {
  font-size: min(1.4rem, 4.05cqw);
  line-height: 1.7;
 }
}

/* story
 ================================================================================== */
#story {
 width: 100%;
 position: relative;
}
.story_header {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 display: block;
 background: var(--color-blk) url(../img/story_bg.jpg) no-repeat 50% 0;
 background-size: cover;
}
#story .cont_body {
 padding-inline: 0;
}
#story .ttl_wrap {
 position: absolute;
 top: calc((200 / 1360) * 100cqw);
 right: calc((170 / 1360) * 100cqw);
 transform: rotate(6deg);
}
#story .contbox {
 max-width: 1300px;
 width: calc((1120 / 1360) * 100cqw);
 margin-inline: auto;
 padding-top: calc((330 / 1360) * 100cqw);
 padding-bottom: calc((200 / 1360) * 100cqw);
 container: storyin / inline-size;
}
.story_wrap {
 display: flex;
 gap: calc((130 / 1120) * 100cqw);
}
.soukan {
 padding-top: calc((160 / 1120) * 100cqw);
 width: calc((500 / 1120) * 100cqw);
}
.p-story {
 flex: 1;
}
.story_cp {
 display: flex;
 flex-direction: column;
 gap: calc((8 / 1120) * 100cqw);
}
.story_cp_01 {
 margin-left: 0;
 margin-right: auto;
 transform: rotate(-4deg);
 position: relative;
}
.story_cp_02 {
 margin-left: calc((210 / 1120) * 100cqw);
 margin-right: auto;
 position: relative;
}
.story_cp_03 {
 margin-left: calc((90 / 1120) * 100cqw);
 margin-right: auto;
 transform: rotate(-2deg);
 position: relative;
}
.story_cp img {
 height: calc((42 / 1120) * 100cqw);
}
.p-story .p-text {
 margin-top: calc((90 / 1120) * 100cqw);
}
.p-story .p-text p {
 color: var(--color-wht);
 font-size: clamp(1.4rem, 1.42cqw, 1.7rem);
 font-weight: 600;
 line-height: 2;
}
.p-story p em {
 letter-spacing: -0.05em;
}

@media only screen and (max-width: 820px) {
 #story .ttl_wrap {
  top: calc((80 / 820) * 100cqw);
  right: calc((40 / 820) * 100cqw);
 }
 #story .contbox {
  max-width: unset;
  width: calc((680 / 820) * 100cqw);
  padding-top: calc((220 / 820) * 100cqw);
  padding-bottom: calc((200 / 820) * 100cqw);
 }
 .story_wrap {
  flex-direction: column;
  gap: calc((60 / 820) * 100cqw);
 }
 .soukan {
  padding-top: unset;
  width: calc((500 / 820) * 100cqw);
  align-self: center;
 }
 .p-story {
  flex: unset;
 }
 .story_cp {
  gap: calc((8 / 820) * 100cqw);
 }
 .story_cp_02 {
  margin-left: calc((150 / 820) * 100cqw);
 }
 .story_cp_03 {
  margin-left: calc((90 / 820) * 100cqw);
 }
 .story_cp img {
  height: calc((42 / 820) * 100cqw);
 }
 .p-story .p-text {
  margin-top: calc((40 / 820) * 100cqw);
 }
 .p-story .p-text p {
  font-size: min(1.5rem, 2.58cqw);
 }
}

@media only screen and (max-width: 600px) {
 #story .ttl_wrap {
  top: calc((40 / 375) * 100cqw);
  right: calc((20 / 375) * 100cqw);
 }
 #story .contbox {
  max-width: unset;
  width: calc((335 / 375) * 100cqw);
  padding-top: calc((160 / 375) * 100cqw);
  padding-bottom: calc((200 / 375) * 100cqw);
 }
 .story_wrap {
  flex-direction: column;
  gap: calc((60 / 335) * 100cqw);
 }
 .soukan {
  width: 100%;
 }
 .p-story {
  flex: unset;
 }
 .story_cp {
  gap: calc((8 / 375) * 100cqw);
 }
 .story_cp_02 {
  margin-left: calc((150 / 375) * 100cqw);
 }
 .story_cp_03 {
  margin-left: calc((90 / 375) * 100cqw);
 }
 .story_cp img {
  height: calc((31 / 375) * 100cqw);
 }
 .p-story .p-text {
  margin-top: calc((30 / 375) * 100cqw);
 }
 .p-story .p-text p {
  font-size: min(1.4rem, 4.37cqw);
  line-height: 1.7;
 }
}

/* point
 ================================================================================== */
#point {
 width: 100%;
 position: relative;
}
.point_header {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 min-height: 100vh;
 display: block;
 background: var(--color-blk) url(../img/point_bg.jpg) no-repeat 50% 0;
 background-size: cover;
}
#point .cont_body {
 padding-inline: 0;
}
#point .ttl_wrap {
 position: absolute;
 top: calc((200 / 1360) * 100cqw);
 left: calc((60 / 1360) * 100cqw);
 transform: rotate(-6deg);
}
#point .contbox {
 max-width: 700px;
 width: calc((580 / 1360) * 100cqw);
 margin-left: calc(50% - ((30 / 1360) * 100cqw));
 margin-right: auto;
 padding-top: calc((200 / 1360) * 100cqw);
 padding-bottom: calc((200 / 1360) * 100cqw);
 container: pointin / inline-size;
}
.p-point {
 position: relative;
 z-index: 2;
}
.point_wrap {
 display: flex;
 flex-direction: column;
 gap: calc((100 / 580) * 100cqw);
}
.point {
 position: relative;
 width: calc((370 / 580) * 100cqw);
}
.point_02,
.point_04 {
 margin-left: auto;
}
.point .num {
 position: absolute;
 width: calc((80 / 580) * 100cqw);
 top: calc((-22 / 580) * 100cqw);
 left: calc((-64 / 580) * 100cqw);
 z-index: 1;
}
.point .name {
 position: relative;
 z-index: 2;
}
.point .name img {
 height: calc((33 / 580) * 100cqw);
}
.point .text {
 margin-top: calc((20 / 580) * 100cqw);
}
.point p {
 color: var(--color-ylw);
 font-size: clamp(1.3rem, 2.36cqw, 1.5rem);
 font-weight: 500;
 line-height: 1.9;
}

@media only screen and (max-width: 820px) {
 #point .ttl_wrap {
  top: calc((60 / 820) * 100cqw);
  left: calc((36 / 820) * 100cqw);
 }
 #point .contbox {
  max-width: unset;
  width: auto;
  margin-left: calc((200 / 820) * 100cqw);
  margin-right: calc((40 / 820) * 100cqw);
  padding-top: calc((220 / 820) * 100cqw);
  padding-bottom: calc((200 / 820) * 100cqw);
 }
 .point_wrap {
  gap: calc((80 / 820) * 100cqw);
 }
 .point {
  width: calc((570 / 820) * 100cqw);
 }
 .point_02,
 .point_04 {
  margin-left: unset;
 }
 .point_01,
 .point_03,
 .point_05 {
  margin-left: auto;
 }
 .point .num {
  width: calc((100 / 820) * 100cqw);
  top: calc((-22 / 820) * 100cqw);
  left: calc((-90 / 820) * 100cqw);
 }
 .point .name img {
  height: calc((44 / 820) * 100cqw);
 }
 .point .text {
  margin-top: calc((20 / 820) * 100cqw);
 }
 .point p {
  font-size: min(1.4rem, 2.41cqw);
  line-height: 1.9;
 }
}

@media only screen and (max-width: 600px) {
 #point .ttl_wrap {
  top: calc((30 / 375) * 100cqw);
  left: calc((96 / 375) * 100cqw);
 }
 #point .contbox {
  margin-left: calc((60 / 375) * 100cqw);
  margin-right: calc((20 / 375) * 100cqw);
  padding-top: calc((180 / 375) * 100cqw);
  padding-bottom: calc((200 / 375) * 100cqw);
 }
 .point_wrap {
  gap: calc((60 / 375) * 100cqw);
 }
 .point {
  width: 100%;
 }
 .point_02,
 .point_04 {
  margin-left: unset;
 }
 .point_01,
 .point_03,
 .point_05 {
  margin-left: auto;
 }
 .point .num {
  width: calc((60 / 375) * 100cqw);
  top: calc((-22 / 375) * 100cqw);
  left: calc((-55 / 375) * 100cqw);
 }
 .point .name img {
  height: calc((33 / 375) * 100cqw);
 }
 .point .text {
  margin-top: calc((14 / 375) * 100cqw);
 }
 .point p {
  font-size: min(1.3rem, 4.4cqw);
  line-height: 1.7;
 }
}

/* note
 ================================================================================== */
#note {
 width: 100%;
 position: relative;
}
.note_header {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: var(--color-blk) url(../img/note_bg.jpg) no-repeat 50% 0;
 background-size: cover;
}
#note .cont_body {
 padding-inline: 0;
}
#note .ttl_wrap {
 position: absolute;
 top: calc((200 / 1360) * 100cqw);
 right: calc((60 / 1360) * 100cqw);
 transform: rotate(6deg);
}
#note .ttl {
 align-items: flex-end;
}
#note .contbox {
 max-width: 700px;
 width: calc((592 / 1360) * 100cqw);
 margin-right: calc(50% - ((30 / 1360) * 100cqw));
 margin-left: auto;
 padding-top: calc((200 / 1360) * 100cqw);
 padding-bottom: calc((200 / 1360) * 100cqw);
 container: notein / inline-size;
}
.p-note {
 position: relative;
 z-index: 2;
}
.note_cp {
 display: flex;
 flex-direction: column;
 gap: calc((14 / 740) * 100cqw);
}
.note_cp_01 {
 margin-left: 0;
 margin-right: auto;
 transform: rotate(-4.1deg);
 position: relative;
}
.note_cp_02 {
 margin-left: calc((210 / 592) * 100cqw);
 margin-right: auto;
 transform: rotate(-4deg);
 position: relative;
 top: calc((-20 / 592) * 100cqw);
}
.note_cp_03 {
 margin-left: calc((90 / 592) * 100cqw);
 margin-right: auto;
 transform: rotate(2deg);
 position: relative;
}
.note_cp_04 {
 margin-left: calc((330 / 592) * 100cqw);
 margin-right: auto;
 transform: rotate(2.8deg);
 position: relative;
}
.note_cp img {
 height: calc((40 / 592) * 100cqw);
}
.p-note .p-text {
 margin-top: calc((50 / 592) * 100cqw);
 padding-block: calc((70 / 592) * 100cqw);
 padding-inline: calc((46 / 592) * 100cqw);
 background-color: rgba(255, 255, 255, 0.9);
 border: 2px solid var(--color-ylw);
 border-radius: calc((100 / 592) * 100cqw);
}
.p-note .p-text p {
 color: var(--color-blu);
 font-size: clamp(1.4rem, 2.7cqw, 1.7rem);
 font-weight: 600;
 line-height: 1.9;
}
.p-note .p-text p em {
 letter-spacing: -0.05em;
}

@media only screen and (max-width: 820px) {
 #note .ttl_wrap {
  top: calc((80 / 820) * 100cqw);
  right: calc((40 / 820) * 100cqw);
 }
 #note .contbox {
  max-width: unset;
  width: auto;
  margin-left: calc((40 / 820) * 100cqw);
  margin-right: calc((200 / 820) * 100cqw);
  padding-top: calc((220 / 820) * 100cqw);
  padding-bottom: calc((200 / 820) * 100cqw);
 }
 .note_cp {
  gap: calc((14 / 740) * 100cqw);
 }
 .note_cp_02 {
  margin-left: calc((210 / 580) * 100cqw);
  top: calc((-20 / 592) * 100cqw);
 }
 .note_cp_03 {
  margin-left: calc((90 / 580) * 100cqw);
 }
 .note_cp_04 {
  margin-left: calc((330 / 580) * 100cqw);
 }
 .note_cp img {
  height: calc((31 / 580) * 100cqw);
 }
 .p-note .p-text {
  margin-top: calc((30 / 580) * 100cqw);
  padding-block: calc((70 / 592) * 100cqw);
  padding-inline: calc((46 / 592) * 100cqw);
  border-radius: calc((100 / 592) * 100cqw);
 }
 .p-note .p-text p {
  font-size: min(1.5rem, 2.58cqw);
 }
}

@media only screen and (max-width: 600px) {
 .note_header {
  background: #162831 url(../img/note_bg_sp.jpg) no-repeat 50% 0;
  background-size: 100% auto;
 }
 #note .ttl_wrap {
  top: calc((60 / 375) * 100cqw);
  right: calc((20 / 375) * 100cqw);
 }
 #note .contbox {
  width: auto;
  margin-left: calc((15 / 375) * 100cqw);
  margin-right: calc((15 / 375) * 100cqw);
  padding-top: calc((180 / 375) * 100cqw);
  padding-bottom: calc((200 / 375) * 100cqw);
 }
 .note_cp {
  gap: calc((10 / 375) * 100cqw);
 }
 .note_cp_02 {
  margin-left: calc((110 / 375) * 100cqw);
  top: calc((-4 / 375) * 100cqw);
 }
 .note_cp_03 {
  margin-left: calc((40 / 375) * 100cqw);
 }
 .note_cp_04 {
  margin-left: calc((210 / 375) * 100cqw);
 }
 .note_cp img {
  height: calc((31 / 375) * 100cqw);
 }
 .p-note .p-text {
  margin-top: calc((30 / 375) * 100cqw);
  padding-block: calc((40 / 375) * 100cqw);
  padding-inline: calc((24 / 375) * 100cqw);
  border-radius: calc((60 / 375) * 100cqw);
 }
 .p-note .p-text p {
  font-size: min(1.4rem, 4.05cqw);
  line-height: 1.7;
 }
}

/* cast
================================================================================== */
#cast {
 width: 100%;
 position: relative;
}
.cast_header {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100vw;
 display: flex;
 background: var(--color-blk) url(../img/cast_bg.jpg) no-repeat 50% 0;
 background-size: cover;
 background-attachment: fixed;
}
#cast .cont_body {
 padding-inline: 0;
}
#cast .ttl_wrap {
 position: absolute;
 top: calc((80 / 1360) * 100cqw);
 left: calc((60 / 1360) * 100cqw);
 transform: rotate(-6deg);
}
#cast .contbox {
 width: auto;
 margin-inline: auto;
 padding-top: calc((80 / 1360) * 100cqw);
 padding-bottom: calc((80 / 1360) * 100cqw);
 container: castin / inline-size;
}
.cast_wrap {
 position: relative;
 width: 100%;
 margin: 0 auto;
 min-height: calc(100vh - ((160 / 1360) * 100cqw));
 /* padding-top: calc((150 / 1360) * 100cqw); */
}
.p-cast {
 position: absolute;
 top: 0;
 left: 0;
 display: flex;
 padding-left: calc((410 / 1360) * 100cqw);
 padding-right: 70px;
 gap: calc((80 / 1360) * 100cqw);
}
.cast {
 max-width: 540px;
 width: calc((540 / 1360) * 100cqw);
 padding-block: calc((60 / 1360) * 100cqw);
 padding-inline: calc((50 / 1360) * 100cqw);
 background-color: rgba(255, 255, 255, 0.9);
 border: 2px solid var(--color-ylw);
 border-radius: 150px;
}
.cast .prof {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 20px;
}
.cast .prof .en_name {
 color: var(--color-blu);
 font-size: 5rem;
 font-family: var(--ff-vvdsm);
 font-weight: 500;
}
.cast .prof .p_photo {
 display: block;
 width: calc((180 / 1360) * 100cqw);
 aspect-ratio: 1/1;
 border-radius: 100%;
 overflow: hidden;
}
.cast .prof .jp_name {
 color: var(--color-blu);
 font-size: 1.7rem;
 font-weight: 700;
 letter-spacing: -0.04em;
}
.cast .prof .jp_name small {
 display: inline-block;
 font-size: clamp(1.6rem, 1.25cqw, 1.8rem);
 font-weight: 700;
 margin-left: 0.5em;
 padding-left: 0.5em;
 border-left: 1px solid var(--color-blu);
}
.cast .prof .text p {
 color: var(--color-blu);
 font-size: clamp(1.2rem, 0.91cqw, 1.3rem);
 font-weight: 500;
 line-height: 1.5;
}

@media only screen and (max-width: 820px) {
 .cast_header {
  background: #391b5c url(../img/cast_bg_sp.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  background-attachment: unset;
 }
 #cast .ttl_wrap {
  top: calc((60 / 820) * 100cqw);
  left: calc((36 / 820) * 100cqw);
 }
 #cast .contbox {
  padding-top: calc((220 / 820) * 100cqw);
  padding-bottom: calc((80 / 820) * 100cqw);
  height: 100vh;
 }
 .cast_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  min-height: calc(100vh - ((300 / 820) * 100cqw));
  /* padding-top: 100vh; */
 }
 .p-cast {
  padding-inline: calc((40 / 820) * 100cqw);
  gap: calc((40 / 820) * 100cqw);
 }
 .cast {
  max-width: unset;
  width: calc((480 / 820) * 100cqw);
  padding-block: calc((68 / 820) * 100cqw);
  padding-inline: calc((45 / 820) * 100cqw);
  border-radius: calc((98 / 820) * 100vw);
 }
 .cast .prof {
  gap: 14px;
 }
 .cast .prof .en_name {
  font-size: min(5rem, 6vw);
 }
 .cast .prof .p_photo {
  width: calc((140 / 820) * 100vw);
 }
 .cast .prof .jp_name {
  font-size: min(1.7rem, 2vw);
 }
 .cast .prof .jp_name small {
  font-size: min(1.7rem, 2vw);
 }
 .cast .prof .text p {
  font-size: min(1.3rem, 1.58vw);
  line-height: 1.5;
 }
}

@media only screen and (max-width: 600px) {
 .cast_header {
  background: #391b5c url(../img/cast_bg_sp.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  background-attachment: unset;
 }
 #cast .contbox {
  padding-top: calc((130 / 375) * 100cqw);
  padding-bottom: calc((20 / 820) * 100cqw);
 }
 #cast .ttl_wrap {
  top: calc((20 / 375) * 100cqw);
  left: calc((96 / 375) * 100cqw);
 }
 .cast_wrap {
  min-height: calc(100vh - ((150 / 375) * 100cqw));
 }
 .p-cast {
  padding-inline: calc((20 / 375) * 100cqw);
  gap: calc((30 / 375) * 100cqw);
 }
 .cast {
  max-width: unset;
  width: calc((365 / 375) * 100vw);
  padding-block: calc((20 / 375) * 100cqw);
  padding-inline: calc((20 / 375) * 100cqw);
  border-radius: calc((45 / 375) * 100vw);
 }
 .cast .prof {
  gap: 10px;
 }
 .cast .prof .en_name {
  font-size: min(4rem, 10.66cqw);
 }
 .cast .prof .p_photo {
  width: calc((100 / 375) * 100cqw);
 }
 .cast .prof .jp_name {
  font-size: min(1.6rem, 4.26cqw);
 }
 .cast .prof .jp_name small {
  font-size: min(1.6rem, 4.26cqw);
 }
 .cast .prof .text p {
  font-size: min(1.2rem, 3.2cqw);
  line-height: 1.4;
 }
}

/* staff
================================================================================== */
#staff {
 width: 100%;
 position: relative;
}
.staff_header {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 display: flex;
 background: #160f15 url(../img/staff_bg.jpg) no-repeat 50% 0;
 background-size: cover;
 background-attachment: fixed;
}
#staff .ttl_wrap {
 position: absolute;
 top: calc((105 / 1360) * 100cqw);
 right: calc((100 / 1360) * 100cqw);
 transform: rotate(6deg);
}
#staff .ttl {
 align-items: flex-end;
}
#staff .contbox {
 max-width: 1000px;
 margin-inline: auto;
 padding-top: calc((180 / 1360) * 100cqw);
 padding-bottom: calc((180 / 1360) * 100cqw);
 container: staffin / inline-size;
}
.p-staff {
 width: 420px;
 margin-right: auto;
 display: flex;
 flex-direction: column;
 gap: 110px;
}
.staff {
 width: 100%;
}
.staff .prof {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 20px;
}
.staff .prof .en_name {
 color: var(--color-ylw);
 font-size: 5rem;
 font-family: var(--ff-vvdsm);
 font-weight: 500;
}
.staff .prof .p_photo {
 display: block;
 width: calc((180 / 1000) * 100cqw);
 aspect-ratio: 1/1;
 border-radius: 100%;
 overflow: hidden;
}
.staff .prof .jp_name {
 color: var(--color-ylw);
 font-size: clamp(1.7rem, 1.8cqw, 1.9rem);
 font-weight: 800;
 letter-spacing: -0.04em;
 align-self: flex-start;
}
.staff .prof .jp_name small {
 display: inline-block;
 font-size: clamp(1.7rem, 1.8cqw, 1.9rem);
 font-weight: 800;
 margin-left: 0.5em;
 padding-left: 0.5em;
 border-left: 1px solid var(--color-ylw);
}
.staff .prof .text p {
 color: var(--color-ylw);
 font-size: clamp(1.2rem, 1.3cqw, 1.4rem);
 font-weight: 500;
 line-height: 1.6;
}

@media only screen and (max-width: 820px) {
 .staff_header {
  background: #160f15 url(../img/staff_bg_sp.jpg) no-repeat 50% 60%;
  background-size: 100% auto;
  background-attachment: unset;
 }
 #staff .ttl_wrap {
  top: calc((80 / 820) * 100cqw);
  right: calc((70 / 820) * 100cqw);
 }
 #staff .contbox {
  max-width: unset;
  width: calc((680 / 820) * 100cqw);
  padding-top: calc((160 / 820) * 100cqw);
  padding-bottom: calc((200 / 820) * 100cqw);
 }
 .p-staff {
  width: calc((480 / 820) * 100cqw);
  gap: calc((80 / 820) * 100cqw);
 }
 .staff .prof {
  gap: 20px;
 }
 .staff .prof .p_photo {
  width: calc((140 / 680) * 100cqw);
 }
 .staff .prof .jp_name {
  font-size: min(1.7rem, 2vw);
 }
 .staff .prof .jp_name small {
  font-size: min(1.7rem, 2vw);
 }
 .staff .prof .text p {
  font-size: min(1.3rem, 1.58vw);
  line-height: 1.5;
 }
}

@media only screen and (max-width: 600px) {
 #staff .ttl_wrap {
  top: calc((40 / 375) * 100cqw);
  right: calc((20 / 375) * 100cqw);
 }
 #staff .contbox {
  width: calc((335 / 375) * 100cqw);
  padding-top: calc((160 / 375) * 100cqw);
  padding-bottom: calc((80 / 375) * 100cqw);
 }
 .p-staff {
  width: 100%;
  gap: calc((60 / 375) * 100cqw);
 }
 .staff .prof {
  gap: calc((15 / 335) * 100cqw);
 }
 .staff .prof .p_photo {
  width: calc((100 / 335) * 100cqw);
 }
 .staff .prof .jp_name {
  font-size: min(1.6rem, 4.77cqw);
 }
 .staff .prof .jp_name small {
  font-size: min(1.6rem, 4.77cqw);
 }
 .staff .prof .text p {
  font-size: min(1.2rem, 3.58cqw);
  line-height: 1.5;
 }
}

/* comment
================================================================================== */
#comment {
 width: 100%;
 position: relative;
}
.comment_header {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 display: flex;
 background: #160f15 url(../img/comment_bg.jpg) no-repeat 50% 0;
 background-size: cover;
 background-attachment: fixed;
}
#comment .ttl_wrap {
 position: absolute;
 top: calc((200 / 1360) * 100cqw);
 left: calc((60 / 1360) * 100cqw);
 transform: rotate(-6deg);
}
#comment .ttl {
 align-items: flex-end;
}
#comment .contbox {
 max-width: 740px;
 width: calc((680 / 1360) * 100cqw);
 margin-left: calc(50% - ((60 / 1360) * 100cqw));
 margin-right: auto;
 padding-top: calc((200 / 1360) * 100cqw);
 padding-bottom: calc((200 / 1360) * 100cqw);
 container: comein / inline-size;
}
.p-comment {
 max-width: 680px;
 margin-right: auto;
 display: flex;
 flex-direction: column;
 gap: 40px;
}
.biko {
 margin-top: 20px;
 color: var(--color-wht);
 font-size: 1.2rem;
 text-align: right;
 padding: 0 4%;
}
.comment_box {
 display: flex;
 flex-direction: column;
 gap: 80px;
}
.comment {
 color: var(--color-wht);
 display: block;
 position: relative;
}
.comment p {
 font-size: 1.7rem;
 font-weight: 600;
 line-height: 1.82em;
 letter-spacing: 0;
}
.comment p img.emoji {
 position: relative;
 width: 22px;
 margin-left: 7px;
 top: -3px;
}
.comment p em {
 letter-spacing: -0.1em;
}
.comment p strong {
 color: var(--color-wht);
 font-size: 1.7rem;
 font-weight: 700;
}
.comment p.name {
 color: var(--color-blk);
 line-height: 1.4;
 display: inline-block;
 padding: 0.05em 0.5em 0.3em;
 margin-top: 15px;
 padding-left: 30px;
 position: relative;
 background-color: var(--color-wht);
}
.comment p.name::before {
 content: "";
 position: absolute;
 top: 15px;
 left: 5px;
 width: 20px;
 height: 1px;
 background: var(--color-blk);
 display: block;
}
.comment p.name em {
 font-size: 1.4rem;
 font-weight: 600;
 display: inline-block;
 letter-spacing: 0;
}
.comment p.name .job {
 font-size: 1.1rem;
 font-weight: 600;
 display: inline-block;
}

@media only screen and (max-width: 820px) {
 .comment_header {
  background: var(--color-blk) url(../img/comment_bg_sp.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  background-attachment: unset;
 }
 #comment .ttl_wrap {
  top: calc((80 / 820) * 100cqw);
  left: calc((70 / 820) * 100cqw);
 }
 #comment .contbox {
  max-width: unset;
  width: 70%;
  padding-top: calc((260 / 820) * 100cqw);
  padding-bottom: calc((80 / 820) * 100cqw);
  margin-inline: auto 0;
 }
 .p-comment {
  width: auto;
  gap: calc((80 / 820) * 100cqw);
 }
 .comment {
  width: 100%;
 }
 .comment p {
  font-size: 1.6rem;
 }
}

@media only screen and (max-width: 600px) {
 #comment .ttl_wrap {
  top: calc((80 / 375) * 100cqw);
  left: calc((16 / 375) * 100cqw);
 }
 #comment .contbox {
  width: calc((335 / 375) * 100cqw);
  padding-top: calc((190 / 375) * 100cqw);
  padding-bottom: calc((80 / 375) * 100cqw);
 }
 .p-comment {
  width: 100%;
  gap: 20px;
 }
 .biko {
  margin-top: unset;
  font-size: min(1.1rem, 3.18cqw);
  padding: 0;
 }
 .comment_box {
  flex-flow: column;
  gap: 30px;
 }
 .comment p {
  font-size: min(1.3rem, 3.88cqw);
  line-height: 1.6;
 }
 .comment p img.emoji {
  width: min(18px, 5.21cqw);
  margin-left: 7px;
  top: -2px;
 }
 .comment p.name::before {
  top: 11px;
 }
 .comment p.name em {
  font-size: min(1.3rem, 3.76cqw);
  margin-right: 0;
 }
 .comment p.name .job {
  font-size: min(1.1rem, 3.18cqw);
 }
}

/* credit
================================================================================== */
#credit {
 display: block;
 width: 100%;
 position: relative;
 overflow: hidden;
 background: url(../img/cd_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
}
.p-credit {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-top: calc((100 / 1360) * 100cqw);
 padding-bottom: calc((90 / 1360) * 100cqw);
}
.cd_logo {
 width: calc((214 / 1360) * 100cqw);
 position: relative;
}
.p-credit .sns {
 margin-top: calc((68 / 1360) * 100cqw);
}
.p-credit .sns .btn a {
 width: 36px;
 height: 36px;
}
#credit #pageTop {
 position: fixed;
 display: block;
 bottom: 8px;
 right: 20px;
 width: 48px;
 height: 48px;
 z-index: 9;
 transform: scale(1.2);
 transition: all 0.3s ease-in-out;
 opacity: 0;
}
#credit #pageTop.show {
 transform: scale(1);
 opacity: 1;
}
#credit #pageTop::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 z-index: -1;
 background-color: var(--color-ylw);
 border-radius: 100%;
 transition: 0.2s;
}
#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-ppl);
 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: 600px) {
 .p-credit {
  padding-top: calc((60 / 375) * 100cqw);
  padding-bottom: calc((80 / 375) * 100cqw);
 }
 .cd_logo {
  width: calc((130 / 375) * 100cqw);
 }
 .p-credit .sns {
  margin-top: calc((30 / 375) * 100cqw);
 }
 #credit #pageTop {
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
 }
 #credit #pageTop a {
  width: 40px;
  padding: 40px 0 0;
 }
 #credit #pageTop a:after {
  margin-top: -3px;
  margin-left: -3.5px;
  width: 8px;
  height: 8px;
 }
}

/* [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-profile .under {
 transition-delay: 0.65s;
}

/* p-show-img */
.p-show-img {
 opacity: 0;
 transform: scale(1.05);
}
.p-show-img.is-show,
.p-show-img.is-show {
 animation: img_show 3s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
@keyframes img_show {
 0% {
  opacity: 0;
  transform: scale(1.05);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}

/* p-show-ttl */
.ttl.p-show-ttl {
 opacity: 0;
}
#intro .ttl.p-show-ttl.is-show,
#point .ttl.p-show-ttl.is-show,
#cast .ttl.p-show-ttl.is-show,
#comment .ttl.p-show-ttl.is-show {
 animation: ttl_show 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
#story .ttl.p-show-ttl.is-show,
#note .ttl.p-show-ttl.is-show,
#staff .ttl.p-show-ttl.is-show {
 animation: ttl_show2 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
@keyframes ttl_show {
 0% {
  opacity: 0;
  transform: translate(-40%, 15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes ttl_show2 {
 0% {
  opacity: 0;
  transform: translate(-40%, -15%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}

/* p-show-item */
.intro_cp.p-show-item .intro_cp_01 img,
.story_cp.p-show-item .story_cp_01 img,
.story_cp.p-show-item .story_cp_03 img,
.note_cp.p-show-item .note_cp_01 img {
 opacity: 0;
 transform: translate(-30%, 15%);
 transition: all 0.4s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.1s;
}
.story_cp.p-show-item .story_cp_03 img {
 transition-delay: 0.5s;
}
.intro_cp.p-show-item .intro_cp_02 img,
.story_cp.p-show-item .story_cp_02 img,
.note_cp.p-show-item .note_cp_03 img {
 opacity: 0;
 transform: translate(30%, 15%);
 transition: all 0.4s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.2s;
}
.intro_cp.p-show-item .intro_cp_03 img,
.note_cp.p-show-item .note_cp_04 img {
 opacity: 0;
 transform: translate(40%, 15%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
.note_cp.p-show-item .note_cp_02 img {
 opacity: 0;
 transform: translate(30%, -15%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#point .p-show-item {
 opacity: 0;
 transform: translateX(-30%);
 transition: all 0.4s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
.soukan .p-show-item2 {
 opacity: 0;
 transform: scale(0.7) rotate(-60deg);
 transition: all 1.2s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.2s;
}
.intro_cp.p-show-item.is-show .intro_cp_01 img,
.intro_cp.p-show-item.is-show .intro_cp_02 img,
.intro_cp.p-show-item.is-show .intro_cp_03 img,
.story_cp.p-show-item.is-show .story_cp_01 img,
.story_cp.p-show-item.is-show .story_cp_02 img,
.story_cp.p-show-item.is-show .story_cp_03 img,
.note_cp.p-show-item.is-show .note_cp_01 img,
.note_cp.p-show-item.is-show .note_cp_02 img,
.note_cp.p-show-item.is-show .note_cp_03 img,
.note_cp.p-show-item.is-show .note_cp_04 img,
#point .p-show-item.is-show {
 opacity: 1;
 transform: translate(0, 0);
}
.soukan .p-show-item2.is-show {
 opacity: 1;
 transform: scale(1) rotate(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;
 }
}
