@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;
}

.color_gold {
  color: #977b02;
}

.color_red {
  color: #ff3300;
}

#btn-nav {
  position: fixed;
  top: 2.8125vw;
  right: 0;
  width: 7.03125vw;
  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: 14.015625px;
    right: 0;
    width: 27.421875px;
    height: 15.84375px;
  }
}
#btn-nav span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.3125vw;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center center;
}
@media only screen and (min-width: 768px) {
  #btn-nav span {
    height: 1.21875px;
  }
}
#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.active {
  transform: rotate(360deg) !important;
}
#btn-nav.active span:nth-child(1) {
  top: 1.5625vw;
  transform: rotate(15deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(1) {
    top: 6.09375px;
  }
}
#btn-nav.active span:nth-child(2) {
  top: 1.5625vw;
  transform: rotate(-15deg);
}
@media only screen and (min-width: 768px) {
  #btn-nav.active span:nth-child(2) {
    top: 6.09375px;
  }
}
#btn-nav.active + header {
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.125vw;
  z-index: 10;
  background-color: #ff3300;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 390px;
    left: 50%;
    transform: translateX(-50%);
    height: 39.609375px;
  }
}
#header img {
  width: 100%;
}
#header .text {
  position: relative;
  padding: 2.96875vw 0 2.03125vw;
  text-align: center;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  #header .text {
    padding: 7.921875px 0 7.921875px;
  }
}
#header .text img {
  width: 82.8125vw;
  margin-right: 5.9375vw;
}
@media only screen and (min-width: 768px) {
  #header .text img {
    width: 322.96875px;
    margin-right: 23.15625px;
  }
}
#header .navigation {
  transform: translateY(-31.5625vw);
  padding-bottom: 0;
  height: 150vh;
  background-color: #fff;
  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: 57.8125vw;
  margin: 3.4375vw auto 5vw;
  background: #fff;
  transition: all 0.3s ease;
  border: solid 1px #fff;
}
@media only screen and (min-width: 768px) {
  #header .navigation .top {
    width: 225.46875px;
    margin: 13.40625px auto 19.5px;
  }
}
#header .navigation .top:hover {
  filter: invert(100%);
}
#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;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav {
    border-bottom-width: 7.3125px;
  }
}
#header .navigation nav ul {
  display: flex;
  width: auto;
  gap: 0 0.3125vw;
  margin: 0 auto;
  border-top: solid 1px #000;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav ul {
    gap: 0 1.21875px;
  }
}
#header .navigation nav ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-bottom: solid 1px #000;
}
#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(0, 0, 0, 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;
}
#header .nav_title {
  margin: 0 auto;
  width: 93.75vw;
}
@media only screen and (min-width: 768px) {
  #header .nav_title {
    width: 365.625px;
  }
}

@-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: #ff3300;
    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 #000;
  }
  .pc-area.area-left .con {
    display: grid;
    align-items: center;
    justify-content: center;
    background: #fff;
    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;
  }
}
@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 .cover img {
    border: 1px solid #b39e45;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .award {
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .ttl {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 13px;
    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: 14px;
  }
}
@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: 17px;
    font-weight: 700;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .release {
    font-size: 1.619047619vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: -26px;
  }
  .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 a {
    background-color: #000;
  }
  .pc-area.area-left .books .btns li a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .btns li.off {
    opacity: 0.6;
    background-color: #aaa;
    pointer-events: none;
  }
}
@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;
    background-color: #000;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
  }
}
@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) {
  .pc-area.area-left .books .btns li a:hover {
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pc-area.area-left .books .btns li a:hover {
    background-color: #fff;
    color: #000;
  }
}
@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 #000;
  }
  .pc-area.area-right .con {
    display: flex;
    justify-content: center;
    align-items: end;
    transition: all 0.3s ease;
    position: relative;
  }
  .pc-area.area-right .con.illust1 {
    background: #fff;
  }
  .pc-area.area-right .emblem_21th {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
  }
  .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: 14px auto 13px;
  }
  .pc-area.area-right #footer .copy-box p {
    font-size: 10px;
    color: #000;
  }
}
#keyvisual {
  position: relative;
  height: 153.125vw;
  margin-top: 8.125vw;
  padding-bottom: 3.125vw;
  background: #ff3300;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    height: 597.1875px;
    margin-top: 31.6875px;
    padding-bottom: 12.1875px;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual .emblem {
  position: absolute;
  top: 2.8125vw;
  left: 1.328125vw;
  width: 12.8125vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .emblem {
    top: 10.96875px;
    left: 5.1796875px;
    width: 49.96875px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 6.25vw;
  right: 4.6875vw;
  width: 23.4375vw;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #keyvisual h1 {
    top: 24.375px;
    right: 18.28125px;
    width: 91.40625px;
  }
}
#keyvisual .chara {
  position: absolute;
  top: 1.5625vw;
  width: 100%;
  opacity: 1;
  background: url("../img/kv_bg.png") no-repeat top center/cover;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  #keyvisual .chara {
    top: 6.09375px;
  }
}
#keyvisual .chara .illust {
  opacity: 0;
  position: absolute;
  inset: auto;
}
#keyvisual .author {
  position: absolute;
  top: 78.125vw;
  left: 4.6875vw;
  width: 17.1875vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .author {
    top: 304.6875px;
    left: 18.28125px;
    width: 67.03125px;
  }
}
#keyvisual .catch {
  position: absolute;
  top: 98.4375vw;
  right: 0vw;
  width: 56.25vw;
  opacity: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #keyvisual .catch {
    top: 383.90625px;
    right: 0px;
    width: 219.375px;
  }
}
#keyvisual .award {
  position: absolute;
  left: 2.65625vw;
  bottom: 15.625vw;
  width: 18.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .award {
    left: 10.359375px;
    bottom: 54.84375px;
    width: 73.125px;
  }
}
#keyvisual .release {
  position: absolute;
  bottom: 18.75vw;
  left: 26.5625vw;
  width: 59.53125vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .release {
    bottom: 73.125px;
    left: 107.859375px;
    width: 232.171875px;
  }
}
#keyvisual .btn {
  position: absolute;
  bottom: 7.8125vw;
  left: 28.4375vw;
  width: 43.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn {
    bottom: 24.375px;
    left: 110.90625px;
    width: 170.625px;
  }
}
#keyvisual .btn a {
  display: block;
  background-color: #6158da;
  font-family: "Shippori Mincho B1", serif;
  font-style: italic;
  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;
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a {
    line-height: 42.65625px;
    font-size: 18.28125px;
  }
}
#keyvisual .btn a:hover {
  background-color: #fff;
  color: #000;
}

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

#story {
  overflow: hidden;
  position: relative;
  background: #000 url("../img/story_bg.png") no-repeat top center/contain;
  padding-bottom: 32.03125vw;
}
@media only screen and (min-width: 768px) {
  #story {
    padding-bottom: 124.921875px;
    border-top-width: 12.1875px;
    border-bottom-width: 12.1875px;
  }
}
#story .story_h2 {
  position: relative;
}
#story .story_h2 h2 {
  margin: 0 auto 9.375vw;
  width: auto;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 768px) {
  #story .story_h2 h2 {
    margin: 0 auto 36.5625px;
  }
}
#story .story_h2 .arasuji {
  position: absolute;
  top: 28.90625vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18.75vw;
}
@media only screen and (min-width: 768px) {
  #story .story_h2 .arasuji {
    top: 112.734375px;
    width: 73.125px;
  }
}
#story .text01 {
  background: url(../img/story_txt-bg.png) no-repeat top center/contain;
  margin-top: -12.5vw;
}
@media only screen and (min-width: 768px) {
  #story .text01 {
    margin-top: -48.75px;
  }
}
#story .text02 {
  margin: 8.59375vw auto 0;
}
@media only screen and (min-width: 768px) {
  #story .text02 {
    margin: 33.515625px auto 0;
  }
}
#story .text03 {
  margin: 8.59375vw auto 10.9375vw;
}
@media only screen and (min-width: 768px) {
  #story .text03 {
    margin: 33.515625px auto 42.65625px;
  }
}

#character {
  position: relative;
  background: #6158da;
  background-size: cover;
  margin-top: -32.03125vw;
}
@media only screen and (min-width: 768px) {
  #character {
    margin-top: -124.921875px;
  }
}
#character h2 {
  margin: 0 auto 1.5625vw;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #character h2 {
    margin: 0 auto 6.09375px;
  }
}
#character .chara {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  #character .chara {
    width: 390px;
  }
}
#character .chara img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#character .gallery_area {
  background: #3e3936;
}
#character .gallery_area img {
  opacity: 0;
  margin: -7.8125vw 0 0;
}
@media only screen and (min-width: 768px) {
  #character .gallery_area img {
    margin: -30.46875px 0 0;
  }
}

#information {
  padding: 0 0 12.8125vw;
}
@media only screen and (min-width: 768px) {
  #information {
    padding: 0 0 49.96875px;
  }
}
#information h2 {
  margin: 0 auto 1.5625vw;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #information h2 {
    margin: 0 auto 6.09375px;
  }
}
#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: -36.5625px;
    width: 72.515625px;
  }
}
#information .books .cover {
  width: 71.875vw;
  margin: 0 auto 3.125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .cover {
    width: 280.3125px;
    margin: 0 auto 12.1875px;
  }
}
#information .books .cover img {
  border: 1px solid #000;
}
#information .books .txt {
  margin: 0 auto 1.5625vw;
  font-weight: 700;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt {
    margin: 0 auto 6.09375px;
    font-size: 14.625px;
  }
}
#information .books .txt span {
  font-size: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt span {
    font-size: 17.0625px;
  }
}
#information .books .ttl {
  font-size: 6.25vw;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl {
    font-size: 24.375px;
    margin-bottom: 7.3125px;
  }
}
#information .books .ttl span {
  display: block;
  font-size: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl span {
    font-size: 17.0625px;
  }
}
#information .books .author {
  font-size: 4.375vw;
  font-weight: 700;
  margin-bottom: 0.78125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .author {
    font-size: 17.0625px;
    margin-bottom: 3.046875px;
  }
}
#information .books .isbn {
  font-size: 4.375vw;
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #information .books .isbn {
    font-size: 17.0625px;
    margin-bottom: 9.75px;
  }
}
#information .books .release {
  font-size: 5.3125vw;
  font-weight: 700;
  margin-bottom: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .release {
    font-size: 20.71875px;
    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: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li:not(:first-child) {
    margin-top: 9.75px;
  }
}
#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;
  pointer-events: none;
}
#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;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 0.3125vw solid #000;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a {
    font-size: 21.9375px;
    line-height: 54.84375px;
    border-width: 1.21875px;
  }
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a:hover {
    background-color: #fff;
    color: #000;
  }
}

#pagetop {
  position: fixed;
  width: 5.46875vw;
  right: 1.5625vw;
  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 {
  background: url("../img/bg_btm_menu.png") repeat;
}
#bottom-menu h2 {
  margin-bottom: 1.25vw;
}
@media only screen and (min-width: 768px) {
  #bottom-menu h2 {
    margin-bottom: 4.875px;
  }
}
#bottom-menu h2 img {
  width: 100%;
}
#bottom-menu ul {
  display: flex;
  gap: 0 0.3125vw;
  margin: 0 auto;
  background: #000;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #bottom-menu ul {
    gap: 0 1.21875px;
    padding-bottom: 10px;
    background: #fff;
    border-top: solid 1px #000;
  }
}
#bottom-menu ul li {
  position: relative;
  overflow: hidden;
  height: calc(100% - 1px);
  border-bottom: solid 1px #000;
  /*&:nth-child(1) {
   .num {
    width: vw(79);
    @media only screen and (min-width: 768px) {
     width: px(79);
    }
   }
  }
  &:nth-child(2) {
   .num {
    width: vw(91);
    @media only screen and (min-width: 768px) {
     width: px(91);
    }
   }
   p {
    color: #3474e8;
   }
  }
  &:nth-child(3) {
   .num {
    width: vw(94);
    @media only screen and (min-width: 768px) {
     width: px(94);
    }
   }
   p {
    color: #04d0bb;
   }
  }*/
}
#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(0, 0, 0, 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;
  }
}

#footer {
  padding: 6.25vw 0 10.9375vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 15.234375px 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: 34.375vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #footer .logo-mf {
    width: 134.0625px;
    margin: 0 auto 18.28125px;
  }
}
#footer .logo-mf img {
  width: 100%;
}
#footer p.copy {
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  #footer p.copy {
    font-size: 9.75px;
  }
}
#footer .sns ul {
  width: 36.5625vw;
  margin-bottom: 5.46875vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #footer .sns ul {
    width: 142.59375px;
    margin-bottom: 21.328125px;
  }
}
#footer .sns ul li {
  width: 9.375vw;
  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%;
}