@charset "UTF-8";
@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 {
  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: none;
}

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;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
body {
  overflow: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  background: url(../img/bg.png);
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  hyphens: auto;
  font-feature-settings: "palt";
}

/* --------------------------------------------------
-------------------------------------------------- 共通スタイル */
.pc {
  display: none;
}

@media only screen and (min-width: 640px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
img {
  width: 100%;
}

.inner {
  width: 87.5vw;
  margin: 0 auto;
}

.flex-wrap {
  display: flex;
}

.btn {
  border-radius: 1.25vw;
}
.btn a {
  display: block;
  text-align: center;
  padding: 3.75vw 0;
}

.btn__buy {
  width: 62.5vw;
  background: linear-gradient(to right, #ff2276, #f1004f);
  margin-bottom: 1.5625vw;
  transition: all 0.2s ease;
}
.btn__buy img {
  width: 22.03125vw;
}
.btn__buy:hover {
  background: linear-gradient(to right, #212121, #212121);
}

.btn__trial {
  width: 62.5vw;
  background: linear-gradient(to right, #838987, #3d4744);
}
.btn__trial img {
  width: 22.03125vw;
}
.btn__trial:hover {
  background: linear-gradient(to right, #212121, #212121);
}
.btn__trial.off {
  text-align: center;
  background: #bababa;
  padding: 3.75vw 0;
}
.btn__trial.off:hover {
  background: #bababa;
}

/* --------------------------------------------------
-------------------------------------------------- header */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  position: fixed;
}

#g-nav {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.png);
  transition: all 0.6s;
  z-index: 200;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav ul {
  top: 0;
  left: 3.125vw;
  width: 100%;
  max-height: 100vh;
  margin-bottom: 3.125vw;
}

#g-nav li {
  font-size: 5vw;
  font-weight: 700;
  color: #212121;
  list-style: none;
  padding: 7.8125vw 7.8125vw 4.375vw;
}

#g-nav li a {
  font-size: 5vw;
  color: #212121;
  font-weight: 400;
}

#g-nav li a .logo {
  width: 46.875vw;
}

#g-nav li.window a {
  position: relative;
}

#g-nav li.window a::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.5vw;
  width: 3.4375vw;
  height: 3.4375vw;
  background: url(../img/menu-icon-link.png) no-repeat center top/cover;
}

#g-nav li.window:first-child a::after {
  left: 17.1875vw;
}

#g-nav li.window:last-child a::after {
  left: 35.9375vw;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 1.5625vw;
  right: 2.1875vw;
  cursor: pointer;
  width: 12.5vw;
  height: 12.5vw;
  background: url(../img/menu-btn.png) no-repeat center top/cover;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 2.5vw;
  height: 1px;
  background-color: #fff;
  width: 7.8125vw;
}

.openbtn1 span:nth-of-type(1) {
  top: 5.3125vw;
  width: 7.8125vw;
}

.openbtn1 span:nth-of-type(2) {
  top: 6.875vw;
  width: 7.8125vw;
}

.openbtn1.active span:nth-of-type(1) {
  top: 4.6875vw;
  left: 2.8125vw;
  transform: translateY(1.75vw) rotate(-45deg);
  width: 6.875vw;
}

.openbtn1.active span:nth-of-type(2) {
  top: 8.125vw;
  left: 2.8125vw;
  transform: translateY(-1.75vw) rotate(45deg);
  width: 6.875vw;
}

/* --------------------------------------------------
-------------------------------------------------- #kv */
#kv {
  opacity: 0;
  position: relative;
  height: 206.875vw;
  background: url(../img/kv-img.jpg) no-repeat center top/contain;
}
#kv .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#kv .title01 {
  position: absolute;
  top: 14.6875vw;
  right: 0;
  width: 29.6875vw;
}
#kv .title02 {
  position: absolute;
  top: 14.6875vw;
  left: 0;
  width: 22.96875vw;
}
#kv .author {
  position: absolute;
  top: 22.96875vw;
  left: 45.625vw;
  width: 34.6875vw;
}
#kv .benefits {
  position: absolute;
  top: 115.625vw;
  left: 21.875vw;
  width: 35.9375vw;
}
#kv .catch {
  position: absolute;
  top: 2.65625vw;
  left: 1.875vw;
  width: 77.1875vw;
}
#kv .catch2 {
  position: absolute;
  top: 16.71875vw;
  left: 20.78125vw;
  width: 20vw;
}
#kv .cover-area {
  position: absolute;
  top: 142.1875vw;
  left: 3.125vw;
  width: 93.75vw;
}
#kv .cover-area.flex-wrap {
  gap: 3.125vw;
}
#kv .cover {
  background: #000;
  padding: 5.9375vw 0.78125vw;
}
#kv .text-area {
  margin-top: 3.75vw;
}
#kv .text-area .release {
  width: 62.8125vw;
  margin-right: 1.5625vw;
}
#kv .comic {
  position: absolute;
  top: 117.1875vw;
  left: 58.59375vw;
  width: 21.875vw;
  /*opacity: 0;
  transform: translateY(vw(20));
  transition: opacity 0.6s ease, transform 0.6s ease;*/
  /*&.is-show {
   opacity: 1;
   transform: translateY(0);
  }*/
}
#kv .comic img {
  width: 100%;
  height: auto;
}
#kv .vote {
  position: absolute;
  top: 87.5vw;
  left: 21.875vw;
  width: 40.15625vw;
  opacity: 0;
  transform: translateY(3.125vw);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#kv .vote.is-show {
  opacity: 1;
  transform: translateY(0);
}
#kv .vote img {
  width: 100%;
  height: auto;
}
#kv .tsugi {
  position: absolute;
  top: 72.5vw;
  left: 21.25vw;
  width: 22.5vw;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#kv .tsugi img {
  width: 100%;
  height: auto;
}
#kv .sales {
  position: absolute;
  top: 94.375vw;
  left: 20.3125vw;
  width: 33.75vw;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#kv .sales img {
  width: 100%;
  height: auto;
}
#kv .btn-area {
  position: absolute;
  left: 3.125vw;
  bottom: 0;
  width: 92.8125vw;
}
#kv .btn-area.flex-wrap {
  justify-content: space-between;
}
#kv .btn-area .btn {
  position: relative;
  width: 45.3125vw;
  height: 12.5vw;
  background: #fff;
  border: 1px solid #b7b7b7;
  transition: all 0.2s ease;
}
#kv .btn-area .btn img {
  position: absolute;
  top: 3.90625vw;
  left: 50%;
  transform: translateX(-50%);
}
#kv .btn-area .btn img:last-of-type {
  opacity: 0;
  transition: opacity 0.4s;
}
#kv .btn-area .btn:hover {
  background: #212121;
}
#kv .btn-area .btn:hover img {
  opacity: 1;
}
#kv .btn-area .btn__x img {
  width: 13.59375vw;
}
#kv .btn-area .btn__narou img {
  width: 30.9375vw;
}

/* --------------------------------------------------
-------------------------------------------------- #bonus */
#bonus {
  background: url("../img/store_bonus_bg.png?251119") no-repeat center top;
  background-size: 100%;
  padding: 0.625vw 0;
  margin-top: 8.75vw;
}
#bonus .title {
  text-align: center;
  margin-bottom: 4.6875vw;
  margin-left: -1.5625vw;
}
#bonus .title img {
  width: 89.375vw;
  max-width: 100%;
}
#bonus .bonus-subtitle {
  text-align: center;
  margin-bottom: 4.6875vw;
  margin-left: -1.5625vw;
}
#bonus .bonus-subtitle img {
  width: 47.1875vw;
  max-width: 100%;
}
#bonus .bonus-subtitle-comic {
  text-align: center;
  margin-bottom: 4.6875vw;
  margin-left: -1.5625vw;
}
#bonus .bonus-subtitle-comic img {
  width: 73.4375vw;
  max-width: 100%;
}
#bonus .bonus-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.71875vw;
  align-items: center;
  margin-bottom: 7.8125vw;
}
#bonus .bonus-list ul li img {
  width: 87.1875vw;
  max-width: 100%;
}
#bonus .bonus-list ul li a:hover {
  opacity: 0.8;
}
#bonus .details .details-summary {
  position: relative;
  width: 90.625vw;
  margin: 0 0 3.125vw -1.5625vw;
  background: #847a6e;
  padding: 2.8125vw 0;
  border: solid 1px #fff;
  cursor: pointer;
  list-style: none;
}
#bonus .details .details-summary::after {
  display: block;
  position: absolute;
  content: "";
  top: -2.1875vw;
  bottom: 0;
  right: 6.25vw;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  border: 0.15em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(135deg);
  transition: all ease 0.2s;
}
#bonus .details .details-summary.is-active::after {
  top: 3.125vw;
  transform: translateX(-25%) rotate(-45deg);
}
#bonus .details .details-summary h3.bonus-subtitle {
  margin: 0;
  text-align: left;
  padding-left: 3.90625vw;
}
#bonus .details .details-summary h3.bonus-subtitle img {
  width: 36.09375vw;
  max-width: 100%;
}
#bonus .details .details-content {
  margin: 3.125vw 0 0 0;
}

/* --------------------------------------------------
-------------------------------------------------- .special */
.special {
  background: url(../img/special_bg.png) no-repeat center 8.125vw/contain;
  padding: 12.03125vw 0 3.125vw 0;
}
.special .title {
  width: 60.15625vw;
  margin-bottom: 4.6875vw;
}
.special .subtitle {
  background: #3e4845;
  text-align: center;
  margin-bottom: 4.6875vw;
  padding: 1.25vw 0 0;
}
.special .subtitle img {
  width: 49.84375vw;
}
.special .img01 {
  width: 95.3125vw;
  margin: 0 0 0 -4.0625vw;
}
.special .btn__buy {
  margin: 0 auto;
}
.special .btn__buy img {
  width: 46.09375vw;
}
.special .btn__special img {
  width: 33.28125vw;
}
.special#special_03 .title {
  width: 89.375vw;
}

/* --------------------------------------------------
-------------------------------------------------- #comic */
#comic {
  position: relative;
  background: url("../img/comic_bg.png") no-repeat center top;
  background-size: cover;
  padding: 12.03125vw 0;
  margin-bottom: 7.8125vw;
}
#comic .inner {
  width: 90.625vw;
}
#comic .title {
  text-align: center;
  margin-bottom: 4.375vw;
  margin-left: -1.5625vw;
}
#comic .title img {
  width: 89.21875vw;
  max-width: 100%;
}
#comic .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8125vw;
}
#comic .content .img,
#comic .content .text01,
#comic .content .text02,
#comic .content .btn__comic {
  order: initial;
}
#comic .content .text01 img {
  width: 90.625vw;
  max-width: 100%;
}
#comic .content .text02 img.sp {
  width: 81.09375vw;
  max-width: 100%;
  margin: 2.03125vw auto 0;
  display: block;
}
#comic .content .img img {
  width: 90.625vw;
  max-width: 100%;
}
#comic .content .btn__comic {
  margin-top: 1.5625vw;
  margin-bottom: 0;
  text-align: center;
}
#comic .content .btn__comic a {
  display: inline-block;
  background: linear-gradient(to right, #ff2276, #f1004f);
  transition: all 0.2s ease;
  border-radius: 8px;
  margin-bottom: 2.34375vw;
  padding: 3.59375vw 10.15625vw;
}
#comic .content .btn__comic a:hover {
  background: linear-gradient(to right, #212121, #212121);
}
#comic .content .btn__comic a img {
  width: 42.03125vw;
  max-width: 100%;
}

/* --------------------------------------------------
-------------------------------------------------- #movie */
/* Movie Section */
#movie {
  position: relative;
  background: url("../img/movie_bg.png") no-repeat center top;
  background-size: cover;
  padding: 0 0 15.625vw;
}
#movie .title {
  text-align: center;
  margin-bottom: 3.90625vw;
  margin-left: -1.5625vw;
}
#movie .title img {
  width: 89.0625vw;
  height: auto;
}

.video-player {
  margin-bottom: 2.65625vw;
  position: relative;
  z-index: 2;
}

.video-container {
  position: relative;
  width: 94.53125vw;
  margin: 0 -3.59375vw;
  overflow: hidden;
}
.video-container iframe,
.video-container video {
  width: 100%;
  height: 53.28125vw;
  border: none;
  position: relative;
  z-index: 2;
}

.thumbnail-slider {
  position: relative;
  width: 80.78125vw;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.thumbnail-item {
  flex: 0 0 50%;
  padding: 0 0.625vw;
}

.thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.thumbnail.active {
  opacity: 1;
}
.thumbnail:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.thumbnail img {
  width: 100%;
  height: 21.875vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.thumbnail-info {
  padding: 1.5625vw 0 0;
  color: white;
}

.thumbnail-title {
  font-size: 2.8125vw;
  line-height: 1.3;
}

.slider-nav {
  position: absolute;
  top: 17.5%;
  transform: translateY(-50%);
  z-index: 20;
  width: 100%;
}
.slider-nav button {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  width: 10.9375vw;
  height: 10.9375vw;
}
.slider-nav button.prev {
  left: -8.90625vw;
  background: url(../img/btn_prev.png) no-repeat center center/cover;
}
.slider-nav button.next {
  right: -8.90625vw;
  background: url(../img/btn_next.png) no-repeat center center/cover;
}

/* --------------------------------------------------
-------------------------------------------------- #comment */
#comment {
  position: relative;
  background: url("../img/comment_bg.png") no-repeat center top 0.9375vw;
  background-size: 100%;
  margin: 10.9375vw 0 0;
  padding-bottom: 17.1875vw;
}
#comment .title {
  text-align: center;
  margin-bottom: 2.5vw;
  margin-left: -2.03125vw;
}
#comment .title img {
  width: 88.90625vw;
  max-width: 100%;
}
#comment .read {
  margin-bottom: 3.125vw;
  margin-left: 0.46875vw;
}
#comment .read img {
  width: 61.5625vw;
  max-width: 100%;
}
#comment .illust {
  position: absolute;
  top: 21.875vw;
  right: 5.3125vw;
  width: 27.1875vw;
  pointer-events: none;
}
#comment .illust img {
  width: 100%;
}
#comment .carousel {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: -6.25vw;
}
#comment .carousel .carousel-track {
  position: relative;
  width: 71.875vw;
  margin: 0 auto;
  overflow: hidden;
}
#comment .carousel .carousel-track ul {
  display: flex;
  transition: transform 0.5s ease;
  width: auto;
}
#comment .carousel .carousel-track .item {
  min-width: 71.875vw;
  width: 71.875vw;
  flex-shrink: 0;
  padding: 0;
}
#comment .carousel .carousel-track .item .modal {
  display: block;
  text-align: center;
}
#comment .carousel .carousel-track .item .modal img {
  width: 100%;
}
#comment .carousel .carousel-track .item .btn {
  border-radius: 1.25vw;
  background: linear-gradient(to right, #ff2276, #f1004f);
  transition: all 0.2s ease;
  border: none;
  padding: 1.875vw 4.6875vw 2.8125vw;
  margin: -3.4375vw auto 0;
  display: block;
  position: relative;
}
#comment .carousel .carousel-track .item .btn:hover {
  background: linear-gradient(to right, #212121, #212121);
}
#comment .carousel .carousel-track .item .btn a {
  display: block;
  text-align: center;
  padding: 1.875vw 0;
}
#comment .carousel .carousel-track .item .btn img {
  width: 40.3125vw;
}
#comment .carousel .carousel-nav {
  position: absolute;
  top: 38.5%;
  transform: translateY(-50%);
  z-index: 20;
  width: 100%;
}
#comment .carousel .carousel-nav button {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  width: 10.9375vw;
  height: 10.9375vw;
}
#comment .carousel .carousel-nav button.prev {
  left: 1.25vw;
  background: url(../img/btn_prev.png) no-repeat center center/cover;
}
#comment .carousel .carousel-nav button.next {
  right: 1.25vw;
  background: url(../img/btn_next.png) no-repeat center center/cover;
}
#comment .carousel .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  margin-top: 3.125vw;
}
#comment .carousel .carousel-dots .dot {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#comment .carousel .carousel-dots .dot.active {
  background-color: #295960;
}

/* モーダルウィンドウ */
.mfp-comment.mfp-wrap {
  right: 0;
  left: 0;
  width: 75.3125vw;
  margin: auto;
  z-index: 9999;
  overflow: visible !important;
}
.mfp-comment.mfp-wrap .gallery-modal {
  position: relative;
}
.mfp-comment.mfp-wrap .gallery-modal::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  border: solid 2px #cec6bc;
  top: 0;
  left: 0;
}

.mfp-comment.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-comment.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-comment.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-comment.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-comment.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-comment.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* --------------------------------------------------
-------------------------------------------------- #story */
#story {
  background: url(../img/story-bg.png) no-repeat 30.625vw 51.5625vw/contain;
  padding: 0 0 14.0625vw 0;
}
#story .title {
  width: 88.90625vw;
  margin: 0 0 6.25vw -2.1875vw;
}
#story .text01 {
  width: 86.25vw;
  margin-bottom: 8.28125vw;
}
#story .img01,
#story .img02 {
  width: 100vw;
  margin: 0 0 9.0625vw -6.25vw;
}
#story .text02 {
  width: 81.5625vw;
  margin-bottom: 9.375vw;
}
#story .text03 {
  width: 82.34375vw;
}

/* --------------------------------------------------
-------------------------------------------------- #chara */
#chara {
  background: url(../img/chara-bg01.png) no-repeat center top/contain;
  background-color: #fff;
  padding: 0 0 7.8125vw 0;
  margin-bottom: 12.5vw;
}
#chara::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15.15625vw;
  left: 0;
  width: 100%;
  height: 15.15625vw;
  background: url(../img/chara-bg02.png) no-repeat center top/cover;
  z-index: 10;
}
#chara .title {
  width: 88.75vw;
  margin: 0 0 4.6875vw -2.1875vw;
}
#chara .list .flex-wrap {
  gap: 3.125vw;
  flex-wrap: wrap;
}
#chara .list .item {
  width: 26.5625vw;
}

/* モーダルウィンドウ */
.mfp-fade.mfp-wrap {
  right: 0;
  left: 0;
  width: 73.75vw;
  margin: auto;
  z-index: 9999;
  overflow: visible !important;
}

.gallery-modal {
  list-style: none;
}

.gallery-modal .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png);
  z-index: -1;
  pointer-events: none;
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.mfp-arrow {
  margin-top: 0;
}

.mfp-arrow-left:before {
  display: block;
  content: "";
  position: absolute;
  left: -11vw;
  top: -5vw;
  width: 10vw;
  height: 10vw;
  background: url(../img/btn_prev.png) no-repeat center center/cover;
}

.mfp-arrow-right:before {
  display: block;
  content: "";
  position: absolute;
  right: -11vw;
  left: auto;
  top: -5vw;
  width: 10vw;
  height: 10vw;
  background: url(../img/btn_next.png) no-repeat center center/cover;
}

.popup-modal-dismiss {
  position: absolute;
  top: -8vw;
  right: 0px;
  width: 7.8125vw;
}
.popup-modal-dismiss a {
  height: 5vw;
  display: block;
}
.popup-modal-dismiss a img {
  vertical-align: top;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* --------------------------------------------------
-------------------------------------------------- #equipment */
#equipment {
  padding: 2.03125vw 0 6.40625vw 0;
}
#equipment .title {
  position: relative;
  width: 92.03125vw;
  margin: 0 0 4.21875vw -2.1875vw;
  z-index: 20;
}
#equipment .item {
  position: relative;
  margin-bottom: 4.6875vw;
}
#equipment .item .text {
  position: relative;
  z-index: 1;
}
#equipment .item .img {
  position: absolute;
  z-index: 10;
}
#equipment .item01 {
  margin-bottom: 4.6875vw;
}
#equipment .item01 .text {
  width: 87.5vw;
}
#equipment .item01 .img {
  top: -22.5vw;
  right: -21.875vw;
  width: 65.3125vw;
}
#equipment .item02 .text {
  width: 47.65625vw;
  margin-left: 21.5625vw;
}
#equipment .item02 .img {
  bottom: -2.1875vw;
  left: 24.0625vw;
  width: 8.59375vw;
}
#equipment .item03 .text {
  width: 69.53125vw;
}
#equipment .item03 .img {
  top: -49.6875vw;
  left: -6.25vw;
  width: 30.78125vw;
}
#equipment .item04 .text {
  width: 73.28125vw;
  margin-left: 14.375vw;
}
#equipment .item04 .img {
  top: -17.5vw;
  right: -2.1875vw;
  width: 14.21875vw;
}
#equipment .item05 {
  margin-bottom: 4.6875vw;
}
#equipment .item05 .text {
  width: 67.5vw;
}
#equipment .item05 .img {
  top: -9.0625vw;
  left: 4.6875vw;
  width: 5.15625vw;
}
#equipment .item06 .text {
  width: 78.90625vw;
}
#equipment .item06 .img {
  top: -5.46875vw;
  left: 0.9375vw;
  width: 17.1875vw;
}
#equipment .item07 {
  margin-bottom: 28.75vw;
}
#equipment .item07 .text {
  width: 71.09375vw;
  margin-left: 16.5625vw;
}
#equipment .item07 .img {
  top: -3.59375vw;
  right: -6.09375vw;
  width: 51.09375vw;
}
#equipment .item08 {
  margin-bottom: 36.25vw;
}
#equipment .item08 .text {
  width: 71.09375vw;
  margin-left: 16.5625vw;
}
#equipment .item08 .img {
  top: -26.5625vw;
  left: 15.78125vw;
  width: 35.46875vw;
}
#equipment .item09 {
  margin-bottom: 4.6875vw;
}
#equipment .item09 .text {
  width: 80.15625vw;
}
#equipment .item09 .img {
  top: -35.15625vw;
  right: 0;
  width: 55vw;
}
#equipment .item10 {
  margin-bottom: 4.6875vw;
}
#equipment .item10 .text {
  width: 75.46875vw;
  margin-left: 12.5vw;
}
#equipment .item10 .img {
  top: -6.25vw;
  left: 59.0625vw;
  width: 35vw;
}
#equipment .item11 {
  margin-bottom: 6.25vw;
}
#equipment .item11 .text {
  width: 76.25vw;
}
#equipment .item11 .img {
  top: -75vw;
  left: -3.125vw;
  width: 23.4375vw;
}
#equipment .illust {
  height: 78.125vw;
  background: url(../img/equipment_illust.png) no-repeat center top/cover;
}

/* --------------------------------------------------
-------------------------------------------------- #glossary */
#glossary {
  background: url(../img/glossary_bg01.png) no-repeat center -9.375vw/contain;
  background-color: #2e4b66;
  padding: 0 0 7.8125vw 0;
}
#glossary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14.0625vw;
  width: 100%;
  height: 48.4375vw;
  background: url(../img/glossary_bg02.png) no-repeat center top/cover;
  z-index: -1;
}
#glossary .title {
  width: 88.90625vw;
  margin: 0 0 4.6875vw -2.1875vw;
}
#glossary .list li {
  margin-bottom: 3.125vw;
}

/* --------------------------------------------------
-------------------------------------------------- #books */
#books {
  padding: 12.5vw 0 10.9375vw 0;
}
#books .title {
  width: 88.90625vw;
  margin: 0 0 5vw -2.1875vw;
}
#books .item {
  text-align: center;
  margin-bottom: 7.8125vw;
  padding-bottom: 7.8125vw;
  border-bottom: 1px solid #c6c5b8;
}
#books .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#books .cover {
  margin-bottom: 3.125vw;
}
#books .cover img {
  width: 53.125vw;
  border: 1px solid #212121;
}
#books .ttl-comics {
  display: inline-block;
  text-align: center;
  font-size: 3.75vw;
  font-weight: 600;
  background: #ffcd00;
  margin: 0 0 1.5625vw;
  padding: 0.625vw 3.125vw;
}
#books .ttl {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 0.9375vw;
}
#books .author {
  font-size: 3.75vw;
  font-weight: 600;
  margin-bottom: 0.3125vw;
}
#books .isbn {
  font-size: 3.75vw;
  margin-bottom: 3.90625vw;
}
#books .btn {
  margin: 0 auto 1.5625vw;
}

/* --------------------------------------------------
-------------------------------------------------- #pagetop */
#pagetop {
  position: fixed;
  display: none;
  width: 12.5vw;
  right: 3.125vw;
  bottom: 7.8125vw;
  z-index: 100;
}

/* --------------------------------------------------
-------------------------------------------------- footer */
footer {
  background: #212121;
  text-align: center;
  color: #fff;
  padding: 13.125vw 0 7.5vw;
}
footer .sns {
  margin-bottom: 4.6875vw;
}
footer .sns .flex-wrap {
  justify-content: center;
  gap: 3.59375vw;
}
footer .sns .flex-wrap li {
  width: 7.8125vw;
}
footer .logo {
  width: 40.625vw;
  margin: 0 auto 6.25vw;
}
footer .copyright {
  font-size: 2.5vw;
  font-weight: 400;
}

/* --------------------------------------------------
-------------------------------------------------- PCスタイル */
@media only screen and (min-width: 640px) {
  body {
    background: url(../img/bg-left-pc.png) repeat-y left top, url(../img/bg-right-pc.png) repeat-y right top, url(../img/bg-pc.png);
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .inner {
    width: 1000px;
  }
  .btn {
    border-radius: 8px;
  }
  .btn a {
    padding: 16px;
  }
  .btn__buy {
    width: 270px;
    margin-bottom: 10px;
  }
  .btn__buy img {
    width: 94px;
  }
  .btn__trial {
    width: 270px;
  }
  .btn__trial img {
    width: 96px;
  }
  .btn__trial.off {
    padding: 16px 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- header */
  header {
    transition: all 0.6s ease;
  }
  header.panelactive {
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
  #g-nav {
    width: 420px;
    left: auto;
    right: 0;
  }
  #g-nav ul {
    left: 20px;
    margin-bottom: 20px;
  }
  #g-nav li {
    font-size: 18px;
    font-weight: 400;
    padding: 35px 0 20px 66px;
  }
  #g-nav li a {
    font-size: 18px;
  }
  #g-nav li a .logo {
    width: 209px;
    margin: 0 0 -8px -7px;
  }
  #g-nav li.window a::after {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  #g-nav li.window:first-child a::after {
    left: 60px;
  }
  #g-nav li.window:last-child a::after {
    left: 120px;
  }
  .openbtn1 {
    top: 15px;
    right: 15px;
    width: 57px;
    height: 57px;
  }
  .openbtn1 span {
    left: 11px;
    width: 35px;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 24px;
    width: 35px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 34px;
    width: 35px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 3px;
    left: 9px;
    transform: translateY(26px) rotate(-45deg);
    width: 40px;
  }
  .openbtn1.active span:nth-of-type(2) {
    top: 55px;
    left: 9px;
    transform: translateY(-26px) rotate(45deg);
    width: 40px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #kv */
  #kv {
    height: 770px;
    background: url(../img/kv-img-pc.webp) no-repeat center top, url(../img/kv-bg-pc.jpg) no-repeat center top;
  }
  #kv .title01 {
    top: 64px;
    right: calc(50% - 401px);
    width: 123px;
  }
  #kv .title02 {
    top: 137px;
    left: calc(50% + 183px);
    width: 94px;
  }
  #kv .author {
    top: 555px;
    left: calc(50% + 277px);
    width: 154px;
  }
  #kv .benefits {
    top: 389px;
    left: calc(50% - 398px);
    width: 224px;
  }
  #kv .catch-area {
    position: absolute;
    top: 0;
    left: 1.875vw;
    width: 520px;
  }
  #kv .catch {
    position: relative;
    display: inline-block;
    top: -13px;
    left: 0;
    width: 407px;
  }
  #kv .catch2 {
    position: relative;
    display: inline-block;
    top: 13px;
    left: 0;
    width: 104px;
  }
  #kv .cover-area {
    top: 549px;
    left: calc(50% - 400px);
    width: 724px;
  }
  #kv .cover-area.flex-wrap {
    gap: 20px;
  }
  #kv .cover {
    width: 150px;
    padding: 18px 10px;
  }
  #kv .text-area {
    width: 556px;
    margin-top: 7px;
  }
  #kv .text-area .release {
    width: 324px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #kv .comic {
    top: 230px;
    left: calc(50% - 402px);
    width: 144px;
    transform: translateY(20px);
  }
  #kv .comic.is-show {
    transform: translateY(0);
  }
  #kv .comic img {
    width: 100%;
  }
  #kv .vote {
    top: 366px;
    left: calc(50% - 118px);
    width: 257px;
    transform: translateY(20px);
  }
  #kv .vote.is-show {
    transform: translateY(0);
  }
  #kv .vote img {
    width: 100%;
  }
  #kv .tsugi {
    top: 284px;
    left: calc(50% + 32px);
    width: 140px;
  }
  #kv .sales {
    top: 432px;
    left: calc(50% - 43px);
    width: 216px;
  }
  #kv .btn__buy,
  #kv .btn__trial {
    display: inline-block;
  }
  #kv .btn__buy {
    margin-right: 10px;
  }
  #kv .btn-area {
    left: calc(50% - 227px);
    bottom: -2px;
    width: 550px;
  }
  #kv .btn-area .btn {
    width: 270px;
    height: 40px;
    padding: 10px 0;
  }
  #kv .btn-area .btn img {
    top: 10px;
  }
  #kv .btn-area .btn__x img {
    width: 50px;
  }
  #kv .btn-area .btn__narou img {
    width: 111px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #bonus */
  #bonus {
    background: url("../img/store_bonus_bg-pc.png") no-repeat center top/2000px;
    background-size: contain;
    padding: 29px 0 0;
    margin-top: 50px;
  }
  #bonus .title {
    margin-bottom: 23px;
    margin-left: 0;
  }
  #bonus .title img {
    width: 549px;
  }
  #bonus .bonus-subtitle {
    margin-bottom: 23px;
    margin-left: 0;
  }
  #bonus .bonus-subtitle img {
    width: 302px;
  }
  #bonus .bonus-subtitle-comic {
    margin-bottom: 23px;
    margin-left: 0;
  }
  #bonus .bonus-subtitle-comic img {
    width: 471px;
  }
  #bonus .bonus-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 10px 30px 50px;
  }
  #bonus .bonus-list ul li {
    width: 300px;
  }
  #bonus .bonus-list ul li img {
    width: 100%;
  }
  #bonus .details .details-summary {
    width: 1000px;
    margin: 0 0 20px 20px;
    padding: 24px 0;
  }
  #bonus .details .details-summary::after {
    top: -10px;
    right: 30px;
    width: 1.2em;
    height: 1.2em;
  }
  #bonus .details .details-summary.is-active::after {
    top: 10px;
  }
  #bonus .details .details-summary h3.bonus-subtitle {
    padding-left: 30px;
  }
  #bonus .details .details-summary h3.bonus-subtitle img {
    width: 231px;
  }
  #bonus .details .details-content {
    margin: 20px 0 0 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- .special */
  .special {
    background: url(../img/special_bg-pc.png) no-repeat center top/2000px;
    background-color: #ffcd00;
    margin-top: 70px;
    padding: 80px 0 50px 0;
  }
  .special .inner {
    width: 900px;
  }
  .special::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/special_bg01-pc.png) no-repeat center top/2000px;
    z-index: 10;
  }
  .special::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 10px;
    background: url(../img/special_bg02-pc.png) no-repeat center top/2000px;
  }
  .special .title {
    position: relative;
    width: 270px;
    margin: -120px auto 30px;
    z-index: 20;
  }
  .special .subtitle {
    margin-bottom: 19px;
    padding: 5px 0 0;
  }
  .special .subtitle img {
    width: 223px;
  }
  .special .btn__buy {
    margin: -103px 0 14px;
  }
  .special .btn__buy img {
    width: 197px;
  }
  .special .img01 {
    width: 900px;
    margin: 0;
  }
  .special .btn__special img {
    width: 214px;
    margin: 0 auto;
  }
  .special#special_03 .title {
    width: 500px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #comic */
  #comic {
    position: relative;
    background: url("../img/comic_bg-pc.png") no-repeat center top/2000px;
    background-size: cover;
    padding: 25px 0 30px;
    margin-top: 70px;
    margin-bottom: 0;
  }
  #comic .inner {
    width: 1000px;
  }
  #comic::before, #comic::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
  }
  #comic::before {
    top: -10px;
    background: url("../img/comic_bg01-pc.png") no-repeat center top/2000px;
  }
  #comic::after {
    bottom: -10px;
    background: url("../img/comic_bg02-pc.png") no-repeat center bottom/2000px;
  }
  #comic .title {
    margin-bottom: 21px;
    margin-left: 0;
  }
  #comic .title img {
    width: 407px;
  }
  #comic .content {
    display: grid;
    grid-template-columns: 465px 1fr;
    gap: 0 20px;
    align-items: start;
    width: 900px;
    margin: 0 auto;
  }
  #comic .content .img {
    grid-column: 1;
    grid-row: 1/4;
  }
  #comic .content .img img {
    width: 463px;
  }
  #comic .content .text01 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
  #comic .content .text02 {
    grid-column: 2;
    grid-row: 2;
  }
  #comic .content .text02 img {
    width: 359px;
    margin: 20px auto 0;
  }
  #comic .content .text02 img.sp {
    display: none;
  }
  #comic .content .btn__comic {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
  }
  #comic .content .btn__comic a {
    display: block;
    margin: 0 auto;
    width: 230px;
    padding: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  #comic .content .btn__comic a img {
    width: 160px;
    max-width: 100%;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #movie */
  /* Responsive */
  #movie {
    padding: 25px 0 50px;
    margin-top: 70px;
    background: #525b58;
  }
  #movie .inner {
    position: relative;
  }
  #movie::before, #movie::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
  }
  #movie::before {
    top: -10px;
    background: url("../img/movie_bg01-pc.png") no-repeat center top/2000px;
  }
  #movie::after {
    bottom: -10px;
    background: url("../img/movie_bg02-pc.png") no-repeat center bottom/2000px;
  }
  #movie .title {
    margin-bottom: 0;
    margin-left: 0;
  }
  #movie .title img {
    width: 324px;
  }
  #movie .video-player {
    margin-bottom: 25px;
  }
  #movie .video-player .video-container {
    width: 920px;
    margin: 20px auto 0;
  }
  #movie .video-player .video-container iframe,
  #movie .video-player .video-container video {
    height: 518px;
  }
  #movie .thumbnail-slider {
    width: 600px;
  }
  #movie .thumbnail img {
    height: 150px;
  }
  #movie .thumbnail-item {
    padding: 0 17px;
  }
  #movie .thumbnail-title {
    font-size: 14px;
  }
  #movie .slider-nav button {
    width: 56px;
    height: 56px;
  }
  #movie .slider-nav button.prev {
    left: -26px;
  }
  #movie .slider-nav button.next {
    right: -26px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #comment */
  #comment {
    position: relative;
    background: url("../img/comment_bg-pc.png") no-repeat center top;
    background-size: cover;
    padding: 20px 0 50px;
    margin: 70px 0 50px;
  }
  #comment .inner {
    position: relative;
  }
  #comment::before, #comment::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
  }
  #comment::before {
    top: -10px;
    background: url("../img/comment_bg01-pc.png") no-repeat center top/2000px;
  }
  #comment::after {
    bottom: -10px;
    background: url("../img/comment_bg02-pc.png") no-repeat center bottom/2000px;
  }
  #comment .title {
    margin-bottom: 0;
    margin-left: 0;
  }
  #comment .title img {
    width: 561px;
  }
  #comment .read {
    margin: -10px 0 0 70px;
  }
  #comment .read img {
    width: 584px;
  }
  #comment .illust {
    top: 17px;
    right: 97px;
    width: 174px;
    z-index: 0;
  }
  #comment .carousel {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #comment .carousel .carousel-track {
    width: 840px;
  }
  #comment .carousel .carousel-track ul {
    width: auto;
  }
  #comment .carousel .carousel-track .item {
    width: 298px;
    min-width: 298px;
    padding: 0 20px 0 0;
  }
  #comment .carousel .carousel-track .item .btn {
    border-radius: 8px;
    border: none;
    padding: 10px 19.5px;
    margin: -15px auto 0;
    display: block;
    position: relative;
  }
  #comment .carousel .carousel-track .item .btn img {
    width: 168px;
  }
  #comment .carousel .carousel-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #comment .carousel .carousel-nav button {
    position: absolute;
    top: calc(50% - 21px);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
    pointer-events: auto;
  }
  #comment .carousel .carousel-nav button.prev {
    left: 0;
    background: url(../img/btn_prev.png) no-repeat center center/cover;
  }
  #comment .carousel .carousel-nav button.next {
    right: 0;
    background: url(../img/btn_next.png) no-repeat center center/cover;
  }
  #comment .carousel .carousel-dots {
    gap: 6px;
    margin-top: 22px;
  }
  #comment .carousel .carousel-dots .dot {
    width: 11px;
    height: 11px;
  }
  /* モーダルウィンドウ */
  .mfp-comment.mfp-wrap {
    width: 916px;
    overflow: visible !important;
  }
  .mfp-comment.mfp-wrap .gallery-modal {
    position: relative;
  }
  .mfp-comment.mfp-wrap .gallery-modal::after {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: block;
    position: absolute;
    border: solid 2px #cec6bc;
    top: 0;
    left: 0;
  }
  .mfp-comment.mfp-wrap .mfp-arrow {
    margin-top: -33px;
  }
  .mfp-comment.mfp-wrap .mfp-arrow-left:before {
    left: -60px;
  }
  .mfp-comment.mfp-wrap .mfp-arrow-right:before {
    right: -60px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #story */
  #story {
    background: url(../img/story-bg.png) no-repeat calc(50% + 356px) 20px/470px;
    margin-top: 40px;
    padding: 0 0 67px 0;
  }
  #story .title {
    width: auto;
    margin: 0 0 20px 0;
  }
  #story .content {
    width: 900px;
    text-align: center;
    margin: 0 auto;
  }
  #story .text01 {
    width: 714px;
    margin: 0 auto 50px;
  }
  #story .img01,
  #story .img02 {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #story .text02 {
    width: 673px;
    margin: 0 auto 50px;
  }
  #story .text03 {
    width: 709px;
    margin: 0 auto;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #chara */
  #chara {
    background: none;
    background-color: #fff;
    padding: 20px 0 49px 0;
    margin-bottom: 35px;
  }
  #chara::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 11px;
    background: url(../img/chara-bg01-pc.png) no-repeat center top/2000px;
    z-index: 10;
  }
  #chara::after {
    content: "";
    bottom: -10px;
    height: 11px;
    background: url(../img/chara-bg02-pc.png) no-repeat center top/2000px;
  }
  #chara .title {
    width: 491px;
    margin: 0 0 36px 0;
  }
  #chara .list-chara .flex-wrap {
    gap: 13px;
  }
  #chara .list-chara .item {
    width: 113px;
  }
  /* モーダルウィンドウ */
  .mfp-fade.mfp-wrap {
    width: 400px;
    overflow: visible !important;
  }
  .gallery-modal {
    list-style: none;
  }
  .gallery-modal .bg {
    background: url(../img/bg-left-pc.png) repeat-y left top, url(../img/bg-right-pc.png) repeat-y right top, url(../img/bg-pc.png);
  }
  .mfp-arrow {
    margin-top: 0;
  }
  .mfp-arrow-left:before {
    left: -70px;
    top: -28px;
    width: 56px;
    height: 56px;
  }
  .mfp-arrow-right:before {
    right: -70px;
    left: auto;
    top: -28px;
    width: 56px;
    height: 56px;
  }
  .popup-modal-dismiss {
    top: -40px;
    right: 0px;
    width: 35px;
  }
  .popup-modal-dismiss a {
    height: auto;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #equipment */
  #equipment {
    padding: 0 0 32px 0;
  }
  #equipment .title {
    width: 542px;
    margin: 0 0 101px 0;
  }
  #equipment .list {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  #equipment .item {
    margin-bottom: 0;
  }
  #equipment .item01 {
    margin-bottom: 0;
  }
  #equipment .item01 .text {
    width: 352px;
  }
  #equipment .item01 .img {
    top: -84px;
    right: 438px;
    width: 256px;
  }
  #equipment .item02 {
    margin-top: 29px;
  }
  #equipment .item02 .text {
    width: 193px;
    margin-left: 82px;
  }
  #equipment .item02 .img {
    bottom: 0;
    left: 92px;
    width: 34px;
  }
  #equipment .item03 {
    position: absolute;
    top: 35px;
    right: 154px;
  }
  #equipment .item03 .text {
    width: 280px;
  }
  #equipment .item03 .img {
    top: -92px;
    left: -26px;
    width: 121px;
  }
  #equipment .item04 {
    position: absolute;
    top: 325px;
    right: 0;
  }
  #equipment .item04 .text {
    width: 295px;
    margin-left: 90px;
  }
  #equipment .item04 .img {
    top: -220px;
    right: 5px;
    width: 55px;
  }
  #equipment .item05 {
    margin: 17px 0 44px 16px;
  }
  #equipment .item05 .text {
    width: 272px;
  }
  #equipment .item05 .img {
    top: -40px;
    left: 18px;
    width: 17px;
  }
  #equipment .item06 {
    margin: 17px 0 74px 0;
  }
  #equipment .item06 .text {
    width: 417px;
  }
  #equipment .item06 .img {
    top: -51px;
    left: 6px;
    width: 67px;
  }
  #equipment .item07 {
    position: absolute;
    top: 642px;
    right: 116px;
  }
  #equipment .item07 .text {
    width: 321px;
  }
  #equipment .item07 .img {
    top: -17px;
    right: -145px;
    width: 327px;
  }
  #equipment .item08 {
    margin: 80px 0 150px 16px;
  }
  #equipment .item08 .text {
    width: 405px;
    margin-left: 55px;
  }
  #equipment .item08 .img {
    top: -50px;
    left: 60px;
    width: 142px;
  }
  #equipment .item09 {
    position: absolute;
    top: 1112px;
    right: 12px;
  }
  #equipment .item09 .text {
    width: 327px;
  }
  #equipment .item09 .img {
    top: -145px;
    right: -12px;
    width: 225px;
  }
  #equipment .item10 {
    margin: 202px 0 50px 0;
  }
  #equipment .item10 .text {
    width: 430px;
    margin-left: 0;
  }
  #equipment .item10 .img {
    top: -189px;
    left: 285px;
    width: 140px;
  }
  #equipment .item11 {
    margin-bottom: 0;
    position: absolute;
    top: 1318px;
    right: 32px;
  }
  #equipment .item11 .text {
    width: 405px;
  }
  #equipment .item11 .img {
    top: -391px;
    left: 25px;
    width: 91px;
  }
  #equipment .illust {
    height: 411px;
    background: url(../img/equipment_illust-pc.png) no-repeat center top/2000px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #glossary */
  #glossary {
    background: #3d4744;
    margin-top: 190px;
    padding: 100px 0 48px 0;
  }
  #glossary::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/glossary_bg01-pc.png) no-repeat center top/2000px;
    z-index: 10;
  }
  #glossary::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 10px;
    background: url(../img/glossary_bg02-pc.png) no-repeat center top/2000px;
  }
  #glossary .title {
    width: 395px;
    margin: -289px 0 50px 0;
  }
  #glossary .list ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  #glossary .list li {
    width: 392px;
    margin-bottom: 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #books */
  #books {
    padding: 40px 0 50px 0;
  }
  #books .title {
    width: 352px;
    margin: 0 0 30px 0;
  }
  #books .item {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #books .cover {
    margin-bottom: 0;
  }
  #books .cover img {
    width: 260px;
  }
  #books .text {
    text-align: left;
  }
  #books .ttl-comics {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 4px 2px;
  }
  #books .ttl {
    font-size: 26px;
    margin-bottom: 6px;
  }
  #books .author {
    font-size: 16px;
    margin-bottom: 2px;
  }
  #books .isbn {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #books .btn {
    margin: 0 auto 10px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #pagetop */
  #pagetop {
    width: 80px;
    right: 20px;
    bottom: 220px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- footer */
  footer {
    padding: 30px 0 30px;
  }
  footer .sns {
    margin-bottom: 30px;
  }
  footer .sns .flex-wrap {
    gap: 16px;
  }
  footer .sns .flex-wrap li {
    width: 35px;
  }
  footer .logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  footer .copyright {
    font-size: 10px;
    font-weight: 400;
  }
}
/* --------------------------------------------------
-------------------------------------------------- ウィンドウサイズ1400px以上の場合 */
@media only screen and (min-width: 1400px) {
  #kv .catch-area {
    left: calc(50% - 676px);
  }
}
/* --------------------------------------------------
-------------------------------------------------- ウィンドウサイズ2000px以上の場合 */
@media only screen and (min-width: 2001px) {
  #kv {
    background: url(../img/kv-img-pc.webp) no-repeat center top/1400px, url(../img/kv-bg-pc.jpg) no-repeat center -14px/100%;
    height: 740px;
  }
  #kv .catch-area {
    left: calc(50% - 676px);
  }
  #kv .btn-area {
    bottom: -32px;
  }
  .special {
    margin-top: 110px;
  }
  .special::before {
    background: url(../img/special_bg01-pc.png) repeat-x center top/2000px;
  }
  .special::after {
    background: url(../img/special_bg02-pc.png) repeat-x center top/2000px;
  }
  #comic::before {
    background: url("../img/comic_bg01-pc.png") repeat-x center top/2000px;
  }
  #comic::after {
    background: url("../img/comic_bg02-pc.png") repeat-x center bottom/2000px;
  }
  #comment::before {
    background: url("../img/comment_bg01-pc.png") repeat-x center top/2000px;
  }
  #comment::after {
    background: url("../img/comment_bg02-pc.png") repeat-x center bottom/2000px;
  }
  #chara::before {
    background: url(../img/chara-bg01-pc.png) repeat-x center top/2000px;
  }
  #chara::after {
    background: url(../img/chara-bg02-pc.png) repeat-x center top/2000px;
  }
  #glossary::before {
    background: url(../img/glossary_bg01-pc.png) repeat-x center top/2000px;
  }
  #glossary::after {
    background: url(../img/glossary_bg02-pc.png) repeat-x center top/2000px;
  }
  #equipment .illust {
    background: url(../img/equipment_illust-pc.png) no-repeat center top/cover;
  }
}/*# sourceMappingURL=style.css.map */