@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-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: 30px;
 height: 30px;
}
.sns .btn a {
 display: block;
 width: 30px;
 height: 30px;
 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: 2.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: 999px) {
 .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;
 margin-top: 60px;
 margin-bottom: 15px;
}

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

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

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