@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap");
.manga-contents {
  background-color: #E3E3E3;
}
.manga-contents .manga-contents-inner {
  max-width: 1200px;
  margin: auto;
  background-color: white;
}
.manga-contents * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", Osaka, sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
.manga-contents a {
  text-decoration: none;
}
.manga-contents section .inner {
  max-width: 980px;
  margin: auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents section .inner {
    padding: 0;
  }
}
.manga-contents .first-view {
  margin-bottom: 100px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .first-view {
    margin-bottom: 1.6vw;
    padding-top: 5.3vw;
  }
}
.manga-contents .first-view .inner img {
  width: 100%;
}
.manga-contents .section02 {
  text-align: center;
  padding-bottom: 250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section02 {
    padding-bottom: 35vw;
  }
}
.manga-contents .section02 .s2-ttl {
  width: 860px;
  margin-bottom: 60px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section02 .s2-ttl {
    width: 88.5vw;
    margin-bottom: 11.7vw;
  }
}
.manga-contents .section02 .intro {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section02 .intro {
    width: 78.6vw;
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
    margin: auto;
  }
}
.manga-contents .section03 {
  background-color: #FFF9CF;
  background-image: url("../img/manga/s3_bg.png");
  background-repeat: repeat;
  background-size: 30px;
  text-align: center;
  padding-bottom: 230px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 {
    background-size: 3vw;
    padding-bottom: 8vw;
  }
}
.manga-contents .section03 .can-do {
  width: 700px;
  margin-top: -155px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .can-do {
    width: 88.5vw;
    margin-top: -25vw;
  }
}
.manga-contents .section03 .anchors {
  margin-top: 100px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors {
    margin-top: 5vw;
    padding: 0 2.6vw;
    gap: 5.3vw;
  }
}
.manga-contents .section03 .anchors li {
  width: calc(50% - 25px);
  background-color: white;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li {
    width: 100%;
    border-radius: 2.6vw;
  }
}
.manga-contents .section03 .anchors li:hover .right img {
  transform: translateY(50%);
}
.manga-contents .section03 .anchors li .left {
  width: calc(100% - 45px);
  padding: 30px 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left {
    width: calc(100% - 8vw);
    padding: 5.3vw;
    padding-top: 4vw;
  }
}
.manga-contents .section03 .anchors li .left .a-manga-ttl {
  width: calc(100% + 60px);
  margin-left: -30px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #1F2E54;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .a-manga-ttl {
    width: calc(100% + 10.6vw);
    margin-left: -5.3vw;
    font-size: 4.2vw;
  }
}
.manga-contents .section03 .anchors li .left .h-line {
  height: 1px;
  background-color: black;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .h-line {
    height: 0.26vw;
    margin: 4.2vw 0;
  }
}
.manga-contents .section03 .anchors li .left .profile-wrap {
  display: flex;
  gap: 22.5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .profile-wrap {
    gap: 4%;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .profile-wrap .info {
    width: 24%;
  }
}
.manga-contents .section03 .anchors li .left .profile-wrap .info .sns {
  color: black;
  white-space: nowrap;
}
.manga-contents .section03 .anchors li .left .profile-wrap .info .sns img {
  margin-bottom: 15px;
  display: block;
  width: 90px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .profile-wrap .info .sns img {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.manga-contents .section03 .anchors li .left .profile-wrap .info .sns span {
  font-size: 12px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .profile-wrap .info .sns span {
    font-size: 3.2vw;
  }
}
.manga-contents .section03 .anchors li .left .profile-wrap .intro {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .left .profile-wrap .intro {
    font-size: 3.7vw;
    width: 72%;
  }
}
.manga-contents .section03 .anchors li .right {
  background-color: #1F2E54;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .right {
    width: 8vw;
  }
}
.manga-contents .section03 .anchors li .right img {
  transition-duration: 0.3s;
  width: 24px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section03 .anchors li .right img {
    width: 4.2vw;
  }
}
.manga-contents .section04 {
  text-align: center;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 {
    padding-top: 13.33vw;
  }
}
.manga-contents .section04 .just {
  border-top: solid 2px #44245C;
  border-bottom: solid 2px #44245C;
  padding: 30px 0;
  background-color: #FFF9CF;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .just {
    padding: 0;
  }
}
.manga-contents .section04 .just img {
  padding: 30px 0;
  max-width: 950px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .just img {
    padding: 2.6vw 0;
    width: 80vw;
  }
}
.manga-contents .section04 .aiseg2 {
  aspect-ratio: 1470/730;
  position: relative;
  max-height: 850px;
  width: 100%;
  border-bottom: solid 2px #1F2E54;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .aiseg2 {
    max-height: none;
    aspect-ratio: 378/276;
  }
}
.manga-contents .section04 .aiseg2 .radiation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manga-contents .section04 .aiseg2 .aiseg2-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  max-width: 1000px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .aiseg2 .aiseg2-img {
    width: 90vw;
    max-width: none;
  }
}
.manga-contents .section04 .s4-contents {
  z-index: 1;
  padding-top: 20%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .s4-contents {
    padding-top: 0;
  }
}
.manga-contents .section04 .s4-contents .s4-contents-inner {
  background-color: #EBDFEB;
}
.manga-contents .section04 .s4-contents .s4-contents-inner .control {
  display: block;
  position: relative;
  width: 840px;
  margin: auto;
  margin-top: -55%;
  margin-bottom: 100px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .s4-contents .s4-contents-inner .control {
    width: 100vw;
    margin-top: -81vw;
    margin-bottom: 22.6vw;
  }
}
.manga-contents .section04 .s4-contents .s4-contents-inner .manga01-2 {
  margin-bottom: -30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .s4-contents .s4-contents-inner .manga01-2 {
    margin-bottom: -10vw;
  }
}
.manga-contents .section04 .s4-contents .s4-contents-inner .dot-lower {
  margin-top: -600px;
  bottom: -1px;
  border-top: solid 270px white;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .s4-contents .s4-contents-inner .dot-lower {
    margin-top: -90vw;
    bottom: -1vw;
    border-top: solid 30vw white;
  }
}
.manga-contents .section04 .tyusyaku {
  text-align: left;
  color: #858585;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section04 .tyusyaku {
    width: 88.2vw;
    font-size: 2.9vw;
    padding-bottom: 10.6vw;
    margin-top: 10vw;
  }
}
.manga-contents .section05 {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 350px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 {
    padding-top: 14.4vw;
    padding-bottom: 24vw;
  }
}
.manga-contents .section05 .manga02-1 {
  max-width: 600px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .manga02-1 {
    max-width: none;
    width: 100vw;
  }
}
.manga-contents .section05 .s5-text {
  font-size: 28px;
  font-weight: 700;
  padding: 80px 0;
  position: relative;
  border-top: solid 2px #1F2E54;
  border-bottom: solid 2px #1F2E54;
  color: #1F2E54;
  z-index: 2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .s5-text {
    font-size: 4.2vw;
    padding: 8.5vw 0;
  }
}
.manga-contents .section05 .s5-text .ill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.manga-contents .section05 .s5-text .ill.ill1 {
  width: 180px;
  bottom: 300px;
  right: 700px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .s5-text .ill.ill1 {
    width: 30.1vw;
    top: -24vw;
    left: -3vw;
    right: auto;
    bottom: auto;
  }
}
.manga-contents .section05 .s5-text .ill.ill2 {
  width: 242px;
  top: 300px;
  left: 700px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .s5-text .ill.ill2 {
    width: 30.9vw;
    right: 0vw;
    bottom: -17vw;
    top: auto;
    left: auto;
  }
}
.manga-contents .section05 .inner-wrap {
  padding-top: 80px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .inner-wrap {
    padding-top: 5.3vw;
  }
}
.manga-contents .section05 .inner-wrap .manga02-2 {
  max-width: 870px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .inner-wrap .manga02-2 {
    max-width: none;
    width: 85vw;
  }
}
.manga-contents .section05 .s5-contents {
  z-index: 1;
}
.manga-contents .section05 .s5-contents .s5-contents-inner {
  background-color: #E1EFFF;
}
.manga-contents .section05 .s5-contents .s5-contents-inner .point {
  margin-top: -250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .s5-contents .s5-contents-inner .point {
    margin-top: -35vw;
  }
}
.manga-contents .section05 .s5-contents .manga02-3 {
  max-width: 600px;
  position: relative;
  z-index: 1;
  margin-bottom: -550px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .s5-contents .manga02-3 {
    max-width: none;
    width: 64.8vw;
    margin-bottom: -65vw;
  }
}
.manga-contents .section05 .aiseg2 {
  aspect-ratio: 1440/737;
  position: relative;
  max-height: 850px;
  width: 100%;
  border-top: solid 2px #1F2E54;
  border-bottom: solid 2px #1F2E54;
  background-color: white;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .aiseg2 {
    max-height: none;
    aspect-ratio: 379/249;
  }
}
.manga-contents .section05 .aiseg2 .radiation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manga-contents .section05 .aiseg2 .aiseg2-img {
  position: absolute;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 72%;
  max-width: 1000px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section05 .aiseg2 .aiseg2-img {
    right: 3%;
    width: 88vw;
    max-width: none;
  }
}
.manga-contents .section06 {
  text-align: center;
  position: relative;
  padding-top: 130px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 {
    padding-top: 20vw;
  }
}
.manga-contents .section06 .manga03-1 {
  max-width: 900px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .manga03-1 {
    max-width: none;
    width: 100vw;
  }
}
.manga-contents .section06 .s6-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .s6-bg {
    height: 50vw;
  }
}
.manga-contents .section06 .great {
  border-top: solid 2px #44245C;
  border-bottom: solid 2px #44245C;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #FFF9CF;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .great {
    padding-top: 7.2vw;
    padding-bottom: 5vw;
  }
}
.manga-contents .section06 .great img {
  width: 850px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .great img {
    width: 80vw;
  }
}
.manga-contents .section06 .aiseg2 {
  aspect-ratio: 1455/845;
  padding-top: 50px;
  position: relative;
  max-height: 850px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .aiseg2 {
    aspect-ratio: 375/216;
    padding-top: 0;
    max-height: none;
  }
}
.manga-contents .section06 .aiseg2 .s6-aiseg2-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manga-contents .section06 .aiseg2 .aiseg2-img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .aiseg2 .aiseg2-img {
    width: 95%;
  }
}
.manga-contents .section06 .s6-contents {
  z-index: 1;
}
.manga-contents .section06 .s6-contents .s6-contents-inner {
  background-color: #E9F3E2;
}
.manga-contents .section06 .s6-contents .s6-contents-inner .point {
  margin-top: -250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .s6-contents .s6-contents-inner .point {
    margin-top: -45vw;
  }
}
.manga-contents .section06 .s6-contents .s6-contents-inner .manga03-2 {
  max-width: 600px;
  position: relative;
  z-index: 1;
  margin-bottom: -550px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .s6-contents .s6-contents-inner .manga03-2 {
    max-width: none;
    width: 66.66vw;
    margin-bottom: -90vw;
  }
}
.manga-contents .section06 .s6-contents .s6-contents-inner .dot-lower {
  border-top: solid 200px white;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .s6-contents .s6-contents-inner .dot-lower {
    border-top: solid 25vw white;
  }
}
.manga-contents .section06 .tyusyaku {
  text-align: left;
  color: #858585;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section06 .tyusyaku {
    width: 68.8vw;
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}
.manga-contents .section07 {
  text-align: center;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 {
    padding-top: 21vw;
  }
}
.manga-contents .section07 .manga04-1 {
  max-width: 860px;
  margin-bottom: 50px;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .manga04-1 {
    width: 100vw;
    max-width: none;
  }
}
.manga-contents .section07 .s7-bg {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  height: 745px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .s7-bg {
    height: auto;
    bottom: 10vw;
  }
}
.manga-contents .section07 .manga04-2 {
  max-width: 720px;
  margin-top: 80px;
  margin-bottom: -15px;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .manga04-2 {
    max-width: none;
    width: 95vw;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: -1vw;
    margin-top: -8vw;
  }
}
.manga-contents .section07 .support {
  position: relative;
  z-index: 1;
  border-top: solid 2px #44245C;
  border-bottom: solid 2px #44245C;
  padding-top: 55px;
  padding-bottom: 30px;
  background-color: #FFF9CF;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .support {
    padding-top: 4.6vw;
    padding-bottom: 7.7vw;
  }
}
.manga-contents .section07 .support img {
  width: 870px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .support img {
    width: 88vw;
  }
}
.manga-contents .section07 .aiseg2 {
  aspect-ratio: 1440/717;
  position: relative;
  background-color: #E8A2A9;
  max-height: 850px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .aiseg2 {
    max-height: none;
    aspect-ratio: 375/409;
  }
}
.manga-contents .section07 .aiseg2 .s7-aiseg2-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manga-contents .section07 .aiseg2 .aiseg2-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  max-width: 700px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .aiseg2 .aiseg2-img {
    width: 92%;
  }
}
.manga-contents .section07 .s7-contents {
  z-index: 1;
}
.manga-contents .section07 .s7-contents .s7-contents-inner {
  background-color: #FFEDCF;
}
.manga-contents .section07 .s7-contents .s7-contents-inner .point {
  margin-top: -250px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .s7-contents .s7-contents-inner .point {
    margin-top: -45vw;
  }
}
.manga-contents .section07 .s7-contents .dot-lower {
  margin-top: -240px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .s7-contents .dot-lower {
    margin-top: -20vw;
  }
}
.manga-contents .section07 .tyusyaku {
  text-align: left;
  color: #858585;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 80px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section07 .tyusyaku {
    width: 90vw;
    font-size: 3.2vw;
    margin-bottom: 10vw;
  }
}
.manga-contents .section08 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
  margin-top: -1vw;
  background-color: white;
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 {
    padding-top: 3vw;
    padding-bottom: 15vw;
  }
}
.manga-contents .section08 .episode-ttl {
  width: 700px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .episode-ttl {
    width: 87.46vw;
    margin-bottom: 10vw;
  }
}
.manga-contents .section08 .anchors {
  margin-top: 100px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors {
    margin-top: 0;
    padding: 0 6vw;
    gap: 6vw;
  }
}
.manga-contents .section08 .anchors li {
  width: calc(50% - 29px);
  background-color: white;
  border-radius: 15px;
  border: solid 2px #1F2E54;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li {
    width: 100%;
    border-radius: 2.6vw;
  }
}
.manga-contents .section08 .anchors li:nth-of-type(1) .left {
  background-color: #EBDFEB;
  padding-bottom: 5%;
}
.manga-contents .section08 .anchors li:nth-of-type(1) .left img {
  left: 0;
  width: 103%;
  margin-top: 4%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li:nth-of-type(1) .left img {
    margin-top: 4%;
    left: 3%;
    width: 86%;
  }
}
.manga-contents .section08 .anchors li:nth-of-type(2) .left {
  background-color: #E1EFFF;
  padding-bottom: 5%;
}
.manga-contents .section08 .anchors li:nth-of-type(2) .left img {
  left: 3%;
  width: 102%;
  margin-top: 4%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li:nth-of-type(2) .left img {
    margin-top: 3%;
    left: 3%;
    width: 66%;
  }
}
.manga-contents .section08 .anchors li:nth-of-type(3) .left {
  background-color: #E9F3E2;
  padding-bottom: 2%;
}
.manga-contents .section08 .anchors li:nth-of-type(3) .left img {
  left: 1%;
  width: 95%;
  margin-top: 3%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li:nth-of-type(3) .left img {
    margin-top: 2%;
    left: 0%;
    width: 66%;
  }
}
.manga-contents .section08 .anchors li:nth-of-type(4) .left {
  background-color: #FFEDCF;
}
.manga-contents .section08 .anchors li:nth-of-type(4) .left img {
  left: -3%;
  width: 104%;
  margin-top: 6%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li:nth-of-type(4) .left img {
    margin-top: 3%;
    left: 0%;
    width: 83%;
  }
}
.manga-contents .section08 .anchors li:hover .right img {
  transform: translateY(-50%) rotate(180deg);
}
.manga-contents .section08 .anchors li .left {
  width: calc(100% - 45px);
  padding: 30px;
  padding-bottom: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li .left {
    width: calc(100% - 10vw);
    padding: 5.3vw;
    padding-top: 4vw;
  }
}
.manga-contents .section08 .anchors li .left .a-manga-ttl {
  width: calc(100% + 60px);
  margin-left: -30px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #1F2E54;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li .left .a-manga-ttl {
    width: calc(100% + 10.6vw);
    margin-left: -5.3vw;
    font-size: 3vw;
  }
}
.manga-contents .section08 .anchors li .left .h-line {
  height: 1px;
  background-color: black;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li .left .h-line {
    height: 0.26vw;
    margin: 4.2vw 0;
    margin-bottom: 0;
  }
}
.manga-contents .section08 .anchors li .left img {
  width: 100%;
  position: relative;
}
.manga-contents .section08 .anchors li .right {
  background-color: #1F2E54;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li .right {
    width: 10vw;
  }
}
.manga-contents .section08 .anchors li .right img {
  transition-duration: 0.3s;
  width: 30px;
  transform: rotate(180deg);
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .section08 .anchors li .right img {
    width: 5vw;
  }
}
.manga-contents .manga-ttl {
  width: 700px;
  margin-bottom: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .manga-ttl {
    width: 87.2vw;
    margin-bottom: 5vw;
  }
}
.manga-contents .manga {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.manga-contents .point {
  width: 470px;
  margin-bottom: 80px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point {
    width: 61.8vw;
    margin-bottom: 8vw;
  }
}
.manga-contents .point-wrap {
  text-align: center;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap {
    padding-bottom: 16vw;
  }
}
.manga-contents .point-wrap .number {
  width: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .number {
    width: 16.5vw;
    margin-bottom: 8vw;
  }
}
.manga-contents .point-wrap .txt {
  font-size: 24px;
  margin-bottom: 50px;
  color: #1F2E54;
  font-weight: 700;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .txt {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.manga-contents .point-wrap .txt span {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .txt span {
    font-size: 5.3vw;
  }
}
.manga-contents .point-wrap .point-img {
  width: 100%;
  margin-bottom: 70px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img {
    margin-bottom: 10.6vw;
    max-width: none;
  }
}
.manga-contents .point-wrap .point-img.s4-p1 {
  max-width: 890px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s4-p1 {
    width: 92.5vw;
  }
}
.manga-contents .point-wrap .point-img.s4-p2 {
  max-width: 750px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s4-p2 {
    width: 93.8vw;
  }
}
.manga-contents .point-wrap .point-img.s4-p3 {
  max-width: 830px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s4-p3 {
    width: 93.8vw;
  }
}
.manga-contents .point-wrap .point-img.s5-p1 {
  max-width: 845px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s5-p1 {
    width: 92.8vw;
  }
}
.manga-contents .point-wrap .point-img.s5-p2 {
  max-width: 750px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s5-p2 {
    width: 100vw;
  }
}
.manga-contents .point-wrap .point-img.s6-p1 {
  max-width: 790px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s6-p1 {
    width: 100vw;
  }
}
.manga-contents .point-wrap .point-img.s6-p2 {
  max-width: 710px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s6-p2 {
    width: 90vw;
  }
}
.manga-contents .point-wrap .point-img.s7-p1 {
  max-width: 750px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s7-p1 {
    width: 91.7vw;
  }
}
.manga-contents .point-wrap .point-img.s7-p2-1 {
  max-width: 900px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s7-p2-1 {
    width: 90vw;
  }
}
.manga-contents .point-wrap .point-img.s7-p2-2 {
  max-width: 670px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .point-img.s7-p2-2 {
    width: 85.3vw;
  }
}
.manga-contents .point-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF9CF;
  border: solid 2px #1F2E54;
  color: #1F2E54;
  font-size: 28px;
  font-weight: 700;
  height: 80px;
  border-radius: 40px;
  max-width: 400px;
  margin: auto;
  position: relative;
  padding-right: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .btn {
    width: 60vw;
    font-size: 4.2vw;
    height: 11.4vw;
    border-radius: 11.4vw;
    max-width: none;
    padding-right: 6.9vw;
  }
}
.manga-contents .point-wrap .btn.mb {
  margin-bottom: 110px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .btn.mb {
    margin-bottom: 16vw;
  }
}
.manga-contents .point-wrap .btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .point-wrap .btn img {
    right: 10.6vw;
    width: 6.9vw;
  }
}
.manga-contents .dot-upper {
  width: 100%;
}
.manga-contents .dot-lower {
  width: 100%;
  transform: rotate(180deg);
  position: relative;
  z-index: 0;
}
.manga-contents .inner-wrap {
  position: relative;
  z-index: 0;
}
.manga-contents .inner-wrap .s4-bg {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .inner-wrap .s4-bg {
    display: none;
  }
}
.manga-contents .inner-wrap .s5-bg {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .inner-wrap .s5-bg {
    top: -5%;
  }
}
.manga-contents .inner-wrap .manga {
  position: relative;
  z-index: 1;
}
.manga-contents .dot-line {
  display: block;
  margin: auto;
  max-width: 836px;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .dot-line {
    width: 88.8vw;
    max-width: none;
  }
}
.manga-contents .dot-line.dl1 {
  margin-top: 130px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .dot-line.dl1 {
    margin-top: 10vw;
  }
}
.manga-contents .dot-line.dl2 {
  margin-top: 50px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .dot-line.dl2 {
    margin-top: -5vw;
  }
}
.manga-contents .dot-line.dl3 {
  margin-top: 130px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .manga-contents .dot-line.dl3 {
    margin-top: 15vw;
    margin-bottom: -5vw;
  }
}

.pc-only {
  display: block !important;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .sp-only {
    display: block !important;
  }
}/*# sourceMappingURL=manga.css.map */