@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&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;
}

.inner {
  position: relative;
  width: 90.625vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .inner {
    width: 353.4375px;
  }
}

#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: 20;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 390px;
    left: 50%;
    transform: translateX(-50%);
    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: 5.46875vw;
}
@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: #e1ecf8;
    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.jpg") 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%);
    width: 107px;
    margin-bottom: -20px;
  }
}
@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 #558aef;
  }
}
@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: #558aef;
    margin-bottom: 18px;
  }
}
@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: #558aef;
  }
  .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.jpg") 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: 150vw;
  margin-top: 9.53125vw;
  padding-bottom: 3.125vw;
  background-color: #020202;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    width: 390px;
    height: 585px;
    margin-top: 37.171875px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12.1875px;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual .emblem {
  position: absolute;
  top: 1.25vw;
  left: 1.5625vw;
  width: 12.1875vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .emblem {
    top: 4.875px;
    left: 6.09375px;
    width: 47.53125px;
  }
}
#keyvisual .logo {
  position: absolute;
  top: 1.5625vw;
  left: 14.0625vw;
  width: 36.09375vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .logo {
    top: 6.09375px;
    left: 54.84375px;
    width: 140.765625px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 1.5625vw;
  right: 4.84375vw;
  width: 41.5625vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual h1 {
    top: 6.09375px;
    right: 18.890625px;
    width: 162.09375px;
  }
}
#keyvisual .author {
  position: absolute;
  top: 17.1875vw;
  left: 3.125vw;
  width: 13.28125vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .author {
    top: 67.03125px;
    left: 12.1875px;
    width: 51.796875px;
  }
}
#keyvisual .catch {
  position: absolute;
  top: 97.34375vw;
  left: 18.28125vw;
  width: 61.875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .catch {
    top: 379.640625px;
    left: 71.296875px;
    width: 241.3125px;
  }
}
#keyvisual .award {
  position: absolute;
  left: 2.96875vw;
  bottom: 5.625vw;
  width: 21.25vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .award {
    left: 11.578125px;
    bottom: 23.15625px;
    width: 82.875px;
  }
}
#keyvisual .release {
  position: absolute;
  bottom: 17.5vw;
  left: 25.625vw;
  width: 71.875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .release {
    bottom: 68.25px;
    left: 99.9375px;
    width: 280.921875px;
  }
}
#keyvisual .btn {
  position: absolute;
  bottom: 6.25vw;
  left: 28.75vw;
  width: 43.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn {
    bottom: 24.375px;
    left: 112.125px;
    width: 170.625px;
  }
}
#keyvisual .btn a {
  display: block;
  background-color: #538cf4;
  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 {
  text-align: center;
  background-color: #020202;
  background: url("../img/story_bg01.png") no-repeat center top/100%;
  padding: 14.0625vw 0 55.3125vw;
}
@media only screen and (min-width: 768px) {
  #story {
    background: url("../img/story_bg01.png") no-repeat center top/390px;
    padding: 54.84375px 0 215.71875px;
  }
}
#story .inner {
  width: 93.75vw;
  padding: 7.03125vw 0 8.4375vw;
  border-bottom: solid 1px #fff;
}
@media only screen and (min-width: 768px) {
  #story .inner {
    width: 365.625px;
    padding: 27.421875px 0 32.90625px;
  }
}
#story .inner::before, #story .inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 3.59375vw;
  width: 26.5625vw;
  height: 166.25vw;
  border-top: solid 1px #fff;
}
@media only screen and (min-width: 768px) {
  #story .inner::before, #story .inner::after {
    top: 14.015625px;
    width: 103.59375px;
    height: 648.375px;
  }
}
#story .inner::before {
  left: 0;
  border-left: solid 1px #fff;
}
#story .inner::after {
  right: 0;
  border-right: solid 1px #fff;
}
#story h2 {
  position: relative;
  margin-bottom: 7.34375vw;
}
@media only screen and (min-width: 768px) {
  #story h2 {
    margin-bottom: 28.640625px;
  }
}
#story h2 img {
  width: 41.09375vw;
}
@media only screen and (min-width: 768px) {
  #story h2 img {
    width: 160.265625px;
  }
}
#story h2::before {
  position: absolute;
  display: block;
  content: "";
  top: -0.3125vw;
  left: 3.90625vw;
  width: 9.375vw;
  height: 26.71875vw;
  background: url("../img/title_deco.png") no-repeat center top/contain;
}
@media only screen and (min-width: 768px) {
  #story h2::before {
    top: -1.21875px;
    left: 15.234375px;
    width: 36.5625px;
    height: 104.203125px;
  }
}
#story .story-txt img {
  width: 89.375vw;
  opacity: 0;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 768px) {
  #story .story-txt img {
    width: 348.5625px;
  }
}

.img-blur {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
#character {
  margin-top: -40.625vw;
  padding: 12.8125vw 0 2.1875vw;
}
@media only screen and (min-width: 768px) {
  #character {
    margin-top: -158.4375px;
    padding: 49.96875px 0 8.53125px;
  }
}
#character::before {
  position: absolute;
  display: block;
  content: "";
  top: -14.21875vw;
  width: 100%;
  height: 93.75vw;
  background: url("../img/chara_bg01.png") no-repeat center top/contain;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #character::before {
    top: -55.453125px;
    height: 365.625px;
    background-size: 390px;
  }
}
#character::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 2.1875vw;
  width: 100%;
  border-bottom: solid 1px #cdcdcd;
}
@media only screen and (min-width: 768px) {
  #character::after {
    bottom: 8.53125px;
  }
}
#character h2 {
  position: relative;
  width: 90.625vw;
  margin: 0 auto 7.34375vw;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #character h2 {
    width: 353.4375px;
    margin: 0 auto 28.640625px;
  }
}
@media only screen and (min-width: 768px) {
  #character ul {
    width: 390px;
    margin: 0 auto;
  }
}
#character ul li .flex-wrap {
  align-items: center;
}
#character ul li:first-child .chara-img {
  padding-left: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #character ul li:first-child .chara-img {
    padding-left: 18.28125px;
  }
}
#character ul li:nth-child(2) {
  padding-right: 4.6875vw;
  padding-left: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  #character ul li:nth-child(2) {
    padding-right: 18.28125px;
    padding-left: 3.046875px;
  }
}
#character .chara-img {
  width: 57.03125vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-img {
    width: 222.421875px;
  }
}
#character .chara-name {
  width: 37.8125vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-name {
    width: 147.46875px;
  }
}
#character .chara-txt {
  width: 89.6875vw;
  margin: 7.1875vw 0 10.625vw;
  padding-left: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-txt {
    width: 349.78125px;
    margin: 28.03125px 0 41.4375px;
    padding-left: 18.28125px;
  }
}
#character .chara-txt img {
  opacity: 0;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#gallery {
  text-align: center;
  background: url("../img/gallery_bg.jpg") no-repeat center top/cover;
  padding: 8.4375vw 0 25.625vw;
}
@media only screen and (min-width: 768px) {
  #gallery {
    background: url("../img/gallery_bg.jpg") no-repeat center top/390px;
    padding: 32.90625px 0 99.9375px;
  }
}
#gallery h2 {
  position: relative;
  margin-bottom: 0.9375vw;
}
@media only screen and (min-width: 768px) {
  #gallery h2 {
    margin-bottom: 3.65625px;
  }
}
#gallery h2 img {
  width: 57.03125vw;
}
@media only screen and (min-width: 768px) {
  #gallery h2 img {
    width: 222.421875px;
  }
}
#gallery h2::before {
  position: absolute;
  display: block;
  content: "";
  top: -0.3125vw;
  left: 0;
  width: 9.375vw;
  height: 13.125vw;
  background: url("../img/title_deco.png") no-repeat center top/contain;
}
@media only screen and (min-width: 768px) {
  #gallery h2::before {
    top: -1.21875px;
    width: 36.5625px;
    height: 51.1875px;
  }
}
#gallery li:not(last-child) {
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #gallery li:not(last-child) {
    margin-bottom: 6.09375px;
  }
}
#gallery .gallery-switch {
  position: relative;
}
#gallery .gallery-switch img:last-of-type {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
#gallery .gallery-switch img:hover {
  opacity: 1;
}
#gallery .gallery-btn-no {
  background: rgba(31, 46, 52, 0.1);
  border: solid 1px #fff;
}

#information {
  background: url("../img/info_.png") no-repeat center top;
  padding: 1.5625vw 0 14.0625vw;
}
@media only screen and (min-width: 768px) {
  #information {
    padding: 6.09375px 0 54.84375px;
  }
}
#information .inner::after {
  position: absolute;
  display: block;
  content: "";
  top: -5.78125vw;
  right: -4.6875vw;
  width: 34.375vw;
  height: 90.9375vw;
  background: url("../img/info_bg.png") no-repeat 0 top/cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #information .inner::after {
    top: -22.546875px;
    right: -18.28125px;
    width: 134.0625px;
    height: 354.65625px;
  }
}
#information h2 {
  position: relative;
  width: 79.375vw;
  margin-bottom: 11.25vw;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #information h2 {
    width: 309.5625px;
    margin-bottom: 43.875px;
  }
}
#information .books {
  position: relative;
  text-align: center;
}
#information .books .emblem {
  position: absolute;
  top: -12.1875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 18.59375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .emblem {
    top: -47.53125px;
    width: 72.515625px;
  }
}
#information .books .cover {
  width: 71.875vw;
  margin: 0 auto 3.125vw;
  border: solid 1px #000;
}
@media only screen and (min-width: 768px) {
  #information .books .cover {
    width: 280.3125px;
    margin: 0 auto 12.1875px;
  }
}
#information .books .txt {
  width: 57.1875vw;
  margin: 0 auto 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt {
    width: 223.03125px;
    margin: 0 auto 6.09375px;
  }
}
#information .books .ttl {
  font-size: 7.5vw;
  line-height: 1.3;
  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: 5.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl span {
    font-size: 21.9375px;
  }
}
#information .books .author {
  font-size: 4.6875vw;
  font-weight: 700;
  margin-bottom: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .author {
    font-size: 18.28125px;
    margin-bottom: 3.046875px;
  }
}
#information .books .isbn {
  font-size: 3.75vw;
  margin-bottom: 0.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .isbn {
    font-size: 14.625px;
    margin-bottom: 2.4375px;
  }
}
#information .books .release {
  font-size: 4.6875vw;
  color: #5285e7;
  font-weight: 700;
  margin-bottom: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .release {
    font-size: 18.28125px;
    margin-bottom: 13.40625px;
  }
}
#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: #558aef;
}
#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: 4.6875vw;
  right: 3.90625vw;
  bottom: 3.90625vw;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 18.28125px;
    bottom: 15.234375px;
    right: calc(50% - 188.90625px);
  }
}
#pagetop.off {
  position: absolute;
}
#pagetop img {
  width: 100%;
}

#bottom-menu .loop-text {
  width: 100%;
  height: 7.8125vw;
  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: 30.46875px;
    -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 {
    width: 390px;
    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: #5285e7;
}
#modal-block .modal-content {
  padding: 0 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .modal-content {
    padding: 0 18.28125px;
  }
}
@media only screen and (min-width: 768px) {
  #modal-block .modal-content img {
    width: 100%;
  }
}
#modal-block .gallery-modal .close {
  width: 11.40625vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal .close {
    width: 60.9375px;
    top: -28px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal .close img {
    width: 60.9375px;
  }
}