.p-special_in__manga {
  margin-top: 60px;
  padding-bottom: 6rem;
}
@media only screen and (max-width:899px) {
  .p-special_in__manga {
    margin-top: 5rem;
    padding-bottom: 12rem;
  }
}
.p-special_in__manga_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media only screen and (max-width:899px) {
  .p-special_in__manga_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.66% 2.66%;
  }
}
.p-special_in__manga_block {
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
}
.is-active .p-special_in__manga_block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-active .p-special_in__manga_block:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-active .p-special_in__manga_block:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-active .p-special_in__manga_block:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-active .p-special_in__manga_block:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-active .p-special_in__manga_block:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.is-active .p-special_in__manga_block:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-active .p-special_in__manga_block:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.is-active .p-special_in__manga_block:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-active .p-special_in__manga_block:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.is-active .p-special_in__manga_block:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-active .p-special_in__manga_block:nth-child(11) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.is-active .p-special_in__manga_block:nth-child(12) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.is-active .p-special_in__manga_block:nth-child(13) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.is-active .p-special_in__manga_block:nth-child(14) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.is-active .p-special_in__manga_block:nth-child(15) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.is-active .p-special_in__manga_block:nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.is-active .p-special_in__manga_block:nth-child(17) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.is-active .p-special_in__manga_block:nth-child(18) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-active .p-special_in__manga_block:nth-child(19) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.is-active .p-special_in__manga_block:nth-child(20) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.p-special_in__manga_block figure {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 2px 2px 20px -4px #c2c2c2;
          box-shadow: 2px 2px 20px -4px #c2c2c2;
  -webkit-transition: background-color 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: background-color 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: transform 1s var(--ease-main), background-color 1s var(--ease-main);
  transition: transform 1s var(--ease-main), background-color 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
}
@media only screen and (max-width:899px) {
  .p-special_in__manga_block figure {
    -webkit-box-shadow: 2px 2px 10px -4px #c2c2c2;
            box-shadow: 2px 2px 10px -4px #c2c2c2;
  }
}
.p-special_in__manga_block figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ccdcec), to(#f4d0d2));
  background: linear-gradient(to right, #ccdcec, #f4d0d2);
  opacity: 0.25;
  z-index: 0;
}
.p-special_in__manga_block figure img {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main);
  transition: transform 1s var(--ease-main), opacity 1s var(--ease-main), -webkit-transform 1s var(--ease-main);
}
@media only screen and (min-width:900px) {
  .p-special_in__manga_block figure:hover img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.p-special_in__manga_block .name {
  margin-bottom: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, right top, from(#004ea2), to(#c8161e));
  background: linear-gradient(to right, #004ea2, #c8161e);
  text-align: center;
}
@media only screen and (max-width:899px) {
  .p-special_in__manga_block .name {
    margin-bottom: 1rem;
    height: 3rem;
  }
}
.p-special_in__manga_block .name span {
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (max-width:899px) {
  .p-special_in__manga_block .name span {
    font-size: 1.5rem;
  }
}
.p-special_in__manga_block .name small {
  font-size: 80%;
  vertical-align: baseline;
}

.m-modal.m-modal-custom .m-modal__close-btn {
  top: -35px !important;
  right: 0 !important;
}

@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    right: 0 !important;
    top: -30px !important;
  }
  .m-modal.m-modal-custom .m-modal__content.--in {
    width: 90%;
  }
}