/* マンガセクション */
.manga {
  width: 100%;
  background-image: url(../images/manga/bg_h.gif);
  background-size: 21.607vw;
  background-repeat: repeat;
  position: relative;
  padding-top: 88px;
  margin-top: 34px;
}

.h2__ttl_font {
  font-size: 2.381vw;
}

.manga__inner {
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.manga__box {
  width: 100%;
  position: relative;
  padding-top: 64px;
  padding-bottom: 61px;
  z-index: 100;
}

.manga__page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

.manga__page_display {
  display: none;
}

/* ボタン */
.manga__btn-box {
  width: 100%;
  background-color: #efde6f;
  opacity: 0.7;
  position: absolute;
  bottom: 61px;
  left: 0%;
  z-index: 110;
  padding-top: 44px;
  padding-bottom: 44px;
}

.manga__btn-box-inner {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}

.manga__btn-link {
  display: block;
  border-radius: 50px;
  background-color: #1b1464;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.manga__btn-box.manga__btn-link_display {
  display: none;
}

.manga__btn-link.manga__btn-link_display {
  display: none;
}

.manga__btn-content {
  display: block;
  font-size: 23px;
  line-height: 1.2;
  font-feature-settings: "falt";
  font-weight: 700;
  padding: 20px 5px;
  text-align: center;
}

/* ----------------------------------------------------- */

/* レスポンシブ */

/* ----------------------------------------------------- */

@media screen and (max-width: 768px) {
  .manga {
    padding-top: 61.6px;
    margin-top: 23.8px;
  }

  .h2__ttl_font {
    font-size: 4.5vw;
  }

  .manga__box {
    width: 100%;
    position: relative;
    padding-top: 44.8px;
    padding-bottom: 42.7px;
  }

  .manga__btn-box {
    bottom: 42.7px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .manga__btn-box-inner {
    max-width: 240px;
    width: 46%;
  }

  .manga__btn-content {
    font-size: 16px;
    padding: 2.667vw 0;
  }
}
