.p-special_in__illust {
  margin-top: 60px;
  padding-bottom: 6rem;
}
@media only screen and (max-width:899px) {
  .p-special_in__illust {
    margin-top: 5rem;
    padding-bottom: 12rem;
  }
}
.p-special_in__illust_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media only screen and (max-width:899px) {
  .p-special_in__illust_list {
    -ms-grid-columns: 1fr 2.66% 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.66% 2.66%;
  }
}
.p-special_in__illust_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__illust_block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-active .p-special_in__illust_block:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-active .p-special_in__illust_block:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-active .p-special_in__illust_block:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-active .p-special_in__illust_block:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-active .p-special_in__illust_block:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.is-active .p-special_in__illust_block:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-active .p-special_in__illust_block:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.is-active .p-special_in__illust_block:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-active .p-special_in__illust_block:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.is-active .p-special_in__illust_block:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-active .p-special_in__illust_block:nth-child(11) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.is-active .p-special_in__illust_block:nth-child(12) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.is-active .p-special_in__illust_block:nth-child(13) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.is-active .p-special_in__illust_block:nth-child(14) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.is-active .p-special_in__illust_block:nth-child(15) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.is-active .p-special_in__illust_block:nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.is-active .p-special_in__illust_block:nth-child(17) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.is-active .p-special_in__illust_block:nth-child(18) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-active .p-special_in__illust_block:nth-child(19) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.is-active .p-special_in__illust_block:nth-child(20) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.p-special_in__illust_block figure {
  cursor: pointer;
  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__illust_block figure {
    -webkit-box-shadow: 2px 2px 10px -4px #c2c2c2;
            box-shadow: 2px 2px 10px -4px #c2c2c2;
  }
}
.p-special_in__illust_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__illust_block figure img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:900px) {
  .p-special_in__illust_block figure:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.p-special_in__illust_block .name {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-blue);
}
@media only screen and (max-width:899px) {
  .p-special_in__illust_block .name {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-special_in__illust_block .name span {
  font-size: 80%;
  vertical-align: baseline;
}
.p-special_in__illust_block .c-btn {
  position: relative;
  display: block;
  width: 80%;
  margin: 1.5rem auto 0;
  padding: 11px 0;
  font-family: var(--font-en);
  text-align: center;
  border: 1px solid var(--color-red);
  border-radius: 1000px;
  -webkit-transition: border-color 1s var(--ease-main), background-color 1s var(--ease-main);
  transition: border-color 1s var(--ease-main), background-color 1s var(--ease-main);
}
@media only screen and (max-width:899px) {
  .p-special_in__illust_block .c-btn {
    width: 90%;
    margin-top: 1rem;
    padding: 0.8rem 0;
  }
}
@media only screen and (min-width:900px) {
  .p-special_in__illust_block .c-btn:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
  }
  .p-special_in__illust_block .c-btn:hover::before {
    width: 90%;
    width: 20%;
    background-color: var(--color-white);
  }
  .p-special_in__illust_block .c-btn:hover span {
    color: var(--color-white);
  }
  .p-special_in__illust_block .c-btn:hover svg {
    fill: var(--color-white);
  }
}
.p-special_in__illust_block .c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.7%;
  height: 1px;
  background: var(--color-red);
  -webkit-transition: width 1s var(--ease-main), background-color 1s var(--ease-main);
  transition: width 1s var(--ease-main), background-color 1s var(--ease-main);
}
@media only screen and (max-width:899px) {
  .p-special_in__illust_block .c-btn::before {
    width: 10.9%;
  }
}
.p-special_in__illust_block .c-btn svg {
  height: 25px;
  fill: var(--color-red);
  -webkit-transition: fill 1s var(--ease-main), background-color 1s var(--ease-main);
  transition: fill 1s var(--ease-main), background-color 1s var(--ease-main);
}
@media only screen and (max-width:899px) {
  .p-special_in__illust_block .c-btn svg {
    height: 15px;
  }
}

@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%;
  }
}