/* @Reference site */
/* @MEMO */
@-webkit-keyframes itemClipIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  99.9% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@keyframes itemClipIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  99.9% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.novel__header {
  position: relative;
  z-index: 1;
}

.novel__header__ttl {
  position: relative;
  width: 100%;
  height: 32.8vw;
  padding: 4.4vw 0 4.4vw;
}
.novel__header__ttl path {
  fill: #fff;
  opacity: 0;
}
.-load .novel__header__ttl path {
  -webkit-animation: fadeIn 0.2s ease-out forwards;
          animation: fadeIn 0.2s ease-out forwards;
}
.-load .novel__header__ttl path[data-color="1"] {
  -webkit-animation: fadeIn 0.2s ease-out forwards, changeThemeColor 0.2s ease-out forwards;
          animation: fadeIn 0.2s ease-out forwards, changeThemeColor 0.2s ease-out forwards;
}
.novel__header__ttl path[data-num="1"] {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.novel__header__ttl path[data-num="1"][data-color="1"] {
  -webkit-animation-delay: 0.35s, 0.65s;
          animation-delay: 0.35s, 0.65s;
}
.novel__header__ttl path[data-num="2"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.novel__header__ttl path[data-num="2"][data-color="1"] {
  -webkit-animation-delay: 0.4s, 0.7s;
          animation-delay: 0.4s, 0.7s;
}
.novel__header__ttl path[data-num="3"] {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.novel__header__ttl path[data-num="3"][data-color="1"] {
  -webkit-animation-delay: 0.45s, 0.75s;
          animation-delay: 0.45s, 0.75s;
}
.novel__header__ttl path[data-num="4"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.novel__header__ttl path[data-num="4"][data-color="1"] {
  -webkit-animation-delay: 0.5s, 0.8s;
          animation-delay: 0.5s, 0.8s;
}
.novel__header__ttl path[data-num="5"] {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.novel__header__ttl path[data-num="5"][data-color="1"] {
  -webkit-animation-delay: 0.55s, 0.85s;
          animation-delay: 0.55s, 0.85s;
}

@-webkit-keyframes changeThemeColor {
  0% {
    fill: #fff;
  }
  100% {
    fill: #dcff00;
  }
}

@keyframes changeThemeColor {
  0% {
    fill: #fff;
  }
  100% {
    fill: #dcff00;
  }
}
@-webkit-keyframes novel-flicker-1 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  16.5% {
    opacity: 1;
    fill: #fff;
  }
  19.1% {
    opacity: 0;
    fill: #fff;
  }
  24.3% {
    opacity: 1;
    fill: #fff;
  }
  26.5% {
    opacity: 0.3;
    fill: #fff;
  }
  31.3% {
    opacity: 1;
    fill: #dcff00;
  }
  34.8% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
@keyframes novel-flicker-1 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  16.5% {
    opacity: 1;
    fill: #fff;
  }
  19.1% {
    opacity: 0;
    fill: #fff;
  }
  24.3% {
    opacity: 1;
    fill: #fff;
  }
  26.5% {
    opacity: 0.3;
    fill: #fff;
  }
  31.3% {
    opacity: 1;
    fill: #dcff00;
  }
  34.8% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
@-webkit-keyframes novel-flicker-2 {
  0% {
    opacity: 0;
    fill: #dcff00;
  }
  6.5% {
    opacity: 1;
    fill: #dcff00;
  }
  8.7% {
    opacity: 0;
    fill: #dcff00;
  }
  12.2% {
    opacity: 0.4;
    fill: #dcff00;
  }
  14.8% {
    opacity: 0;
    fill: #dcff00;
  }
  20.9% {
    opacity: 1;
    fill: #dcff00;
  }
  23% {
    opacity: 0.2;
    fill: #dcff00;
  }
  27% {
    opacity: 1;
    fill: #dcff00;
  }
  34.8% {
    opacity: 0;
    fill: #dcff00;
  }
  39.1% {
    opacity: 1;
    fill: #dcff00;
  }
  100% {
    opacity: 1;
    fill: #dcff00;
  }
}
@keyframes novel-flicker-2 {
  0% {
    opacity: 0;
    fill: #dcff00;
  }
  6.5% {
    opacity: 1;
    fill: #dcff00;
  }
  8.7% {
    opacity: 0;
    fill: #dcff00;
  }
  12.2% {
    opacity: 0.4;
    fill: #dcff00;
  }
  14.8% {
    opacity: 0;
    fill: #dcff00;
  }
  20.9% {
    opacity: 1;
    fill: #dcff00;
  }
  23% {
    opacity: 0.2;
    fill: #dcff00;
  }
  27% {
    opacity: 1;
    fill: #dcff00;
  }
  34.8% {
    opacity: 0;
    fill: #dcff00;
  }
  39.1% {
    opacity: 1;
    fill: #dcff00;
  }
  100% {
    opacity: 1;
    fill: #dcff00;
  }
}
@-webkit-keyframes novel-flicker-3 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  23.9% {
    opacity: 1;
    fill: #fff;
  }
  26% {
    opacity: 0;
    fill: #fff;
  }
  29.5% {
    opacity: 0.5;
    fill: #fff;
  }
  32.6% {
    opacity: 0;
    fill: #fff;
  }
  37.8% {
    opacity: 1;
    fill: #dcff00;
  }
  40.8% {
    opacity: 1;
    fill: #fff;
  }
  45.6% {
    opacity: 0;
    fill: #fff;
  }
  50% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
@keyframes novel-flicker-3 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  23.9% {
    opacity: 1;
    fill: #fff;
  }
  26% {
    opacity: 0;
    fill: #fff;
  }
  29.5% {
    opacity: 0.5;
    fill: #fff;
  }
  32.6% {
    opacity: 0;
    fill: #fff;
  }
  37.8% {
    opacity: 1;
    fill: #dcff00;
  }
  40.8% {
    opacity: 1;
    fill: #fff;
  }
  45.6% {
    opacity: 0;
    fill: #fff;
  }
  50% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
@-webkit-keyframes novel-flicker-4 {
  0% {
    opacity: 0;
    fill: #dcff00;
  }
  47.8% {
    opacity: 0.5;
    fill: #dcff00;
  }
  50.9% {
    opacity: 0;
    fill: #dcff00;
  }
  55.2% {
    opacity: 1;
    fill: #dcff00;
  }
  58.3% {
    opacity: 0.2;
    fill: #dcff00;
  }
  63% {
    opacity: 1;
    fill: #dcff00;
  }
  66.5% {
    opacity: 0;
    fill: #dcff00;
  }
  71.7% {
    opacity: 1;
    fill: #dcff00;
  }
  75.7% {
    opacity: 0.4;
    fill: #dcff00;
  }
  80.4% {
    opacity: 1;
    fill: #dcff00;
  }
  100% {
    opacity: 1;
    fill: #dcff00;
  }
}
@keyframes novel-flicker-4 {
  0% {
    opacity: 0;
    fill: #dcff00;
  }
  47.8% {
    opacity: 0.5;
    fill: #dcff00;
  }
  50.9% {
    opacity: 0;
    fill: #dcff00;
  }
  55.2% {
    opacity: 1;
    fill: #dcff00;
  }
  58.3% {
    opacity: 0.2;
    fill: #dcff00;
  }
  63% {
    opacity: 1;
    fill: #dcff00;
  }
  66.5% {
    opacity: 0;
    fill: #dcff00;
  }
  71.7% {
    opacity: 1;
    fill: #dcff00;
  }
  75.7% {
    opacity: 0.4;
    fill: #dcff00;
  }
  80.4% {
    opacity: 1;
    fill: #dcff00;
  }
  100% {
    opacity: 1;
    fill: #dcff00;
  }
}
@-webkit-keyframes novel-flicker-5 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  32.6% {
    opacity: 1;
    fill: #fff;
  }
  35.2% {
    opacity: 0;
    fill: #fff;
  }
  39.1% {
    opacity: 0.4;
    fill: #fff;
  }
  42.6% {
    opacity: 1;
    fill: #fff;
  }
  47% {
    opacity: 1;
    fill: #dcff00;
  }
  51.3% {
    opacity: 1;
    fill: #fff;
  }
  55.7% {
    opacity: 0;
    fill: #fff;
  }
  60% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
@keyframes novel-flicker-5 {
  0% {
    opacity: 0;
    fill: #fff;
  }
  32.6% {
    opacity: 1;
    fill: #fff;
  }
  35.2% {
    opacity: 0;
    fill: #fff;
  }
  39.1% {
    opacity: 0.4;
    fill: #fff;
  }
  42.6% {
    opacity: 1;
    fill: #fff;
  }
  47% {
    opacity: 1;
    fill: #dcff00;
  }
  51.3% {
    opacity: 1;
    fill: #fff;
  }
  55.7% {
    opacity: 0;
    fill: #fff;
  }
  60% {
    opacity: 1;
    fill: #fff;
  }
  100% {
    opacity: 1;
    fill: #fff;
  }
}
.novel__header__line {
  width: 100%;
  height: 1vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.-load .novel__header__line {
  -webkit-animation: itemClipIn 0.5s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: itemClipIn 0.5s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.novel__header__line.-top {
  position: absolute;
  top: 0;
  background: linear-gradient(to right, #eb6455 0%, #eb6455 25%, #1d5eb8 25%, #1d5eb8 50%, #a570b0 50%, #a570b0 75%, #fbc85a 75%, #fbc85a 100%);
}
.novel__header__line.-bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #e9589a 0%, #e9589a 25%, #005738 25%, #005738 50%, #aaaaaa 50%, #aaaaaa 75%, #e94a31 75%, #e94a31 100%);
}

.novel__header__ttl__top {
  display: flex;
  margin: 0 auto;
  width: 93.5vw;
  justify-content: space-between;
  opacity: 0;
}
.-load .novel__header__ttl__top {
  -webkit-animation: fadeIn 0.5s 0.2s ease-out forwards;
          animation: fadeIn 0.5s 0.2s ease-out forwards;
}

.novel__header__ttl__top__logo {
  width: 27.8vw;
}
.novel__header__ttl__top__logo img {
  display: block;
}

.novel__header__ttl__top__teams {
  width: 59.7vw;
  margin-top: 2.3vw;
}
.novel__header__ttl__top__teams img {
  display: block;
}

.novel__header__ttl__main {
  width: 89.7vw;
  margin: 0.6vw auto 0;
  transform: translateX(0.6vw);
  font-size: initial;
}

.novel__header__ttl__ja {
  width: 23.8vw;
  margin: 1.1vw 4.6vw 0 auto;
  opacity: 0;
}
.novel__header__ttl__ja img {
  display: block;
}
.-load .novel__header__ttl__ja {
  -webkit-animation: fadeIn 0.5s 0.2s ease-out forwards;
          animation: fadeIn 0.5s 0.2s ease-out forwards;
}

.novel__header__credit {
  width: 80.7vw;
  margin: 0.8vw auto 0;
  text-align: right;
  opacity: 0;
}
.-load .novel__header__credit {
  -webkit-animation: fadeIn 0.5s 0.2s ease-out forwards;
          animation: fadeIn 0.5s 0.2s ease-out forwards;
}

.novel__header__credit__txt {
  font-weight: 400;
  position: relative;
  font-size: 3.3vw;
  display: inline-block;
  padding-left: 4.4vw;
}
.novel__header__credit__txt:before {
  content: "";
  background: url("/assets/img/novel/header/ico_cd.webp") center/contain no-repeat;
  width: 3.3vw;
  height: 3.3vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}

.novel__header__txt {
  font-size: 3.8vw;
  line-height: 1.7333333333;
  font-weight: 700;
  width: 82vw;
  margin: 5.7vw auto 0;
  position: relative;
  opacity: 0;
}
.novel__header__txt .-line {
  letter-spacing: -0.2em;
}
.-load .novel__header__txt {
  -webkit-animation: fadeIn 0.5s 0.2s ease-out forwards;
          animation: fadeIn 0.5s 0.2s ease-out forwards;
}

.novel {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: relative;
}
.novel::before, .novel::after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 0;
}
.novel::before {
  background: linear-gradient(rgba(0, 0, 0, 0.877), rgba(0, 0, 0, 0.877)), url(/assets/img/novel/list/ph_bg_nrw.jpg) center/100% auto repeat-y;
  -webkit-animation: bg_zoom 10s 0s linear infinite alternate;
          animation: bg_zoom 10s 0s linear infinite alternate;
}
.novel::after {
  background: url(/assets/img/novel/list/ico_cross_nrw.svg) repeat;
  background-size: 12vw 12vw;
}

.novel__inner,
.novel__link__official,
.novel__footer {
  position: relative;
  z-index: 1;
}

.novel__inner {
  padding: 15.7vw 0 23vw 0;
}

.novel__link__official {
  display: block;
  position: relative;
  width: 79.4vw;
  margin: 24.3vw auto 0;
  opacity: 0;
}

.novel__link__official__inner {
  background-color: #000;
  padding: 2vw 0 1.7vw 6.9vw;
  border-radius: 100px;
  border: 1px #fff solid;
}
.novel__link__official__inner:before {
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2vw;
  height: 2.8vw;
  position: absolute;
  top: 50%;
  right: 5.1vw;
  transform: translateY(-50%);
}

.novel__link__official__txt {
  width: 60.7vw;
}

.novel__footer {
  align-items: baseline;
  display: flex;
  justify-content: center;
  gap: 3.5vw;
  margin-top: 7.6vw;
  opacity: 0;
  position: relative;
  font-size: 2.8vw;
  line-height: 1;
}

.novel__footer__links {
  align-items: baseline;
  display: flex;
  gap: 3.5vw;
}
.novel__footer__links a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1em;
  text-decoration: none;
}

.novel__copy {
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  position: relative;
  text-align: center;
}

.novel__list {
  width: 83.3vw;
  margin: 12.8vw auto 0;
  position: relative;
  z-index: 1;
}

.novel__list__head {
  position: relative;
  padding-left: 5.1vw;
  opacity: 0;
}
.-load .novel__list__head {
  -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
          animation: fadeIn 0.5s 1s ease-out forwards;
}
.novel__list__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #dcff00;
  transform: translateY(-50%);
  width: 1.5vw;
  height: 13.3vw;
}
.novel__list__head.-vol1 {
  width: 71.4vw;
}
.novel__list__head.-vol2 {
  width: 79.4vw;
  margin-top: 14.1vw;
}
.novel__list__head.-vol2:before {
  transform: translateY(-52%);
}

.novel__list__wrapper {
  margin-top: 6.4vw;
}

.novel__list__item {
  position: relative;
  height: 57.1vw;
  display: block;
  pointer-events: none;
}
.novel__list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #404040;
  position: absolute;
  top: 0;
}
.novel__list__item::after {
  content: "";
}
.-load .novel__list__item {
  pointer-events: all;
}

.novel__list__item__team {
  height: 4.3vw;
  position: absolute;
  top: -4.4vw;
  right: 0;
  opacity: 0;
}
.novel__list__item__team img {
  display: block;
}
.novel__list__item__team img {
  height: 100%;
  vertical-align: baseline;
}
[data-status="0"] .novel__list__item__team {
  display: none;
}

@-webkit-keyframes bookScaleIn {
  0% {
    opacity: 0;
    transform: translateY(-51%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translateY(-51%) scale(1);
  }
}

@keyframes bookScaleIn {
  0% {
    opacity: 0;
    transform: translateY(-51%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translateY(-51%) scale(1);
  }
}
.novel__list__item__logo {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.-bae .novel__list__item__logo {
  width: 24.1vw;
  position: absolute;
  top: 16.6vw;
  right: 2.5vw;
}
.-thecatswhiskers .novel__list__item__logo {
  width: 40vw;
  position: absolute;
  top: 20.5vw;
  right: 1.2vw;
}
.-cozmez .novel__list__item__logo {
  width: 43.4vw;
  position: absolute;
  top: 30.7vw;
  right: 2.5vw;
}
.-akanyatsura .novel__list__item__logo {
  width: 23.5vw;
  position: absolute;
  top: 17.3vw;
  right: 2.5vw;
}
.-visty .novel__list__item__logo {
  width: 22.9vw;
  position: absolute;
  top: 14.8vw;
  right: 2.5vw;
}
.-amprule .novel__list__item__logo {
  width: 25.5vw;
  position: absolute;
  top: 14.1vw;
  right: 2.5vw;
}
.-t_1nm8 .novel__list__item__logo {
  width: 27.4vw;
  position: absolute;
  top: 25.6vw;
  right: 1.6vw;
}
.-gokuluck .novel__list__item__logo {
  width: 34.4vw;
  position: absolute;
  top: 20.5vw;
  right: 2.8vw;
}
.-thecatswhiskers[data-status="0"] .novel__list__item__logo {
  width: 58.4vw;
  position: absolute;
  top: 50%;
  left: calc(50% + 1.9vw);
}
.-cozmez[data-status="0"] .novel__list__item__logo {
  width: 53.9vw;
}
.-akanyatsura[data-status="0"] .novel__list__item__logo {
  width: 37.5vw;
}
.-visty[data-status="0"] .novel__list__item__logo {
  width: 36vw;
}
.-amprule[data-status="0"] .novel__list__item__logo {
  width: 40.1vw;
}
.-t_1nm8[data-status="0"] .novel__list__item__logo {
  width: 38.7vw;
}
.-gokuluck[data-status="0"] .novel__list__item__logo {
  width: 51.2vw;
}

.novel__list__item__book {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -2.6vw;
  transform: translateY(-50%);
  z-index: 1;
  perspective: 1000px;
  aspect-ratio: 162/236;
  transition: transform 0.3s ease;
  width: 31.9vw;
}
[data-status="0"] .novel__list__item__book {
  display: none;
}

.novel__list__item__book__inner {
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.novel__list__item__book__cont {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  width: 31.9vw;
}

.novel__list__item__book__cover {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform-origin: right center;
  width: 30.6vw;
}

@-webkit-keyframes bookCoverClose {
  0% {
    transform: rotateY(22deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes bookCoverClose {
  0% {
    transform: rotateY(22deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.novel__list__item__content {
  position: relative;
  width: 46.6vw;
  height: 47.3vw;
  margin-left: 32vw;
}
[data-status="0"] .novel__list__item__content {
  display: none;
}

.novel__list__item__ttl {
  font-weight: 800;
  font-style: italic;
  font-size: 4.3vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.novel__list__item__detail {
  font-weight: 700;
  line-height: 1.6923076923;
  font-size: 3.3vw;
  margin-top: 1.2vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: justify;
  letter-spacing: -0.01em;
}
.-visty .novel__list__item__detail {
  letter-spacing: -0.08em;
}
.novel__list__item__detail .-line {
  letter-spacing: -0.1em;
}

.novel__list__item__link {
  background-color: #dcff00;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 3vw 0 3.8vw;
  border-radius: 6px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: background-color 0.3s ease;
}
.novel__list__item__link:after {
  transition: background-color 0.3s ease;
  content: "";
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2vw;
  height: 2.8vw;
  position: absolute;
  top: 50%;
  right: 2.3vw;
  transform: translateY(-50%);
}
[data-status="0"] .novel__list__item__link {
  display: none;
}

.novel__list__item__link__txt {
  font-weight: 700;
  font-size: 3.5vw;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  color: #000;
}

.novel__list__item__cs {
  width: 33.8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-status="1"] .novel__list__item__cs {
  display: none;
}
@media (min-width: 769px) {
  .novel__header__ttl {
    width: 640px;
    height: 186px;
    margin: 0 auto;
    padding: 20px 0 23px;
  }
  .novel__header__line {
    height: 6px;
  }
  .novel__header__ttl__top {
    width: 580px;
  }
  .novel__header__ttl__top__logo {
    width: 172px;
  }
  .novel__header__ttl__top__teams {
    width: 370px;
    margin-top: 13px;
  }
  .novel__header__ttl__main {
    margin: 3px auto 0;
    width: 556px;
    transform: translateX(5px);
  }
  .novel__header__ttl__ja {
    width: 119px;
    margin: 2px 36px 0 auto;
  }
  .novel__header__credit {
    width: 640px;
    margin: 5px auto 0;
  }
  .novel__header__credit__txt {
    font-size: 0.75rem;
    padding-left: 21px;
  }
  .novel__header__credit__txt:before {
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
  .novel__header__txt {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .novel::before {
    background: linear-gradient(rgba(0, 0, 0, 0.877), rgba(0, 0, 0, 0.877)), url(/assets/img/novel/list/ph_bg.jpg) center/cover;
    -webkit-animation: bg_zoom 20s 0s linear infinite alternate;
            animation: bg_zoom 20s 0s linear infinite alternate;
  }
  .novel::after {
    background: url(/assets/img/novel/list/ico_cross.svg) repeat;
    background-size: 80px 80px;
  }
  .novel__inner {
    padding: 98px 0 90px;
  }
  .-load .novel__link__official {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__link__official {
    width: 434px;
    margin: 100px auto 0;
  }
  .novel__link__official__inner {
    padding: 9px 0 9px 38px;
  }
  .novel__link__official__inner:before {
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 27px;
  }
  .novel__link__official__txt {
    width: 332px;
  }
  .-load .novel__footer {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__footer {
    font-size: 0.6875rem;
    gap: 30px;
    margin-top: 36px;
  }
  .novel__footer__links {
    gap: 30px;
  }
  .novel__list {
    width: 1536px;
    margin: 60px auto 0;
  }
  .-load .novel__list__head {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__list__head {
    padding-left: 26px;
  }
  .novel__list__head:before {
    width: 8px;
    height: 32px;
  }
  .novel__list__head.-vol1 {
    width: 655px;
  }
  .novel__list__head.-vol2 {
    width: 751px;
    margin-top: 65px;
  }
  .novel__list__head.-vol2:before {
    transform: translateY(-43%);
  }
  .novel__list__wrapper {
    margin-top: 51px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .-load .novel__list__item::before {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__list__item {
    width: 354px;
    height: 282px;
    cursor: pointer;
  }
  .novel__list__item[data-status="0"] {
    pointer-events: none;
  }
  .-load .novel__list__item__team {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__list__item__team {
    height: 18px;
    position: absolute;
    top: -18px;
    right: 0;
  }
  .-load .novel__list__item__logo {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .-bae .novel__list__item__logo {
    width: 107px;
    position: absolute;
    top: 104px;
    right: 10px;
  }
  .-thecatswhiskers .novel__list__item__logo {
    width: 173px;
    position: absolute;
    top: 131px;
    right: 10px;
  }
  .-cozmez .novel__list__item__logo {
    width: 176px;
    position: absolute;
    top: 166px;
    right: 10px;
  }
  .-akanyatsura .novel__list__item__logo {
    width: 104px;
    position: absolute;
    top: 110px;
    right: 10px;
  }
  .-visty .novel__list__item__logo {
    width: 101px;
    position: absolute;
    top: 103px;
    right: 10px;
  }
  .-amprule .novel__list__item__logo {
    width: 110px;
    position: absolute;
    top: 96px;
    right: 10px;
  }
  .-t_1nm8 .novel__list__item__logo {
    width: 115px;
    position: absolute;
    top: 138px;
    right: 12px;
  }
  .-gokuluck .novel__list__item__logo {
    width: 150px;
    position: absolute;
    top: 128px;
    right: 12px;
  }
  [data-status="0"] .novel__list__item__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .-thecatswhiskers[data-status="0"] .novel__list__item__logo {
    width: 269px;
    position: absolute;
    top: 50%;
    left: calc(50% + 10px);
  }
  .-cozmez[data-status="0"] .novel__list__item__logo {
    width: 251px;
  }
  .-akanyatsura[data-status="0"] .novel__list__item__logo {
    width: 175px;
  }
  .-visty[data-status="0"] .novel__list__item__logo {
    width: 167px;
  }
  .-amprule[data-status="0"] .novel__list__item__logo {
    width: 186px;
  }
  .-t_1nm8[data-status="0"] .novel__list__item__logo {
    width: 180px;
  }
  .-gokuluck[data-status="0"] .novel__list__item__logo {
    width: 234px;
  }
  .novel__list__item__book {
    width: 162px;
    position: absolute;
    top: 50%;
    left: -3px;
  }
  .novel__list__item:hover .novel__list__item__book {
    transform: translateY(-50%) scale(1.09);
  }
  .-load .novel__list__item__book__inner {
    -webkit-animation: bookScaleIn 1.3s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
            animation: bookScaleIn 1.3s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  .novel__list__item__book__cont {
    width: 162px;
  }
  .novel__list__item__book__cover {
    width: 155px;
  }
  .novel__list__item:hover .novel__list__item__book__cover {
    transform: rotateY(22deg);
  }
  .novel__list__item__content {
    width: 156px;
    height: 242px;
    margin: 21px 0 0 176px;
  }
  .novel__list__item__ttl {
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 3px;
  }
  .-load .novel__list__item__ttl {
    -webkit-animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .novel__list__item__detail {
    margin-top: 11px;
    line-height: 1.5714285714;
    font-size: 0.875rem;
  }
  .-load .novel__list__item__detail {
    -webkit-animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .novel__list__item__link {
    padding: 11px 0 13px;
  }
  .novel__list__item:hover .novel__list__item__link {
    background-color: #000;
  }
  .-load .novel__list__item__link {
    -webkit-animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .novel__list__item__link:after {
    width: 8px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 12px;
  }
  .novel__list__item:hover .novel__list__item__link:after {
    background-color: #dcff00;
  }
  .novel__list__item__link__txt {
    font-size: 1rem;
  }
  .novel__list__item:hover .novel__list__item__link__txt {
    color: #dcff00;
  }
  .-load .novel__list__item__cs {
    -webkit-animation: fadeIn 0.5s 1s ease-out forwards;
            animation: fadeIn 0.5s 1s ease-out forwards;
  }
  .novel__list__item__cs {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .-load .novel__header__line {
    -webkit-animation: itemClipIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .-load .novel__header__ttl__top {
    -webkit-animation: fadeIn 0.5s 0.1s ease-out forwards;
            animation: fadeIn 0.5s 0.1s ease-out forwards;
  }
  .-load .novel__header__ttl__ja {
    -webkit-animation: fadeIn 0.5s 0.1s ease-out forwards;
            animation: fadeIn 0.5s 0.1s ease-out forwards;
  }
  .-load .novel__header__credit {
    -webkit-animation: fadeIn 0.5s 0.1s ease-out forwards;
            animation: fadeIn 0.5s 0.1s ease-out forwards;
  }
  .-load .novel__header__txt {
    -webkit-animation: fadeIn 0.5s 0.1s ease-out forwards;
            animation: fadeIn 0.5s 0.1s ease-out forwards;
  }
  .novel__header__txt {
    text-align: justify;
  }
  .novel__link__official.-reveal {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .novel__footer.-reveal {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .novel__list__head.-reveal {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .novel__list__item.-reveal {
    pointer-events: all;
  }
  .novel__list__item.-reveal::before {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .novel__list__item {
    margin-top: 8.9vw;
    padding-top: 4.2vw;
  }
  .novel__list__item.-visty {
    margin-top: 7.6vw;
  }
  .novel__list__item[data-status="0"] {
    pointer-events: none;
  }
  .-reveal .novel__list__item__team {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .-reveal .novel__list__item__logo {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  [data-status="0"] .novel__list__item__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .novel__list__item__logo img {
    width: 100%;
    max-width: none;
  }
  .-reveal .novel__list__item__book__inner {
    -webkit-animation: bookScaleIn 1.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
            animation: bookScaleIn 1.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  .-reveal .novel__list__item__ttl {
    -webkit-animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .-reveal .novel__list__item__detail {
    -webkit-animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .-reveal .novel__list__item__link {
    -webkit-animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: itemClipIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .novel__list__item__link__txt {
    transform: translateX(-5%);
  }
  .-reveal .novel__list__item__cs {
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
}
@media (min-width: 769px) and (max-width: 1640px) {
  .novel__list {
    width: 740px;
  }
  .novel__list__wrapper {
    flex-wrap: wrap;
  }
  .novel__list__item:not(:nth-of-type(1), :nth-of-type(2)) {
    margin-top: 40px;
  }
}