@charset "utf-8";
@import url("bootstrap-4.4.1.css");
@import url("reset.css");
@import url("swiper.min.css");
/* =================================================================================================== */
/*　body_font設定
====================================================================================================== */
body {
  font-family: "kinkakuji", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: normal;
  background: #191515 url("") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
/*　./body_font設定
====================================================================================================== */
/* =================================================================================================== */
/*　pc/sp
====================================================================================================== */
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*　./pc/sp
====================================================================================================== */
/* =================================================================================================== */
/*　Loading
====================================================================================================== */
.loading {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #191515;
  z-index: 999999999;
  overflow: hidden;
}
.loading img {
  position: absolute;
  width: 300px;
  max-width: 300px;
  height: auto;
  margin-top: -12vh;
  z-index: 99999999;
}
@media only screen and (max-width: 960px) {
  .loading img {
    width: 80%;
    height: auto;
    top: 50%;
    left: 32%;
  }
}
@media only screen and (max-width: 568px) {
  .loading img {
    left: 21%;
  }
}
@media only screen and (max-width: 430px) {
  .loading img {
    top: 50%;
    left: 12%;
  }
}
/*　./Loading
====================================================================================================== */
/* =================================================================================================== */
/*　Scrollbar設定
====================================================================================================== */ ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #211E1C;
  border-left: solid 1px #1f1f1f;
}
::-webkit-scrollbar-thumb {
  background: #211E1C;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dac59f;
}
/*　./Scrollbar設定
====================================================================================================== */
/* =================================================================================================== */
/*　HeaderKV設定
====================================================================================================== */
.hkv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  top: 0;
  z-index: 1;
}
.hkv .sp {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hkv .sp img {
  display: block;
  width: 100%;
  height: auto;
  transition: .6s ease;
}
.hkv_bg {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* 位置設定 */
.hkv_eani_sl, .hkv_eani_ol, .hkv_eani_sc, .hkv_eani_sc_d1, .hkv_eani_sc_d2, /* effect */ .hkv_tr1, .hkv_tr2, /* tree */ .hkv_c1, .hkv_c2, .hkv_c2_e1, .hkv_c2_e2, .hkv_c3, .hkv_c4, .hkv_c4_e, .hkv_c5, .hkv_c6, /* Character */ .hkv_26l, .hkv_26le, .hkv_ud, .hkv_c /* logo & cc */ {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* 画像設定 */
.hkv_bg img, .hkv_eani_sl img, .hkv_eani_ol img, .hkv_eani_sc img, .hkv_eani_sc_d1 img, .hkv_eani_sc_d2 img, /* effect */ .hkv_tr1 img, .hkv_tr2 img, /* tree */ .hkv_c1 img, .hkv_c2 img, .hkv_c2_e1 img, .hkv_c2_e2 img, .hkv_c3 img, .hkv_c4 img, .hkv_c4_e img, .hkv_c5 img, .hkv_c6 img, /* Character */ .hkv_26l img, .hkv_26le img, .hkv_ud img, .hkv_c img /* logo & cc */ {
  display: block;
  width: 100%;
  height: auto;
  transition: .6s ease;
  overflow: hidden;
}
/* animation effect 設定 */
.ani_sl {
  mix-blend-mode: soft-light;
}
.ani_ol {
  mix-blend-mode: overlay;
}
.ani_sc, .hkv_eani_sc_d1, .hkv_eani_sc_d2 {
  mix-blend-mode: screen;
}
.hkv_26le {
  mix-blend-mode: screen;
  animation: ani_dust .5s ease-in-out infinite;
}
.hkv_eani_sc_d1 img {
  animation: ani_dust 3s ease-in-out infinite;
}
.hkv_eani_sc_d2 img {
  animation: ani_dust 3s ease-in-out 1.5s infinite;
}
/* tree */
.hkv_tr1 img {
  animation: ani_tr 3s ease-in-out infinite;
}
.hkv_tr2 img {
  animation: ani_tr 3s ease-in-out 0.5s infinite;
}
/* Character */
.hkv_c1 img {
  animation: ani_c1 3s ease-in-out infinite;
}
.hkv_c2 img {
  animation: ani_c2 3s ease-in-out infinite;
}
.hkv_c2_e1 img {
  animation: ani_pika1 3s ease-in-out infinite;
}
.hkv_c2_e2 img {
  animation: ani_pika2 3s ease-in-out infinite;
}
.hkv_c3 img {
  animation: ani_c3 3s ease-in-out infinite;
}
.hkv_c4 img {
  animation: ani_c4 3s ease-in-out infinite;
}
.hkv_c4_e img {
  animation: ani_pika3 3s ease-in-out infinite;
}
.hkv_c5 img {
  animation: ani_c4 3s ease-in-out .5s infinite;
}
.hkv_c6 img {
  animation: ani_c4 3s ease-in-out 1.5s infinite;
}
/* logo & cc */
.hkv_c {
  animation: ani_c1 4s ease-in-out infinite;
}
/* animation */
@keyframes ani_dust {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_tr {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ani_c1 {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes ani_c2 {
  0% {
    transform: translate(0, 0px) rotate(3deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0px)rotate(3deg);
  }
}
@keyframes ani_c3 {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(0, 5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0)rotate(5deg);
  }
}
@keyframes ani_c4 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, 5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0)rotate(-5deg);
  }
}
@keyframes ani_pika1 {
  0% {
    opacity: 1;
    transform: translate(0, 0px) rotate(3deg);
  }
  50% {
    opacity: 0;
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px)rotate(3deg);
  }
}
@keyframes ani_pika2 {
  0% {
    opacity: 0;
    transform: translate(0, 0px) rotate(3deg);
  }
  50% {
    opacity: 1;
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0px)rotate(3deg);
  }
}
@keyframes ani_pika3 {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    opacity: 1;
    transform: translate(0, 5px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0)rotate(-5deg);
  }
}
/* link banner */
.link_b {
  position: absolute;
  top: 80px;
  left: 0;
  width: 15%;
  max-width: 260px;
  height: auto;
  margin-top: 20px;
  margin-left: 30px;
}
.link_b li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.link_b li img {
  display: block;
  width: 100%;
  height: auto;
  transition: .6s ease;
}
.link_b li img:hover {
  transition: .6s ease;
  opacity: 0.8;
  cursor: pointer;
}
/*　./HeaderKV設定設定
====================================================================================================== */
/* =================================================================================================== */
/*　Section_STORY設定
====================================================================================================== */
.se_st {
  z-index: 2;
  background: #191515;
}
.se_st_pc {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4em 0;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .se_st_pc {
    padding: 0;
  }
}
.book {
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}
.page {
  width: 57vw;
  height: 35vw;
  background-colour: #ffffff;
  float: left;
  margin-bottom: 0.5em;
}
.page:first-child {
  float: right;
}
.page:nth-child(even) {
  clear: both;
}
.bound {
  -webkit-perspective: 250vw;
  perspective: 250vw;
}
.bound .pages {
  width: 57vw;
  height: 35vw;
  position: relative;
  -webkit-transform: rotateX(12deg);
  transform: rotateX(12deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  /*box-shadow: 0 0 0 1px #e3dfd8;*/
}
.bound .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 28.5vw;
  height: 35vw;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bound .page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.7s;
  transition: background 0.7s;
  z-index: 2;
}
.bound .page:nth-child(odd) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
}
.bound .page:nth-child(odd):hover {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.bound .page:nth-child(odd):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.bound .page:nth-child(odd):before {
  background: rgba(0, 0, 0, 0);
}
.bound .page:nth-child(even) {
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.bound .page:nth-child(even):before {
  background: rgba(0, 0, 0, 0.2);
}
.bound .page.grabbing {
  -webkit-transition: none;
  transition: none;
}
.bound .page.flipped:nth-child(odd) {
  pointer-events: none;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bound .page.flipped:nth-child(odd):before {
  background: rgba(0, 0, 0, 0.2);
}
.bound .page.flipped:nth-child(even) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.bound .page.flipped:nth-child(even):hover {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.bound .page.flipped:nth-child(even):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.bound .page.flipped:nth-child(even):before {
  background: rgba(0, 0, 0, 0);
}
*, * :before, *:after {
  box-sizing: border-box;
}
.page {
  color: transparent;
  background: left top no-repeat;
  background-size: cover;
}
.page:nth-child(3), .page:nth-child(5), .page:nth-child(7), .page:nth-child(9), .page:nth-child(11), .page:nth-child(13) {
  background-position: right top;
}
.page:nth-child(1) {
  background-image: url("../images/s1st_top.png");
}
.page:nth-child(2), .page:nth-child(3) {
  background-image: url("../images/s1st_1.png");
}
.page:nth-child(4), .page:nth-child(5) {
  background-image: url("../images/s1st_2.png");
}
.page:nth-child(6), .page:nth-child(7) {
  background-image: url("../images/s1st_3.png");
}
.page:nth-child(8), .page:nth-child(9) {
  background-image: url("../images/s1st_4.png");
}
.page:nth-child(10), .page:nth-child(11) {
  background-image: url("../images/s1st_5.png");
}
.page:nth-child(12), .page:nth-child(13) {
  background-image: url("../images/s1st_6.png");
}
.page:nth-child(14) {
  background-image: url("../images/s1st_end.png");
}
/* page animation */
.st_ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page img {
  display: block;
  width: 100%;
  height: auto;
  transition: .6s ease;
}
/* animation effect 設定 */
.ani_st1 {
  animation: ani_st1 1s ease-in-out infinite;
}
.ani_st2 {
  animation: ani_st1 2s ease-in-out infinite;
}
.ani_st3 {
  animation: ani_st1 2s ease-in-out .5s infinite;
}
.ani_st4 {
  animation: ani_st1 1s ease-in-out infinite;
}
.ani_st5 {
  animation: ani_st1 3s ease-in-out 1.5s infinite;
}
.ani_st6 {
  animation: ani_st2 3s ease-in-out infinite;
}
.ani_st7 { /*セット同じ動き*/
  animation: ani_st2 3s ease-in-out infinite;
}
.ani_st8 {
  animation: ani_st1 2s ease-in-out infinite;
}
.ani_st9 {
  animation: ani_st1 2s ease-in-out .5s infinite;
}
/* animation */
@keyframes ani_st1 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_st2 {
  0% {
    opacity: .6;
  }
  60% {
    opacity: .6;
  }
  80% {
    opacity: .4;
  }
  100% {
    opacity: .6;
  }
}
/* SP用 */

.se_st_sp{
	background: url("../images/story_bg.png");
	background-size: cover;
}
.se_st_sp1, .se_st_sp2, .se_st_sp3, .se_st_sp4, .se_st_sp5, .se_st_sp6, .se_st_sp1-1, .se_st_sp2-1, .se_st_sp3-1, .se_st_sp4-1, .se_st_sp5-1, .se_st_sp6-1 {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.se_st_sp1-2, .se_st_sp2-2, .se_st_sp3-2, .se_st_sp4-2, .se_st_sp5-2, .se_st_sp6-2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.se_st_sp1-1 img, .se_st_sp2-1 img, .se_st_sp3-1 img, .se_st_sp4-1 img, .se_st_sp5-1 img, .se_st_sp6-1 img, .se_st_sp1-2 img, .se_st_sp2-2 img, .se_st_sp3-2 img, .se_st_sp4-2 img, .se_st_sp5-2 img, .se_st_sp6-2 img {
  display: block;
  width: 100%;
  height: auto;
  transition: .6s ease;
}
/*　./Section_STORY設定
====================================================================================================== */
/* =================================================================================================== */
/*　Section_MAP&MONSTER設定
====================================================================================================== */
.img_sfix {
  position: relative;
}
.img_sfix img, .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
  transition: all 1s;
}
.text_sfix {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 2rem;
  bottom: 0;
  left: 0;
  color: #191515;
}
.text_sfix_in {
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
span.al_sp {
  margin-top: -2rem;
}
.text_sfix p {
  padding-left: 1.6rem;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail .swiper-slide:hover {
  cursor: pointer;
}
/*　./Section_MAP&MONSTER設定
====================================================================================================== */
/* =================================================================================================== */
/*　PageTOP設定
====================================================================================================== */
.pt_area {
  position: fixed;
  width: 100%;
  height: 50px;
  margin: auto;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.pt_btn {
  margin: auto;
  width: 100%;
  right: 20px;
  cursor: pointer;
  transition: all .6s ease-in-out;
}
.pt_btn img {
  opacity: 1;
}
.pt_btn img:hover {
  opacity: 0.5;
}
/*　./PageTOP設定
====================================================================================================== */
/* =================================================================================================== */
/*　footer設定
====================================================================================================== */
footer {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #171514;
  border-top: #A89D89 solid 1px;
}
/*　./footer設定
====================================================================================================== */
/* =================================================================================================== */
/*　animation
====================================================================================================== */
.f-in {
  transition: all 1s;
  transform: translate(0, 100px);
  opacity: 0;
}
.f-in.move {
  transform: translate(0, 0);
  opacity: 1;
}
.f-in_u {
  transition: all 1s;
  transform: translate(0, -100px);
  opacity: 0;
}
.f-in_u.move {
  transform: translate(0, 0);
  opacity: 1;
}
.f-in_l {
  transition: all 1s;
  transform: translate(-100px, 0);
  opacity: 0;
}
.f-in_l.move {
  transform: translate(0, 0);
  opacity: 1;
}
.f-in_r {
  transition: all 1s;
  transform: translate(100px, 0);
  opacity: 0;
}
.f-in_r.move {
  transform: translate(0, 0);
  opacity: 1;
}
.f-in_r_c {
  transition: all 1s;
  transform: skewY(-5deg) translate(100px, 0);
  opacity: 0;
}
.f-in_r_c.move {
  transform: skewY(-5deg) translate(0, 0);
  opacity: 1;
}
/*　./animation
====================================================================================================== */