.p-comics__contents_bottomtxt {
  text-align: center;
  margin-top: 3.8rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0;
  -webkit-transition: opacity 0.7s var(--ease-out) 0.2s, -webkit-transform 0.7s var(--ease-out) 0.2s;
  transition: opacity 0.7s var(--ease-out) 0.2s, -webkit-transform 0.7s var(--ease-out) 0.2s;
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s, -webkit-transform 0.7s var(--ease-out) 0.2s;
  font-weight: 500;
}
@media only screen and (max-width:899px) {
  .p-comics__contents_bottomtxt {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.is-load .p-comics__contents_bottomtxt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}