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

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

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

@font-face {
 font-family: "hazel";
 src: url("../fonts/hazel.woff") format("woff"), url("../fonts/hazel.woff2") format("woff2");
}

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

/* ==========================================================================
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: var(--color-red) url(../img/wrap_bg.webp) repeat-y 0 0;
 background-size: 100% auto;
}
.wrap_img {
 position: fixed;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
 background: url(../img/wrap_img.webp) no-repeat 50% 100%;
 background-size: 100% auto;
 mix-blend-mode: multiply;
}
.ofyh {
 height: 100%;
 overflow-y: hidden;
}
.inner {
 zoom: 1;
 margin: 0 auto;
}

@media screen and (min-width: 2401px) {
 .wrap_img {
  left: calc(50vw - 1200px);
  right: calc(50vw - 1200px);
  width: auto;
  background: url(../img/wrap_img.webp) no-repeat 50% 50%;
  background-size: 100% auto;
  mix-blend-mode: multiply;
 }

 .hd__menutrigger {
  right: calc(50vw - 1190px);
 }
 .backlayer {
  left: calc(50vw - 1200px);
  width: 2400px;
 }
 .l-header__navi li a {
  padding-left: 2em;
 }
}

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

@media screen and (max-width: 600px) {
 .wrap_img {
  background: url(../img/wrap_img.webp) no-repeat 50% 100%;
  background-size: 150% auto;
 }
}

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

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

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

@media screen and (max-width: 600px) {
 .lds-dual-ring {
  width: calc((240 / 390) * 100cqw);
  height: calc((240 / 390) * 100cqw);
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 100;
}
.l-header__navi {
 position: absolute;
 top: 0;
 right: 0;
 padding-top: calc((40 / 1360) * 100cqw);
 padding-right: calc((20 / 1360) * 100cqw);
 display: flex;
 flex-direction: column;
 z-index: 3;
}
.l-header__navi::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 aspect-ratio: 160 / 390;
 display: block;
 background: url(../img/menu.svg) no-repeat 100% 0;
 background-size: contain;
 z-index: 0;
}
.l-header__navi ul {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 position: relative;
 gap: calc((4 / 1360) * 100cqw);
}
.l-header__navi li {
 display: block;
 position: relative;
}
.l-header__navi li.top,
.l-header__navi li.sp {
 display: none;
}
.l-header__navi li a {
 display: flex;
 justify-content: flex-end;
 padding: 0.1em 0.1em;
 position: relative;
 cursor: pointer;
}
.l-header__navi li a span {
 color: var(--color-wht);
 font-size: calc((33 / 1360) * 100cqw);
 font-family: var(--ff-haz);
 letter-spacing: 0.01em;
 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 .hd_linkbtn {
 display: flex;
 justify-content: flex-end;
 margin-top: calc((25 / 1360) * 100cqw);
 padding-right: calc((5 / 1360) * 100cqw);
 position: relative;
}
.hd__menutrigger {
 display: block;
 position: fixed;
 right: 10px;
 top: 10px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.3s;
 transform: scale(1.2);
 opacity: 0;
 pointer-events: none;
}
.l-gnav__container.is__scroll .hd__menutrigger,
.l-gnav__container.is__open .hd__menutrigger {
 opacity: 1;
 pointer-events: inherit;
 transform: scale(1);
}
.hd__menutrigger-inner {
 position: relative;
 width: 70px;
 height: 70px;
}
.hd__mark {
 position: absolute;
 top: -8px;
 left: -8px;
 width: 90px;
 height: 90px;
 background: url(../img/menu_btn.svg) no-repeat 50% 50%;
 background-size: contain;
 transition: all 0.3s;
}
.hd__menutrigger span {
 width: 30px;
 height: 2px;
 background: var(--color-wht);
 display: block;
 position: absolute;
 left: 20px;
 transition: all 0.3s;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 32px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 42px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 transform: rotate(30deg) translateX(0px);
 left: 20px;
 top: 36px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line02 {
 transform: rotate(-30deg) translateX(0px);
 left: 20px;
 top: 36px;
}
.hd__menutrigger .hd__menutrigger__txt {
 display: none;
 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: 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 .l-header__navi::before {
 content: none;
}
.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: 8px;
}
.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 {
  right: calc(50vw - 1190px);
 }
 .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 span {
  color: var(--color-blk);
 }
 .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: 36px;
 }
 .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);
  pointer-events: inherit;
 }
}

@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 li a span {
  font-size: calc((60 / 820) * 100cqw);
 }
 .l-gnav__container.is__open .l-header__navi ul {
  gap: calc((15 / 820) * 100cqw);
 }
 .l-header__navi .hd_linkbtn {
  margin-top: calc((50 / 820) * 100cqw);
  padding-right: unset;
 }
}

@media only screen and (max-width: 600px) {
 .l-gnav__container {
  opacity: 1;
 }
 .hd__menutrigger {
  top: calc((4 / 390) * 100cqw);
  right: calc((4 / 390) * 100cqw);
 }
 .hd__mark {
  width: calc((78 / 390) * 100cqw);
  height: calc((78 / 390) * 100cqw);
  top: calc((-10 / 390) * 100cqw);
  left: calc((-7 / 390) * 100cqw);
 }
 .hd__menutrigger-inner {
  width: calc((60 / 390) * 100cqw);
  height: calc((60 / 390) * 100cqw);
 }
 .hd__menutrigger-inner::before {
  width: calc((60 / 390) * 100cqw);
  height: calc((60 / 390) * 100cqw);
 }
 .hd__menutrigger__icon {
  left: calc((26 / 390) * 100cqw);
  top: calc((12 / 390) * 100cqw);
  width: calc((12 / 390) * 100cqw);
  height: calc((24 / 390) * 100cqw);
 }
 .hd__menutrigger span {
  width: calc((28 / 390) * 100cqw);
  left: calc((16 / 390) * 100cqw);
 }
 .hd__menutrigger span.hd__menutrigger__line01 {
  top: calc((26 / 390) * 100cqw);
 }
 .hd__menutrigger span.hd__menutrigger__line02 {
  top: calc((34 / 390) * 100cqw);
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line01 {
  left: calc((16 / 390) * 100cqw);
  top: calc((30 / 390) * 100cqw);
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line02 {
  left: calc((16 / 390) * 100cqw);
  top: calc((30 / 390) * 100cqw);
 }
 .hd__menutrigger .hd__menutrigger__txt {
  top: calc((37 / 390) * 100cqw);
 }
 .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%;
  gap: calc((8 / 390) * 100cqw);
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: min(4.4rem, calc((44 / 390) * 100cqw));
 }
 .l-header__navi .hd_linkbtn {
  margin-top: calc((40 / 320) * 100cqw);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 100%;
 background-color: var(--color-red);
}
/* .main_img {
 display: block;
 position: absolute;
 top: calc((14 / 2720) * 100cqw);
 left: 0;
 width: 100%;
 aspect-ratio: 1360/1200;
 z-index: 0;
 overflow: hidden;
 padding-right: 1cqw;
 mask-image: url("../img/mask.svg");
 -webkit-mask-image: url("../img/mask.svg");
 mask-repeat: no-repeat;
 mask-size: 99.4% 100%;
 mask-position: center;
} */
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 aspect-ratio: 1360/1200;
 z-index: 0;
 overflow: hidden;
}
.main_img::after {
 content: "";
 top: 0;
 left: 0;
 right: 0;
 bottom: -2px;
 position: absolute;
 display: block;
 background: url(../img/ta2_bg_cover.svg) no-repeat 0 0;
 background-size: 100% 100%;
}
.main_img .ta2_bg_en {
 position: absolute;
 top: calc((42 / 2720) * 100cqw);
 left: calc((620 / 2720) * 100cqw);
 width: calc((1480 / 2720) * 100cqw);
 height: calc((1160 / 2720) * 100cqw);
 background: url(../img/ta2_bg_en.webp) no-repeat 50% 50%;
 background-size: contain;
}
.main_img .ta2_bg_bd {
 position: absolute;
 top: calc((42 / 2720) * 100cqw);
 left: calc((620 / 2720) * 100cqw);
 width: calc((1480 / 2720) * 100cqw);
 height: calc((1160 / 2720) * 100cqw);
 background: url(../img/ta2_bg_bd.webp) no-repeat 50% 50%;
 background-size: contain;
}
.main_img .ta2_bg_lf {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../img/ta2_bg_lf.webp) no-repeat 50% 50%;
 background-size: cover;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.main_img .img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../img/ta2_bg_img.webp) no-repeat 50% 50%;
 background-size: cover;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ta_main {
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 position: relative;
 margin-inline: auto;
 width: 100%;
 padding-top: calc((1486 / 2720) * 100cqw);
 padding-bottom: calc((177 / 2720) * 100cqw);
}
.ta_logo {
 width: calc((1286 / 2720) * 100cqw);
 display: block;
}
.ta_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ta_date {
 width: calc((522 / 2720) * 100cqw);
 display: block;
 position: relative;
}
.ta_cp {
 width: calc((2082 / 2720) * 100cqw);
 margin-top: calc((38 / 2720) * 100cqw);
 display: block;
 position: relative;
}
.ta_linkbtn {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 20px;
 margin-top: calc((58 / 2720) * 100cqw);
 z-index: 2;
}
.ta_linkbtn .sns {
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 2;
 display: none;
}
.ta_banner {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ta_banner .bnr_mvtk {
 width: calc((320 / 2720) * 100cqw);
}
#topmovarea_sp {
 display: none;
}

/* -start */
.main_img .ta2_bg_en,
.main_img .ta2_bg_bd,
.ta_h1,
.ta_date,
.ta_cp,
.ta_linkbtn {
 opacity: 0;
}
.main_img .img,
.main_img .ta2_bg_lf {
 opacity: 0.5;
 transform: scale(1.1);
}
body.-start .main_img .img,
body.-start .main_img .ta2_bg_lf {
 opacity: 1;
 transform: scale(1);
 transition: all 3.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.6s;
}
body.-start .main_img .ta2_bg_en {
 animation-name: obizoom2;
 animation-duration: 0.4s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 2.4s;
 animation-fill-mode: both;
}
body.-start .main_img .ta2_bg_bd {
 animation-name: obizoom;
 animation-duration: 0.2s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 2.6s;
 animation-fill-mode: both;
}
body.-start .ta_h1,
body.-start .ta_date,
body.-start .ta_cp,
body.-start .ta_linkbtn {
 animation-name: obizoom;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 3.6s;
 animation-fill-mode: both;
}
@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.1, 1.1);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obizoom2 {
 0% {
  opacity: 0;
  transform: scale(0.9, 0.9);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}

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

@media screen and (max-width: 820px) {
 .main_img {
  top: 0;
  aspect-ratio: 1360/1400;
 }
 .ta_main {
  padding-top: calc((1686 / 2720) * 100cqw);
  padding-bottom: calc((120 / 2720) * 100cqw);
 }
 .ta_logo {
  width: calc((1886 / 2720) * 100cqw);
 }
 .ta_cp {
  width: calc((2382 / 2720) * 100cqw);
 }
 .ta_linkbtn {
  margin-top: calc((22 / 820) * 100cqw);
 }
 .ta_linkbtn .sns {
  display: flex;
 }
 .ta_banner .bnr_mvtk {
  width: 120px;
 }

 #topmovarea_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-inline: auto;
  padding-bottom: 20px;
  padding-inline: 20px;
  line-height: 1;
 }
 #topmovarea_sp .movie {
  width: 100%;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .inner {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.5625);
  overflow: hidden;
  margin: 0 auto;
 }
 #topmovarea_sp .movie .inner iframe {
  width: 100%;
  height: calc(100vw * 0.5625);
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
 }
 #topmovarea_sp .movie .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;
 }
}

@media screen and (max-width: 600px) {
 .main_img {
  top: 0;
  aspect-ratio: 1170/1630;
 }
 .main_img .ta2_bg_en {
  top: calc((14 / 390) * 100cqw);
  left: calc((35 / 390) * 100cqw);
  width: calc((320 / 390) * 100cqw);
  height: calc((260 / 390) * 100cqw);
 }
 .main_img .ta2_bg_bd {
  top: calc((14 / 390) * 100cqw);
  left: calc((35 / 390) * 100cqw);
  width: calc((320 / 390) * 100cqw);
  height: calc((260 / 390) * 100cqw);
 }
 .main_img .ta2_bg_lf {
  background: url(../img/ta2_bg_lf_sp.webp) no-repeat 50% 50%;
  background-size: cover;
 }
 .main_img .img {
  background: url(../img/ta2_bg_img_sp.webp) no-repeat 50% 50%;
  background-size: cover;
 }
 .ta_main {
  padding-top: calc((360 / 390) * 100cqw);
  padding-bottom: unset;
 }
 .ta_logo {
  width: calc((320 / 390) * 100cqw);
 }
 .ta_date {
  width: calc((126 / 390) * 100cqw);
 }
 .ta_cp {
  width: calc((350 / 390) * 100cqw);
  margin-top: calc((12 / 390) * 100cqw);
 }
 .ta_linkbtn {
  margin-top: calc((40 / 390) * 100cqw);
 }
 .ta_banner .bnr_mvtk {
  width: calc((140 / 390) * 100cqw);
 }
 .ta_banner .bnr_mvtk a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.8);
 }

 #topmovarea_sp {
  padding-bottom: 20px;
  padding-inline: 0;
 }
 #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;
 }

 .ta_linkbtn {
  opacity: 1;
 }
 body.-start .ta_linkbtn {
  animation: none;
 }
}

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

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

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 position: relative;
 padding: 20px 40px;
 background: linear-gradient(to bottom, rgba(232, 32, 18, 1) 0%, rgba(232, 32, 18, 0) 60%, rgba(232, 32, 18, 0) 100%);

 z-index: 1;
}
.mvtk.bg_red {
 background-color: var(--color-red);
}
.top_mvtk {
 width: 100%;
 display: block;
}
.top_mvtk #mvtk-widgets-container {
 margin: 0 auto;
}
.top_mvtk .mvtk-normal-container {
 border: none;
}

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

/* Contents
================================================================================== */
.cont_body {
 max-width: 1600px;
 margin-inline: auto;
 container: cbodyin / inline-size;
}
.ttl_wrap {
 display: flex;
}
.ttl {
 display: flex;
 flex-flow: column;
 gap: calc((18 / 1360) * 100cqw);
 position: relative;
}
.mds {
 display: flex;
 font-size: calc((80 / 1360) * 100cqw);
 font-family: var(--ff-haz);
 position: relative;
 z-index: 2;
}
.sub {
 display: flex;
 font-size: calc((24 / 1360) * 100cqw);
 font-weight: 900;
 letter-spacing: 0.1em;
 position: relative;
 z-index: 2;
}
.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) {
 .ttl {
  gap: calc((18 / 820) * 100cqw);
 }
 .mds {
  font-size: calc((80 / 820) * 100cqw);
 }
 .sub {
  font-size: calc((24 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 .ttl {
  gap: calc((8 / 390) * 100cqw);
 }
 .mds {
  font-size: calc((60 / 390) * 100cqw);
 }
 .sub {
  font-size: calc((16 / 390) * 100cqw);
 }
}

/* review
================================================================================== */
#review {
 width: 100%;
 position: relative;
 z-index: 2;
}
#review .contbox {
 padding-top: min(352px, calc((310 / 1360) * 100cqw));
 padding-left: calc((93 / 1360) * 100cqw);
 padding-right: calc((147 / 1360) * 100cqw);
 padding-bottom: calc((90 / 1360) * 100cqw);
 transform: rotate(-3deg);
}
.review_photo_01 {
 position: absolute;
 top: calc((70 / 1360) * 100cqw);
 left: calc((426 / 1360) * 100cqw);
 width: calc((1000 / 1360) * 100cqw);
}
.review_item_01 {
 position: absolute;
 top: 0;
 left: calc((30 / 1360) * -100cqw);
 width: calc((585 / 1360) * 100cqw);
}
#review .ttl::before {
 content: "";
 position: absolute;
 top: calc((90 / 1360) * -100cqw);
 left: calc((70 / 1360) * -100cqw);
 width: calc((273 / 1360) * 100cqw);
 height: calc((213 / 1360) * 100cqw);
 background: url(../img/review_ttl_bg.png) no-repeat 0 0;
 background-size: contain;
 z-index: 1;
}
.p-review {
 margin-top: calc((80 / 1360) * 100cqw);
}
.review_flex {
 display: flex;
 gap: calc((90 / 1360) * 100cqw);
}
.review_left,
.review_right {
 width: 100%;
}
.comment {
 color: var(--color-wht);
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 position: relative;
}
.comment + .comment {
 margin-top: calc((18 / 1360) * 100cqw);
}
.comment p.word {
 font-size: calc((16 / 1360) * 100cqw);
 font-weight: 500;
 line-height: 1.6;
 letter-spacing: -0.02em;
 padding: 0.5em;
 background-color: rgba(0, 0, 0, 0.8);
 display: block;
}
.comment p.name {
 letter-spacing: 0;
 font-size: calc((16 / 1360) * 100cqw);
 font-weight: 700;
 line-height: 1.4;
 display: flex;
 align-items: center;
 position: relative;
 padding: 0.5em;
 padding-top: 0;
 background-color: rgba(0, 0, 0, 0.8);
}
.comment p.name em {
 font-size: calc((24 / 1360) * 100cqw);
 font-weight: 900;
 letter-spacing: -0.02em;
}
.comment p.name .job {
 font-size: calc((16 / 1360) * 100cqw);
 font-weight: 700;
 letter-spacing: -0.02em;
}
.comment p.name::before {
 content: "";
 position: relative;
 width: 20px;
 height: 2px;
 margin-right: 5px;
 background-color: var(--color-wht);
}
.biko {
 margin-top: calc((20 / 1360) * 100cqw);
 font-size: 1.3rem;
 font-weight: 600;
 text-align: right;
}

@media only screen and (max-width: 820px) {
 #review .contbox {
  padding-top: min(352px, calc((150 / 820) * 100cqw));
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((47 / 820) * 100cqw);
  padding-bottom: calc((50 / 820) * 100cqw);
  transform: rotate(-3deg);
 }
 #review .ttl::before {
  position: absolute;
  top: calc((90 / 820) * -100cqw);
  left: calc((70 / 820) * -100cqw);
  width: calc((273 / 820) * 100cqw);
  height: calc((213 / 820) * 100cqw);
 }
 .review_flex {
  gap: calc((30 / 820) * 100cqw);
 }
 .comment p.name em {
  font-size: calc((18 / 820) * 100cqw);
 }
 .comment p.name .job {
  font-size: calc((10 / 820) * 100cqw);
 }
 .comment p.word {
  font-size: calc((15 / 820) * 100cqw);
 }
 .biko {
  font-size: 1.1rem;
 }
}

@media only screen and (max-width: 600px) {
 #review .contbox {
  padding-top: calc((260 / 390) * 100cqw);
  padding-left: calc((20 / 390) * 100cqw);
  padding-right: calc((20 / 390) * 100cqw);
  padding-bottom: calc((50 / 390) * 100cqw);
  transform: rotate(0deg);
 }
 .review_photo_01 {
  position: absolute;
  top: calc((20 / 390) * 100cqw);
  left: calc((40 / 390) * 100cqw);
  width: calc((360 / 390) * 100cqw);
 }
 .review_photo_01 img {
  position: relative;
  transform: rotate(-3deg);
 }
 .review_item_01 {
  top: 0;
  left: calc((50 / 390) * -100cqw);
  width: calc((250 / 390) * 100cqw);
 }
 #review .ttl::before {
  position: absolute;
  top: calc((90 / 390) * -100cqw);
  left: calc((70 / 390) * -100cqw);
  width: calc((273 / 390) * 100cqw);
  height: calc((213 / 390) * 100cqw);
 }
 #review .ttl_wrap {
  position: relative;
  transform: rotate(-3deg);
 }
 .p-review {
  margin-top: calc((40 / 390) * 100cqw);
 }
 .review_flex {
  flex-direction: column;
  gap: calc((14 / 390) * 100cqw);
 }
 .comment + .comment {
  margin-top: calc((14 / 390) * 100cqw);
 }
 .comment {
  position: relative;
  transform: rotate(-3deg);
 }
 .comment p.name {
  font-size: calc((14 / 390) * 100cqw);
  padding: 0.7em;
  padding-top: 0;
 }
 .comment p.name::before {
  width: 14px;
  height: 2px;
  top: 2px;
  margin-right: 5px;
 }
 .comment p.name em {
  font-size: calc((16 / 390) * 100cqw);
 }
 .comment p.name .job {
  font-size: calc((10 / 390) * 100cqw);
 }
 .comment p.word {
  font-size: calc((14 / 390) * 100cqw);
  line-height: 1.5;
  padding: 0.7em;
 }
 .biko {
  font-size: 1.1rem;
 }
}

/* intro
 ================================================================================== */
#intro {
 width: 100%;
 position: relative;
 z-index: 2;
}
#intro .contbox {
 padding-top: min(494px, calc((420 / 1360) * 100cqw));
 padding-left: calc((93 / 1360) * 100cqw);
 padding-right: calc((468 / 1360) * 100cqw);
 padding-bottom: calc((90 / 1360) * 100cqw);
 transform: rotate(-3deg);
}
.intro_photo_wrap {
 position: absolute;
 top: 0;
 left: calc((426 / 1360) * 100cqw);
 width: calc((1000 / 1360) * 100cqw);
 display: flex;
 flex-wrap: wrap;
 gap: calc((20 / 1360) * 100cqw);
}
.intro_photo_wrap figure {
 width: calc(50% - ((10 / 1360) * 100cqw));
}
#intro .ttl::before {
 content: "";
 position: absolute;
 top: calc((130 / 1360) * -100cqw);
 left: calc((170 / 1360) * -100cqw);
 width: calc((340 / 1360) * 100cqw);
 height: calc((360 / 1360) * 100cqw);
 background: url(../img/intro_ttl_bg.png) no-repeat 0 0;
 background-size: contain;
 z-index: 1;
}
.p-intro {
 margin-top: calc((120 / 1360) * 100cqw);
}
.p-intro p {
 color: var(--color-wht);
 font-size: calc((17 / 1360) * 100cqw);
 font-weight: 800;
 line-height: 1.9;
}

@media only screen and (max-width: 820px) {
 #intro .contbox {
  padding-top: calc((350 / 820) * 100cqw);
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((208 / 820) * 100cqw);
  padding-bottom: calc((50 / 820) * 100cqw);
 }
 .intro_photo_wrap {
  left: calc((146 / 820) * 100cqw);
  width: calc((700 / 820) * 100cqw);
 }
 #intro .ttl::before {
  top: calc((130 / 820) * -100cqw);
  left: calc((170 / 820) * -100cqw);
  width: calc((340 / 820) * 100cqw);
  height: calc((360 / 820) * 100cqw);
 }
 .p-intro {
  margin-top: calc((60 / 820) * 100cqw);
 }
 .p-intro p {
  font-size: calc((15 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 #intro .contbox {
  padding-top: calc((280 / 390) * 100cqw);
  padding-left: calc((20 / 390) * 100cqw);
  padding-right: calc((24 / 390) * 100cqw);
  padding-bottom: calc((80 / 390) * 100cqw);
  transform: rotate(0deg);
 }
 .intro_photo_wrap {
  left: calc((0 / 390) * 100cqw);
  width: calc((420 / 390) * 100cqw);
 }
 #intro .ttl_wrap {
  position: relative;
  transform: rotate(-3deg);
 }
 #intro .ttl::before {
  top: calc((90 / 390) * -100cqw);
  left: calc((120 / 390) * -100cqw);
  width: calc((240 / 390) * 100cqw);
  height: calc((260 / 390) * 100cqw);
 }
 .p-intro {
  margin-top: calc((40 / 390) * 100cqw);
  margin-left: calc((14 / 390) * 100cqw);
  position: relative;
  transform: rotate(-3deg);
 }
 .p-intro p {
  font-size: calc((15 / 390) * 100cqw);
  font-weight: 600;
  line-height: 1.5;
 }
}

/* story
 ================================================================================== */
#story {
 width: 100%;
 position: relative;
 z-index: 2;
}
#story .contbox {
 padding-bottom: min(730px, calc((620 / 1360) * 100cqw));
 padding-right: calc((110 / 1360) * 100cqw);
 padding-left: calc((730 / 1360) * 100cqw);
 padding-top: calc((90 / 1360) * 100cqw);
 transform: rotate(-3deg);
}
.story_photo_wrap {
 position: absolute;
 bottom: calc((86 / 1360) * -100cqw);
 right: calc((366 / 1360) * 100cqw);
 width: calc((1000 / 1360) * 100cqw);
 display: flex;
 flex-wrap: wrap;
 gap: calc((20 / 1360) * 100cqw);
}
.story_photo_wrap figure {
 width: calc(50% - ((10 / 1360) * 100cqw));
}
#story .ttl_wrap {
 justify-content: flex-end;
}
#story .ttl::before {
 content: "";
 position: absolute;
 top: calc((60 / 1360) * -100cqw);
 right: calc((190 / 1360) * -100cqw);
 width: calc((409 / 1360) * 100cqw);
 height: calc((195 / 1360) * 100cqw);
 background: url(../img/story_ttl_bg.png) no-repeat 0 0;
 background-size: contain;
 z-index: 1;
}
.p-story {
 margin-top: calc((70 / 1360) * 100cqw);
}
.p-story p {
 color: var(--color-wht);
 font-size: calc((17 / 1360) * 100cqw);
 font-weight: 800;
 line-height: 1.9;
}

@media only screen and (max-width: 820px) {
 #story .contbox {
  padding-bottom: calc((190 / 820) * 100cqw);
  padding-right: calc((60 / 820) * 100cqw);
  padding-left: calc((330 / 820) * 100cqw);
  padding-top: calc((90 / 1360) * 100cqw);
  transform: rotate(0);
 }
 .story_photo_wrap {
  bottom: calc((86 / 1360) * -100cqw);
  right: calc((146 / 820) * 100cqw);
  width: calc((700 / 820) * 100cqw);
 }
 .story_photo_wrap figure {
  width: calc(50% - ((10 / 1360) * 100cqw));
 }
 #story .ttl::before {
  top: calc((60 / 820) * -100cqw);
  right: calc((190 / 820) * -100cqw);
  width: calc((409 / 820) * 100cqw);
  height: calc((195 / 820) * 100cqw);
 }
 .p-story {
  margin-top: calc((60 / 820) * 100cqw);
 }
 .p-story p {
  font-size: calc((15 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 #story .contbox {
  padding-bottom: calc((360 / 390) * 100cqw);
  padding-right: calc((24 / 390) * 100cqw);
  padding-left: calc((24 / 390) * 100cqw);
  padding-top: calc((90 / 390) * 100cqw);
 }
 .story_photo_wrap {
  bottom: calc((80 / 390) * 100cqw);
  right: calc((20 / 390) * -100cqw);
  width: calc((420 / 390) * 100cqw);
 }
 .story_photo_wrap figure {
  width: calc(50% - ((10 / 390) * 100cqw));
 }
 #story .ttl_wrap {
  position: relative;
  transform: rotate(-3deg);
 }
 #story .ttl::before {
  top: calc((50 / 390) * -100cqw);
  right: calc((130 / 390) * -100cqw);
  width: calc((309 / 390) * 100cqw);
  height: calc((195 / 390) * 100cqw);
 }
 .p-story {
  margin-top: calc((40 / 390) * 100cqw);
  position: relative;
  transform: rotate(-3deg);
 }
 .p-story p {
  font-size: calc((15 / 390) * 100cqw);
  font-weight: 600;
  line-height: 1.5;
 }
}

/* cont_under
================================================================================== */
.cont_under {
 position: relative;
 margin-bottom: 20px;
}
/* .cont_under_bg {
 display: block;
 position: absolute;
 top: calc((14 / 2720) * 100cqw);
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
 padding-right: 1cqw;
 mask-image: url("../img/mask.svg");
 -webkit-mask-image: url("../img/mask.svg");
 mask-repeat: no-repeat;
 mask-size: 99.4% 100%;
 mask-position: center;
 background: #efdb2c url(../img/cont_under_bg.jpg) repeat-y 0 0;
 background-size: 100% auto;
} */
.cont_under_bg {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
 background: url(../img/cont_under_bg.webp) no-repeat 0 0;
 background-size: 100% 100%;
}

@media only screen and (max-width: 600px) {
 .cont_under {
  margin-bottom: unset;
 }
 .cont_under_bg {
  background: url(../img/cont_under_bg.webp) no-repeat 50% 0;
  background-size: 200% 100%;
 }
}

/* staff
================================================================================== */
#staff {
 width: 100%;
 position: relative;
 z-index: 2;
 color: var(--color-blk);
}
#staff .contbox {
 padding-top: min(494px, calc((220 / 1360) * 100cqw));
 padding-left: calc((93 / 1360) * 100cqw);
 padding-right: calc((67 / 1360) * 100cqw);
 display: flex;
 justify-content: space-between;
}
#staff .ttl_wrap {
 width: 33.33%;
}
#staff .ttl {
 margin-left: calc((46 / 1360) * 100cqw);
}
#staff .ttl::before {
 content: "";
 position: absolute;
 top: calc((70 / 1360) * -100cqw);
 left: calc((90 / 1360) * -100cqw);
 width: calc((170 / 1360) * 100cqw);
 height: calc((180 / 1360) * 100cqw);
 background: url(../img/staff_ttl_bg.png) no-repeat 0 0;
 background-size: contain;
 z-index: 1;
}
.p-staff {
 width: 66.66%;
 display: flex;
 flex-wrap: wrap;
 gap: calc((40 / 1360) * 100cqw);
}
.p-staff .staff_01 {
 width: 100%;
}
.p-staff .staff_02,
.p-staff .staff_03 {
 width: calc(50% - ((20 / 1360) * 100cqw));
}
.prof .en_name {
 color: var(--color-red);
 font-size: calc((48 / 1360) * 100cqw);
 font-family: var(--ff-haz);
 letter-spacing: 0.02em;
}
.prof .job {
 font-size: calc((16 / 1360) * 100cqw);
 font-weight: 800;
 margin-top: calc((10 / 1360) * 100cqw);
}
.prof .jp_name {
 font-size: calc((30 / 1360) * 100cqw);
 font-weight: 900;
 margin-top: calc((5 / 1360) * 100cqw);
}
.p-staff .under {
 margin-top: calc((10 / 1360) * 100cqw);
}
.p-staff .text p {
 font-size: calc((14 / 1360) * 100cqw);
 font-weight: 500;
 line-height: 1.7;
 letter-spacing: 0;
}
.prof .a-button {
 display: none;
}
.staff_photo_01 {
 position: absolute;
 bottom: calc((66 / 1360) * 100cqw);
 left: calc((30 / 1360) * -100cqw);
 width: calc((450 / 1360) * 100cqw);
}
.staff_photo_01 img {
 position: relative;
 transform: rotate(-3deg);
}

@media only screen and (max-width: 820px) {
 #staff .contbox {
  padding-top: calc((220 / 1360) * 100cqw);
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((30 / 820) * 100cqw);
 }
 #staff .ttl_wrap {
  width: 33.33%;
 }
 #staff .ttl {
  margin-left: 0;
 }
 #staff .ttl::before {
  content: "";
  position: absolute;
  top: calc((70 / 820) * -100cqw);
  left: calc((90 / 820) * -100cqw);
  width: calc((170 / 820) * 100cqw);
  height: calc((180 / 820) * 100cqw);
 }
 .p-staff {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  gap: calc((30 / 820) * 100cqw);
 }
 .p-staff .staff_01,
 .p-staff .staff_02,
 .p-staff .staff_03 {
  width: 100%;
 }
 .prof .en_name {
  font-size: calc((48 / 820) * 100cqw);
 }
 .prof .job {
  font-size: calc((14 / 820) * 100cqw);
  margin-top: calc((10 / 820) * 100cqw);
 }
 .prof .jp_name {
  font-size: calc((26 / 820) * 100cqw);
  margin-top: calc((5 / 820) * 100cqw);
 }
 .p-staff .under {
  margin-top: calc((10 / 820) * 100cqw);
 }
 .p-staff .text p {
  font-size: calc((12 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 #staff .contbox {
  flex-direction: column;
  padding-top: calc((220 / 1360) * 100cqw);
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((30 / 820) * 100cqw);
  padding-bottom: calc((220 / 390) * 100cqw);
 }
 #staff .ttl_wrap {
  width: 100%;
 }
 #staff .ttl {
  margin-left: 0;
 }
 #staff .ttl::before {
  top: calc((70 / 390) * -100cqw);
  left: calc((90 / 390) * -100cqw);
  width: calc((170 / 390) * 100cqw);
  height: calc((180 / 390) * 100cqw);
 }
 .p-staff {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc((20 / 390) * 100cqw);
  margin-top: calc((20 / 390) * 100cqw);
 }
 .p-staff .staff_01,
 .p-staff .staff_02,
 .p-staff .staff_03 {
  width: 100%;
 }
 .prof .en_name {
  font-size: calc((36 / 390) * 100cqw);
 }
 .prof .job {
  font-size: calc((14 / 390) * 100cqw);
  margin-top: calc((5 / 390) * 100cqw);
 }
 .prof .jp_name {
  font-size: calc((16 / 390) * 100cqw);
  margin-top: calc((5 / 390) * 100cqw);
 }
 .p-staff .under {
  margin-top: calc((8 / 390) * 100cqw);
 }
 .p-staff .text p {
  font-size: calc((12 / 390) * 100cqw);
  line-height: 1.5;
 }
 .staff_photo_01 {
  position: absolute;
  bottom: calc((4 / 390) * -100cqw);
  left: calc((30 / 390) * -100cqw);
  width: calc((360 / 390) * 100cqw);
 }
}

/* cast
================================================================================== */
#cast {
 width: 100%;
 position: relative;
 z-index: 2;
 color: var(--color-blk);
}
#cast .contbox {
 padding-top: min(94px, calc((80 / 1360) * 100cqw));
 padding-bottom: min(212px, calc((180 / 1360) * 100cqw));
 padding-left: calc((93 / 1360) * 100cqw);
 padding-right: calc((67 / 1360) * 100cqw);
}
#cast .ttl_wrap {
 justify-content: center;
}
#cast .ttl {
 margin-left: calc((46 / 1360) * 100cqw);
}
#cast .ttl::before {
 content: "";
 position: absolute;
 top: calc((50 / 1360) * -100cqw);
 left: calc((48 / 1360) * -100cqw);
 width: calc((158 / 1360) * 100cqw);
 height: calc((123 / 1360) * 100cqw);
 background: url(../img/cast_ttl_bg.png) no-repeat 0 0;
 background-size: contain;
 z-index: 1;
}
.p-cast {
 width: 100%;
 display: flex;
 align-items: flex-end;
 gap: calc((30 / 1360) * 100cqw);
 margin-top: min(-112px, calc((80 / 1360) * -100cqw));
}
.p-cast .cast {
 width: calc(33.33% - ((20 / 1360) * 100cqw));
}
.p-cast .under {
 margin-top: calc((10 / 1360) * 100cqw);
}
.p-cast .text p {
 font-size: calc((14 / 1360) * 100cqw);
 font-weight: 500;
 line-height: 1.7;
 letter-spacing: 0;
}

@media only screen and (max-width: 820px) {
 #cast .contbox {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding-top: calc((220 / 1360) * 100cqw);
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((30 / 820) * 100cqw);
  padding-bottom: calc((100 / 820) * 100cqw);
 }
 #cast .ttl_wrap {
  width: 33.33%;
  justify-content: flex-start;
 }
 #cast .ttl {
  margin-left: calc((46 / 820) * 100cqw);
 }
 #cast .ttl::before {
  top: calc((50 / 820) * -100cqw);
  left: calc((48 / 820) * -100cqw);
  width: calc((158 / 820) * 100cqw);
  height: calc((123 / 820) * 100cqw);
 }
 .p-cast {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / 820) * 100cqw);
  margin-top: unset;
 }
 .p-cast .cast {
  width: 100%;
 }
 .p-cast .under {
  margin-top: calc((10 / 820) * 100cqw);
 }
 .p-cast .text p {
  font-size: calc((12 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 #cast .contbox {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc((50 / 390) * 100cqw);
  padding-left: calc((40 / 820) * 100cqw);
  padding-right: calc((30 / 820) * 100cqw);
  padding-bottom: calc((40 / 390) * 100cqw);
 }
 #cast .ttl_wrap {
  width: 100%;
  justify-content: flex-end;
 }
 #cast .ttl {
  margin-left: unset;
 }
 #cast .ttl::before {
  top: calc((50 / 390) * -100cqw);
  left: calc((48 / 390) * -100cqw);
  width: calc((158 / 390) * 100cqw);
  height: calc((123 / 390) * 100cqw);
 }
 .p-cast {
  gap: calc((20 / 390) * 100cqw);
 }
 .p-cast .under {
  margin-top: calc((10 / 390) * 100cqw);
 }
 .p-cast .text p {
  font-size: calc((11 / 390) * 100cqw);
 }
}

/* credit
 ================================================================================== */
#credit {
 width: 100%;
 position: relative;
 background-color: var(--color-red);
 z-index: 2;
}
#credit .contbox {
 padding-top: calc((110 / 1360) * 100cqw);
 padding-bottom: calc((85 / 1360) * 100cqw);
}
.p-credit {
 display: flex;
 flex-flow: column;
 align-items: center;
 gap: calc((30 / 1360) * 100cqw);
 margin-inline: auto;
}
.cd_logo {
 width: calc((645 / 1360) * 100cqw);
 position: relative;
}
.cd_logo a {
 position: relative;
 z-index: 2;
}
.cd_billing {
 width: calc((886 / 1360) * 100cqw);
}
#credit #pageTop {
 position: fixed;
 display: block;
 bottom: calc((90 / 1360) * -100cqw);
 right: calc((20 / 1360) * 100cqw);
 width: calc((48 / 1360) * 100cqw);
 height: calc((48 / 1360) * 100cqw);
 z-index: 100;
 transition: all 0.5s ease;
}
#credit #pageTop.show {
 bottom: calc((20 / 1360) * 100cqw);
}
#credit #pageTop a {
 display: block;
 overflow: hidden;
 width: calc((48 / 1360) * 100cqw);
 height: calc((48 / 1360) * 100cqw);
 background: url(../img/pagetop.svg) no-repeat 0 0;
 background-size: contain;
 transition: all 0.2s ease;
}

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

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

@media only screen and (max-width: 600px) {
 #credit .contbox {
  padding-top: calc((40 / 390) * 100cqw);
  padding-bottom: calc((40 / 390) * 100cqw);
 }
 .p-credit {
  gap: calc((10 / 390) * 100cqw);
 }
 .cd_logo {
  width: calc((260 / 390) * 100cqw);
 }
 .cd_billing {
  width: calc((380 / 390) * 100cqw);
 }
 #credit #pageTop {
  bottom: -80px;
  right: 8px;
  width: 30px;
  height: 30px;
 }
 #credit #pageTop.show {
  bottom: calc((20 / 390) * 100cqw);
 }
 #credit #pageTop a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 6px;
 }
}

/* [Show Animate] 出現アニメーション
    ================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.-show,
.p-show-elem.p-rev.-show,
.p-show-elem.p-left.-show,
.p-show-elem.p-right.-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.-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-staff .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.-show,
 .cast_02.p-show-clip.-show {
  clip-path: inset(0 0 0 0);
 }
}

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

/* p-show-ttl */
.ttl .mds,
.ttl .sub,
.ttl::before {
 opacity: 0;
}
.ttl.-show::before {
 animation: obizoom2 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.ttl.-show .mds,
.ttl.-show .sub {
 animation: mds_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.8s both;
}
.ttl.-show .sub {
 animation-delay: 0.9s;
}
@keyframes mds_show {
 0% {
  opacity: 0;
  transform: translateX(-100px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

/* p-show-item */
.review_photo_01,
.review_item_01,
.review_left,
.review_right,
.intro_photo_wrap,
.story_photo_wrap,
.staff_photo_01 {
 opacity: 0;
}
.review_photo_01.-show,
.intro_photo_wrap.-show {
 animation: rightin 1s cubic-bezier(0.08, 0.8, 0.315, 1) both;
}
.story_photo_wrap.-show,
.staff_photo_01.-show {
 animation: leftin 1s cubic-bezier(0.08, 0.8, 0.315, 1) both;
}
.review_item_01.-show {
 animation: obizoom2 0.4s cubic-bezier(0.07, 0.56, 0.5, 0.94) 0.4s both;
}
.review_left.-show,
.review_right.-show {
 animation: elem_up 0.4s cubic-bezier(0.07, 0.56, 0.5, 0.94) 0.4s both;
}
.review_right.-show {
 animation-delay: 0.6s;
}

@keyframes obizoom2 {
 0% {
  opacity: 0;
  transform: scale(1.4, 1.4);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes leftin {
 0% {
  opacity: 0;
  transform: translateX(-30%);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes rightin {
 0% {
  opacity: 0;
  transform: translateX(30%);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes reviewitem {
 0% {
  opacity: 0;
  transform: translate(40%, 40%);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes elem_up {
 0% {
  opacity: 0;
  transform: translateY(10%);
 }
 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;
 }
}

@media only screen and (max-width: 600px) {
 @keyframes leftin {
  0% {
   opacity: 0;
   transform: rotate(-3deg) translateX(-30%);
  }
  100% {
   opacity: 1;
   transform: rotate(-3deg) translateX(0);
  }
 }
 @keyframes rightin {
  0% {
   opacity: 0;
   transform: rotate(-3deg) translateX(30%);
  }
  100% {
   opacity: 1;
   transform: rotate(-3deg) translateX(0);
  }
 }
}
