@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 関数 */
.modal-on {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Noto Sans JP", serif;
  overflow: unset;
}
@media only screen and (min-width: 768px) {
  body .wrap {
    width: 390px;
    margin: 0 auto;
  }
}

.flex-wrap {
  display: flex;
}

#btn-nav {
  position: fixed;
  top: 2.5vw;
  right: 3.125vw;
  width: 5vw;
  height: 4.0625vw;
  z-index: 50;
  transform: rotate(0deg) !important;
  transition: all 0.3s 0.1s ease;
}
@media only screen and (min-width: 768px) {
  #btn-nav {
    top: 9.75px;
    right: calc(50% - 182.8125px);
    width: 19.5px;
    height: 15.84375px;
  }
}
#btn-nav span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.625vw;
  background-color: #020202;
  transition: all 0.3s ease;
  transform-origin: center center;
}
@media only screen and (min-width: 768px) {
  #btn-nav span {
    height: 2.4375px;
  }
}
#btn-nav span:nth-child(2) {
  top: 1.71875vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 6.703125px;
  }
}
#btn-nav span:nth-child(3) {
  top: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav span:nth-child(3) {
    top: 13.40625px;
  }
}
#btn-nav.active {
  transform: rotate(360deg) !important;
}
#btn-nav.active span:nth-child(1) {
  top: 1.71875vw;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(1) {
    top: 6.703125px;
  }
}
#btn-nav.active span:nth-child(2) {
  opacity: 0;
}
#btn-nav.active span:nth-child(3) {
  top: 1.71875vw;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(3) {
    top: 6.703125px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.53125vw;
  z-index: 10;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 390px;
    left: 50%;
    transform: translateX(-50%) !important;
    height: 37.171875px;
  }
}
#header img {
  width: 100%;
}
#header .text {
  position: relative;
  padding: 2.5vw 0 2.03125vw;
  text-align: center;
  background-color: #fff;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  #header .text {
    padding: 9.75px 0 7.921875px;
  }
}
#header .text img {
  width: 85vw;
  margin-right: 8.59375vw;
}
@media only screen and (min-width: 768px) {
  #header .text img {
    width: 331.5px;
    margin-right: 21.328125px;
  }
}
#header .navigation {
  transform: translateY(-31.5625vw);
  padding-bottom: 0;
  height: 150vh;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #header .navigation {
    transform: translateY(-123.09375px);
  }
}
#header .navigation.active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#header .navigation .top {
  position: relative;
  width: 32.8125vw;
  margin: 3.4375vw auto 0;
  background-color: #fff;
  box-shadow: 0 0 0.9375vw rgba(2, 2, 2, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top {
    width: 127.96875px;
    margin: 13.40625px auto 0;
  }
}
#header .navigation .top:hover {
  width: 32.8125vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top:hover {
    width: 127.96875px;
    padding-left: 12.1875px;
  }
}
#header .navigation .top a {
  display: block;
}
#header .navigation .top img {
  width: 100%;
}
#header .navigation .top span {
  position: absolute;
  top: 50%;
  left: 2.1875vw;
  transform: translateY(-50%);
  width: 3.90625vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top span {
    left: 8.53125px;
    width: 15.234375px;
  }
}
#header .navigation nav {
  border-bottom: 1.875vw solid #fff;
  background: url("../img/global/bg_nav.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav {
    border-bottom-width: 7.3125px;
  }
}
#header .navigation nav ul {
  display: flex;
  width: auto;
  height: 29.6875vw;
  gap: 0 0.3125vw;
  margin: 0 auto;
  background: #020202;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul {
    height: 115.78125px;
    gap: 0 1.21875px;
  }
}
#header .navigation nav ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#header .navigation nav ul li a {
  display: block;
  height: 100%;
}
#header .navigation nav ul li a:hover .box {
  opacity: 1;
}
#header .navigation nav ul li a:hover .box .title {
  filter: blur(0px);
}
#header .navigation nav ul li a:hover .image img {
  transform: scale(1.2);
}
#header .navigation nav ul li .num {
  position: absolute;
  top: -0.3125vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .num {
    top: -1.21875px;
  }
}
#header .navigation nav ul li .num img {
  width: 100%;
}
#header .navigation nav ul li .txt {
  position: absolute;
  right: 0.9375vw;
  bottom: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 900;
  color: #fb50d2;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .txt {
    right: 3.65625px;
    bottom: 2.4375px;
    font-size: 14.015625px;
  }
}
#header .navigation nav ul li .image {
  height: 100%;
}
#header .navigation nav ul li .image img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#header .navigation nav ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 2.8125vw;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 2, 2, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box {
    padding: 0 9.75px;
  }
}
#header .navigation nav ul li .box .title {
  font-size: 2.96875vw;
  font-weight: 700;
  color: #fff;
  filter: blur(20px);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box .title {
    font-size: 11.578125px;
  }
}
#header .navigation nav ul li .box .title span {
  display: block;
  font-size: 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li .box .title span {
    font-size: 9.140625px;
  }
}
#header .navigation nav ul li:nth-child(1) .num {
  width: 12.34375vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(1) .num {
    width: 48.140625px;
  }
}
#header .navigation nav ul li:nth-child(2) .num {
  width: 14.21875vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(2) .num {
    width: 55.453125px;
  }
}
#header .navigation nav ul li:nth-child(2) p {
  color: #3474e8;
}
#header .navigation nav ul li:nth-child(3) .num {
  width: 14.6875vw;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul li:nth-child(3) .num {
    width: 57.28125px;
  }
}
#header .navigation nav ul li:nth-child(3) p {
  color: #04d0bb;
}

@-webkit-keyframes flowBackground {
  0% {
    background-position: 0 center; /* 初期位置 */
  }
  100% {
    background-position: -100% center; /* 左に流す */
  }
}

@keyframes flowBackground {
  0% {
    background-position: 0 center; /* 初期位置 */
  }
  100% {
    background-position: -100% center; /* 左に流す */
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #020202;
  z-index: 99;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 294px;
}
@media only screen and (max-width: 1315px) {
  #loading .logo {
    width: 28vw;
  }
}
#loading .logo:not(.logo1) {
  opacity: 0;
}
#loading .logo.logo2 {
  width: 310px;
  top: 49.7%;
}
@media only screen and (max-width: 1315px) {
  #loading .logo.logo2 {
    width: 29.5238095238vw;
  }
}
#loading .logo img {
  width: 100%;
}

.pc-area {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-area {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 390px) / 2);
    padding: 10px 0;
    background-color: #fff;
    z-index: 50;
    overflow: hidden;
  }
  .pc-area img {
    width: 100%;
  }
  .pc-area .con {
    height: 100%;
  }
  .pc-area.area-left {
    left: 0;
    border-right: 1px solid #020202;
  }
  .pc-area.area-left .con {
    display: grid;
    align-items: center;
    justify-content: center;
    background: url("../img/bg_pc01.png") no-repeat top center;
    background-size: cover;
    overflow-y: scroll;
  }
  .pc-area.area-left .books {
    position: relative;
    text-align: center;
  }
  .pc-area.area-left .books .emblem {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -20px;
    width: 107px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .emblem {
    width: 10.1904761905vw;
    margin-bottom: -1.9047619048vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .cover {
    width: 200px;
    margin: 0 auto 14px;
    border: solid 1px #16d1b9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .cover {
    width: 19.0476190476vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .ttl {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .ttl {
    font-size: 2.0952380952vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .ttl span {
    display: block;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .ttl span {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .author {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .author {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .isbn {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .isbn {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .release {
    font-size: 16px;
    font-weight: 700;
    color: #16d1b9;
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .release {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }
  .pc-area.area-left .books .btns li {
    width: 180px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li {
    width: 17.1428571429vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li.off {
    opacity: 0.6;
    background-color: #aaa;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li:nth-child(1) a {
    background-color: #16d1b9;
  }
  .pc-area.area-left .books .btns li:nth-child(1) a:hover {
    background-color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li:nth-child(2) a {
    background-color: #fff;
    border: 1px solid #020202;
    color: #020202;
  }
  .pc-area.area-left .books .btns li:nth-child(2) span {
    color: #020202;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li a {
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li a {
    font-size: 1.5238095238vw;
    line-height: 3.619047619vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pc-area.area-left .books .btns li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li span {
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .btns li span {
    font-size: 1.5238095238vw;
    line-height: 3.619047619vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-right {
    right: 0;
    border-left: 1px solid #020202;
  }
  .pc-area.area-right .con {
    display: flex;
    justify-content: center;
    align-items: end;
    background: url("../img/bg_pc02.png") no-repeat top center;
    background-size: cover;
  }
  .pc-area.area-right #footer {
    background-color: transparent;
  }
  .pc-area.area-right #footer .box {
    margin-bottom: 40px;
  }
  .pc-area.area-right #footer .sns ul {
    width: 125px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
  }
  .pc-area.area-right #footer .sns ul li {
    width: 35px;
    border: 1.828125px solid #fff;
    background-color: #fff;
  }
  .pc-area.area-right #footer .copy-box {
    text-align: center;
  }
  .pc-area.area-right #footer .copy-box .logo-mf {
    width: 157px;
    margin: 0 auto 12px;
  }
  .pc-area.area-right #footer .copy-box p {
    font-size: 10px;
    color: #020202;
  }
}
#keyvisual {
  position: relative;
  height: 159.6875vw;
  padding-bottom: 3.125vw;
  background-color: #9c6e2f;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    height: 622.78125px;
    padding-bottom: 12.1875px;
  }
}
#keyvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background: #020202;
  width: 100%;
  height: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual::after {
    height: 12.1875px;
  }
}
#keyvisual .image {
  margin-top: 2.65625vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .image {
    margin-top: 10.359375px;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual .emblem {
  position: absolute;
  top: 10.9375vw;
  left: 1.5625vw;
  width: 12.1875vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .emblem {
    top: 42.65625px;
    left: 6.09375px;
    width: 47.53125px;
  }
}
#keyvisual .logo {
  position: absolute;
  top: 11.5625vw;
  left: 14.0625vw;
  width: 34.53125vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .logo {
    top: 45.09375px;
    left: 54.84375px;
    width: 134.671875px;
  }
}
#keyvisual .deco {
  position: absolute;
  width: 15.78125vw;
  top: 30.15625vw;
  left: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .deco {
    width: 61.546875px;
    top: 117.609375px;
    left: 12.1875px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 30.78125vw;
  left: 0;
  width: 47.1875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual h1 {
    top: 120.046875px;
    left: 0;
    width: 184.03125px;
  }
}
#keyvisual .sub_title {
  position: absolute;
  bottom: 31.40625vw;
  left: 0.9375vw;
  width: 11.09375vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .sub_title {
    bottom: 122.484375px;
    left: 3.65625px;
    width: 43.265625px;
  }
}
#keyvisual .author {
  position: absolute;
  bottom: 23.75vw;
  right: 0;
  width: 36.71875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .author {
    bottom: 92.625px;
    right: 0;
    width: 143.203125px;
  }
}
#keyvisual .catch {
  position: absolute;
  top: 11.5625vw;
  right: 1.5625vw;
  width: 21.171875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .catch {
    top: 45.09375px;
    right: 6.09375px;
    width: 82.5703125px;
  }
}
#keyvisual .award {
  position: absolute;
  left: 2.96875vw;
  bottom: 5.625vw;
  width: 21.40625vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .award {
    left: 11.578125px;
    bottom: 21.9375px;
    width: 83.484375px;
  }
}
#keyvisual .release {
  position: absolute;
  bottom: 17.1875vw;
  left: 25.625vw;
  width: 73.515625vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .release {
    bottom: 67.03125px;
    left: 99.9375px;
    width: 286.7109375px;
  }
}
#keyvisual .btn {
  position: absolute;
  bottom: 5.9375vw;
  left: 28.4375vw;
  width: 43.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn {
    bottom: 23.15625px;
    left: 110.90625px;
    width: 170.625px;
  }
}
#keyvisual .btn a {
  display: block;
  background-color: #16d1b9;
  font-family: "Shippori Mincho B1", serif;
  line-height: 10.9375vw;
  font-size: 4.6875vw;
  padding-left: 0.2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a {
    line-height: 42.65625px;
    font-size: 18.28125px;
  }
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a:hover {
    background-color: #fff;
    color: #020202;
  }
}

#content {
  position: relative;
}
#content img {
  width: 100%;
}

#story {
  overflow: hidden;
  position: relative;
  background: url("../img/story_bg.png") no-repeat top center;
  background-size: cover;
}
#story .deco {
  position: absolute;
  top: 0;
  left: 8.28125vw;
  width: 30.78125vw;
}
@media only screen and (min-width: 768px) {
  #story .deco {
    top: 0;
    left: 32.296875px;
    width: 120.046875px;
  }
}
#story h2 {
  position: relative;
  margin: 11.5625vw auto 0;
  width: 35.15625vw;
}
@media only screen and (min-width: 768px) {
  #story h2 {
    margin: 45.09375px auto 0;
    width: 137.109375px;
  }
}
#story .box {
  position: relative;
  height: 250.625vw;
}
@media only screen and (min-width: 768px) {
  #story .box {
    height: 977.4375px;
  }
}
#story .box .text01 {
  position: relative;
  margin: 7.34375vw auto 0 6.25vw;
  width: 81.09375vw;
}
@media only screen and (min-width: 768px) {
  #story .box .text01 {
    margin: 28.640625px auto 0 24.375px;
    width: 316.265625px;
  }
}
#story .box .text02 {
  padding-top: 2.96875vw;
}
@media only screen and (min-width: 768px) {
  #story .box .text02 {
    padding-top: 11.578125px;
  }
}

#character {
  position: relative;
  background: url("../img/chara_bg.png") no-repeat top center;
  background-size: cover;
  margin-top: -4.6875vw;
  height: 222.65625vw;
}
@media only screen and (min-width: 768px) {
  #character {
    margin-top: -18.28125px;
    height: 868.359375px;
  }
}
#character .title_deco {
  position: absolute;
  width: 37.1875vw;
  top: 9.375vw;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #character .title_deco {
    width: 145.03125px;
    top: 36.5625px;
  }
}
#character h2 {
  position: absolute;
  width: 11.71875vw;
  top: 9.6875vw;
  right: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #character h2 {
    width: 45.703125px;
    top: 37.78125px;
    right: 13.40625px;
  }
}
#character .scroll {
  position: absolute;
  top: 19.0625vw;
  right: 3.4375vw;
  width: 3.59375vw;
}
@media only screen and (min-width: 768px) {
  #character .scroll {
    top: 74.34375px;
    right: 13.40625px;
    width: 14.015625px;
  }
}
#character .deco {
  position: absolute;
  top: -40.625vw;
  left: 0;
  width: 74.375vw;
}
@media only screen and (min-width: 768px) {
  #character .deco {
    width: 290.0625px;
    top: -158.4375px;
  }
}
#character .scroll_container {
  padding-top: 31.25vw;
}
@media only screen and (min-width: 768px) {
  #character .scroll_container {
    padding-top: 121.875px;
  }
}
#character .chara_wrap {
  overflow: hidden;
  position: relative;
}
#character .slick-track {
  display: flex;
}
#character .chara {
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #character .chara {
    width: 100%;
  }
}
#character .chara img {
  margin: 0 8.75vw 0 auto;
}
@media only screen and (min-width: 768px) {
  #character .chara img {
    margin: 0 34.125px 0 auto;
  }
}
#character .chara .chara01 {
  width: 68.28125vw;
}
@media only screen and (min-width: 768px) {
  #character .chara .chara01 {
    width: 266.296875px;
  }
}
#character .chara .chara02 {
  width: 79.21875vw;
}
@media only screen and (min-width: 768px) {
  #character .chara .chara02 {
    width: 308.953125px;
  }
}
#character .chara .chara03 {
  width: 77.34375vw;
}
@media only screen and (min-width: 768px) {
  #character .chara .chara03 {
    width: 301.640625px;
  }
}
#character .chara .chara04 {
  width: 95.46875vw;
  margin-right: 2.65625vw;
}
@media only screen and (min-width: 768px) {
  #character .chara .chara04 {
    width: 372.328125px;
    margin-right: 10.359375px;
  }
}
#character .chara .chara05 {
  width: 82.1875vw;
}
@media only screen and (min-width: 768px) {
  #character .chara .chara05 {
    width: 320.53125px;
  }
}
#character .slick-prev,
#character .slick-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 37.3%;
  z-index: 1;
}
#character .slick-prev {
  left: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #character .slick-prev {
    left: 10.96875px;
  }
}
#character .slick-prev img {
  width: 6.25vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #character .slick-prev img {
    width: 24.375px;
  }
}
#character .slick-next {
  right: 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #character .slick-next {
    right: 9.140625px;
  }
}
#character .slick-next img {
  width: 6.25vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #character .slick-next img {
    width: 24.375px;
  }
}

#keyword {
  padding: 0 0 30vw;
  background: url("../img/keyword_bg.png") no-repeat top center;
  background-size: 100%;
  margin-top: -15.625vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #keyword {
    padding: 0 0 127.96875px;
    margin-top: -60.9375px;
  }
}
#keyword .title_deco {
  position: absolute;
  width: 13.125vw;
  top: 22.8125vw;
  right: 21.40625vw;
}
@media only screen and (min-width: 768px) {
  #keyword .title_deco {
    width: 51.1875px;
    top: 88.96875px;
    right: 83.484375px;
  }
}
#keyword h2 {
  width: 40.625vw;
  margin: 26.09375vw 0 0 24.21875vw;
}
@media only screen and (min-width: 768px) {
  #keyword h2 {
    width: 158.4375px;
    margin: 101.765625px 0 0 94.453125px;
  }
}
#keyword .keyword-nav {
  width: 100%;
}
#keyword .keyword-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #20283e;
  gap: 3.90625vw 3.75vw;
  padding: 6.09375vw 9.0625vw;
  margin-top: 5.46875vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-nav ul {
    gap: 15.234375px 14.625px;
    padding: 23.765625px 35.34375px;
    margin-top: 21.328125px;
  }
}
#keyword .keyword-nav ul .list-item {
  width: 39.0625vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-nav ul .list-item {
    width: 152.34375px;
  }
}
#keyword .keyword-contents {
  display: flex;
  flex-direction: column;
}
#keyword .keyword-contents #keyword01 {
  width: 86.40625vw;
  padding: 7.03125vw 0 0 6.09375vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword01 {
    width: 336.984375px;
    padding: 27.421875px 0 0 23.765625px;
  }
}
#keyword .keyword-contents #keyword02 {
  width: 82.5vw;
  padding: 13.75vw 0 0 8.59375vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword02 {
    width: 321.75px;
    padding: 53.625px 0 0 33.515625px;
  }
}
#keyword .keyword-contents #keyword03 {
  width: 88.90625vw;
  padding: 11.71875vw 0 0 4.84375vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword03 {
    width: 346.734375px;
    padding: 45.703125px 0 0 18.890625px;
  }
}
#keyword .keyword-contents #keyword04 {
  width: 56.40625vw;
  padding: 6.71875vw 0 0 8.59375vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword04 {
    width: 219.984375px;
    padding: 26.203125px 0 0 33.515625px;
  }
}
#keyword .keyword-contents #keyword05 {
  width: 87.1875vw;
  padding: 14.84375vw 0 0 5.625vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword05 {
    width: 340.03125px;
    padding: 57.890625px 0 0 21.9375px;
  }
}
#keyword .keyword-contents #keyword06 {
  width: 89.53125vw;
  padding: 16.09375vw 0 0 5.46875vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword06 {
    width: 349.171875px;
    padding: 62.765625px 0 0 21.328125px;
  }
}
#keyword .keyword-contents #keyword07 {
  width: 84.0625vw;
  padding: 16.25vw 0 0 4.53125vw;
}
@media only screen and (min-width: 768px) {
  #keyword .keyword-contents #keyword07 {
    width: 327.84375px;
    padding: 63.375px 0 0 17.671875px;
  }
}

#information {
  padding: 3.59375vw 0 12.5vw;
  background: url("../img/info_bg.png") no-repeat top center;
  background-size: 100%;
  margin-top: -29.21875vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #information {
    padding: 14.015625px 0 48.75px;
    margin-top: -113.953125px;
  }
}
#information h2 {
  width: 41.40625vw;
  margin: 23.4375vw auto 14.84375vw;
}
@media only screen and (min-width: 768px) {
  #information h2 {
    width: 161.484375px;
    margin: 91.40625px auto 57.890625px;
  }
}
#information .books {
  position: relative;
  text-align: center;
}
#information .books .emblem {
  position: absolute;
  top: -12.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 18.59375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .emblem {
    top: -48.75px;
    width: 72.515625px;
  }
}
#information .books .cover {
  width: 71.875vw;
  margin: 0 auto 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .cover {
    width: 280.3125px;
    margin: 0 auto 13.40625px;
  }
}
#information .books .txt {
  width: 57.1875vw;
  margin: 0 auto 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt {
    width: 223.03125px;
    margin: 0 auto 9.140625px;
  }
}
#information .books .ttl {
  font-size: 7.5vw;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl {
    font-size: 29.25px;
    margin-bottom: 7.3125px;
  }
}
#information .books .ttl span {
  display: block;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl span {
    font-size: 14.625px;
  }
}
#information .books .author {
  font-size: 4.6875vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #information .books .author {
    font-size: 18.28125px;
  }
}
#information .books .isbn {
  font-size: 3.75vw;
  margin-bottom: 1.5625vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #information .books .isbn {
    font-size: 14.625px;
    margin-bottom: 6.09375px;
  }
}
#information .books .release {
  font-size: 4.6875vw;
  color: #04d0bb;
  font-weight: 700;
  margin-bottom: 3.75vw;
}
@media only screen and (min-width: 768px) {
  #information .books .release {
    font-size: 18.28125px;
    margin-bottom: 14.625px;
  }
}
#information .books .btns {
  width: 78.125vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #information .books .btns {
    width: 304.6875px;
  }
}
#information .books .btns li:not(:first-child) {
  margin-top: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li:not(:first-child) {
    margin-top: 18.28125px;
  }
}
#information .books .btns li span {
  display: block;
  transition: all 0.3s ease;
  font-size: 5.625vw;
  line-height: 14.0625vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li span {
    font-size: 21.9375px;
    line-height: 54.84375px;
  }
}
#information .books .btns li.off {
  opacity: 0.6;
  background-color: #aaa;
}
#information .books .btns li.buy a {
  background-color: #16d1b9;
}
#information .books .btns li.trial a {
  background-color: #fff;
  border: 0.3125vw solid #020202;
  color: #020202;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li.trial a {
    border-width: 1.21875px;
  }
}
#information .books .btns li.trial span {
  color: #020202;
}
#information .books .btns li a {
  display: block;
  transition: all 0.3s ease;
  font-size: 5.625vw;
  line-height: 14.0625vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a {
    font-size: 21.9375px;
    line-height: 54.84375px;
  }
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}

#pagetop {
  position: fixed;
  width: 3.59375vw;
  right: 2.96875vw;
  bottom: 9.53125vw;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 14.015625px;
    right: 11.578125px;
    bottom: 37.171875px;
  }
}
#pagetop.off {
  position: absolute;
}
#pagetop img {
  width: 100%;
}

#bottom-menu {
  background: url("../img/bg_btm_menu.png") repeat;
}
#bottom-menu .loop-text {
  width: 100%;
  height: 9.375vw;
  background: url("../img/global/loop_text.png") repeat-x center center #020202;
  background-size: auto;
  -webkit-animation: flowBackground 10s linear infinite;
          animation: flowBackground 10s linear infinite;
}
@media only screen and (min-width: 768px) {
  #bottom-menu .loop-text {
    height: 36.5625px;
    -webkit-animation: flowBackground 30s linear infinite;
            animation: flowBackground 30s linear infinite;
  }
}
#bottom-menu ul {
  display: flex;
  height: 29.6875vw;
  gap: 0 0.3125vw;
  margin: 0 auto;
  background: #020202;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul {
    height: 115.78125px;
    gap: 0 1.21875px;
    padding-bottom: 10px;
  }
}
#bottom-menu ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#bottom-menu ul li a {
  display: block;
  height: 100%;
}
#bottom-menu ul li a:hover .box {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li a:hover .box .title {
    filter: blur(0px);
  }
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li a:hover .image img {
    transform: scale(1.2);
  }
}
#bottom-menu ul li .num {
  position: absolute;
  top: -0.3125vw;
  left: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .num {
    top: -1.21875px;
  }
}
#bottom-menu ul li .num img {
  width: 100%;
}
#bottom-menu ul li .txt {
  position: absolute;
  right: 0.9375vw;
  bottom: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 900;
  color: #fb50d2;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .txt {
    right: 3.65625px;
    bottom: 2.4375px;
    font-size: 14.015625px;
  }
}
#bottom-menu ul li .image {
  height: 100%;
}
#bottom-menu ul li .image img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#bottom-menu ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.8125vw;
  background-color: rgba(2, 2, 2, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box {
    padding: 0 9.75px;
  }
}
#bottom-menu ul li .box .title {
  font-size: 2.96875vw;
  font-weight: 700;
  color: #fff;
  filter: blur(20px);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box .title {
    font-size: 11.578125px;
  }
}
#bottom-menu ul li .box .title span {
  display: block;
  font-size: 2.34375vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li .box .title span {
    font-size: 9.140625px;
  }
}
#bottom-menu ul li:nth-child(1) .num {
  width: 12.34375vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(1) .num {
    width: 48.140625px;
  }
}
#bottom-menu ul li:nth-child(2) .num {
  width: 14.21875vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(2) .num {
    width: 55.453125px;
  }
}
#bottom-menu ul li:nth-child(2) p {
  color: #3474e8;
}
#bottom-menu ul li:nth-child(3) .num {
  width: 14.6875vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul li:nth-child(3) .num {
    width: 57.28125px;
  }
}
#bottom-menu ul li:nth-child(3) p {
  color: #04d0bb;
}

#footer {
  padding: 12.8125vw 0 10.9375vw;
  background-color: #020202;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 49.96875px 0 42.65625px;
  }
}
#footer .flex-wrap {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#footer .copy-box {
  order: 2;
}
#footer .logo-mf {
  width: 40.78125vw;
  margin: 0 auto 5.3125vw;
}
@media only screen and (min-width: 768px) {
  #footer .logo-mf {
    width: 159.046875px;
    margin: 0 auto 20.71875px;
  }
}
#footer .logo-mf img {
  width: 100%;
}
#footer p.copy {
  color: #fff;
  font-size: 2.5vw;
  margin-bottom: 1.25vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer p.copy {
    font-size: 9.75px;
    margin-bottom: 4.875px;
  }
}
#footer .sns ul {
  width: 31.875vw;
  margin-bottom: 4.375vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul {
    width: 124.3125px;
    margin-bottom: 17.0625px;
  }
}
#footer .sns ul li {
  width: 8.59375vw;
  transition: all 0.3s ease-out;
  border-radius: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li {
    width: 33.515625px;
    border-radius: 18.28125px;
  }
}
#footer .sns ul li a {
  display: block;
}
#footer .sns ul li img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover {
    transform: translateY(-3.046875px);
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(1) {
    border: 1.828125px solid #fb50d2;
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(2) {
    border: 1.828125px solid #3474e8;
  }
}
@media only screen and (min-width: 768px) {
  #footer .sns ul li:hover:nth-child(3) {
    border: 1.828125px solid #04d0bb;
  }
}

#modal-block {
  background: url("../img/recommend_modal_bg.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #modal-block {
    width: 390px;
    left: calc(50% - 195px);
  }
}
#modal-block .recommend-modal .btm-close {
  width: 100%;
  text-align: center;
  color: #b29f79;
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .btm-close {
    margin-top: 12.1875px;
  }
}
#modal-block .recommend-modal .btm-close p {
  position: static;
  display: inline;
  font-size: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .btm-close p {
    font-size: 18.28125px;
  }
}
#modal-block .recommend-modal .txt-box {
  width: 90.625vw;
  padding: 8.125vw 9.375vw;
  background-color: #efefe5;
  border: 0.3125vw solid #b29f79;
  border-radius: 9.375vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .txt-box {
    width: 353.4375px;
    padding: 31.6875px 36.5625px;
    border-width: 1.21875px;
    border-radius: 36.5625px;
  }
}
#modal-block .recommend-modal h3 {
  font-size: 5.46875vw;
  line-height: 1.3;
  margin-bottom: 2.8125vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal h3 {
    font-size: 21.328125px;
    margin-bottom: 10.96875px;
  }
}
#modal-block .recommend-modal h3 span {
  font-size: 6.25vw;
  color: #d0555e;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal h3 span {
    font-size: 24.375px;
  }
}
#modal-block .recommend-modal .title {
  font-size: 3.75vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .title {
    font-size: 14.625px;
    margin-bottom: 10.96875px;
  }
}
#modal-block .recommend-modal .text {
  font-size: 3.75vw;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #modal-block .recommend-modal .text {
    font-size: 14.625px;
  }
}
#modal-block .recommend-modal .text span {
  font-weight: bold;
  background-color: #caf558;
}