@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
@import url("colorbox.css");

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

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

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-red: #e60013;
 --color-blu: #1d50a2;
 --color-blu2: #004ea2;
 --color-crm: #f4e48a;
 --color-gry: #bbbbbb;
 --color-base: #0e0f09;
}

/* ==========================================================================
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: "Zen Kaku Gothic Antique", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ 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-wht);
 font-size: 1.6rem;
 line-height: 1;
 letter-spacing: 0.04em;
 text-align: left;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
}
#wrap {
 width: 100%;
 max-width: 2400px;
 margin-inline: auto;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
 background-color: var(--color-blk);
 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;
  background-color: var(--color-wht);
 }
}

/* 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: 250px;
 height: 250px;
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: url(../img/ts_logo_all.png) no-repeat 50% 50%;
 background-size: contain;
 opacity: 1;
}
.lds-dual-ring div {
 position: absolute;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
}
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 lds-dual-ring {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
@-webkit-keyframes lds-dual-ring {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}

@media screen and (max-width: 600px) {
 .lds-dual-ring {
  width: 60%;
  height: 30vw;
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: relative;
 width: 100%;
 height: 40px;
 background-color: var(--color-wht);
 z-index: 100;
}
.l-header__navi {
 position: absolute;
 top: 0;
 left: 0;
 display: flex;
 justify-content: center;
 width: 100%;
 height: 40px;
 z-index: 3;
}
.l-header__navi ul {
 display: flex;
 justify-content: center;
 position: relative;
 gap: 25px;
}
.l-header__navi li {
 display: inline-block;
 height: 40px;
 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-red);
 font-size: 1.6rem;
 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: 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;
}
.hd__mark {
 position: absolute;
 top: 0;
 left: 0;
 width: 70px;
 height: 70px;
 border-radius: 100%;
 transition: all 0.3s;
 background-color: var(--color-red);
}
.hd__menutrigger__icon {
 position: absolute;
 left: 28px;
 top: 15px;
 width: 16px;
 height: 24px;
 display: block;
 transition: all 0.3s;
}
.hd__menutrigger__icon .icon {
 max-width: 100%;
 max-height: 100%;
 fill: var(--color-wht);
}
.hd__menutrigger span {
 width: 24px;
 height: 2px;
 background: var(--color-wht);
 display: block;
 position: absolute;
 left: 24px;
 transition: all 0.3s;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 20px;
 opacity: 0;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 36px;
}
.hd__menutrigger.is__active .hd__mark {
 background-color: var(--color-base);
}
.hd__menutrigger.is__active .hd__menutrigger__icon {
 top: 30px;
 opacity: 0;
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 top: 30px;
 opacity: 1;
}
.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-wht);
}
.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-wht);
 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-red);
 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: 16px;
}
.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 {
 color: var(--color-wht);
 font-size: 4rem;
 font-weight: 600;
 padding-top: 0;
}
@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

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

@media screen and (min-width: 821px) {
 .l-header__navi li a:hover span {
  color: var(--color-blu2);
 }
 .l-gnav__container.is__open .l-header__navi li a:hover span {
  color: var(--color-wht);
  opacity: 0.5;
 }
 .hd__menutrigger:hover .hd__mark {
  transform: scale(1.1);
 }
}

@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;
 }
 .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: 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: 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 {
  left: 20px;
  top: 26px;
  width: 20px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line02 {
  transform: rotate(-25deg) translateX(0px);
  left: 15px;
  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: 6vw;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: min(2.9rem, 7.73vw);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 min-height: 100vh;
 z-index: 2;
}
.ol {
 filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
}
.ol2 {
 filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
.ol3 {
 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}
.olw {
 filter: drop-shadow(0px 0px 4px rgba(41, 185, 207, 0.8)) drop-shadow(0px 0px 4px rgba(41, 185, 207, 0.8)) drop-shadow(0px 0px 4px rgba(41, 185, 207, 0.8));
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
}
.main_img .ts_bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.main_img .ts_bg::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 60px;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
}
.main_img .img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../img/ts_bg.jpg) no-repeat 0 0;
 background-size: 100% auto;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transform: scale(1.05);
}
.ts_hit {
 position: absolute;
 top: 0;
 left: 1.17%;
 width: 53.08%;
 padding-top: 0.44%;
 display: block;
}
.ts_aw {
 position: absolute;
 top: 0;
 left: 0.73%;
 width: 35.29%;
 padding-top: 4.59%;
 display: block;
}
.ts_badge {
 position: absolute;
 top: 0;
 left: 0.29%;
 width: 11.82%;
 padding-top: 9.11%;
 display: block;
}
.ts_badge img {
 position: relative;
 transform: rotate(-10deg);
 border-radius: 100%;
 box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
}
.ts_c1_wrap {
 position: absolute;
 top: 0;
 left: 4.04%;
 width: 11.76%;
 padding-top: 30.73%;
 display: block;
}
.ts_c1 {
 width: 100%;
}
.ts_item_01 {
 position: absolute;
 top: 103%;
 right: 5%;
 width: 140%;
}

.ts_main {
 display: flex;
 flex-flow: column;
 justify-content: center;
 width: 56.39%;
 height: auto;
 padding-block: 35.95% 30px;
 margin-inline: auto;
 container: tsmain / inline-size;
}
.ts_cast {
 display: block;
 position: relative;
 margin-inline: auto;
 width: 45.63cqw;
}
.ts_logo {
 display: block;
 position: relative;
 margin-inline: auto;
 width: 100%;
 margin-top: 1.69cqw;
 left: 2cqw;
}
.ts_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ts_h1_dummy {
 position: absolute;
 top: 0;
 left: -6.14cqw;
 width: 110.28cqw;
}
.ts_logoitem {
 position: absolute;
 top: 0;
 display: block;
 z-index: 1;
}
.ts_logoitem_01 {
 width: 9.32%;
 left: -6.1%;
 padding-top: 10.82%;
}
.ts_logoitem_02 {
 width: 7.43%;
 left: 1.82%;
 padding-top: 22.16%;
}
.ts_logoitem_03 {
 width: 6.12%;
 left: 20.92%;
 padding-top: 6.64%;
}
.ts_logoitem_04 {
 width: 9.64%;
 left: 26.2%;
 padding-top: 17.27%;
}
.ts_logoitem_05 {
 width: 5.99%;
 left: 42.43%;
 padding-top: 11.86%;
}
.ts_logoitem_06 {
 width: 5.54%;
 left: 59.84%;
 padding-top: 25.94%;
}
.ts_logoitem_07 {
 width: 6.84%;
 left: 74.44%;
 padding-top: 18.97%;
}
.ts_logoitem_08 {
 width: 9.58%;
 left: 86.83%;
 padding-top: 30.63%;
}
.ts_logoitem_09 {
 width: 5.8%;
 left: 98.3%;
 padding-top: 17.47%;
}
.ts_c2 {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-top: 2.34cqw;
 z-index: 1;
}
.ts_c2_01 {
 width: 55.28cqw;
}
.ts_c2_01 span {
 display: block;
 position: relative;
}
.ts_c2_01 img {
 position: relative;
 transform: rotate(1.3deg) translateX(-8cqw);
}
.ts_c2_02 {
 width: 93.48cqw;
 margin-top: 2.34cqw;
}
.ts_c2_02 span {
 display: block;
 position: relative;
}
.ts_c2_02 img {
 position: relative;
 transform: rotate(-1.5deg) translateX(-3cqw);
}
.ts_c3 {
 width: 80.18cqw;
 display: block;
 margin-top: 1.4cqw;
 margin-inline: auto;
 z-index: 1;
}
.ts_billing_pc {
 width: 94.13cqw;
 display: block;
 margin-top: 1.82cqw;
 margin-inline: auto;
 z-index: 1;
}
.ts_billing_sp {
 display: none;
}
.bnr_ins {
 width: 150px;
 margin-top: 2.4cqw;
 margin-inline: auto;
 z-index: 1;
}
.ts_date {
 position: absolute;
 top: 0;
 right: 0.95%;
 width: 13.97%;
 padding-top: 48.52%;
 display: block;
}
.ts_monka {
 position: absolute;
 top: 0;
 right: 0.95%;
 width: 19.7%;
 padding-top: 1%;
 display: block;
}
.ts_linkbtn {
 position: relative;
 padding-top: 3%;
 display: flex;
 justify-content: center;
 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-wht);
 transition: all 0.2s ease;
}
.trailer_btn,
.theater_btn {
 display: flex;
 justify-content: center;
}
.trailer_btn a,
.theater_btn a {
 color: var(--color-wht);
 font-size: 1.4rem;
 font-weight: 500;
 padding: 9px 12px;
 border: 2px solid var(--color-wht);
}
.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 */
.main_img .img,
.ts_c1,
.ts_item_01,
.ts_cast,
.ts_h1,
.ts_logoitem,
.ts_c2,
.ts_c3,
.ts_date,
.ts_monka,
.ts_billing_pc {
 opacity: 0;
}
body.-start .main_img .img {
 opacity: 1;
 transform: scale(1);
 transition: all 3s ease-out;
 transition-delay: 1s;
}
body.-start .ts_h1,
body.-start .ts_c1 {
 animation-name: obizoom;
 animation-duration: 1.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 3.5s;
 animation-fill-mode: both;
}
body.-start .ts_c1 {
 animation-delay: 4.8s;
}
body.-start .ts_item_01 {
 animation-name: obibound;
 animation-duration: 0.8s;
 animation-timing-function: linear;
 animation-delay: 4.5s;
 animation-fill-mode: both;
}
.ts_logoitem_01,
.ts_logoitem_04 {
 transform: rotate(-30deg) translate(200%, -10%);
}
.ts_logoitem_02,
.ts_logoitem_03 {
 transform: rotate(15deg) translate(100%, -10%);
}
.ts_logoitem_05,
.ts_logoitem_06,
.ts_logoitem_08 {
 transform: rotate(-15deg) translate(-100%, -10%);
}
.ts_logoitem_07,
.ts_logoitem_09 {
 transform: rotate(-10deg) translate(-100%, -40%);
}
body.-start .ts_logoitem {
 opacity: 1;
 transform: rotate(0deg) translate(0, 0);
 transition: all 1.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 4s;
}
body.-start .ts_logoitem_02,
body.-start .ts_logoitem_03,
body.-start .ts_logoitem_05,
body.-start .ts_logoitem_07 {
 transition-duration: 1.5s;
 transition-delay: 4.2s;
}
.ts_hit {
 clip-path: inset(0 100% 0 0);
 transition: all 1.2s 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ts_aw {
 clip-path: inset(0 100% 0 0);
 transition: all 1.2s 2.2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
body.-start .ts_hit,
body.-start .ts_aw {
 clip-path: inset(0 0 0 0);
}
body.-start .ts_badge {
 animation-name: obizoom2;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 2.4s;
 animation-fill-mode: both;
}
body.-start .ts_c2,
body.-start .ts_c3,
body.-start .ts_cast,
body.-start .ts_date,
body.-start .ts_monka,
body.-start .ts_billing_pc {
 animation-name: obiOpa;
 animation-duration: 2s;
 animation-timing-function: cubic-bezier(0.25, 0.6, 0.69, 0.98);
 animation-delay: 5.5s;
 animation-fill-mode: 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 obizoom2 {
 0% {
  opacity: 0;
  transform: scale(1.5, 1.5);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obibound {
 0% {
  opacity: 0;
  transform: scale(1.5);
 }
 50% {
  opacity: 1;
  transform: scale(1);
 }
 75% {
  opacity: 1;
  transform: scale(1.3);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .trailer_btn a:hover .theater_btn a:hover {
  color: var(--color-blk);
  border-color: var(--color-blk);
 }
}

@media screen and (max-width: 820px) {
 .titleArea {
  min-height: unset;
 }
 .main_img {
  height: 138.3vw;
 }
 .main_img .ts_bg::after {
  content: none;
 }
 .main_img .img {
  background: url(../img/ts_bg_sp2.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
  transform: scale(1.04);
 }
 .ts_hit {
  left: 3%;
  width: 94%;
  padding-top: calc(90px + 4%);
 }
 .ts_aw {
  left: 12%;
  width: 76%;
  padding-top: 6%;
 }
 .ts_badge {
  left: 84%;
  width: 16.8%;
  padding-top: calc(90px + 14%);
 }
 .ts_badge img {
  position: relative;
  transform: rotate(-10deg);
  border-radius: 100%;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
 }
 .ts_c1_wrap {
  left: 6.8%;
  width: 18.8%;
  padding-top: 65.69%;
 }
 .ts_main {
  width: 100%;
  padding-block: 99% 0;
 }
 .ts_cast {
  width: 50.25cqw;
 }
 .ts_logo {
  width: 92.3%;
  margin-top: 2.69cqw;
  left: 1cqw;
 }
 .ts_c2 {
  margin-top: 15cqw;
 }
 .ts_c2_01 {
  width: 66cqw;
 }
 .ts_c2_01 img {
  transform: rotate(1.3deg) translateX(0);
 }
 .ts_c2_02 {
  width: 98.5cqw;
  margin-top: 1.34cqw;
 }
 .ts_c2_02 span {
  display: block;
  position: relative;
 }
 .ts_c2_02 img {
  position: relative;
  transform: rotate(-1.5deg) translateX(0);
 }
 .ts_c3 {
  width: 92.3cqw;
  margin-top: 1.4cqw;
 }
 .ts_billing {
  width: 97.26cqw;
  margin-top: 4.82cqw;
 }
 .bnr_ins {
  width: 150px;
  margin-top: 4cqw;
 }
 .ts_date {
  position: relative;
  top: unset;
  right: unset;
  padding-top: unset;
  width: 36.23cqw;
  margin-top: 5cqw;
  margin-inline: auto;
 }
 .ts_monka {
  position: relative;
  top: unset;
  right: unset;
  padding-top: unset;
  width: 80%;
  margin-top: 2.56cqw;
  margin-inline: auto;
 }
 .ts_linkbtn {
  position: relative;
  top: unset;
  right: unset;
  padding-top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4cqw;
  width: 100cqw;
  margin-top: 3cqw;
 }
 .ts_linkbtn .sns {
  gap: 30px;
  margin-left: unset;
 }
 .ts_linkbtn .sns .btn {
  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;
 }
 .theater_btn a {
  color: var(--color-blk);
  font-size: 1.7rem;
  padding: 15px 20px;
  border: 2px solid var(--color-blk);
 }
 .top_banner .bnr_mvtk {
  width: min(220px, 40cqw);
 }
 .ts_billing_pc {
  display: none;
 }
 .ts_billing_sp {
  display: block;
  width: 94cqw;
  margin-top: 2cqw;
  margin-inline: auto;
  z-index: 1;
 }

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

@media screen and (max-width: 600px) {
 .titleArea {
  padding-bottom: 10px;
 }
 .ts_hit {
  left: 1%;
  width: 97%;
  padding-top: calc(60px + 3%);
 }
 .ts_aw {
  left: 20%;
  width: 78%;
  padding-top: 9%;
 }
 .ts_badge {
  left: 80%;
  width: 20%;
  padding-top: calc(60px + 14%);
 }
 .top_banner {
  margin-top: 4cqw;
 }
 .top_banner .bnr_mvtk {
  width: min(240px, 70cqw);
 }
 .theater_btn a {
  font-size: clamp(1.3rem, 3.73cqw, 1.5rem);
  padding: 2.6cqw 4cqw;
 }
 #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;
 }
}

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 position: relative;
 padding: 0 40px 30px;
 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;
 }
 .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;
 }
}

/*
 spoty
==================================================================================*/
.top_spotyfy {
 width: 100%;
 display: block;
 padding-inline: 40px;
 padding-bottom: 4.4vw;
 position: relative;
 z-index: 1;
}
.spotyfyArea {
 max-width: 840px;
 margin: 0 auto;
}
.spotyfyArea iframe {
 width: 100%;
 height: 380px;
}

@media only screen and (max-width: 820px) {
 .top_spotyfy {
  padding-inline: 20px;
 }
}

@media only screen and (max-width: 600px) {
 .top_spotyfy {
  padding-inline: 2.4vw;
  padding-block: 3vw;
 }
 .spotyfyArea {
  max-width: unset;
  width: 100%;
 }
}

/* 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: 2.64cqw;
}
.mds {
 display: flex;
 justify-content: center;
 width: auto;
 height: 4.7cqw;
}
.sub {
 color: var(--color-wht);
 display: flex;
 justify-content: center;
 font-size: 1.76cqw;
 font-weight: 700;
 letter-spacing: -0.05em;
 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;
}
.onpu_a,
.onpu_b,
.trmb,
.baton {
 position: absolute;
 opacity: 1;
 z-index: 1;
}
.onpu_a .icon,
.onpu_b .icon,
.trmb .icon,
.baton .icon {
 width: 100%;
 height: 100%;
 position: relative;
 fill: var(--color-wht);
}
.onpu_a {
 aspect-ratio: 40 / 46;
}
.onpu_b {
 aspect-ratio: 22 / 40;
}
.trmb {
 aspect-ratio: 160 / 48.3;
}
.baton {
 aspect-ratio: 4 / 62.7;
}

@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 {
  height: 9cqw;
 }
 .sub {
  font-size: min(1.4rem, 3.77cqw);
 }
}

/* intro
 ================================================================================== */
#intro {
 width: 100%;
 position: relative;
 background-color: var(--color-crm);
 overflow: hidden;
}
.intro_header {
 width: 100%;
 height: 57.35cqw;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 position: relative;
 padding-bottom: 4.41cqw;
 background-color: var(--color-blk);
 overflow: hidden;
}
.intro_header_photo {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#intro .onpu_01 {
 bottom: calc((440 / 1360) * 100cqw);
 left: calc((250 / 1360) * 100cqw);
 width: calc((110 / 1360) * 100cqw);
}
#intro .onpu_01 .icon {
 transform: rotate(30deg);
}
#intro .onpu_02 {
 bottom: calc((120 / 1360) * 100cqw);
 left: calc((-40 / 1360) * 100cqw);
 width: calc((110 / 1360) * 100cqw);
}
#intro .onpu_02 .icon {
 transform: rotate(-16deg);
}
#intro .onpu_03 {
 bottom: calc((240 / 1360) * 100cqw);
 left: calc((360 / 1360) * 100cqw);
 width: calc((66 / 1360) * 100cqw);
}
#intro .onpu_03 .icon {
 transform: rotate(16deg);
}
#intro .onpu_04 {
 bottom: calc((108 / 1360) * 100cqw);
 right: calc((120 / 1360) * 100cqw);
 width: calc((66 / 1360) * 100cqw);
}
#intro .onpu_04 .icon {
 transform: rotate(6deg);
}
#intro .onpu_05 {
 bottom: calc((160 / 1360) * 100cqw);
 left: calc((20 / 1360) * 100cqw);
 width: calc((116 / 1360) * 100cqw);
}
#intro .onpu_05 .icon {
 transform: rotate(6deg);
}
#intro .trmb {
 bottom: calc((-10 / 740) * 100cqw);
 right: calc((-40 / 740) * 100cqw);
 width: calc((600 / 740) * 100cqw);
}
#intro .trmb .icon {
 transform: rotate(-20deg);
}
#intro .baton_01 {
 top: calc((30 / 740) * 100cqw);
 left: calc((-40 / 740) * 100cqw);
 width: calc((13 / 740) * 100cqw);
}
#intro .baton_01 .icon {
 fill: var(--color-red);
 transform: rotate(45deg);
}
#intro .cont_body {
 padding-inline: 0;
}
#intro .contbox {
 max-width: 740px;
 margin-inline: auto;
 position: relative;
 padding-top: 80px;
 padding-bottom: calc((250 / 1360) * 100cqw);
 container: introin / inline-size;
}
#intro .mds {
 color: var(--color-gry2);
}
#intro .sub {
 color: var(--color-gry2);
 border-color: var(--color-gry2);
}
.p-intro .p-text {
 position: relative;
 z-index: 2;
}
.intro_cp {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: calc((24 / 740) * 100cqw);
 color: var(--color-red);
 font-size: min(2.6rem, 3.51cqw);
 font-weight: 600;
 letter-spacing: 0.05em;
}
.intro_cp em {
 letter-spacing: -0.05em;
}
.p-intro .p-text {
 margin-top: 35px;
}
.p-intro .p-text p {
 color: var(--color-blu);
 font-size: min(1.6rem, 2.16cqw);
 font-weight: 600;
 line-height: 1.9;
 margin-top: calc((30 / 740) * 100cqw);
}
.p-intro .p-text p em {
 letter-spacing: -0.05em;
}
.intro_photo {
 display: flex;
}
.intro_photo div {
 width: 100%;
}

@media only screen and (max-width: 600px) {
 #intro .cont_body {
  padding-inline: 6.66vw;
 }
}

@media only screen and (max-width: 600px) {
 .intro_header {
  height: 75cqw;
  padding-bottom: 6cqw;
 }
 #intro .mds img,
 #story .mds img {
  filter: drop-shadow(0px 0px 6px rgba(255, 204, 116, 0.8)) drop-shadow(0px 0px 6px rgba(255, 204, 116, 0.8)) drop-shadow(0px 0px 6px rgba(255, 204, 116, 0.8));
 }
 #intro .onpu_01 {
  bottom: calc((222 / 375) * 100cqw);
  left: calc((60 / 375) * 100cqw);
  width: calc((60 / 375) * 100cqw);
 }
 #intro .onpu_01 .icon {
  transform: rotate(30deg);
 }
 #intro .onpu_02 {
  bottom: calc((80 / 375) * 100cqw);
  left: calc((-8 / 375) * 100cqw);
  width: calc((40 / 375) * 100cqw);
 }
 #intro .onpu_02 .icon {
  transform: rotate(-16deg);
 }
 #intro .onpu_03 {
  bottom: calc((120 / 375) * 100cqw);
  left: calc((120 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
 }
 #intro .onpu_03 .icon {
  transform: rotate(16deg);
 }
 #intro .onpu_04 {
  bottom: calc((89 / 375) * 100cqw);
  right: calc((3 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
 }
 #intro .onpu_04 .icon {
  transform: rotate(6deg);
 }
 #intro .onpu_05 {
  bottom: calc((50 / 375) * 100cqw);
  left: calc((20 / 375) * 100cqw);
  width: calc((56 / 375) * 100cqw);
 }
 #intro .onpu_05 .icon {
  transform: rotate(6deg);
 }
 #intro .trmb {
  bottom: calc((10 / 375) * 100cqw);
  right: calc((-40 / 375) * 100cqw);
  width: calc((400 / 375) * 100cqw);
 }
 #intro .trmb .icon {
  transform: rotate(-20deg);
 }
 #intro .baton_01 {
  top: calc((-50 / 375) * 100cqw);
  left: calc((40 / 375) * 100cqw);
  width: calc((10 / 375) * 100cqw);
 }
 #intro .baton_01 .icon {
  fill: var(--color-red);
  transform: rotate(45deg);
 }
 #intro .cont_body {
  padding-inline: 4vw;
 }
 #intro .contbox {
  max-width: unset;
  padding-block: 10cqw 40cqw;
 }
 .intro_cp {
  gap: 0;
  font-size: min(1.9rem, 5.5cqw);
 }
 .intro_cp span {
  text-align: center;
  line-height: 1.6;
 }
 .p-intro .p-text {
  margin-top: 25px;
 }
 .p-intro .p-text p {
  font-size: min(1.5rem, 4.34cqw);
  font-weight: 600;
  line-height: 1.7;
  margin-top: calc((20 / 345) * 100cqw);
 }
}

/* story
 ================================================================================== */
#story {
 width: 100%;
 position: relative;
 background-color: var(--color-crm);
}
.story_header {
 width: 100%;
 height: 52.9cqw;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 position: relative;
 padding-bottom: 4.41cqw;
 background-color: var(--color-blk);
 overflow: hidden;
}
.story_header_photo {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#story .onpu_01 {
 bottom: calc((472 / 1360) * 100cqw);
 left: calc((230 / 1360) * 100cqw);
 width: calc((80 / 1360) * 100cqw);
}
#story .onpu_01 .icon {
 transform: rotate(30deg);
}
#story .onpu_02 {
 bottom: calc((240 / 1360) * 100cqw);
 left: calc((40 / 1360) * 100cqw);
 width: calc((76 / 1360) * 100cqw);
}
#story .onpu_02 .icon {
 transform: rotate(-16deg);
}
#story .onpu_03 {
 bottom: calc((320 / 1360) * 100cqw);
 left: calc((325 / 1360) * 100cqw);
 width: calc((50 / 1360) * 100cqw);
}
#story .onpu_03 .icon {
 transform: rotate(16deg);
}
#story .onpu_04 {
 bottom: calc((189 / 1360) * 100cqw);
 right: calc((50 / 1360) * 100cqw);
 width: calc((56 / 1360) * 100cqw);
}
#story .onpu_04 .icon {
 transform: rotate(-22deg);
}
#story .onpu_05 {
 bottom: calc((330 / 1360) * 100cqw);
 left: calc((100 / 1360) * 100cqw);
 width: calc((55 / 1360) * 100cqw);
}
#story .onpu_05 .icon {
 transform: rotate(-20deg);
 fill: var(--color-blu);
}
#story .onpu_06 {
 top: calc((295 / 1360) * 100cqw);
 right: calc((60 / 1360) * 100cqw);
 width: calc((78 / 1360) * 100cqw);
}
#story .onpu_06 .icon {
 transform: rotate(10deg);
 fill: var(--color-red);
}
.story_item_01 {
 position: absolute;
 top: calc((-20 / 1360) * 100cqw);
 left: calc((183 / 1360) * 100cqw);
 width: calc((98 / 1360) * 100cqw);
 z-index: 1;
}
.story_item_02 {
 position: absolute;
 top: calc((-36 / 1360) * 100cqw);
 right: calc((120 / 1360) * 100cqw);
 width: calc((160 / 1360) * 100cqw);
 z-index: 1;
}
#story .cont_body {
 padding-top: calc((80 / 1360) * 100cqw);
 padding-bottom: calc((166 / 1360) * 100cqw);
}
#story .contbox {
 max-width: 740px;
 margin-inline: auto;
 position: relative;
 container: storyin / inline-size;
}
.p-story {
 width: 100%;
}
.story_cp {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: calc((24 / 740) * 100cqw);
 color: var(--color-blu2);
 font-size: min(2.6rem, 3.51cqw);
 font-weight: 600;
 letter-spacing: 0.05em;
}
.story_cp em {
 letter-spacing: -0.05em;
}
.p-story p {
 color: var(--color-blu);
 font-size: min(1.6rem, 2.16cqw);
 font-weight: 600;
 line-height: 1.9;
 margin-top: calc((70 / 740) * 100cqw);
}
.p-story p em {
 letter-spacing: -0.05em;
}
.story_pic {
 display: flex;
 justify-content: center;
 align-items: flex-start;
 gap: calc((40 / 740) * 100cqw);
 margin-top: calc((80 / 740) * 100cqw);
}
.story_pic .pic {
 width: calc((200 / 740) * 100cqw);
 aspect-ratio: 1 / 1;
 border-radius: 100%;
 overflow: hidden;
}
.story_pic_01 {
 margin-top: calc((12 / 740) * 100cqw);
}
.story_pic_02 {
 margin-top: calc((72 / 740) * 100cqw);
}
.story_photo {
 width: 100%;
 height: calc((620 / 1360) * 100cqw);
 overflow: hidden;
 position: relative;
 background-color: var(--color-blk);
}
.story_photo_04 {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media only screen and (max-width: 820px) {
 .story_item_01 {
  top: calc((-20 / 1360) * 100cqw);
  left: calc((83 / 1360) * 100cqw);
  width: calc((98 / 1360) * 100cqw);
 }
 #story .onpu_06 {
  top: calc((195 / 1360) * 100cqw);
  right: calc((60 / 1360) * 100cqw);
  width: calc((78 / 1360) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 .story_header {
  height: 75cqw;
  padding-bottom: 6cqw;
 }
 #story .onpu_01 {
  bottom: calc((222 / 375) * 100cqw);
  left: calc((60 / 375) * 100cqw);
  width: calc((60 / 375) * 100cqw);
 }
 #story .onpu_01 .icon {
  transform: rotate(30deg);
 }
 #story .onpu_02 {
  bottom: calc((40 / 375) * 100cqw);
  left: calc((-8 / 375) * 100cqw);
  width: calc((46 / 375) * 100cqw);
 }
 #story .onpu_02 .icon {
  transform: rotate(-16deg);
 }
 #story .onpu_03 {
  bottom: calc((120 / 375) * 100cqw);
  left: calc((150 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
 }
 #story .onpu_03 .icon {
  transform: rotate(16deg);
 }
 #story .onpu_04 {
  bottom: calc((69 / 375) * 100cqw);
  right: calc((3 / 375) * 100cqw);
  width: calc((36 / 375) * 100cqw);
 }
 #story .onpu_04 .icon {
  transform: rotate(-22deg);
 }
 #story .onpu_05 {
  bottom: calc((-30 / 375) * 100cqw);
  left: calc((100 / 375) * 100cqw);
  width: calc((45 / 375) * 100cqw);
 }
 #story .onpu_05 .icon {
  transform: rotate(-20deg);
  fill: var(--color-blu);
 }
 #story .onpu_06 {
  top: unset;
  bottom: calc((80 / 375) * 100cqw);
  right: calc((10 / 375) * 100cqw);
  width: calc((48 / 375) * 100cqw);
 }
 #story .onpu_06 .icon {
  transform: rotate(10deg);
  fill: var(--color-red);
 }
 .story_item_01 {
  position: absolute;
  top: calc((-20 / 375) * 100cqw);
  left: calc((20 / 375) * 100cqw);
  width: calc((48 / 375) * 100cqw);
  z-index: 1;
 }
 .story_item_02 {
  position: absolute;
  top: calc((-36 / 375) * 100cqw);
  right: calc((-12 / 375) * 100cqw);
  width: calc((100 / 375) * 100cqw);
  z-index: 1;
 }
 #story .cont_body {
  padding-block: 10cqw 20cqw;
 }
 #story .contbox {
  max-width: unset;
 }
 .story_cp {
  gap: 0;
  font-size: min(1.9rem, 5.5cqw);
 }
 .story_cp span {
  text-align: center;
  line-height: 1.6;
 }
 .p-story p {
  font-size: min(1.5rem, 4.34cqw);
  font-weight: 600;
  line-height: 1.7;
  margin-top: 25px;
 }
 .story_photo {
  height: 66cqw;
 }
}

/* review
================================================================================== */
#review {
 width: 100%;
 position: relative;
 background: var(--color-blk) url(../img/review_bg.jpg) no-repeat 50% 100%;
 background-size: 100% auto;
 container: review / inline-size;
 z-index: 2;
}
.review_header {
 width: 100%;
 height: calc((386 / 1360) * 100cqw);
 display: flex;
 justify-content: center;
 align-items: flex-end;
 position: relative;
 padding-bottom: 4.41cqw;
}
#review .onpu_01 {
 bottom: calc((252 / 1360) * 100cqw);
 left: calc((186 / 1360) * 100cqw);
 width: calc((52 / 1360) * 100cqw);
 aspect-ratio: 22 / 40;
}
#review .onpu_01 .icon {
 fill: var(--color-blu2);
 transform: rotate(16deg);
}
#review .onpu_02 {
 bottom: calc((-35 / 1360) * 100cqw);
 left: calc((80 / 1360) * 100cqw);
 width: calc((82 / 1360) * 100cqw);
 aspect-ratio: 40 / 46;
}
#review .onpu_02 .icon {
 fill: var(--color-red);
 transform: rotate(16deg);
}
#review .onpu_03 {
 bottom: calc((-10 / 1360) * 100cqw);
 right: calc((60 / 1360) * 100cqw);
 width: calc((56 / 1360) * 100cqw);
 aspect-ratio: 22 / 40;
}
#review .onpu_03 .icon {
 fill: var(--color-red);
 transform: rotate(-22deg);
}
#review .onpu_04 {
 bottom: calc((-467 / 1360) * 100cqw);
 right: calc((240 / 1360) * 100cqw);
 width: calc((46 / 1360) * 100cqw);
 aspect-ratio: 22 / 40;
}
#review .onpu_04 .icon {
 fill: var(--color-blu2);
 transform: rotate(22deg);
}
#review .cont_body {
 padding-top: calc((45 / 1360) * 100cqw);
 padding-bottom: calc((720 / 1360) * 100cqw);
}
.review_wrap {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap: calc((150 / 1360) * 100cqw);
}
.review_left {
 display: flex;
 flex-flow: row wrap;
 width: calc((330 / 1360) * 100cqw);
 gap: calc((60 / 1360) * 100cqw);
}
.review_left .item {
 width: calc((132 / 1360) * 100cqw);
}
.review_right {
 flex-direction: column;
 width: calc((360 / 1360) * 100cqw);
}
.review_right .item_01 {
 width: calc((295 / 1360) * 100cqw);
}
.review_right .item_02 {
 margin-top: calc((30 / 1360) * 100cqw);
 width: calc((120 / 1360) * 100cqw);
 margin-left: auto;
}
.review_right .item_03 {
 margin-top: calc((12 / 1360) * 100cqw);
 width: calc((220 / 1360) * 100cqw);
}

@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_header {
  width: 100%;
  height: 50vw;
  padding-bottom: 6cqw;
 }
 #review .onpu_01 {
  bottom: calc((150 / 375) * 100cqw);
  left: calc((46 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
  aspect-ratio: 22 / 40;
 }
 #review .onpu_01 .icon {
  fill: var(--color-blu2);
  transform: rotate(16deg);
 }
 #review .onpu_02 {
  bottom: calc((5 / 375) * 100cqw);
  left: calc((2 / 375) * 100cqw);
  width: calc((42 / 375) * 100cqw);
  aspect-ratio: 40 / 46;
 }
 #review .onpu_02 .icon {
  fill: var(--color-red);
  transform: rotate(16deg);
 }
 #review .onpu_03 {
  bottom: calc((60 / 375) * 100cqw);
  right: calc((10 / 375) * 100cqw);
  width: calc((24 / 375) * 100cqw);
  aspect-ratio: 22 / 40;
 }
 #review .onpu_03 .icon {
  fill: var(--color-red);
  transform: rotate(-22deg);
 }
 #review .onpu_04 {
  bottom: calc((-467 / 375) * 100cqw);
  right: calc((40 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
  aspect-ratio: 22 / 40;
 }
 #review .onpu_04 .icon {
  fill: var(--color-blu2);
  transform: rotate(22deg);
 }
 #review .cont_body {
  padding-top: 10cqw;
  padding-bottom: 60cqw;
 }
 .review_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc((60 / 345) * 100cqw);
 }
 .review_left {
  width: 68cqw;
  gap: 8cqw;
 }
 .review_left .item {
  width: 30cqw;
 }
 .review_right {
  width: 68cqw;
 }
 .review_right .item_01 {
  width: 82%;
 }
 .review_right .item_02 {
  margin-top: calc((10 / 345) * 100cqw);
  width: 33.33%;
 }
 .review_right .item_03 {
  margin-top: calc((10 / 345) * 100cqw);
  width: 61%;
 }
}

/* comment
  ================================================================================== */
.p-comment {
 padding-top: 120px;
 margin-inline: auto;
 max-width: 820px;
}
.comment_box {
 display: flex;
 flex-direction: column;
 gap: 40px;
}
.comment {
 color: var(--color-base);
 width: 100%;
 display: block;
 position: relative;
 padding-top: 40px;
 border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.comment p.word {
 font-size: 1.85rem;
 font-family: var(--ff-min);
 font-weight: 700;
 line-height: 1.77;
 letter-spacing: -0.04em;
 display: block;
}
.comment p.word strong {
 font-size: 2.1rem;
 font-family: var(--ff-min);
 font-weight: 800;
 color: var(--color-ylw);
}
.comment p.name {
 letter-spacing: 0;
 font-size: 1.6rem;
 font-family: var(--ff-min);
 font-weight: 800;
 line-height: 1.4;
 display: inline-block;
 padding-left: 24px;
 margin-top: 15px;
 position: relative;
}
.comment p.name em {
 font-weight: 800;
}
.comment p.name::before {
 content: "";
 position: absolute;
 top: 10px;
 left: 0;
 width: 20px;
 height: 1px;
 background-color: var(--color-base);
}
.biko {
 margin-top: 20px;
 font-size: 1.2rem;
 text-align: right;
}

@media only screen and (max-width: 600px) {
 .p-comment {
  padding-top: 60px;
 }
 .comment_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
 }
 .comment {
  padding-top: 20px;
 }
 .comment p.word {
  font-size: 1.4rem;
  line-height: 1.55;
 }
 .comment p.word strong {
  font-size: 1.7rem;
 }
 .comment p.name {
  font-size: 1.3rem;
 }
 .biko {
  font-size: 1.1rem;
  padding: 0;
 }
}

/* scroll_photo
================================================================================== */
.scroll_photo {
 width: 100%;
 display: flex;
 flex-direction: column;
 gap: 1.47cqw;
 padding-top: 1.47cqw;
 background-color: var(--color-blu2);
}
.sc_photo {
 width: 100%;
 height: 19.1vw;
 position: relative;
}
.sc_photo::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-blu2);
 opacity: 1;
 z-index: 2;
}
.sc_photo_01 {
 background: url(../img/scroll_photo_01.jpg) repeat-x 0 0;
 background-size: 100% auto;
}
.sc_photo_02 {
 background: url(../img/scroll_photo_02.jpg) repeat-x 0 0;
 background-size: 100% auto;
}
.sc_photo_01.is-show {
 animation: sc_photo_01 20s linear 0s infinite;
 animation-iteration-count: 3;
}
.sc_photo_02.is-show {
 animation: sc_photo_02 20s linear 0s infinite;
 animation-iteration-count: 3;
}
.sc_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_01 {
 0% {
  background-position: 0 0;
 }
 100% {
  background-position: -100vw 0;
 }
}
@keyframes sc_photo_02 {
 0% {
  background-position: 0 0;
 }
 100% {
  background-position: 100vw 0;
 }
}
@keyframes sc_photo_af {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

@media only screen and (max-width: 600px) {
 .scroll_photo {
  gap: 3cqw;
  padding-top: 3cqw;
 }
 .sc_photo {
  height: 30vw;
 }
 .sc_photo_01 {
  background-size: 200vw auto;
 }
 .sc_photo_02 {
  background-size: 200vw auto;
 }
 .sc_photo_01.is-show {
  animation: sc_photo_01 20s linear 0s infinite;
  animation-iteration-count: 3;
 }
 .sc_photo_02.is-show {
  animation: sc_photo_02 20s linear 0s infinite;
  animation-iteration-count: 3;
 }
 @keyframes sc_photo_01 {
  0% {
   background-position: 0 0;
  }
  100% {
   background-position: -200vw 0;
  }
 }
 @keyframes sc_photo_02 {
  0% {
   background-position: 0 0;
  }
  100% {
   background-position: 200vw 0;
  }
 }
}

/* profile
================================================================================== */
#profile {
 width: 100%;
 position: relative;
 background-color: var(--color-blu2);
 z-index: 2;
}
.profile_header {
 width: 100%;
 height: calc((380 / 1360) * 100cqw);
 display: flex;
 justify-content: center;
 align-items: flex-end;
 position: relative;
 padding-bottom: 4.41cqw;
}
#profile .onpu_01 {
 bottom: calc((164 / 1360) * 100cqw);
 left: calc((120 / 1360) * 100cqw);
 width: calc((84 / 1360) * 100cqw);
}
#profile .onpu_01 .icon {
 fill: var(--color-red);
 transform: rotate(8deg);
}
#profile .onpu_02 {
 top: calc((45 / 1360) * 100cqw);
 right: calc((36 / 1360) * 100cqw);
 width: calc((52 / 1360) * 100cqw);
}
#profile .onpu_02 .icon {
 fill: var(--color-red);
 transform: rotate(-16deg);
}
#profile .onpu_03 {
 top: calc((95 / 1360) * 100cqw);
 right: calc((-60 / 1360) * 100cqw);
 width: calc((82 / 1360) * 100cqw);
}
#profile .onpu_03 .icon {
 fill: var(--color-red);
 transform: rotate(16deg);
}
#profile .onpu_04 {
 bottom: calc((350 / 1360) * 100cqw);
 left: calc((10 / 1360) * 100cqw);
 width: calc((46 / 1360) * 100cqw);
}
#profile .onpu_04 .icon {
 fill: var(--color-red);
 transform: rotate(-36deg);
}
#profile .trmb_01 {
 bottom: calc((120 / 1360) * 100cqw);
 left: calc((-400 / 1360) * 100cqw);
 width: calc((900 / 1360) * 100cqw);
}
#profile .trmb_01 .icon {
 fill: var(--color-red);
 transform: rotate(220deg);
}
#profile .baton_01 {
 bottom: calc((20 / 1360) * 100cqw);
 left: calc((340 / 1360) * 100cqw);
 width: calc((40 / 1360) * 100cqw);
}
#profile .baton_01 .icon {
 fill: var(--color-red);
 transform: rotate(45deg);
}
.profile_item_01 {
 position: absolute;
 bottom: calc((35 / 1360) * 100cqw);
 right: calc((120 / 1360) * 100cqw);
 width: calc((196 / 1360) * 100cqw);
}
.p-staff {
 display: flex;
 align-items: flex-start;
 max-width: 1120px;
 margin-inline: auto;
 position: relative;
 padding-block: 0 180px;
 container: pstaff / inline-size;
}
.staff_photo {
 width: calc((230 / 1120) * 100cqw);
 margin-right: calc((70 / 1120) * 100cqw);
 border-radius: calc((40 / 1120) * 100cqw);
 overflow: hidden;
}
.staff_main {
 display: flex;
 flex-direction: column;
 gap: calc((60 / 1120) * 100cqw);
 width: calc((820 / 1120) * 100cqw);
}
.prof .job {
 font-size: 1.4rem;
 font-weight: 500;
 letter-spacing: 0.1em;
}
.prof .jp_name {
 font-size: 2.2rem;
 font-weight: 500;
 margin-top: 15px;
}
.prof .jp_name small {
 font-size: 1.4rem;
 font-weight: 400;
 margin-right: 1em;
}
.prof .en_name {
 color: var(--color-crm);
 font-size: 1.6rem;
 font-weight: 500;
 letter-spacing: 0.2em;
 margin-top: 10px;
}
.prof .en_name small {
 color: var(--color-crm);
 font-size: 1.2rem;
 font-weight: 400;
 letter-spacing: 0.08em;
 margin-right: 1em;
}
.prof .a-button {
 display: none;
}
.prof .under {
 margin-top: 20px;
}
.prof .text p {
 font-size: 1.29rem;
 line-height: 1.6;
 letter-spacing: 0;
}
.staff_come {
 margin-top: 48px;
}
.staff_come h4 {
 display: inline-block;
 padding: 0.5em 1em;
 font-size: 1.6rem;
 font-weight: 500;
 border: 1px solid var(--color-wht);
 margin-bottom: 20px;
}
.staff_come p {
 font-size: 1.4rem;
 line-height: 1.9;
 letter-spacing: 0;
}
.p-cast {
 display: flex;
 max-width: 1120px;
 margin-inline: auto;
 position: relative;
 padding-block: 0 180px;
 container: cast / inline-size;
}
.p-cast_left {
 width: calc((500 / 1120) * 100cqw);
 margin-right: calc((120 / 1120) * 100cqw);
}
.p-cast_right {
 display: flex;
 flex-direction: column;
 gap: 90px;
 width: calc((500 / 1120) * 100cqw);
}
.p-cast .cast {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.p_photo {
 width: min(230px, 46%);
 border-radius: calc((40 / 1120) * 100cqw);
 overflow: hidden;
}

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

@media only screen and (max-width: 600px) {
 .profile_header {
  height: 50vw;
  padding-bottom: 6cqw;
 }
 #profile .onpu_01 {
  bottom: calc((144 / 375) * 100cqw);
  left: calc((40 / 375) * 100cqw);
  width: calc((64 / 375) * 100cqw);
 }
 #profile .onpu_01 .icon {
  fill: var(--color-red);
  transform: rotate(8deg);
 }
 #profile .onpu_02 {
  top: calc((45 / 375) * 100cqw);
  right: calc((36 / 375) * 100cqw);
  width: calc((30 / 375) * 100cqw);
 }
 #profile .onpu_02 .icon {
  fill: var(--color-red);
  transform: rotate(-16deg);
 }
 #profile .onpu_03 {
  top: calc((75 / 375) * 100cqw);
  right: calc((-0 / 375) * 100cqw);
  width: calc((52 / 375) * 100cqw);
 }
 #profile .onpu_03 .icon {
  fill: var(--color-red);
  transform: rotate(16deg);
 }
 #profile .onpu_04 {
  bottom: calc((300 / 375) * 100cqw);
  left: calc((10 / 375) * 100cqw);
  width: calc((36 / 375) * 100cqw);
 }
 #profile .onpu_04 .icon {
  fill: var(--color-red);
  transform: rotate(-36deg);
 }
 #profile .trmb_01 {
  bottom: calc((200 / 375) * 100cqw);
  left: calc((-140 / 375) * 100cqw);
  width: calc((400 / 375) * 100cqw);
  z-index: 0;
 }
 #profile .trmb_01 .icon {
  fill: var(--color-red);
  transform: rotate(220deg);
 }
 #profile .baton_01 {
  bottom: calc((150 / 375) * 100cqw);
  left: calc((370 / 375) * 100cqw);
  width: calc((18 / 375) * 100cqw);
  z-index: 0;
 }
 #profile .baton_01 .icon {
  fill: var(--color-red);
  transform: rotate(45deg);
 }
 .profile_item_01 {
  position: absolute;
  bottom: calc((-35 / 375) * 100cqw);
  right: calc((-30 / 375) * 100cqw);
  width: calc((126 / 375) * 100cqw);
 }
 .p-staff {
  flex-direction: column;
  align-items: flex-start;
  max-width: unset;
  padding-block: 0 40px;
 }
 .staff_photo {
  width: 33.33cqw;
  margin-inline: auto;
  border-radius: calc((20 / 345) * 100cqw);
 }
 .staff_main {
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-top: 15px;
 }
 .prof {
  position: relative;
  z-index: 2;
 }
 .prof .job {
  font-size: min(1.3rem, 3.76cqw);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
 }
 .prof .jp_name {
  font-size: min(1.9rem, 5.5cqw);
  margin-top: 15px;
  text-align: center;
 }
 .prof .jp_name small {
  display: block;
  font-size: min(1.3rem, 3.76cqw);
  font-weight: 400;
  margin-top: 5px;
 }
 .prof .en_name {
  color: var(--color-crm);
  font-size: min(1.6rem, 4.63cqw);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 10px;
  text-align: center;
 }
 .prof .en_name small {
  display: block;
  font-size: min(1.2rem, 3.47cqw);
  margin-top: 5px;
 }
 .prof .a-button {
  display: flex;
  margin-top: 4vw;
  justify-content: flex-start;
 }
 .prof .a-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  min-height: 24px;
  padding-inline: 10px 6px;
  color: var(--color-blu2);
  font-size: min(1.1rem, 3.18cqw);
  font-weight: 600;
  background-color: var(--color-crm);
  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-blu2);
  width: 10px;
  height: 10px;
  transform: rotate(90deg) translateX(1px);
 }
 .a-button a.openbtn.-open {
  color: var(--color-crm);
  background-color: var(--color-blk);
 }
 .a-button a.openbtn.-open span {
  transform: rotate(180deg);
 }
 .a-button a.openbtn.-open span svg {
  fill: var(--color-crm);
 }
 .prof .under {
  margin-top: 10px;
 }
 .prof .text p {
  font-size: min(1.2rem, 3.47cqw);
  line-height: 1.8;
  letter-spacing: 0;
 }
 .staff_come {
  margin-top: 40px;
 }
 .staff_come h4 {
  font-size: min(1.4rem, 4cqw);
  margin-bottom: 15px;
 }
 .staff_come p {
  font-size: min(1.3rem, 3.76cqw);
  line-height: 1.8;
 }
 .p-cast {
  flex-direction: column;
  gap: 40px;
  max-width: unset;
  padding-block: 0 60px;
 }
 .p-cast_left {
  width: 100%;
  margin-right: unset;
 }
 .p-cast_right {
  gap: 40px;
  width: 100%;
 }
 .p-cast .cast {
  display: flex;
  flex-direction: column;
  gap: 0;
 }
 .p_photo {
  width: 33.33%;
  margin-inline: auto;
  border-radius: calc((20 / 345) * 100cqw);
 }
}

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

/* profile_photo
================================================================================== */
.profile_photo {
 width: 100%;
 height: calc((620 / 1360) * 100cqw);
 overflow: hidden;
 position: relative;
 background-color: var(--color-blu2);
}
.profile_photo_01 {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* credit
================================================================================== */
#credit {
 display: block;
 width: 100%;
 position: relative;
 overflow: hidden;
 background-color: var(--color-red);
}
#credit .trmb_01 {
 top: calc((50 / 1360) * 100cqw);
 left: calc((-40 / 1360) * 100cqw);
 width: calc((522 / 1360) * 100cqw);
}
#credit .trmb_01 .icon {
 fill: var(--color-blu2);
 transform: rotate(-36deg);
}
#credit .trmb_02 {
 bottom: calc((70 / 1360) * 100cqw);
 right: calc((-140 / 1360) * 100cqw);
 width: calc((522 / 1360) * 100cqw);
}
#credit .trmb_02 .icon {
 fill: var(--color-blu2);
 transform: rotate(26deg);
}
#credit .baton_01 {
 top: calc((-175 / 1360) * 100cqw);
 right: calc((250 / 1360) * 100cqw);
 width: calc((20 / 1360) * 100cqw);
}
#credit .baton_01 .icon {
 fill: var(--color-blu2);
 transform: rotate(45deg);
}
#credit .onpu_01 {
 bottom: calc((30 / 1360) * 100cqw);
 left: calc((240 / 1360) * 100cqw);
 width: calc((72 / 1360) * 100cqw);
}
#credit .onpu_01 .icon {
 fill: var(--color-blu2);
 transform: rotate(36deg);
}
#credit .onpu_02 {
 bottom: calc((40 / 1360) * 100cqw);
 right: calc((380 / 1360) * 100cqw);
 width: calc((40 / 1360) * 100cqw);
}
#credit .onpu_02 .icon {
 fill: var(--color-blu2);
 transform: rotate(22deg);
}
.p-credit {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-top: calc((120 / 1360) * 100cqw);
 padding-bottom: calc((108 / 1360) * 100cqw);
}
.cd_logo {
 width: calc((356 / 1360) * 100cqw);
 position: relative;
}
.cd_jp {
 position: absolute;
 right: calc((-50 / 1360) * 100cqw);
 bottom: calc((-70 / 1360) * 100cqw);
 width: calc((192 / 1360) * 100cqw);
}
.p-credit .sns {
 margin-top: calc((90 / 1360) * 100cqw);
}
.p-credit .sns .btn a {
 width: 36px;
 height: 36px;
 fill: var(--color-wht);
}
#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-base);
 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-wht);
 border-width: 1px 0 0 1px;
 transform: rotate(45deg);
}

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

@media only screen and (max-width: 600px) {
 #credit .trmb_01 {
  top: calc((10 / 375) * 100cqw);
  left: calc((-60 / 375) * 100cqw);
  width: calc((200 / 375) * 100cqw);
 }
 #credit .trmb_01 .icon {
  fill: var(--color-blu2);
  transform: rotate(-36deg);
 }
 #credit .trmb_02 {
  bottom: calc((30 / 375) * 100cqw);
  right: calc((-60 / 375) * 100cqw);
  width: calc((200 / 375) * 100cqw);
 }
 #credit .trmb_02 .icon {
  fill: var(--color-blu2);
  transform: rotate(26deg);
 }
 #credit .baton_01 {
  top: calc((-105 / 375) * 100cqw);
  right: calc((-20 / 375) * 100cqw);
  width: calc((12 / 375) * 100cqw);
 }
 #credit .baton_01 .icon {
  fill: var(--color-blu2);
  transform: rotate(45deg);
 }
 #credit .onpu_01 {
  bottom: calc((90 / 375) * 100cqw);
  left: calc((40 / 375) * 100cqw);
  width: calc((42 / 375) * 100cqw);
 }
 #credit .onpu_01 .icon {
  fill: var(--color-blu2);
  transform: rotate(36deg);
 }
 #credit .onpu_02 {
  bottom: calc((20 / 375) * 100cqw);
  right: calc((240 / 375) * 100cqw);
  width: calc((26 / 375) * 100cqw);
 }
 #credit .onpu_02 .icon {
  fill: var(--color-blu2);
  transform: rotate(22deg);
 }
 .p-credit {
  padding-top: calc((60 / 375) * 100cqw);
  padding-bottom: calc((60 / 375) * 100cqw);
 }
 .cd_logo {
  width: calc((200 / 375) * 100cqw);
 }
 .cd_jp {
  right: calc((-50 / 375) * 100cqw);
  bottom: calc((-50 / 375) * 100cqw);
  width: calc((140 / 375) * 100cqw);
 }
 .p-credit .sns {
  margin-top: calc((80 / 375) * 100cqw);
 }
 .p-credit .sns .btn a {
  width: 36px;
  height: 36px;
  fill: var(--color-wht);
 }
 #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-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-profile .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 {
 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 .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 */
#intro .trmb_01 {
 opacity: 0;
 transform: translate(100%, -50%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#profile .trmb_01 {
 opacity: 0;
 transform: translate(-100%, -50%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#credit .trmb_01 {
 opacity: 0;
 transform: translate(50%, -50%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#credit .trmb_02 {
 opacity: 0;
 transform: translate(100%, 50%);
 transition: all 0.8s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#intro .baton_01,
#profile .baton_01 {
 opacity: 0;
 transform: translate(-400%, 50%);
 transition: all 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#credit .baton_01 {
 opacity: 0;
 transform: translate(300%, -100%);
 transition: all 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.4s;
}
#intro .trmb_01.is-show,
#profile .trmb_01.is-show,
#credit .trmb_01.is-show,
#credit .trmb_02.is-show,
#intro .baton_01.is-show,
#profile .baton_01.is-show,
#credit .baton_01.is-show {
 opacity: 1;
 transform: translate(0, 0);
}

.onpu_a,
.onpu_b {
 opacity: 0;
}
#intro .onpu_01.is-show,
#story .onpu_01.is-show,
#review .onpu_01.is-show,
#profile .onpu_01.is-show,
#profile .onpu_04.is-show,
#credit .onpu_01.is-show {
 animation: onpu_a 1s cubic-bezier(0.08, 0.8, 0.315, 1) both;
 transform-origin: -200% -200%;
}
#intro .onpu_02.is-show,
#story .onpu_02.is-show,
#review .onpu_02.is-show,
#profile .onpu_02.is-show {
 animation: onpu_a 1s cubic-bezier(0.08, 0.8, 0.315, 1) 0.2s both;
 transform-origin: 200% 100%;
}
#intro .onpu_03.is-show,
#story .onpu_03.is-show,
#story .onpu_06.is-show,
#review .onpu_03.is-show,
#review .onpu_04.is-show,
#profile .onpu_03.is-show,
#credit .onpu_02.is-show {
 animation: onpu_b 1s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
 transform-origin: 200% -200%;
}
#intro .onpu_04.is-show,
#intro .onpu_05.is-show,
#story .onpu_04.is-show,
#story .onpu_05.is-show {
 animation: onpu_a 1s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
 transform-origin: -100% -100%;
}

@keyframes onpu_a {
 0% {
  opacity: 0;
  transform: rotate(45deg);
 }
 100% {
  opacity: 1;
  transform: rotate(0deg);
 }
}

@keyframes onpu_b {
 0% {
  opacity: 0;
  transform: rotate(-45deg);
 }
 100% {
  opacity: 1;
  transform: rotate(0deg);
 }
}

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