@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_pink {
  color: #ff009d;
}

.btn-switch img {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.btn-switch img:last-of-type {
  opacity: 0;
  transition: opacity 0.4s;
}
.btn-switch:hover img {
  opacity: 1;
}

#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: 11.96px;
    right: 0;
    width: 23.92px;
    height: 13.52px;
  }
}
#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.04px;
  }
}
#btn-nav span:nth-child(2) {
  top: 1.71875vw;
}
@media only screen and (min-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 5.72px;
  }
}
#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: 5.2px;
  }
}
#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: 5.2px;
  }
}
#btn-nav.active + header {
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.125vw;
  z-index: 10;
  background-color: #ff009d;
}
@media only screen and (min-width: 768px) {
  #header {
    width: 390px;
    left: 50%;
    transform: translateX(-50%);
    height: 33.8px;
  }
}
#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: 5.72px 0 6.76px;
  }
}
#header .text img {
  width: 85vw;
  margin-right: 5.46875vw;
}
@media only screen and (min-width: 768px) {
  #header .text img {
    width: 324.48px;
    margin-right: 18.2px;
  }
}
#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(-105.04px);
  }
}
#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: 192.4px;
    margin: 11.44px auto 16.64px;
  }
}
#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: 7.28px;
    width: 13px;
  }
}
#header .navigation nav {
  border-bottom: 1.875vw solid #fff;
}
@media only screen and (min-width: 768px) {
  #header .navigation nav {
    border-bottom-width: 6.24px;
  }
}
#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.04px;
  }
}
#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 .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.12px;
    bottom: 2.08px;
    font-size: 11.96px;
  }
}
#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 8.32px;
  }
}
#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: 9.88px;
  }
}
#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: 7.8px;
  }
}
#header .nav_title {
  margin: 0 auto;
  width: 93.75vw;
}
@media only screen and (min-width: 768px) {
  #header .nav_title {
    width: 312px;
  }
}

@-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; /* 左に流す */
  }
}
.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: #ff009d;
    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 .emblem_wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    margin-bottom: -13px;
    margin-top: -20px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .emblem_wrap {
    margin-bottom: -2.8571428571vw;
    margin-top: -0.1904761905vw;
    height: 7.619047619vw;
    width: 19.0476190476vw;
  }
}
@media only screen and (min-width: 768px) {
  .pc-area.area-left .books .emblem1 {
    position: absolute;
    left: 50%;
    width: 7.8125vw;
    max-width: 92px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .pc-area.area-left .books .emblem1 {
    left: 50%;
    width: 7.619047619vw;
    max-width: 92px;
  }
}
@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;
    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 {
    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 {
    position: relative;
    display: block;
    height: 38px;
    transition: all 0.3s ease;
    background-color: #000;
    text-align: center;
    border: 1px solid #000;
  }
  .pc-area.area-left .books .btns li a img {
    width: 59px;
  }
  .pc-area.area-left .books .btns li a:hover {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pc-area.area-left .books .btns li a:hover {
    background-color: #fff;
  }
}
@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;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .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.56px 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: 154.5333333333vw;
  margin-top: 6.9333333333vw;
  padding-bottom: 13.3333333333vw;
  background-color: #ff009d;
}
@media only screen and (min-width: 768px) {
  #keyvisual {
    height: 602.68px;
    margin-top: 27.04px;
    padding-bottom: 52px;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual .bg, #keyvisual .img01, #keyvisual .img02 {
  position: absolute;
}
#keyvisual .emblem {
  position: absolute;
  top: 2.6666666667vw;
  left: 1.3333333333vw;
  width: 12.8vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .emblem {
    top: 10.4px;
    left: 5.2px;
    width: 49.92px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 1.3333333333vw;
  right: 0;
  width: 50.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual h1 {
    top: 5.2px;
    width: 197.6px;
  }
}
#keyvisual .deco01 {
  position: absolute;
  top: 1.8666666667vw;
  right: 34.6666666667vw;
  width: 14.8vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .deco01 {
    top: 7.28px;
    right: 135.2px;
    width: 57.72px;
  }
}
#keyvisual .deco02 {
  position: absolute;
  top: 58.6666666667vw;
  right: 0;
  width: 19.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .deco02 {
    top: 228.8px;
    width: 74.36px;
  }
}
#keyvisual .author {
  position: absolute;
  top: 59.6vw;
  left: 1.2vw;
  width: 7.6vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .author {
    top: 232.44px;
    left: 4.68px;
    width: 29.64px;
  }
}
#keyvisual .catch {
  position: absolute;
  top: 65.3333333333vw;
  right: 6.6666666667vw;
  width: 18.1333333333vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .catch {
    top: 254.8px;
    right: 26px;
    width: 70.72px;
  }
}
#keyvisual .award {
  position: absolute;
  left: 2.4vw;
  bottom: 16.8vw;
  width: 18.4vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .award {
    left: 9.36px;
    bottom: 65.52px;
    width: 71.76px;
  }
}
#keyvisual .release {
  position: absolute;
  bottom: 21.3333333333vw;
  left: 28vw;
  width: 58.8vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .release {
    bottom: 83.2px;
    left: 109.2px;
    width: 229.32px;
  }
}
#keyvisual .btn {
  position: absolute;
  bottom: 8.5333333333vw;
  left: 28.5333333333vw;
  width: 43.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn {
    bottom: 33.28px;
    left: 111.28px;
    width: 170.56px;
  }
}
#keyvisual .btn a {
  display: block;
  height: 10.9333333333vw;
  background-color: #000;
  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 {
    height: 42.64px;
  }
}
#keyvisual .btn a img {
  width: 29.6vw;
}
@media only screen and (min-width: 768px) {
  #keyvisual .btn a img {
    width: 115.44px;
  }
}
#keyvisual .btn a:hover {
  background-color: #fff;
  color: #000;
}

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

#story {
  padding: 2.9333333333vw 0 3.3333333333vw;
  background: url("../img/story_bg.png") no-repeat top center/cover;
}
@media only screen and (min-width: 768px) {
  #story {
    padding: 11.44px 0 13px;
  }
}
#story .text {
  width: 100%;
  text-align: center;
  background: url("../img/story_frame.png") no-repeat center top/93.6vw;
  padding-top: 10.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #story .text {
    background: url("../img/story_frame.png") no-repeat center top/365.04px;
    padding-top: 42.64px;
  }
}
#story h2 {
  width: 97.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #story h2 {
    width: 379.6px;
  }
}

#character {
  position: relative;
  background: url("../img/chara_bg.png") no-repeat top 8.5333333333vw center/84vw;
  background-color: #876f00;
  padding: 20vw 4vw 10.6666666667vw 14.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #character {
    background: url("../img/chara_bg.png") no-repeat top 33.28px center/327.6px;
    background-color: #876f00;
    padding: 78px 15.6px 41.6px 58.24px;
  }
}
#character h2 {
  position: absolute;
  top: 3.7333333333vw;
  left: 3.2vw;
  width: 94.4vw;
}
@media only screen and (min-width: 768px) {
  #character h2 {
    top: 14.56px;
    left: 12.48px;
    width: 368.16px;
  }
}
#character ul {
  margin: 0;
}
#character .chara-box {
  position: relative;
  margin: 0 auto 4.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box {
    margin: 0 auto 19.24px;
  }
}
#character .chara-box .btn {
  position: absolute;
  top: 10.1333333333vw;
  right: -0.1333333333vw;
  width: 18.5333333333vw;
  height: 18.5333333333vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box .btn {
    top: 39.52px;
    right: -1.04px;
    width: 72.28px;
    height: 72.28px;
  }
}
#character .chara-box h3 {
  margin-top: 1.8666666667vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box h3 {
    margin-top: 7.28px;
  }
}
#character .chara-box:first-child .illust {
  border: solid 1px #ec62af;
}
#character .chara-box:first-child h3 img {
  width: 22.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box:first-child h3 img {
    width: 89.44px;
  }
}
#character .chara-box:first-child::after {
  background: url(../img/chara_btn01.png) no-repeat center top/cover;
}
#character .chara-box:nth-child(2) {
  text-align: right;
}
#character .chara-box:nth-child(2) .illust {
  border: solid 1px #46849e;
}
#character .chara-box:nth-child(2) h3 img {
  width: 18.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box:nth-child(2) h3 img {
    width: 71.24px;
  }
}
#character .chara-box:nth-child(2)::after {
  background: url(../img/chara_btn02.png) no-repeat center top/cover;
}
#character .chara-box:nth-child(3) {
  margin: 0 auto;
}
#character .chara-box:nth-child(3) .illust {
  border: solid 1px #e97c95;
}
#character .chara-box:nth-child(3) h3 img {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #character .chara-box:nth-child(3) h3 img {
    width: 83.2px;
  }
}
#character .chara-box:nth-child(3)::after {
  background: url(../img/chara_btn03.png) no-repeat center top/cover;
}

#modal-block {
  background: rgba(34, 36, 62, 0.9);
  padding-bottom: 6.6666666667vw;
}
#modal-block .modal-content {
  padding: 13.3333333333vw 3.3333333333vw 0;
}
@media only screen and (min-width: 768px) {
  #modal-block .modal-content {
    padding: 52px 13px 0;
  }
}
#modal-block .gallery-modal {
  position: relative;
  text-align: center;
}
#modal-block .gallery-modal .close {
  width: 6.4vw;
  top: -7.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal .close {
    width: 24.96px;
    top: -30.16px;
  }
  #modal-block .gallery-modal .close img {
    width: 100%;
  }
}
#modal-block .gallery-modal .text {
  margin: 4.2666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal .text {
    margin: 16.64px auto 0;
  }
}
#modal-block .gallery-modal#gallery1 .text {
  width: 64.8vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal#gallery1 .text {
    width: 486px;
  }
}
#modal-block .gallery-modal#gallery2 .text {
  width: 34vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal#gallery2 .text {
    width: 255px;
  }
}
#modal-block .gallery-modal#gallery3 .text {
  width: 42.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #modal-block .gallery-modal#gallery3 .text {
    width: 317px;
  }
}

#information {
  padding: 16.5625vw 0 12.8125vw;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #information {
    padding: 55.12px 0 42.64px;
  }
}
#information h2 {
  margin: -4.6875vw 0 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #information h2 {
    margin: -15.6px 0 5.2px;
  }
}
#information .books {
  position: relative;
  text-align: center;
}
#information .books .emblem {
  position: absolute;
  top: -10.3125vw;
  left: 50%;
  transform: translateX(-50%);
  width: 20.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .emblem {
    top: -34.32px;
    width: 68.64px;
  }
}
#information .books .cover {
  width: 71.875vw;
  margin: 0 auto 5.625vw;
}
@media only screen and (min-width: 768px) {
  #information .books .cover {
    width: 239.2px;
    margin: 0 auto 18.72px;
  }
}
#information .books .cover img {
  border: 1px solid #000;
}
#information .books .txt {
  margin: 0 auto 1.5625vw;
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #information .books .txt {
    margin: 0 auto 5.2px;
    font-size: 12.48px;
  }
}
#information .books .txt span {
  font-size: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .txt span {
    font-size: 14.56px;
  }
}
#information .books .ttl {
  font-size: 6.25vw;
  line-height: 1;
  font-weight: 700;
  margin-top: 4.6875vw;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl {
    font-size: 20.8px;
    margin-top: 15.6px;
    margin-bottom: 6.24px;
  }
}
#information .books .ttl span {
  font-size: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .ttl span {
    font-size: 14.56px;
  }
}
#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: 14.56px;
    margin-bottom: 2.6px;
  }
}
#information .books .isbn {
  font-size: 4.375vw;
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #information .books .isbn {
    font-size: 14.56px;
    margin-bottom: 8.32px;
  }
}
#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: 17.68px;
    margin-bottom: 11.44px;
  }
}
#information .books .btns {
  width: 78.125vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #information .books .btns {
    width: 260px;
  }
}
#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: 8.32px;
  }
}
#information .books .btns li:first-child img {
  width: 23.28125vw;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li:first-child img {
    width: 77.48px;
  }
}
#information .books .btns li:nth-child(2) img {
  width: 23.59375vw;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li:nth-child(2) img {
    width: 78.52px;
  }
}
#information .books .btns li.off {
  opacity: 0.6;
  background-color: #aaa;
  pointer-events: none;
}
#information .books .btns li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  height: 16.5625vw;
  text-align: center;
  background-color: #000;
  border: 0.3125vw solid #000;
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a {
    height: 55.12px;
    border-width: 1.04px;
  }
}
@media only screen and (min-width: 768px) {
  #information .books .btns li a:hover {
    background-color: #fff;
  }
}

#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.2px;
    bottom: 14.56px;
    right: calc(50% - 188.76px);
  }
}
#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.16px;
  }
}
#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.04px;
    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;
}
#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.04px;
  }
}
#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.12px;
    bottom: 2.08px;
    font-size: 11.96px;
  }
}
#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 8.32px;
  }
}
#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: 9.88px;
  }
}
#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: 7.8px;
  }
}

#footer {
  padding: 6.25vw 0 10.9375vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 13px 0 36.4px;
  }
}
#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: 114.4px;
    margin: 0 auto 15.6px;
  }
}
#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: 8.32px;
  }
}
#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: 121.68px;
    margin-bottom: 18.2px;
  }
}
#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: 28.6px;
    border-radius: 15.6px;
  }
}
#footer .sns ul li a {
  display: block;
}
#footer .sns ul li img {
  width: 100%;
}