@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&family=Libre+Bodoni:wght@400..700&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;
 }
}

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-base: #212121;
 --color-red: #c90012;
 --color-gld: #e1c881;
 --color-gld2: #e7ba47;
 --color-gld3: #9b7a2f;
 --color-gld4: #cdb676;
 --color-gld5: #c8a43b;
 --color-ivo: #fdf6e3;
 --color-blu: #1458c1;
 --color-grn: #009055;
 --ff-noto: "Noto Sans JP", sans-serif;
 --ff-bdni: "Libre Bodoni", serif;
 --ff-min: "Zen Old Mincho", serif;
}

/* ==========================================================================
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%;
}
body {
 color: var(--color-base);
 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;
 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;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
.c-svg-sprite {
 display: none;
 width: 0;
 height: 0;
 opacity: 0;
 overflow: hidden;
}
#wrap {
 width: 100%;
 max-width: 2400px;
 margin-inline: auto;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
 background-color: var(--color-bg);
 container: wrap / inline-size;
}
.ofyh {
 height: 100%;
 overflow-y: hidden;
}

@media screen and (max-width: 820px) {
 body {
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  height: auto;
  min-width: 280px;
 }
}

/* sns
==================================================================================  */
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 22px;
}
.sns .btn {
 display: block;
 width: 28px;
 height: 28px;
}
.sns .btn a {
 display: block;
 width: 28px;
 height: 28px;
 fill: var(--color-wht);
}
.sns .btn.x a {
 padding: 2px;
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}
.st0 {
 fill: #fe2c55;
}
.st1 {
 fill: #fff;
}
.st2 {
 fill: #25f4ee;
}

/* header
==================================================================================  */
.l-gnav__container {
 position: relative;
 width: 100%;
 height: 70px;
 background-color: var(--color-base);
 z-index: 100;
}
.l-header__navi {
 position: absolute;
 top: 0;
 left: 0;
 display: flex;
 justify-content: center;
 width: 100%;
 padding-inline: 170px;
 height: 70px;
 z-index: 3;
}
.l-header__navi::before,
.l-header__navi::after {
 content: "";
 position: absolute;
 top: 4px;
 left: 0;
 display: block;
 width: 100%;
 height: 1px;
 background-color: #e0bc5c;
}
.l-header__navi::after {
 top: unset;
 bottom: 4px;
}
.hd__logo {
 position: absolute;
 top: 5px;
 left: 12px;
 width: 160px;
 z-index: 10;
}
.hd__logo span {
 display: block;
 width: 100%;
 aspect-ratio: 165/60;
 background: url(../img/hd_logo.webp) no-repeat 0 50%;
 background-size: contain;
 transition: all 0.5s ease 0s;
}
.l-header__navi ul {
 display: flex;
 justify-content: center;
 position: relative;
 gap: 22px;
}
.l-header__navi li {
 display: flex;
 height: 70px;
 position: relative;
}
.l-header__navi li.top,
.l-header__navi li.sp,
.l-header__navi li.menuname {
 display: none;
}
.l-header__navi li a,
.l-header__navi li.menuname .menu {
 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,
.l-header__navi li.menuname .menu span {
 color: var(--color-gld);
 font-size: 2rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 letter-spacing: -0.02em;
 display: flex;
 align-items: center;
 height: 100%;
 transition: 0.2s;
}
.l-header__navi li.menuname .menu {
 cursor: default;
}
.l-header__navi li.menuname .menu span {
 color: #ccc;
 font-size: 1.8rem;
 padding-right: 22px;
}
.l-header__navi li.menuname ::after {
 content: "";
 position: absolute;
 top: 15px;
 bottom: 15px;
 right: 0;
 display: block;
 width: 1px;
 background-color: #666;
}
.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_linkbtn {
 display: flex;
 align-items: center;
 position: absolute;
 top: 0;
 right: 24px;
 height: 70px;
}
.hd__menutrigger {
 display: block;
 position: fixed;
 left: 10px;
 top: 10px;
 width: 90px;
 height: 90px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.3s;
 transform: scale(1.2);
 pointer-events: none;
 container: menubtnin / inline-size;
 opacity: 0;
}
.l-gnav__container.is__scroll .hd__menutrigger,
.l-gnav__container.is__open .hd__menutrigger {
 opacity: 1;
 transform: scale(1);
 pointer-events: unset;
}
.hd__menutrigger-inner {
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
 padding: calc((12 / 80) * 100cqw);
}
.hd__mark {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 100%;
 transition: all 0.3s;
 background: url(/assets/img/menubtn.png) no-repeat 50% 50%;
 background-size: contain;
}
.hd__menutrigger__txt {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 border-radius: 100%;
 background-color: var(--color-red);
 position: relative;
}
.hd__menutrigger .hd__menutrigger__txt em {
 color: var(--color-ivo);
 font-size: calc((12 / 80) * 100cqw);
 font-family: var(--ff-bdni);
 font-weight: 700;
 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;
}
.hd__menutrigger.is__active .hd__menutrigger__txt {
 background-color: var(--color-grn);
}
.backlayer {
 position: fixed;
 overflow-y: auto;
 z-index: 10;
 top: -101vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background-color: var(--color-base);
 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 .l-header__navi::before,
.l-gnav__container.is__open .l-header__navi::after {
 content: none;
}
.l-gnav__container.is__open .l-header__navi_wrap {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 60px;
}
.l-gnav__container.is__open .hd__logo {
 position: relative;
 top: unset;
 left: unset;
 width: 200px;
}
.l-gnav__container.is__open .hd_linkbtn {
 display: flex;
 align-items: center;
 position: relative;
 top: unset;
 right: unset;
 height: auto;
 animation: hd__start 0.8s both;
 animation-delay: 0.2s;
}
.l-gnav__container.is__open .hd_linkbtn .sns {
 margin-top: 0;
 gap: 40px;
}
.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: 20px;
}
.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.menuname {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li:first-child:before,
.l-gnav__container.is__open .l-header__navi li::after {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(2) {
 animation-delay: 0.05s;
 -webkit-animation-delay: 0.05s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(3) {
 animation-delay: 0.1s;
 -webkit-animation-delay: 0.1s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(4) {
 animation-delay: 0.15s;
 -webkit-animation-delay: 0.15s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(5) {
 animation-delay: 0.2s;
 -webkit-animation-delay: 0.2s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(6) {
 animation-delay: 0.25s;
 -webkit-animation-delay: 0.25s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(7) {
 animation-delay: 0.3s;
 -webkit-animation-delay: 0.3s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(8) {
 animation-delay: 0.35s;
 -webkit-animation-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(9) {
 animation-delay: 0.35s;
 -webkit-animation-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(10) {
 animation-delay: 0.4s;
 -webkit-animation-delay: 0.4s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(11) {
 animation-delay: 0.45s;
 -webkit-animation-delay: 0.45s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(12) {
 animation-delay: 0.5s;
 -webkit-animation-delay: 0.5s;
}
.l-gnav__container.is__open .l-header__navi li.top {
 display: block;
}
.l-gnav__container.is__open .l-header__navi li.sp {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li a {
 width: auto;
 margin: 0 auto;
 display: inline-block;
 position: relative;
 line-height: 1;
 background: none;
 cursor: pointer;
}
.l-gnav__container.is__open .l-header__navi li a span {
 font-size: 4rem;
 padding-top: 0;
}
@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

@media screen and (min-width: 2401px) {
 .hd__menutrigger {
  left: calc(50vw - 1200px + 10px);
 }
 .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-red);
 }
 .l-gnav__container.is__open .l-header__navi li a:hover span {
  color: var(--color-red);
  opacity: 1;
 }
 .hd__menutrigger:hover .hd__menutrigger__txt {
  background-color: var(--color-blu);
 }
 .hd__menutrigger:hover .hd__mark {
  transform: scale(1.1);
 }
}

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

@media only screen and (max-width: 820px) {
 .hd__menutrigger {
  top: unset;
  bottom: 10px;
 }
 .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;
 }
}

@media only screen and (max-width: 600px) {
 .l-gnav__container {
  opacity: 1;
 }
 .l-gnav__container.is__open .l-header__navi {
  overflow-x: hidden;
  overflow-y: auto;
 }
 .l-gnav__container.is__open .l-header__navi_wrap {
  gap: 8vw;
  padding-bottom: 30vw;
 }
 .l-gnav__container.is__open .l-header__navi ul {
  gap: 6vw;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: min(2.9rem, 7.73vw);
 }
 .l-gnav__container.is__open .hd_linkbtn .sns {
  margin-top: 2vw;
  gap: 10vw;
 }
 .hd__menutrigger {
  left: 1.6vw;
  bottom: 3vw;
  width: 23vw;
  height: 23vw;
 }
}

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

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

/* Contents
================================================================================== */
.p_contents {
 width: 100%;
 position: relative;
 padding-top: 100px;
 padding-bottom: 170px;
}
.cont_body {
 position: relative;
 padding: 0 80px;
}
.contbox {
 max-width: 1100px;
 margin-inline: auto;
 container: cbin / inline-size;
}
.ttl_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ttl {
 display: flex;
 flex-flow: column;
 align-items: center;
 gap: 6px;
}
.mds {
 color: var(--color-gld);
 font-size: 7.4rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 letter-spacing: -0.02em;
}
.sub {
 color: var(--color-gld);
 font-size: 1.5rem;
 font-family: var(--ff-min);
 font-weight: 700;
 letter-spacing: 0.3em;
}

@media only screen and (max-width: 820px) {
 .cont_body {
  padding: 0 6.66vw;
 }
 .ttl {
  display: flex;
  flex-flow: column;
  gap: calc((6 / 820) * 100cqw);
 }
 .mds {
  font-size: calc((66 / 820) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 .p_contents {
  padding-top: calc((60 / 390) * 100cqw);
  padding-bottom: calc((80 / 390) * 100cqw);
 }
 .cont_body {
  padding: 0 4vw;
 }
 .contbox {
  max-width: unset;
 }
 .ttl {
  gap: calc((6 / 390) * 100cqw);
 }
 .mds {
  font-size: min(4.8rem, 13.4cqw);
 }
 .sub {
  font-size: min(1.5rem, 4.18cqw);
 }
}

/* p_header
---------------------------------------------------------------------------------*/
.p_header {
 display: flex;
 width: 100%;
 height: 240px;
 background: var(--color-red) url(/assets/img/bg_cross_01.svg) 50% 0;
 background-size: 180px 180px;
 position: relative;
}
.dc {
 position: absolute;
 width: 80px;
 height: 80px;
}
.dc_a {
 top: 10px;
 left: 10px;
}
.dc_b {
 top: 10px;
 right: 10px;
}
.dc_c {
 bottom: 10px;
 right: 10px;
}
.dc_d {
 bottom: 10px;
 left: 10px;
}
.dc span {
 display: block;
 width: 80px;
 height: 80px;
 background: url(/assets/img/dc_01.svg) no-repeat 0 0;
 background-size: contain;
}
.dc_b span {
 transform: rotate(90deg);
}
.dc_c span {
 transform: rotate(180deg);
}
.dc_d span {
 transform: rotate(270deg);
}
.ph_wrap {
 width: 100%;
 padding-inline: 80px;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.p_header .ttl {
 overflow: hidden;
 position: relative;
}

/* -start */
.p_header .dc_a,
.p_header .dc_d {
 opacity: 0;
 transform: translateX(200%);
 transition: all 1.4s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s;
}
.p_header .dc_b,
.p_header .dc_c {
 opacity: 0;
 transform: translateX(-200%);
 transition: all 1.4s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s;
}
body.-start .p_header .dc_a,
body.-start .p_header .dc_b,
body.-start .p_header .dc_c,
body.-start .p_header .dc_d {
 opacity: 1;
 transform: translateX(0);
}
.p_header .mds,
.p_header .sub {
 display: inline-block;
 opacity: 0;
 transform: translateY(100%);
 transition:
  transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s,
  opacity 0.8s ease 0.3s;
}
.p_header .sub {
 transition-delay: 0.8s;
}
body.-start .p_header .mds,
body.-start .p_header .sub {
 opacity: 1;
 transform: translateY(0);
}

@media screen and (max-width: 600px) {
 .p_header {
  height: calc((180 / 390) * 100cqw);
  background: var(--color-red) url(/assets/img/bg_cross_01.svg) 50% 0;
  background-size: 25vw 25vw;
 }
 .dc {
  width: calc((60 / 390) * 100cqw);
  height: calc((60 / 390) * 100cqw);
 }
 .dc_a {
  top: calc((8 / 390) * 100cqw);
  left: calc((8 / 390) * 100cqw);
 }
 .dc_b {
  top: calc((8 / 390) * 100cqw);
  right: calc((8 / 390) * 100cqw);
 }
 .dc_c {
  bottom: calc((8 / 390) * 100cqw);
  right: calc((8 / 390) * 100cqw);
 }
 .dc_d {
  bottom: calc((8 / 390) * 100cqw);
  left: calc((8 / 390) * 100cqw);
 }
 .dc span {
  width: calc((60 / 390) * 100cqw);
  height: calc((60 / 390) * 100cqw);
 }
 .ph_wrap {
  padding-inline: calc((30 / 390) * 100cqw);
 }
}

/* footer
---------------------------------------------------------------------------------*/
#footer {
 display: block;
 width: 100%;
 position: relative;
 background-color: var(--color-base);
}
.p_footer {
 max-width: 752px;
 margin-inline: auto;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-block: 120px 90px;
}
.ft_logo {
 aspect-ratio: 1480/496;
 background: url(/assets/img/logo_jp_w.webp) no-repeat 50% 0;
 background-size: contain;
 opacity: 1;
 width: 480px;
 margin-inline: auto;
 transition: all 0.3;
}
.ft_linkbtn {
 margin-top: 64px;
}
.ft_linkbtn .sns {
 gap: 40px;
}
.ft_cr {
 color: var(--color-ivo);
 font-size: 1.4rem;
 font-weight: 500;
 font-family: var(--ff-min);
 margin-top: 40px;
}
#footer #pageTop {
 position: absolute;
 display: block;
 top: 0;
 right: 0;
 width: 80px;
 height: 80px;
 transition: all 0.3s ease;
 background-color: var(--color-red);
}
#footer #pageTop a {
 display: block;
 height: 0;
 overflow: hidden;
 width: 80px;
 padding: 80px 0 0;
}
#footer #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-gld);
 border-width: 1px 0 0 1px;
 transform: rotate(45deg);
}

@media screen and (min-width: 821px) {
 .ft_logo:hover {
  opacity: 0.6;
 }
 #footer #pageTop:hover {
  opacity: 0.6;
 }
}

@media only screen and (max-width: 600px) {
 .p_footer {
  padding-top: calc((140 / 390) * 100cqw);
  padding-bottom: calc((140 / 390) * 100cqw);
 }
 .ft_logo {
  width: 80%;
 }
 .ft_linkbtn {
  margin-top: calc((36 / 390) * 100cqw);
 }
 .ft_linkbtn .sns {
  gap: calc((40 / 390) * 100cqw);
 }
 .ft_cr {
  font-size: min(1.2rem, 3cqw);
 }
 #footer #pageTop {
  width: 16vw;
  height: 16vw;
 }
 #footer #pageTop a {
  width: 16vw;
  padding: 16vw 0 0;
 }
 #footer #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-gld);
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
 }
}

/* news
 ================================================================================== */
#news .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#news .p_contents.newstop {
 padding-bottom: 300px;
}
#news .contbox {
 max-width: 850px;
}
.newslist {
 max-width: 940px;
 margin-top: 30px;
 margin-inline: auto;
 display: flex;
 flex-direction: column;
}
.newslist li {
 display: flex;
 justify-content: space-between;
 gap: 20px;
 width: 100%;
 padding-block: 26px;
 border-bottom: 1px solid var(--color-gld3);
 position: relative;
}
.newslist li::before {
 content: "";
 position: absolute;
 height: 100%;
 width: 0;
 left: auto;
 right: 0;
 top: 0;
 background-color: rgba(0, 0, 0, 0.05);
 transition-duration: 0.5s;
 transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
 pointer-events: none;
 z-index: 1;
}
.newslist li:nth-child(1) {
 border-top: 1px solid var(--color-gld3);
}
.newslist li .date {
 color: var(--color-red);
 font-size: 2rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 line-height: 1.6;
 width: 140px;
 padding-inline: 10px;
 position: relative;
 z-index: 2;
}
.newslist li a {
 flex: 1;
 color: var(--color-base);
 font-size: 1.8rem;
 font-family: var(--ff-min);
 font-weight: 700;
 line-height: 1.6;
 z-index: 2;
}
.newslist li a::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.newslist li .ar {
 display: flex;
 width: 24px;
 height: 14px;
 background: url(/assets/img/ar_01.svg) no-repeat 50% 50%;
 background-size: contain;
 align-self: center;
 justify-self: end;
 transform: translateX(-10px);
 transition: all 0.2s ease;
}
.entry_meta {
 padding-block: 34px;
 position: relative;
}
.entry_meta::before,
.entry_meta::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 1px;
 background-color: var(--color-gld3);
}
.entry_meta::after {
 top: unset;
 bottom: 0;
}
.entry_meta .date {
 color: var(--color-red);
 font-size: 2.2rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
}
.entry_meta .title {
 color: var(--color-base);
 font-size: 2.4rem;
 font-family: var(--ff-min);
 font-weight: 700;
 line-height: 1.6;
 margin-top: 6px;
}
.entry_body {
 margin-top: 70px;
}
.entry_body p {
 font-size: 1.5rem;
 line-height: 2;
}
.entry_body p + p {
 margin-top: 30px;
}
.entry_body b {
 font-weight: 700;
}
.entry_body a {
 color: var(--color-red);
}
.entry_body img {
 margin-block: 60px;
}
.entry_body .aligncenter {
 clear: both;
 display: block;
 float: none;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 padding-inline: 24px;
}
.entry_body h2,
.entry_body h3,
.entry_body h4 {
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 1.4;
 margin-top: 60px;
 margin-bottom: 15px;
}
.entry_body h3 {
 font-size: 2.2rem;
}
.entry_body h4 {
 font-size: 2rem;
}
.entry_body [data-ruby] {
 position: relative;
}
.entry_body [data-ruby]::before {
 content: attr(data-ruby);
 position: absolute;
 top: -1.1em;
 left: -1em;
 right: -1em;
 margin: auto;
 font-size: 0.6em;
 letter-spacing: -0.01em;
 text-align: center;
}
.entry_body .promo {
 display: block;
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 56.25%;
 margin-block: 40px;
 overflow: hidden;
}
.entry_body .promo iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* page-navi */
#page-navi {
 margin-top: 80px;
 text-align: center;
}
.wp-pagenavi {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 gap: 12px;
}
.wp-pagenavi .current {
 color: var(--color-wht);
 display: flex;
 align-items: center;
 justify-content: center;
 min-width: 48px;
 height: 48px;
 font-size: 1.4rem;
 padding: 0.4em 10px;
 transition: 0.3s;
 border-radius: 2em;
 background-color: var(--color-gy4);
}
.wp-pagenavi a {
 color: var(--color-gld);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.4rem;
 transition: 0.3s;
 position: relative;
 cursor: pointer;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
 font-size: 1rem;
 font-family: var(--ff-min);
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 padding: 0;
 margin-inline: 10px;
 position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background-color: var(--color-ivo);
 border: 1px solid var(--color-base);
 transform: rotate(45deg);
 transition: all 0.2s ease;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: url(/assets/img/ar_01.svg) no-repeat 50% 50%;
 background-size: 32px 8px;
 transition: all 0.2s ease;
}
.wp-pagenavi .previouspostslink::after {
 transform: rotate(180deg);
}
.wp-pagenavi a.backlink {
 font-size: 2rem;
 font-family: var(--ff-min);
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 padding-inline: 20px;
 width: 240px;
 height: 60px;
 aspect-ratio: 4/1;
 background: url(../img/btn_01.svg) no-repeat 0 0;
 background-size: contain;
}
.wp-pagenavi .extend {
 display: inline-block;
 padding: 4px 3px;
}

@media screen and (min-width: 821px) {
 .newslist li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
 }
 .newslist li:hover a {
  color: var(--color-red);
 }
 .newslist li:hover .ar {
  transform: translateX(0);
  transition: all 0.2s ease;
 }
 .wp-pagenavi a:hover {
  color: var(--color-wht);
 }
 .wp-pagenavi .previouspostslink:hover::before,
 .wp-pagenavi .nextpostslink:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
 }
}

@media only screen and (max-width: 600px) {
 #news .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #news .p_contents.newstop {
  padding-bottom: 150px;
 }
 #news .contbox {
  max-width: unset;
 }
 .newslist {
  max-width: unset;
  margin-top: calc((30 / 390) * 100cqw);
 }
 .newslist li {
  flex-direction: column;
  gap: 0;
  padding-block: calc((16 / 390) * 100cqw);
 }
 .newslist li .date {
  font-size: min(1.8rem, 5cqw);
  width: 100%;
  padding-inline: unset;
 }
 .newslist li a {
  flex: unset;
  font-size: min(1.7rem, 4.7cqw);
 }
 .newslist li .ar {
  width: calc((20 / 390) * 100cqw);
  height: calc((12 / 390) * 100cqw);
  align-self: flex-end;
  justify-self: end;
  transform: translateX(0);
 }
 .entry_meta {
  padding-block: calc((24 / 390) * 100cqw);
 }
 .entry_meta .date {
  font-size: min(2rem, 5.58cqw);
 }
 .entry_meta .title {
  font-size: min(2rem, 5.58cqw);
  margin-top: calc((8 / 390) * 100cqw);
 }
 .entry_body {
  margin-top: calc((30 / 390) * 100cqw);
 }
 .entry_body p {
  font-size: min(1.5rem, 4.18cqw);
 }
 .entry_body p + p {
  margin-top: calc((30 / 390) * 100cqw);
 }
 .entry_body img {
  margin-block: calc((30 / 390) * 100cqw);
 }
 .entry_body .aligncenter {
  padding-inline: unset;
 }
 .entry_body h2,
 .entry_body h3,
 .entry_body h4 {
  font-size: min(2rem, 5.58cqw);
  margin-top: calc((60 / 390) * 100cqw);
  margin-bottom: calc((15 / 390) * 100cqw);
  line-height: 1.6;
 }
 .entry_body h3 {
  font-size: min(1.8rem, 5cqw);
 }
 .entry_body h4 {
  font-size: min(1.6rem, 4.44cqw);
 }

 /* page-navi */
 #page-navi {
  margin-top: calc((80 / 390) * 100cqw);
 }
 .wp-pagenavi {
  gap: calc((12 / 390) * 100cqw);
 }
 .wp-pagenavi .current {
  min-width: calc((40 / 390) * 100cqw);
  height: calc((40 / 390) * 100cqw);
  font-size: min(1.4rem, 3.91cqw);
  padding: 0.4em calc((10 / 390) * 100cqw);
 }
 .wp-pagenavi a {
  font-size: min(1.4rem, 3.91cqw);
 }
 .wp-pagenavi .previouspostslink,
 .wp-pagenavi .nextpostslink {
  width: calc((40 / 390) * 100cqw);
  height: calc((40 / 390) * 100cqw);
  margin-inline: calc((10 / 390) * 100cqw);
 }
 .wp-pagenavi .previouspostslink::after,
 .wp-pagenavi .nextpostslink::after {
  background: url(/assets/img/ar_01.svg) no-repeat 50% 50%;
  background-size: 50% auto;
 }
 .wp-pagenavi a.backlink {
  font-size: min(1.5rem, 4.18cqw);
  padding-inline: calc((20 / 390) * 100cqw);
  width: calc((200 / 390) * 100cqw);
  height: calc((50 / 390) * 100cqw);
 }
}

/* introduction
 ================================================================================== */
#intro .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#intro .contbox {
 max-width: 1000px;
}
.p_intro {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: calc((56 / 1000) * 100cqw);
 position: relative;
 padding-top: calc((40 / 1000) * 100cqw);
 padding-bottom: calc((110 / 1000) * 100cqw);
 padding-inline: calc((90 / 1000) * 100cqw);
}
.p_intro .dc span {
 background: url(/assets/img/dc_02.svg) no-repeat 0 0;
 background-size: contain;
}
.intro_cp {
 color: var(--color-red);
 font-size: min(calc((50 / 1000) * 100cqw), 5rem);
 font-family: var(--ff-min);
 font-weight: 700;
 line-height: 1.6;
}
.intro_deco {
 width: calc((220 / 1000) * 100cqw);
 margin-inline: auto;
 display: block;
}
.p_intro .p_text p {
 color: var(--color-gld3);
 font-size: min(calc((24 / 1000) * 100cqw), 2.4rem);
 font-family: var(--ff-min);
 font-weight: 700;
 letter-spacing: -0.04em;
 line-height: 1.8;
 text-align: center;
}
.p_intro .p_text p + p {
 margin-top: 1em;
}
.p_intro [data-ruby] {
 position: relative;
}
.p_intro [data-ruby]::before {
 content: attr(data-ruby);
 position: absolute;
 top: -1.1em;
 left: -1em;
 right: -1em;
 margin: auto;
 font-size: 0.6em;
 letter-spacing: -0.01em;
}

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

@media only screen and (max-width: 600px) {
 #intro .mds {
  font-size: min(3.6rem, 9.23cqw);
 }
 #intro .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 .p_intro {
  gap: calc((30 / 390) * 100cqw);
  padding-top: calc((60 / 390) * 100cqw);
  padding-bottom: calc((90 / 390) * 100cqw);
  padding-inline: calc((10 / 390) * 100cqw);
 }
 .intro_cp {
  font-size: min(calc((30 / 390) * 100cqw), 3rem);
 }
 .intro_deco {
  width: calc((160 / 390) * 100cqw);
 }
 .p_intro .p_text p {
  color: var(--color-gld3);
  font-size: min(1.6rem, 4.46cqw);
  font-family: var(--ff-min);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.8;
  text-align: left;
 }
 .p_intro .p_text p + p {
  margin-top: 1em;
 }
 .p_intro [data-ruby] {
  position: relative;
 }
 .p_intro [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.1em;
  left: -1em;
  right: -1em;
  margin: auto;
  font-size: 0.6em;
  letter-spacing: -0.01em;
 }
}

/* character
 ================================================================================== */
#chara .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#chara .contbox {
 max-width: 1240px;
 container: pcharain / inline-size;
}
.chara_main {
 margin-top: calc((40 / 1240) * 100cqw);
 padding: calc((10 / 1000) * 100cqw);
 position: relative;
}
.chara_main .line_l,
.chara_main .line_r {
 position: absolute;
 left: calc((3 / 1000) * 100cqw);
 top: calc((100 / 1000) * 100cqw);
 bottom: calc((100 / 1000) * 100cqw);
 height: auto;
 display: block;
 width: 1px;
 background-color: var(--color-gld3);
}
.chara_main .line_r {
 left: unset;
 right: calc((3 / 1000) * 100cqw);
}
.chara_main .line_o,
.chara_main .line_u {
 position: absolute;
 top: 0;
 left: calc((100 / 1000) * 100cqw);
 right: calc((100 / 1000) * 100cqw);
 height: 1px;
 display: block;
 width: auto;
 background-color: var(--color-gld3);
}
.chara_main .line_u {
 top: unset;
 bottom: 0;
}
.chara_main::before {
 content: "";
 position: absolute;
 top: calc((10 / 1000) * 100cqw);
 bottom: calc((10 / 1000) * 100cqw);
 left: calc((10 / 1000) * 100cqw);
 right: calc((10 / 1000) * 100cqw);
 width: auto;
 height: auto;
 display: block;
 background-color: rgba(255, 255, 255, 0.6);
}
.chara_main .dc {
 width: calc((80 / 1000) * 100cqw);
 height: calc((80 / 1000) * 100cqw);
 z-index: 2;
}
.chara_main .dc span {
 display: block;
 width: calc((80 / 1000) * 100cqw);
 height: calc((80 / 1000) * 100cqw);
 background: url(/assets/img/dc_02.svg) no-repeat 0 0;
 background-size: contain;
}
.chara_main .dc_a {
 top: 0;
 left: 0;
}
.chara_main .dc_b {
 top: 0;
 left: unset;
 right: 0;
}
.chara_main .dc_c {
 bottom: 0;
 right: 0;
}
.chara_main .dc_d {
 bottom: 0;
 left: 0;
}
.chara_main .swiper {
 overflow: inherit;
}
.p_chara {
 display: flex;
 align-items: flex-end;
 width: 100%;
 position: relative;
}
.p_chara::before {
 content: "";
 position: absolute;
 top: -40px;
 right: -40px;
 width: 260px;
 aspect-ratio: 1/1;
 display: block;
 background: url(../img/splash.png) no-repeat 100% 0;
 background-size: contain;
}
.chara_en {
 position: absolute;
 top: calc((50 / 1000) * 100cqw);
 left: calc((20 / 1000) * 100cqw);
 color: #f4e6ea;
 font-size: min(20rem, calc((200 / 1000) * 100cqw));
 font-family: var(--ff-bdni);
 font-weight: 700;
 line-height: 0.9;
 letter-spacing: -0.04em;
 z-index: 0;
}
.chara_01 .chara_en {
 color: #f4e6ea;
}
.chara_02 .chara_en {
 color: #e6eeee;
}
.chara_03 .chara_en {
 color: #ebefe0;
}
.p_photo_wrap {
 display: flex;
 width: 54.5%;
 align-items: flex-end;
 height: calc((620 / 1000) * 100cqw);
 position: relative;
 z-index: 1;
}
.p_photo {
 display: flex;
 align-items: flex-end;
 justify-content: center;
}
.p_photo .full {
 width: 82%;
 display: flex;
 justify-content: center;
 margin-bottom: calc((-60 / 1000) * 100cqw);
}
.p_photo .full figure {
 width: 100%;
}
.chara_02 .p_photo.cr_tab2 .full {
 width: auto;
 margin-right: calc((-180 / 1000) * 100cqw);
 margin-left: calc((60 / 1000) * 100cqw);
}
.p_prof {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 width: 45.5%;
 align-items: flex-start;
 padding-right: calc((50 / 1000) * 100cqw);
 padding-bottom: calc((36 / 1000) * 100cqw);
 position: relative;
 z-index: 2;
}
.p_prof .name_wrap {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.p_prof .jp img {
 height: calc((65 / 1000) * 100cqw);
 width: auto;
}
.p_prof .cv {
 display: flex;
 align-items: center;
 color: var(--color-gld3);
 margin-top: calc((20 / 1000) * 100cqw);
}
.p_prof .cv mark {
 width: calc((30 / 1000) * 100cqw);
 aspect-ratio: 1/1;
 margin-right: 10px;
 background: url(../img/ar_01.svg) no-repeat 0 50%;
 background-size: contain;
 position: relative;
 top: -2px;
}
.p_prof .cv span {
 font-size: min(2.4rem, calc((24 / 1000) * 100cqw));
 font-family: var(--ff-bdni);
 margin-right: 10px;
}
.p_prof .cv strong {
 font-size: min(2.4rem, calc((24 / 1000) * 100cqw));
 font-family: var(--ff-min);
 font-weight: 700;
 position: relative;
 top: -4px;
}
.p_prof .text {
 margin-top: calc((30 / 1000) * 100cqw);
}
.p_prof .text p {
 font-size: min(1.6rem, calc((16 / 1000) * 100cqw));
 font-weight: 500;
 line-height: 1.8;
}
.p_prof .face {
 width: 100%;
 display: flex;
 align-items: center;
 gap: calc((30 / 1000) * 100cqw);
 margin-top: calc((30 / 1000) * 100cqw);
}
.p_prof .face > div {
 width: calc((140 / 1000) * 100cqw);
}
.cr_tabs {
 position: absolute;
 bottom: calc((65 / 1000) * 100cqw);
 left: calc((25 / 1000) * 100cqw);
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: calc((6 / 1000) * 100cqw);
 width: calc((100 / 1000) * 100cqw);
}
.crtab_ttl {
 color: var(--color-gld3);
 font-size: min(1.3rem, calc((13 / 1000) * 100cqw));
 font-family: var(--ff-bdni);
 font-weight: 700;
 letter-spacing: -0.02em;
 text-align: center;
}
.crtab_wrap {
 position: relative;
 width: calc((100 / 1000) * 100cqw);
 aspect-ratio: 1/1;
}
.crtab {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
}
.crtab.on {
 display: none;
}
.crtab a {
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 cursor: pointer;
}
.crtab a span {
 animation: coinFlip 10s infinite;
 transform-style: preserve-3d;
}
@keyframes coinFlip {
 0% {
  transform: rotateY(0deg);
 }
 10% {
  transform: rotateY(0deg);
 }
 15% {
  transform: rotateY(360deg);
 }
 100% {
  transform: rotateY(360deg);
 }
}
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 left: -24px !important;
 top: calc(50% - 24px);
 width: 48px;
 height: 48px;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 padding: 0;
 z-index: 2;
}
.swiper-button-next {
 left: unset !important;
 right: -24px !important;
}
.swiper-button-prev::before,
.swiper-button-next::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background-color: var(--color-wht);
 border: 1px solid var(--color-gld5);
 transform: rotate(45deg);
 transition: all 0.2s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: url(/assets/img/ar_01.svg) no-repeat 50% 50%;
 background-size: 32px 8px;
 transition: all 0.2s ease;
}
.swiper-button-prev::after {
 transform: rotate(180deg);
}
.chara_menu {
 display: block;
 position: relative;
 width: 100%;
}
.chara_menu_inner {
 position: relative;
}
.chara_menu .swiper {
 width: 100%;
 container: swiperin / inline-size;
 z-index: 3;
}
.chara_menu .thumb_wrap {
 display: flex;
 justify-content: center;
 gap: calc((10 / 1240) * 100cqw);
}
.chara_menu .thumb {
 width: calc((124 / 1240) * 100cqw) !important;
 display: block;
 transition: all 0.4s;
 overflow: hidden;
 padding: 5px;
 background-color: var(--color-red);
 border: 2px solid var(--color-gld);
 cursor: pointer;
}
.chara_menu .thumb figure {
 overflow: hidden;
 background-color: #fefbf4;
}
.chara_menu .thumb.thumb_01 figure {
 background-color: #f4e6ea;
}
.chara_menu .thumb.thumb_02 figure {
 background-color: #e6eeee;
}
.chara_menu .thumb.thumb_03 figure {
 background-color: #ebefe0;
}
.chara_menu .thumb img {
 transition: all 0.4s;
}
.chara_menu .thumb.swiper-slide-thumb-active {
 background-color: var(--color-gld2);
}

/* active */
.a-clip {
 clip-path: inset(0 100% 0 0);
}
.a-show {
 opacity: 0;
}
.swiper-slide-active .a-clip {
 clip-path: inset(0 0 0 0);
}
.swiper-slide-active .p_prof .name_wrap.a-clip {
 transition: all 1.5s 1s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.swiper-slide-active .p_prof .text.a-clip {
 transition: all 1.5s 1.2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.swiper-slide-active .en_01.a-clip {
 transition: all 1.5s 0.2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.swiper-slide-active .en_02.a-clip {
 transition: all 1.5s 0.4s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.swiper-slide-active .face_a.a-show,
.swiper-slide-active .face_b.a-show {
 animation: stampzoom 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 1s both;
}
.swiper-slide-active .face_b.a-show {
 animation-delay: 1.2s;
}
.p_photo.on .full.a-show {
 animation: elem_up 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 0.3s both;
}

@media only screen and (min-width: 821px) {
 .swiper-button-prev:hover::before,
 .swiper-button-next:hover::before {
  background-color: var(--color-gld);
 }
 .crtab a:hover {
  transform: scale(1.1);
 }
 .chara_menu .thumb:hover img {
  transform: scale(1.1);
 }
}

@media only screen and (max-width: 1040px) {
 .chara_menu .thumb {
  padding: 3px;
 }
}

@media only screen and (max-width: 820px) {
 #chara .cont_body {
  padding: 0 3.2vw;
 }
 .p_prof .text p {
  font-size: min(1.5rem, calc((15 / 768) * 100cqw));
 }
 .p_prof .text p br {
  display: none;
 }
}

@media only screen and (max-width: 600px) {
 #chara .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #chara .cont_body {
  padding: 0 2vw;
 }
 #chara .contbox {
  max-width: unset;
 }
 .chara_main {
  margin-top: calc((20 / 375) * 100cqw);
  padding: calc((8 / 375) * 100cqw);
 }
 .p_chara {
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .p_chara::before {
  top: calc((-40 / 375) * 100cqw);
  right: calc((-40 / 375) * 100cqw);
  width: calc((160 / 375) * 100cqw);
 }
 .chara_en {
  width: 100%;
  top: calc((160 / 375) * 100cqw);
  left: 0;
  font-size: min(9rem, calc((90 / 375) * 100cqw));
 }
 .chara_02 .chara_en {
  font-size: min(7rem, calc((70 / 375) * 100cqw));
 }
 .chara_03 .chara_en {
  font-size: min(8rem, calc((80 / 375) * 100cqw));
 }
 .chara_over {
  margin-top: 10px;
 }
 .p-chara {
  max-width: unset;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: calc((15 / 390) * 100cqw);
 }
 .p_photo_wrap {
  width: 100%;
  align-items: center;
  height: calc((460 / 375) * 100cqw);
 }
 .p_photo {
  align-items: flex-end;
  justify-content: center;
 }
 .p_photo .full {
  width: 100%;
 }
 .p_photo .full figure {
  width: 80%;
 }
 .p_photo .full {
  width: 82%;
  display: flex;
  justify-content: center;
  margin-bottom: unset;
 }
 .p_photo .full figure {
  width: 100%;
 }
 .chara_01 .p_photo.cr_tab1 .full,
 .chara_01 .p_photo.cr_tab2 .full {
  margin-left: calc((30 / 375) * 100cqw);
 }
 .chara_02 .p_photo.cr_tab1 .full {
  margin-left: calc((50 / 375) * 100cqw);
 }
 .chara_02 .p_photo.cr_tab2 .full {
  margin-right: calc((-70 / 375) * 100cqw);
  margin-left: calc((20 / 375) * 100cqw);
 }
 .chara_03 .p_photo.cr_tab1 .full {
  margin-left: calc((20 / 375) * 100cqw);
 }
 .chara_03 .p_photo.cr_tab2 .full {
  margin-left: calc((60 / 375) * 100cqw);
  margin-bottom: calc((60 / 375) * 100cqw);
 }
 .p_prof {
  justify-content: unset;
  width: 100%;
  align-items: flex-start;
  padding-left: calc((20 / 375) * 100cqw);
  padding-right: calc((20 / 375) * 100cqw);
  padding-bottom: calc((36 / 375) * 100cqw);
  margin-top: calc((36 / 375) * 100cqw);
 }
 .p_prof .name_wrap {
  order: 2;
  margin-top: calc((36 / 375) * 100cqw);
 }
 .p_prof .jp img {
  height: calc((65 / 375) * 100cqw);
  width: auto;
 }
 .p_prof .cv {
  margin-top: calc((15 / 375) * 100cqw);
 }
 .p_prof .cv mark {
  width: calc((15 / 375) * 100cqw);
  margin-right: calc((10 / 375) * 100cqw);
  top: calc((-2 / 375) * 100cqw);
 }
 .p_prof .cv span {
  font-size: min(1.7rem, calc((17 / 375) * 100cqw));
  margin-right: calc((10 / 375) * 100cqw);
 }
 .p_prof .cv strong {
  font-size: min(1.8rem, calc((18 / 375) * 100cqw));
  top: calc((-2 / 375) * 100cqw);
 }
 .p_prof .text {
  margin-top: calc((15 / 375) * 100cqw);
  order: 3;
 }
 .p_prof .text p {
  font-size: min(1.45rem, calc((14.5 / 375) * 100cqw));
 }
 .p_prof .face {
  justify-content: center;
  gap: calc((10 / 375) * 100cqw);
  margin-top: unset;
  order: 1;
 }
 .p_prof .face > div {
  width: calc((130 / 375) * 100cqw);
 }
 .cr_tabs {
  bottom: calc((15 / 375) * 100cqw);
  left: unset;
  right: calc((5 / 375) * 100cqw);
  gap: calc((6 / 375) * 100cqw);
  width: calc((80 / 375) * 100cqw);
 }
 .crtab_ttl {
  font-size: min(1.3rem, calc((13 / 375) * 100cqw));
 }
 .crtab_wrap {
  width: 100%;
 }
 .swiper-button-prev,
 .swiper-button-next {
  left: calc((-10 / 375) * 100cqw) !important;
  top: calc((240 / 375) * 100cqw) !important;
 }
 .swiper-button-next {
  left: unset !important;
  right: calc((-10 / 375) * 100cqw) !important;
 }
 .chara_menu .thumb_wrap {
  gap: calc((6 / 375) * 100cqw);
  flex-wrap: wrap;
 }
 .chara_menu .thumb {
  width: calc((75 / 375) * 100cqw) !important;
 }
}

/* STAFF&CAST
 ================================================================================== */
#sc .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#sc .mds small {
 font-size: 0.7em;
 margin-right: 0.05em;
}
#sc .contbox {
 max-width: 1000px;
 display: flex;
 flex-direction: column;
 gap: 15px;
 position: relative;
}
#sc .contbox::before,
#sc .contbox::after {
 content: "";
 position: absolute;
 top: 15px;
 bottom: 15px;
 left: 0px;
 width: 1px;
 background-color: var(--color-gld3);
}
#sc .contbox::after {
 left: unset;
 right: 0px;
}
.p_sc {
 position: relative;
 margin-inline: 15px;
 padding-block: 90px 140px;
 padding-inline: calc((80 / 1000) * 100%);
 background-color: rgba(255, 255, 255, 0.6);
 border: 1px solid var(--color-gld);
}
.p_sc_mds {
 color: var(--color-gld5);
 font-size: 5rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 letter-spacing: -0.02em;
 display: flex;
 justify-content: center;
}
.sc_deco {
 width: 160px;
 margin-inline: auto;
 display: block;
 margin-top: 20px;
}
.cast_wrap {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 gap: 140px;
 margin-top: 50px;
}
.cast_wrap .item {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 15px;
}
.cast_wrap .item .job {
 color: var(--color-gld3);
 font-size: 1.6rem;
 font-family: var(--ff-min);
 font-weight: 600;
}
.cast_wrap .item .jp_name {
 font-size: 2rem;
 font-family: var(--ff-min);
 font-weight: 500;
}
.cast_wrap .item .commentbtn {
 margin-top: 10px;
 display: flex;
 justify-content: center;
}
.comebtn {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 108px;
 height: 30px;
 position: relative;
 cursor: pointer;
}
.comebtn .btn {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.comebtn .btn svg {
 width: 100%;
 height: 100%;
 fill: var(--color-gld3);
 transition: all 0.3s ease;
}
.comebtn span {
 color: var(--color-wht);
 font-size: 1.6rem;
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.04em;
 position: relative;
 z-index: 2;
}
.p-staff {
 position: relative;
 margin-top: 100px;
 padding-top: 100px;
 border-top: 1px solid var(--color-gld3);
}
.staff_wrap {
 display: flex;
 flex-direction: column;
 gap: 25px;
 margin-top: 60px;
 max-width: 600px;
 margin-inline: auto;
}
.staff_wrap .item {
 display: block;
}
.staff_wrap .item dl {
 display: flex;
 align-items: center;
}
.staff_wrap .item dt {
 display: flex;
 justify-content: flex-start;
 width: 190px;
 color: var(--color-gld3);
 font-size: 1.6rem;
 font-weight: 600;
 font-family: var(--ff-min);
 letter-spacing: -0.04em;
}
.staff_wrap .item dd {
 color: var(--color-base);
 font-size: 2rem;
 font-weight: 600;
 font-family: var(--ff-min);
}
.staff_wrap .item dd small {
 font-size: 1.3rem;
}

@media screen and (min-width: 821px) {
 .comebtn:hover .btn svg {
  fill: var(--color-base);
 }
}

@media only screen and (max-width: 940px) {
 .cast_wrap {
  gap: 60px;
 }
}

@media only screen and (max-width: 820px) {
 .staff_wrap .item dt {
  width: 160px;
  font-size: 1.4rem;
 }
 .staff_wrap .item dd {
  font-size: 1.6rem;
 }
 .staff_wrap .item dd small {
  font-size: 1.2rem;
 }
}

@media only screen and (max-width: 600px) {
 #sc .cont_body {
  padding: 0 2vw;
 }
 #sc .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #sc .contbox {
  max-width: unset;
  gap: calc((10 / 390) * 100cqw);
 }
 .p_sc {
  margin-inline: calc((10 / 390) * 100cqw);
  padding-top: calc((40 / 390) * 100cqw);
  padding-bottom: calc((60 / 390) * 100cqw);
  padding-inline: calc((25 / 390) * 100cqw);
 }
 .p_sc_mds {
  font-size: min(3.6rem, calc((36 / 360) * 100cqw));
 }
 .sc_deco {
  width: calc((120 / 390) * 100cqw);
  margin-top: calc((8 / 390) * 100cqw);
 }
 .cast_wrap {
  flex-direction: column;
  align-items: center;
  gap: calc((30 / 390) * 100cqw);
  margin-top: calc((40 / 390) * 100cqw);
 }
 .cast_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((10 / 390) * 100cqw);
 }
 .cast_wrap .item .job {
  font-size: min(1.8rem, calc((18 / 390) * 100cqw));
 }
 .cast_wrap .item .jp_name {
  font-size: min(2rem, calc((20 / 390) * 100cqw));
 }
 .cast_wrap .item .commentbtn {
  margin-top: calc((10 / 390) * 100cqw);
 }
 .comebtn {
  width: calc((108 / 390) * 100cqw);
  height: calc((30 / 390) * 100cqw);
 }
 .comebtn span {
  font-size: min(1.6rem, calc((16 / 390) * 100cqw));
 }
 .p-staff {
  margin-top: calc((60 / 390) * 100cqw);
  padding-top: calc((60 / 390) * 100cqw);
 }
 .staff_wrap {
  gap: calc((20 / 390) * 100cqw);
  margin-top: calc((40 / 390) * 100cqw);
  max-width: unset;
 }
 .staff_wrap .item {
  display: block;
 }
 .staff_wrap .item dl {
  flex-direction: column;
  align-items: center;
  gap: calc((6 / 390) * 100cqw);
 }
 .staff_wrap .item dt {
  width: 100%;
  font-size: min(1.6rem, calc((16 / 390) * 100cqw));
 }
 .staff_wrap .item dd {
  font-size: min(1.8rem, calc((18 / 390) * 100cqw));
  width: 100%;
  line-height: 1.4;
 }
 .staff_wrap .item dd small {
  display: block;
  font-size: min(1.2rem, calc((12 / 390) * 100cqw));
 }
}

/* [pannel] 
-----------------------------------------------*/
.pannel {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: var(--color-red);
 z-index: 2000;
 transform: scale(0.9);
 transition: all 0.8s cubic-bezier(0, 0.64, 0.32, 1);
 opacity: 0;
 pointer-events: none;
}
.pannel.-open {
 transform: scale(1);
 opacity: 1;
 pointer-events: initial;
}
.pannel-close {
 position: fixed;
 right: 8px;
 top: 8px;
 width: 60px;
 height: 60px;
 z-index: 10000;
 background: var(--color-red) url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 border: 2px solid var(--color-gld);
 transition: transform 0.3s ease-out;
}
.pannel_prev,
.pannel_next {
 position: absolute;
 left: -24px;
 top: calc(50% - 24px);
 width: 48px;
 height: 48px;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 padding: 0;
 margin-inline: 10px;
 z-index: 2;
}
.pannel_prev::before,
.pannel_next::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background-color: var(--color-wht);
 border: 1px solid var(--color-gld5);
 transform: rotate(45deg);
 transition: all 0.2s ease;
}
.pannel_prev:after,
.pannel_next:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: url(/assets/img/ar_01.svg) no-repeat 50% 50%;
 background-size: 32px 8px;
 transition: all 0.2s ease;
}
.pannel_prev::after {
 transform: rotate(180deg);
}
.pannel_next {
 left: unset;
 right: -24px;
}
.pannel_wrap {
 display: flex;
 justify-content: center;
 width: 100%;
 height: 100vh;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 position: relative;
 z-index: 2;
}
.comment_body_wrap {
 padding-block: 60px;
 display: flex;
 align-items: center;
 min-height: 100vh;
}
.comment_body {
 max-width: 1000px;
 margin-inline: auto;
 display: flex;
 flex-direction: column;
 gap: 15px;
 position: relative;
}
.comment_body::before,
.comment_body::after {
 content: "";
 position: absolute;
 top: 15px;
 bottom: 15px;
 left: 0px;
 width: 1px;
 background-color: var(--color-gld3);
}
.comment_body::after {
 left: unset;
 right: 0px;
}
.comment_detail {
 position: relative;
 margin-inline: 15px;
 padding-block: 60px 60px;
 padding-inline: 80px;
 background-color: var(--color-wht);
 border: 1px solid var(--color-gld);
}
.comment_wrap {
 display: flex;
 gap: 7.3%;
}
.comment_wrap .photo {
 width: 36.58%;
}
.comment_wrap .photo figure {
 border: 2px solid var(--color-gld2);
}
.comment_wrap .comment {
 width: 56%;
}
.comment .mds {
 font-size: 2.5rem;
 color: var(--color-gld5);
}
.comment_deco {
 width: 138px;
 margin-top: 5px;
}
.comment .job {
 color: var(--color-gld3);
 font-size: 1.6rem;
 font-family: var(--ff-min);
 font-weight: 600;
 margin-top: 1em;
}
.comment .jp_name {
 font-size: 2rem;
 font-family: var(--ff-min);
 font-weight: 600;
 margin-top: 0.6em;
}
.comment .text {
 margin-top: 20px;
}
.comment .text p {
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 1.8;
}

@media only screen and (min-width: 821px) {
 .pannel-close:hover {
  background-color: var(--color-blu);
 }
 .pannel_prev:hover::before,
 .pannel_next:hover::before {
  background-color: var(--color-gld);
 }
}

@media screen and (max-width: 820px) {
 .comment_body_wrap {
  padding-inline: 20px;
 }
 .comment_detail {
  padding-inline: 40px;
 }
}

@media screen and (max-width: 600px) {
 .comment_detail {
  padding-block: calc((54 / 390) * 100cqw);
  padding-inline: calc((15 / 390) * 100cqw);
 }
 .comment_detail_head .ttl {
  gap: min(calc((10 / 390) * 100cqw), 10px);
 }
 .comment_detail_head .sub {
  font-size: min(calc((12 / 390) * 100cqw), 12px);
 }
 .comment_detail_head .mds {
  font-size: min(calc((48 / 390) * 100cqw), 48px);
 }
 .pannel_prev,
 .pannel_next {
  left: calc((-10 / 375) * 100cqw);
  top: calc((180 / 375) * 100cqw);
  width: 40px;
  height: 40px;
  margin-inline: 10px;
 }
 .pannel_next {
  left: unset;
  right: calc((-10 / 375) * 100cqw);
 }
 .comment_body_wrap {
  padding-block: calc((30 / 390) * 100cqw);
  padding-inline: calc((8 / 390) * 100cqw);
 }
 .comment_body {
  max-width: unset;
  gap: calc((8 / 390) * 100cqw);
 }
 .comment_detail {
  margin-inline: calc((8 / 390) * 100cqw);
  padding-top: calc((50 / 390) * 100cqw);
  padding-bottom: calc((40 / 390) * 100cqw);
  padding-inline: calc((25 / 390) * 100cqw);
 }
 .comment_wrap {
  flex-direction: column;
  gap: calc((30 / 390) * 100cqw);
 }
 .comment_wrap .photo {
  width: 80%;
  margin-inline: auto;
 }
 .comment_wrap .comment {
  width: 100%;
 }
 .comment .mds {
  font-size: min(calc((25 / 390) * 100cqw), 2.5rem);
  text-align: center;
 }
 .comment_deco {
  width: calc((138 / 390) * 100cqw);
  margin-top: calc((5 / 390) * 100cqw);
  margin-inline: auto;
 }
 .comment .job {
  font-size: min(calc((18 / 390) * 100cqw), 1.8rem);
  text-align: center;
 }
 .comment .jp_name {
  font-size: min(calc((20 / 390) * 100cqw), 2rem);
  text-align: center;
 }
 .comment .text {
  margin-top: calc((30 / 390) * 100cqw);
 }
 .comment .text p {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
 }
}

/* movie
 ================================================================================== */
#movie .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#movie .contbox {
 max-width: 1120px;
}
.p_movie {
 display: flex;
 flex-direction: column;
 gap: calc((120 / 1000) * 100cqw);
}
.p_movie .ttl {
 gap: 12px;
}
.p_movie .mds {
 font-size: 5.6rem;
 color: var(--color-gld3);
}
.p_movie .sub {
 font-size: 1.8rem;
 color: var(--color-gld3);
 font-family: var(--ff-noto);
 font-weight: 400;
 letter-spacing: 0.02em;
}
.p_movie .line_01 {
 margin-block: 25px 50px;
}
.mv_list {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 gap: 40px;
}
.mv_list li {
 position: relative;
 width: calc((100% - 40px) * 0.5);
}
.mv_list li .thumbnail {
 width: 100%;
 aspect-ratio: 16/9;
 overflow: hidden;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: all 0.2s ease;
 border: 1px solid var(--color-gld);
}
.mv_list li .thumbnail::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-base);
 transition: all 0.2s ease;
 opacity: 0.4;
 z-index: 2;
}
.mv_list li figure {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-base);
 transition: all 0.2s ease;
 z-index: 1;
}
.mv_list li figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 position: relative;
 transition: all 0.3s ease;
 z-index: 0;
}
.mv_list .playbtn {
 color: var(--color-gld);
 font-size: 2.4rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 150px;
 aspect-ratio: 150/ 156;
 transition: all 0.4s;
 background: url(/assets/img/btn_play.svg) no-repeat 50% 50%;
 background-size: contain;
 z-index: 2;
}
.mv_list li p {
 display: block;
 padding-top: 16px;
 width: 100%;
 font-size: 1.6rem;
 line-height: 1.4;
 font-weight: 500;
 letter-spacing: -0.02em;
 text-align: center;
}

@media screen and (min-width: 821px) {
 .mv_list li:hover figure img {
  transform: scale(1.1);
 }
}

@media only screen and (max-width: 820px) {
 .mv_list {
  gap: 20px;
 }
 .mv_list li {
  width: calc((100% - 20px) * 0.5);
 }
 .mv_list .playbtn {
  font-size: 1.7rem;
  width: 100px;
 }
}

@media only screen and (max-width: 600px) {
 #movie .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #movie .contbox {
  max-width: unset;
 }
 .p_movie {
  gap: calc((100 / 358) * 100cqw);
 }
 .p_movie .ttl {
  gap: calc((6 / 358) * 100cqw);
 }
 .p_movie .mds {
  font-size: min(3.6rem, 10cqw);
 }
 .p_movie .line_01 {
  margin-block: calc((15 / 358) * 100cqw) calc((30 / 358) * 100cqw);
 }
 .mv_list {
  flex-direction: column;
  gap: calc((30 / 358) * 100cqw);
 }
 .mv_list li {
  width: 100%;
 }
 .mv_list .playbtn {
  font-size: min(calc((17 / 360) * 100cqw), 1.7rem);
  width: 100px;
 }
 .mv_list li p {
  padding-top: 10px;
  font-size: min(calc((15 / 360) * 100cqw), 1.5rem);
 }
}

/*
 movieModal
==================================================================================*/
.modal-wrap {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1000;
 width: 100%;
 height: 100vh;
 display: none;
 justify-content: center;
 align-items: center;
 background: var(--color-wht);
}
.modal-wrap.shown {
 display: flex;
}
.modal-over {
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
.modal-panel {
 width: 75%;
 max-width: 1200px;
 position: relative;
}
.modal-frame {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 background-color: black;
}
#player {
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}
.modal-close {
 position: fixed;
 right: 8px;
 top: 8px;
 width: 60px;
 height: 60px;
 z-index: 10000;
 background: var(--color-red) url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 transition: transform 0.3s ease-out;
}
.modal-close::before {
 content: "";
 position: absolute;
 top: -2px;
 left: -2px;
 width: 60px;
 height: 60px;
 border: 2px solid var(--color-gld);
}

@media only screen and (min-width: 821px) {
 .modal-close:hover {
  background: var(--color-blu) url(../img/common/svg_close.svg) no-repeat 50% 50%;
  background-size: auto 20px;
 }
}

@media only screen and (max-width: 820px) {
 .modal-panel {
  width: 100%;
  max-width: unset;
 }
}

/* goods
 ================================================================================== */
#goods .p_header {
 background: #807000 url(/assets/img/bg_cross_03.svg) 50% 0;
 background-size: 180px 180px;
}
#goods .p_header .dc span {
 background: url(/assets/img/dc_02.svg) no-repeat 0 0;
 background-size: contain;
}
#goods .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#goods .contbox {
 max-width: 1000px;
}
.p_goods {
 display: flex;
 flex-direction: column;
}
.goods_list {
 display: flex;
 flex-flow: row wrap;
 gap: 25px 21px;
}
.goods_list li {
 position: relative;
 width: calc((100% - 42px) * 0.333);
}
.goods_list li::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-gld);
 transition: all 0.2s ease;
 z-index: 0;
}
.goods_list li .item {
 background-color: var(--color-wht);
 border: 1px solid var(--color-gld);
 position: relative;
 transition: all 0.2s ease;
 z-index: 2;
}
.goods_list li figure {
 width: 100%;
 aspect-ratio: 1/1;
 overflow: hidden;
 position: relative;
 transition: all 0.2s ease;
}
.goods_list li figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 position: relative;
 transition: all 0.3s ease;
 z-index: 2;
}
.goods_list li .under {
 padding: 1.5em;
}
.goods_list li .under .date {
 color: var(--color-red);
 font-size: 2.2rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
}
.goods_list li .under a {
 display: block;
 padding-top: calc((10 / 1000) * 100cqw);
 width: 100%;
 font-size: calc((17 / 1000) * 100cqw);
 line-height: 1.4;
 font-weight: 700;
 letter-spacing: -0.02em;
}
.goods_list li a::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.goods_list li .under p {
 display: block;
 padding-top: calc((10 / 1000) * 100cqw);
 width: 100%;
 font-size: calc((14 / 1000) * 100cqw);
 line-height: 1.6;
 font-weight: 500;
 letter-spacing: -0.02em;
}
.p_goods .entry_meta .title {
 font-size: 2.2rem;
 font-family: unset;
}

@media screen and (min-width: 821px) {
 .goods_list li:hover .item {
  transform: translate(-5px, -5px);
 }
 .goods_list li:hover::before {
  transform: translate(5px, 5px);
 }
}

@media only screen and (max-width: 820px) {
 .goods_list li .under {
  padding: 1em;
 }
 .goods_list li .under .date {
  font-size: calc((17 / 710) * 100cqw);
 }
 .goods_list li .under a {
  padding-top: calc((8 / 710) * 100cqw);
  font-size: calc((17 / 710) * 100cqw);
 }
 .goods_list li .under p {
  padding-top: calc((8 / 710) * 100cqw);
  font-size: calc((14 / 710) * 100cqw);
 }
}

@media only screen and (max-width: 600px) {
 #goods .p_header {
  background: #807000 url(/assets/img/bg_cross_03.svg) 50% 0;
  background-size: 25vw 25vw;
 }
 #goods .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #goods .contbox {
  max-width: unset;
 }
 .goods_list {
  gap: 10px;
 }
 .goods_list li {
  width: calc((100% - 10px) * 0.5);
 }
 .goods_list li .under {
  padding: 1.2em 0.75em;
 }
 .goods_list li .under .date {
  font-size: calc((15 / 360) * 100cqw);
 }
 .goods_list li .under a {
  padding-top: calc((8 / 360) * 100cqw);
  font-size: min(calc((15 / 360) * 100cqw), 1.5rem);
 }
 .goods_list li .under p {
  padding-top: calc((8 / 360) * 100cqw);
  font-size: min(calc((13.5 / 360) * 100cqw), 1.35rem);
 }
 .p_goods .entry_meta .title {
  font-size: min(2rem, 5.58cqw);
 }
}

/* comics
 ================================================================================== */
#comics .p_header {
 background: #807000 url(/assets/img/bg_cross_03.svg) 50% 0;
 background-size: 180px 180px;
}
#comics .p_header .dc span {
 background: url(/assets/img/dc_02.svg) no-repeat 0 0;
 background-size: contain;
}
#comics .p_contents {
 background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
 background-size: 180px 180px;
}
#comics .contbox {
 max-width: 1000px;
}
.p_comics {
 display: flex;
 flex-direction: column;
 gap: calc((120 / 1000) * 100cqw);
}
.p_comics .ttl {
 gap: 12px;
}
.p_cm .mds {
 font-size: 5.6rem;
 color: var(--color-gld3);
}
.p_cm .sub {
 font-size: 1.8rem;
 color: var(--color-gld3);
 font-family: var(--ff-noto);
 font-weight: 400;
 letter-spacing: 0.02em;
}
.p_cm .line_01 {
 margin-block: 25px 50px;
}
.line_01 {
 width: 100%;
 height: 1px;
 background-color: var(--color-gld3);
 position: relative;
}
.line_01::before,
.line_01::after {
 content: "";
 position: absolute;
 top: -2px;
 left: 0;
 width: 6px;
 height: 6px;
 background-color: var(--color-gld3);
 transform: rotate(45deg);
}
.line_01::after {
 left: unset;
 right: 0;
}
.cm_list {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
}
.cm_list li {
 position: relative;
}
.cm_list.comics {
 gap: 25px 21px;
}
.cm_list.comics li {
 width: calc((100% - 42px) * 0.333);
}
.cm_list.artbook,
.cm_list.calendar {
 gap: 30px 50px;
}
.cm_list.artbook li,
.cm_list.calendar li {
 width: calc((85% - 50px) * 0.5);
}
.cm_list li figure {
 width: 100%;
 position: relative;
}
.cm_list li figure img {
 position: relative;
 transition: all 0.2s ease;
 z-index: 2;
}
.cm_list li figure::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--color-gld);
 transition: all 0.2s ease;
}
.cm_list li a {
 display: block;
 padding-top: calc((10 / 1000) * 100cqw);
 width: 100%;
 font-size: calc((13.2 / 1000) * 100cqw);
 line-height: 1.6;
 font-weight: 500;
 letter-spacing: -0.02em;
}
.cm_list li a::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}

@media screen and (min-width: 821px) {
 .cm_list li:hover a {
  color: var(--color-red);
 }
 .cm_list li:hover figure::before {
  transform: translate(5px, 5px);
 }
 .cm_list li:hover figure img {
  transform: translate(-5px, -5px);
 }
}

@media only screen and (max-width: 820px) {
 .p_cm .sub {
  font-size: 1.5rem;
 }
 .cm_list li a {
  font-size: calc((15 / 820) * 100cqw);
 }
 .cm_list li a br {
  display: none;
 }
}

@media only screen and (max-width: 600px) {
 #comics .p_header {
  background: #807000 url(/assets/img/bg_cross_03.svg) 50% 0;
  background-size: 25vw 25vw;
 }
 #comics .p_contents {
  background: var(--color-ivo) url(/assets/img/bg_cross_02.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #comics .contbox {
  max-width: unset;
 }
 .p_comics {
  gap: calc((100 / 358) * 100cqw);
 }
 .p_comics .ttl {
  gap: calc((6 / 358) * 100cqw);
 }
 .p_cm .mds {
  font-size: min(3.6rem, 10cqw);
 }
 .p_cm .sub {
  font-size: min(1.4rem, 3.91cqw);
  line-height: 1.4;
 }
 .p_cm .line_01 {
  margin-block: calc((25 / 358) * 100cqw) calc((30 / 358) * 100cqw);
 }
 .cm_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
 }
 .cm_list li {
  position: relative;
 }
 .cm_list.comics {
  gap: 25px 10px;
 }
 .cm_list.comics li {
  width: calc((100% - 10px) * 0.5);
 }
 .cm_list.artbook,
 .cm_list.calendar {
  gap: 30px 10px;
 }
 .cm_list.artbook li,
 .cm_list.calendar li {
  width: calc((100% - 10px) * 0.5);
 }
 .cm_list li a {
  padding-top: calc((8 / 358) * 100cqw);
  font-size: min(1.4rem, 3.91cqw);
  line-height: 1.4;
 }
}

/* 404
 ================================================================================== */
.p_404 {
 display: block;
 max-width: 480px;
 margin-inline: auto;
}
.notfound_txt strong {
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 display: block;
}
.notfound_txt p {
 font-size: 1.6rem;
 font-weight: 400;
 line-height: 2;
 margin-top: 60px;
}

@media screen and (max-width: 600px) {
 .p_404 {
  max-width: unset;
 }
 .notfound_txt strong {
  font-size: min(1.8rem, 5.33cqw);
  text-align: center;
 }
 .notfound_txt p {
  font-size: min(1.4rem, 3.91cqw);
  margin-top: 40px;
 }
}

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

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

/* p-show-clip */
.p-show-clip {
 clip-path: inset(0 100% 0 0);
 transition: all 1.5s 0.5s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-clip.is-show {
 clip-path: inset(0 0 0 0);
}
.p-intro .p-text p:nth-of-type(1) {
 transition-delay: 1s;
}
.p-intro .p-text p:nth-of-type(2) {
 transition-delay: 1.15s;
}
.p_profile .under {
 transition-delay: 0.65s;
}

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

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

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

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