@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
/* @forward "./setting/_base"; */
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- ページ全体 */

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
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}
div {
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
section {
  position: relative;
  box-sizing: border-box;
}


/*-----------------------------------------------
 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;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-feature-settings: 'palt';
  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); }

/* --------------------------------------------------
-------------------------------------------------- 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);
  -webkit-transition: all 0.6s;
  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: 6.25vw 7.8125vw; }

#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;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transform: translateY(1.75vw) rotate(-45deg);
  transform: translateY(1.75vw) rotate(-45deg);
  width: 6.875vw; }

.openbtn1.active span:nth-of-type(2) {
  top: 8.125vw;
  left: 2.8125vw;
  -webkit-transform: translateY(-1.75vw) rotate(45deg);
  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: 15.625vw;
    right: 0;
    width: 29.6875vw; }
  #kv .title02 {
    position: absolute;
    top: 15.625vw;
    left: 0;
    width: 22.96875vw; }
  #kv .author {
    position: absolute;
    top: 23.4375vw;
    left: 45.625vw;
    width: 34.6875vw; }
  #kv .benefits {
    position: absolute;
    top: 113.125vw;
    left: 21.875vw;
    width: 41.875vw; }
  #kv .catch {
    position: absolute;
    top: 2.34375vw;
    left: 1.875vw;
    width: 77.1875vw; }
  #kv .catch2 {
    position: absolute;
    top: 17.65625vw;
    left: 21.71875vw;
    width: 18.125vw; }
  #kv .cover-area {
    position: absolute;
    top: 142.1875vw;
    left: 3.125vw;
    width: 93.75vw; }
    #kv .cover-area.flex-wrap {
      gap: 1.875vw; }
  #kv .cover {
    background: #000;
    padding: 5.9375vw 0.78125vw; }
  #kv .text-area {
    margin-top: -1.5625vw; }
  #kv .btn-area {
    position: absolute;
    left: 3.125vw;
    bottom: -1.5625vw;
    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 .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; }

/* --------------------------------------------------
-------------------------------------------------- #special */
#special {
  background: url(../img/special_bg.png) no-repeat center 8.125vw/contain;
  padding: 10.3125vw 0 18.75vw 0; }
  #special .title {
    width: 60.15625vw;
    margin-bottom: 4.6875vw; }
  #special .subtitle {
    background: #3e4845;
    text-align: center;
    margin-bottom: 3.125vw;
    padding: 1.25vw 0 0.3125vw; }
    #special .subtitle img {
      width: 49.84375vw; }
  #special .img01 {
    width: 95.16vw;
    margin: 0 0 0 -4vw; }
  #special .btn__buy {
    margin: 0 auto;
  }
  #special .btn__buy img {
    width: 46.09375vw;
  }

/* --------------------------------------------------
-------------------------------------------------- #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: 9.375vw; }
  #story .img01, #story .img02 {
    width: 100vw;
    margin: 0 0 9.375vw -6.25vw; }
  #story .text02 {
    width: 81.5625vw;
    margin-bottom: 9.375vw; }
  #story .text03 {
    width: 85.78125vw; }

/* --------------------------------------------------
-------------------------------------------------- #chara */
#chara {
  background: url(../img/chara-bg01.png) no-repeat center top/contain;
  background-color: #fff;
  padding: 0 0 6.5625vw 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-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-left:before {
  display: block;
  content: "";
  position: absolute;
  left: -11vw;
  top: 0;
  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: 0;
  width: 10vw;
  height: 10vw;
  background: url(../img/btn_next.png) no-repeat center center/cover; }

.popup-modal-dismiss {
  position: absolute;
  top: -7.8125vw;
  right: 0px;
  width: 7.8125vw; }

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

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

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

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .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: 0 0 10.9375vw 0; }
  #equipment .title {
    position: relative;
    width: 92.03125vw;
    margin: 0 0 4.21875vw -2.1875vw;
    z-index: 20; }
  #equipment .item {
    position: relative;
    margin-bottom: 6.25vw; }
    #equipment .item .text {
      position: relative;
      z-index: 1; }
    #equipment .item .img {
      position: absolute;
      z-index: 10; }
  #equipment .item01 {
    margin-bottom: 5.625vw; }
    #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: 10.9375vw; }
    #equipment .item05 .text {
      width: 67.5vw; }
    #equipment .item05 .img {
      top: -9.0625vw;
      left: 4.6875vw;
      width: 5.15625vw; }
  #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 {
    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: 57.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; }

  /* --------------------------------------------------
  -------------------------------------------------- header */
  header {
    transition: all .6s ease; }

  header.panelactive {
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); }

  #g-nav {
    width: 640px;
    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 60px; }

  #g-nav li a {
    font-size: 18px; }

  #g-nav li a .logo {
    width: 209px; }

  #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;
    -webkit-transform: translateY(26px) rotate(-45deg);
    transform: translateY(26px) rotate(-45deg);
    width: 40px; }

  .openbtn1.active span:nth-of-type(2) {
    top: 55px;
    left: 9px;
    -webkit-transform: translateY(-26px) rotate(45deg);
    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% - 368px);
      width: 123px; }
    #kv .title02 {
      top: 137px;
      left: calc(50% + 149px);
      width: 94px; }
    #kv .author {
      top: 552px;
      left: calc(50% + 243px);
      width: 154px; }
    #kv .benefits {
      top: 420px;
      left: calc(50% - 429px);
      width: 188px; }
    #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% - 430px);
      width: 720px; }
      #kv .cover-area.flex-wrap {
        gap: 10px; }
    #kv .cover {
      width: 150px;
      padding: 18px 10px; }
    #kv .text-area {
      width: 556px;
      margin-top: 40px; }
    #kv .release {
      margin-bottom: 10px;
      margin-left: -6px; }
    #kv .btn__buy, #kv .btn__trial {
      display: inline-block; }
    #kv .btn__buy {
      margin-right: 10px; }
    #kv .btn-area {
      left: calc(50% - 267px);
      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; }

  /* --------------------------------------------------
  -------------------------------------------------- #special */
  #special {
    position: relative;
    background: url(../img/special_bg-pc.png) no-repeat center top/2000px;
    background-color: #ffcd00;
    margin-top: 80px;
    padding: 80px 0 50px 0; }
    #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: -110px auto 30px;
      z-index: 20; }
    #special .subtitle {
      margin-bottom: 30px;
      padding: 6px 0 2px; }
      #special .subtitle img {
        width: 223px; }
    #special .img01 {
      width: 898px;
      margin: 0 auto; }
    #special .btn__buy {
      margin: -98px 0 0 62px;
    }
    #special .btn.btn__buy a {
      display: block;
    }
    #special .btn__buy img {
      width: 197px;
    }

  /* --------------------------------------------------
  -------------------------------------------------- #story */
  #story {
    background: url(../img/story-bg.png) no-repeat calc(50% + 356px) 20px/470px;
    margin-top: 40px;
    padding: 0 0 70px 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 54px 0;
    margin-bottom: 80px; }
    #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 .flex-wrap {
      gap: 13px; }
    #chara .list .item {
      width: 113px; }

  /* モーダルウィンドウ */
  .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-left:before {
    left: -70px;
    top: 0;
    width: 56px;
    height: 56px; }

  .mfp-arrow-right:before {
    right: -70px;
    left: auto;
    top: 0;
    width: 56px;
    height: 56px; }

  .popup-modal-dismiss {
    top: -40px;
    right: 0px;
    width: 35px; }

  /* --------------------------------------------------
  -------------------------------------------------- #equipment */
  #equipment {
    padding: 0 0 32px 0; }
    #equipment .title {
      width: 542px;
      margin: 0 0 106px 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: 26px; }
      #equipment .item02 .text {
        width: 193px;
        margin-left: 100px; }
      #equipment .item02 .img {
        bottom: -10px;
        left: 110px;
        width: 34px; }
    #equipment .item03 {
      position: absolute;
      top: 38px;
      right: 144px; }
      #equipment .item03 .text {
        width: 280px; }
      #equipment .item03 .img {
        top: -92px;
        left: -26px;
        width: 121px; }
    #equipment .item04 {
      position: absolute;
      top: 295px;
      right: 0; }
      #equipment .item04 .text {
        width: 295px;
        margin-left: 90px; }
      #equipment .item04 .img {
        top: -220px;
        right: 5px;
        width: 55px; }
    #equipment .item05 {
      margin: 30px 0 70px 32px; }
      #equipment .item05 .text {
        width: 272px; }
      #equipment .item05 .img {
        top: -40px;
        left: 18px;
        width: 17px; }
    #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 {
      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; }

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