/*=============================================================
 01_base
=============================================================*/
@-webkit-keyframes new {
  0% {
    transform: translateY(-1vw);
  }
  5% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1vw);
  }
  40% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1vw);
  }
}
@keyframes new {
  0% {
    transform: translateY(-1vw);
  }
  5% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1vw);
  }
  40% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1vw);
  }
}
#comic {
  padding-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  #comic {
    padding-bottom: 15.3125vw;
  }
}
@media only screen and (max-width: 768px) {
  #comic .ttl-box h1 {
    width: 44.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #comic h2 {
    margin-bottom: 18.75vw;
  }
}
#comic .select-box {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding-top: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #comic .select-box {
    gap: 0 1.5625vw;
    padding-top: 2.34375vw;
  }
}
#comic .select-box .select {
  position: relative;
  top: 10px;
  width: 332px;
  height: 80px;
  padding: 25px 0 0;
  border: 2px solid #64507C;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  text-align: center;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #comic .select-box .select {
    width: 46.09375vw;
    height: 12.5vw;
    border-radius: 3.125vw 3.125vw 0 0;
  }
}
#comic .select-box .select.off {
  pointer-events: none;
}
#comic .select-box .select p:nth-child(1) {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  line-height: 1.4;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 30px;
  color: #fff;
  background-color: #897CBC;
}
@media only screen and (max-width: 768px) {
  #comic .select-box .select p:nth-child(1) {
    top: -2.34375vw;
    font-size: 3.125vw;
    padding: 0 3.125vw;
    border-radius: 4.6875vw;
  }
}
#comic .select-box .select p:nth-child(1) span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #comic .select-box .select p:nth-child(1) span {
    font-size: 3.75vw;
  }
}
#comic .select-box .select p:nth-child(2) {
  font-size: 28px;
  font-weight: 700;
  color: #64507C;
}
@media only screen and (max-width: 768px) {
  #comic .select-box .select p:nth-child(2) {
    font-size: 4.0625vw;
  }
}
#comic .select-box .select.active {
  top: 0;
  opacity: 1;
}
#comic .select-box .select.active p:nth-child(2) {
  color: #897CBC;
}
#comic .select-box #btn-part1 p:nth-child(1) {
  background-color: #ED6A9B;
}
#comic .select-box #btn-part1.active p:nth-child(2) {
  color: #ED6A9B;
}
#comic .block {
  position: absolute !important;
  top: 259px;
  width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  #comic .block {
    top: 52.96875vw;
    width: 100%;
    padding-top: 10.625vw;
  }
}
#comic .block.active {
  position: relative !important;
  top: 0;
}
#comic .block::before {
  content: "";
  width: 315px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #64507C;
}
@media only screen and (max-width: 768px) {
  #comic .block::before {
    width: 3.4375vw;
  }
}
#comic .block::after {
  content: "";
  width: 657px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #64507C;
}
@media only screen and (max-width: 768px) {
  #comic .block::after {
    width: 51.09375vw;
  }
}
#comic .block .bg-cover {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
#comic .block#part1::before {
  left: auto;
  right: 0;
}
#comic .block#part1::after {
  right: inherit;
  left: 0;
}
#comic .block .check {
  position: absolute;
  top: -264px;
  right: 100px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #comic .block .check {
    width: 23.4375vw;
    top: -40.625vw;
    right: 0.78125vw;
  }
}
#comic .block .check a {
  display: block;
  transition: all 0.3s ease;
}
#comic .block .check:hover a {
  transform: scale(1.05);
}
#comic .block .new-comic {
  position: relative;
  width: 530px;
  padding: 0 30px 30px;
  background-color: rgba(246, 26, 173, 0.1);
  margin: 0 auto 60px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic {
    width: 93.75vw;
    padding: 0 5.9375vw 5.9375vw;
    margin: 0 auto 8.75vw;
  }
}
#comic .block .new-comic.coming {
  padding-top: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic.coming {
    padding-top: 5.9375vw;
  }
}
#comic .block .new-comic.coming .txt-box .number {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic.coming .txt-box .number {
    margin-top: 0.9375vw;
  }
}
#comic .block .new-comic .new {
  position: absolute;
  top: -14px;
  left: -10px;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .new {
    width: 12.1875vw;
    top: -2.1875vw;
    left: -1.5625vw;
  }
}
#comic .block .new-comic .txt {
  margin-bottom: 3px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .txt {
    width: 13.90625vw;
    margin: 0 auto 0.46875vw;
  }
}
#comic .block .new-comic .txt img {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .txt img {
    margin-top: -3.125vw;
  }
}
#comic .block .new-comic a {
  text-decoration: none;
  color: #64507C;
}
#comic .block .new-comic a:hover .thumb img {
  transform: scale(1.05);
}
#comic .block .new-comic .txt-box {
  text-align: center;
  border: 2px solid #64507C;
  padding: 4px 38px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .txt-box {
    border-width: 0.3125vw;
    padding: 0.9375vw 10vw 1.875vw;
  }
}
#comic .block .new-comic .txt-box .number {
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .txt-box .number {
    font-size: 3.125vw;
  }
}
#comic .block .new-comic .txt-box .title {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #comic .block .new-comic .txt-box .title {
    font-size: 2.5vw;
  }
}
#comic .block .new-comic .img-box {
  height: 292px;
  padding: 18px;
  border: 2px solid #64507C;
  background-color: #fff;
}
#comic .block .new-comic .img-box .thumb {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#comic .block .new-comic .img-box .thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
#comic .block .comic-list {
  margin: 0 -18px;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list {
    margin: 0;
  }
}
#comic .block .comic-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul {
    width: 78.90625vw;
    display: block;
    margin: 0 auto;
  }
}
#comic .block .comic-list ul li {
  position: relative;
  width: 374px;
  margin: 0 18px 70px;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul li {
    width: auto;
    margin: 0 0 9.375vw;
  }
}
#comic .block .comic-list ul li a {
  display: block;
  text-decoration: none;
  color: #64507C;
}
#comic .block .comic-list ul li a:hover .thumb img {
  transform: scale(1.05);
}
#comic .block .comic-list ul li .txt-box {
  text-align: center;
  border: 2px solid #64507C;
  padding: 4px 18px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul li .txt-box {
    border-width: 0.3125vw;
    padding: 0.9375vw 4.6875vw 1.875vw;
    margin-bottom: 2.8125vw;
  }
}
#comic .block .comic-list ul li .txt-box .number {
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul li .txt-box .number {
    font-size: 3.125vw;
  }
}
#comic .block .comic-list ul li .txt-box .title {
  font-size: 13.5px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul li .txt-box .title {
    font-size: 2.8125vw;
  }
}
#comic .block .comic-list ul li .img-box {
  padding: 10px;
  height: 236px;
  background-color: #fff;
  border: 2px solid #64507C;
}
@media only screen and (max-width: 768px) {
  #comic .block .comic-list ul li .img-box {
    height: 49.84375vw;
    padding: 2.8125vw;
  }
}
#comic .block .comic-list ul li .img-box .thumb {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#comic .block .comic-list ul li .img-box .thumb img {
  width: 100%;
  transition: all 0.3s ease;
}

#comic-view {
  position: relative;
  margin-top: 0;
  padding: 80px 0 105px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #comic-view {
    padding: 7.8125vw 0 15vw;
  }
}
#comic-view::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_cloud.png") no-repeat bottom center #fff;
  background-size: 100% auto;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #comic-view::before {
    background: url("../img/bg_cloud-sp.png") no-repeat bottom center;
    background-size: 100% auto;
  }
}
#comic-view .btn-back {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #comic-view .btn-back {
    margin-bottom: 10.3125vw;
  }
}
#comic-view .txt-box {
  width: 813px;
  margin: 0 auto 30px;
  padding: 5px 20px 15px;
  border-radius: 100px;
  border: 2px solid #64507C;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #comic-view .txt-box {
    width: 87.5vw;
    margin: 0 auto 4.6875vw;
    padding: 0.78125vw 12.5vw 1.875vw;
    border-radius: 15.625vw;
  }
}
#comic-view .txt-box .number {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #comic-view .txt-box .number {
    font-size: 3.125vw;
  }
}
#comic-view .txt-box h1 {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #comic-view .txt-box h1 {
    font-size: 2.5vw;
  }
}
#comic-view .comic-con {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con {
    padding-bottom: 21.25vw;
  }
}
#comic-view .comic-con .swiper-button-prev, #comic-view .comic-con .swiper-button-next {
  top: 40%;
  width: 58px;
  height: 58px;
  background: url("../img/comic/arrow.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
  border-radius: 80px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .swiper-button-prev, #comic-view .comic-con .swiper-button-next {
    width: 9.0625vw;
    height: 9.0625vw;
  }
}
#comic-view .comic-con .swiper-button-prev::after, #comic-view .comic-con .swiper-button-next::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .swiper-button-prev, #comic-view .comic-con .swiper-button-next {
    display: block;
  }
}
#comic-view .comic-con .swiper-button-prev {
  right: 65px;
  left: inherit;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .swiper-button-prev {
    right: 0;
  }
}
#comic-view .comic-con .swiper-button-next {
  left: 65px;
  transform: scale(-1, -1);
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .swiper-button-next {
    left: 0;
  }
}
#comic-view .comic-con .swiper-con {
  width: 540px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .swiper-con {
    width: 93.75vw;
  }
}
#comic-view .comic-con ul li img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #707070;
}
#comic-view .comic-con .pagination-box {
  position: absolute;
  bottom: 50px;
  left: 190px;
  transform: rotate(180deg);
  transform-origin: center center;
  width: calc(100vw - 380px);
  padding: 36px;
  background-color: #fff;
  border: 2px solid #64507C;
  border-radius: 100px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .pagination-box {
    bottom: 3.125vw;
    width: 100%;
    left: 0;
    padding: 5vw 3.125vw;
    border-radius: 15.625vw;
  }
}
#comic-view .comic-con .pagination-box .page {
  position: absolute;
  width: 86px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) rotate(-180deg);
  padding: 4px 0;
  background-color: #64507C;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .pagination-box .page {
    width: 15.3125vw;
    padding: 0.625vw 0;
    border-radius: 12.5vw;
    bottom: -3.4375vw;
  }
}
#comic-view .comic-con .pagination-box .page::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #64507C;
  height: 12px;
  width: 13px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.4s ease 0.1s;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .pagination-box .page::after {
    width: 2.34375vw;
    height: 2.1875vw;
    bottom: -2.109375vw;
  }
}
#comic-view .comic-con .pagination-box .page p {
  font-size: 18px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #fff;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .pagination-box .page p {
    font-size: 3.125vw;
    margin-left: 0.78125vw;
  }
}
#comic-view .comic-con .pagination-box .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#comic-view .comic-con .pagination-box .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  height: 4px;
  border-radius: 0;
  background-color: #64507C;
}
#comic-view .comic-con .pagination-box .swiper-pagination .swiper-pagination-bullet:first-child {
  width: 10px !important;
}
#comic-view .comic-con .pagination-box .swiper-pagination span:not(.swiper-pagination-bullet-active ~ span) {
  background-color: #64507C;
  opacity: 1;
}
#comic-view .comic-con .pagination-box .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #64507C;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .pagination-box .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 2.96875vw;
    height: 2.96875vw;
    border-width: 0.3125vw;
    right: -0.78125vw;
    border-radius: 3.125vw;
  }
}
#comic-view .comic-con .link-box {
  position: absolute;
  bottom: 131px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box {
    bottom: -0.15625vw;
  }
}
#comic-view .comic-con .link-box li {
  position: absolute;
  top: 0;
  width: 168px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li {
    width: 21.5625vw;
  }
}
#comic-view .comic-con .link-box li a {
  position: relative;
  background-color: #fff;
  padding: 25px 30px;
  border: 2px solid #64507C;
  border-radius: 100px 0 0 100px;
  display: block;
  text-decoration: none;
  color: #64507C;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li a {
    padding: 2.03125vw 2.8125vw 2.03125vw 5.46875vw;
    border-width: 0.3125vw;
    border-radius: 15.625vw 0 0 15.625vw;
  }
}
#comic-view .comic-con .link-box li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transform: translateY(-50%);
  background-color: #64507C;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li a::before {
    width: 5.78125vw;
    height: 5.78125vw;
    left: 1.875vw;
    border-radius: 7.8125vw;
  }
}
#comic-view .comic-con .link-box li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 37px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  transform: translateY(-50%);
  background: url("../img/icon/arrow_white.svg") no-repeat top center;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li a::after {
    width: 2.5vw;
    height: 2.5vw;
    left: 3.59375vw;
  }
}
#comic-view .comic-con .link-box li p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li p {
    font-size: 3.125vw;
  }
}
#comic-view .comic-con .link-box li.off {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
#comic-view .comic-con .link-box li.link-prev {
  right: 0;
}
#comic-view .comic-con .link-box li.link-prev a {
  border-right: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li.link-prev a {
    padding: 2.03125vw 5.46875vw 2.03125vw 2.8125vw;
  }
}
#comic-view .comic-con .link-box li.link-prev a::before {
  left: inherit;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li.link-prev a::before {
    right: 1.875vw;
  }
}
#comic-view .comic-con .link-box li.link-prev a::after {
  left: inherit;
  right: 37px;
}
@media only screen and (max-width: 768px) {
  #comic-view .comic-con .link-box li.link-prev a::after {
    right: 3.59375vw;
  }
}
#comic-view .comic-con .link-box li.link-next {
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#comic-view .comic-con .link-box li.link-next a {
  border-radius: 0 100px 100px 0;
  border-left: none;
}
#comic-view .comic-con .link-box li.link-next a::after {
  transform: scale(-1, -1);
  transform-origin: 47% 25%;
}
#comic-view .comic-con .link-box li.link-next.active {
  pointer-events: unset;
  opacity: 1;
}