/* @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__story__content {
  opacity: 0;
  position: relative;
}
.-load .novel__story__content {
  -webkit-animation: fadeIn 0.5s 0s ease-out forwards;
          animation: fadeIn 0.5s 0s ease-out forwards;
}
.novel__story__content::before, .novel__story__content::after {
  position: fixed;
  top: 0;
  left: 50%;
  content: "";
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
[data-team=bae] .novel__story__content::before {
  background: url(/assets/img/novel/story/bae/ph_bg_nrw.webp) center top/cover;
}
[data-team=thecatswhiskers] .novel__story__content::before {
  background: url(/assets/img/novel/story/thecatswhiskers/ph_bg_nrw.webp) center top/cover;
}
[data-team=cozmez] .novel__story__content::before {
  background: url(/assets/img/novel/story/cozmez/ph_bg_nrw.webp) center top/cover;
}
[data-team=akanyatsura] .novel__story__content::before {
  background: url(/assets/img/novel/story/akanyatsura/ph_bg_nrw.webp) center top/cover;
}
[data-team=visty] .novel__story__content::before {
  background: url(/assets/img/novel/story/visty/ph_bg_nrw.webp) center top/cover;
}
[data-team=amprule] .novel__story__content::before {
  background: url(/assets/img/novel/story/amprule/ph_bg_nrw.webp) center top/cover;
}
[data-team="1nm8"] .novel__story__content::before {
  background: url(/assets/img/novel/story/1nm8/ph_bg_nrw.webp) center top/cover;
}
[data-team=gokuluck] .novel__story__content::before {
  background: url(/assets/img/novel/story/gokuluck/ph_bg_nrw.webp) center top/cover;
}
.novel__story__content::after {
  background: url(/assets/img/novel/story/ico_cross_nrw.svg) repeat;
  background-size: 12vw 12vw;
}

.novel__story__content__inner,
.novel__story .novel__footer {
  position: relative;
  z-index: 1;
}

.novel__story__content__inner {
  width: 83.5vw;
  margin: 0 auto;
  padding: 9.2vw 0 5.1vw;
  opacity: 0;
}
.novel__story__content__inner[data-pagein=out] {
  transform: translate(0, 10px);
  opacity: 0;
}
.novel__story__content__inner[data-pagein=in][data-pagein-delay=initial] {
  -webkit-animation: contentInNrw 0.7s 0.8s ease-out forwards;
          animation: contentInNrw 0.7s 0.8s ease-out forwards;
}
.novel__story__content__inner[data-pagein=in][data-pagein-delay=paginate] {
  -webkit-animation: contentInNrw 0.7s 0.1s ease-out forwards;
          animation: contentInNrw 0.7s 0.1s ease-out forwards;
}

@-webkit-keyframes contentInNrw {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes contentInNrw {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes contentInWide {
  0% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes contentInWide {
  0% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.novel__story__content__section {
  display: none;
}
.novel__story__content__inner[data-part="1"] .novel__story__content__section[data-part="1"] {
  display: block;
}
.novel__story__content__inner[data-part="2"] .novel__story__content__section[data-part="2"] {
  display: block;
}
.novel__story__content__inner[data-part="3"] .novel__story__content__section[data-part="3"] {
  display: block;
}
.novel__story__content__inner[data-part="4"] .novel__story__content__section[data-part="4"] {
  display: block;
}
.novel__story__content__inner[data-part="5"] .novel__story__content__section[data-part="5"] {
  display: block;
}
.novel__story__content__inner[data-part="6"] .novel__story__content__section[data-part="6"] {
  display: block;
}
.novel__story__content__inner[data-part="7"] .novel__story__content__section[data-part="7"] {
  display: block;
}
.novel__story__content__inner[data-part="8"] .novel__story__content__section[data-part="8"] {
  display: block;
}
.novel__story__content__inner[data-part="9"] .novel__story__content__section[data-part="9"] {
  display: block;
}
.novel__story__content__inner[data-part="10"] .novel__story__content__section[data-part="10"] {
  display: block;
}
.novel__story__content__inner[data-part="11"] .novel__story__content__section[data-part="11"] {
  display: block;
}
.novel__story__content__inner[data-part="12"] .novel__story__content__section[data-part="12"] {
  display: block;
}
.novel__story__content__inner[data-part="13"] .novel__story__content__section[data-part="13"] {
  display: block;
}
.novel__story__content__inner[data-part="14"] .novel__story__content__section[data-part="14"] {
  display: block;
}
.novel__story__content__inner[data-part="15"] .novel__story__content__section[data-part="15"] {
  display: block;
}
.novel__story__content__inner[data-part="16"] .novel__story__content__section[data-part="16"] {
  display: block;
}
.novel__story__content__inner[data-part="17"] .novel__story__content__section[data-part="17"] {
  display: block;
}
.novel__story__content__inner[data-part="18"] .novel__story__content__section[data-part="18"] {
  display: block;
}
.novel__story__content__inner[data-part="19"] .novel__story__content__section[data-part="19"] {
  display: block;
}
.novel__story__content__inner[data-part="20"] .novel__story__content__section[data-part="20"] {
  display: block;
}

.novel__story__content__txt {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 3.8vw;
  line-height: 2;
}
.novel__story__content__txt:not(:first-child) {
  margin-top: 4.6vw;
  padding-top: 10.6vw;
}
.novel__story__content__txt:not(:first-child):before {
  content: "";
}
[data-team=bae] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/bae/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=thecatswhiskers] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/thecatswhiskers/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=cozmez] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/cozmez/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=akanyatsura] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/akanyatsura/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=visty] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/visty/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=amprule] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/amprule/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team="1nm8"] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/1nm8/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[data-team=gokuluck] .novel__story__content__txt:not(:first-child):before {
  background: url(/assets/img/novel/story/gokuluck/ico_mark.svg) center/100% auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.novel__story__pager__btn {
  background: url("/assets/img/novel/story/ico_arw.svg") center/contain no-repeat;
  width: 2.3vw;
  height: 3.3vw;
  display: inline-block;
}
.novel__story__pager__btn.-next {
  transform: scale(-1, 1);
}
.novel__story__pager__btn.-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.novel__story__pager {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 11.9vw auto 0;
}

.novel__story__pager__list {
  display: flex;
  position: relative;
  gap: 4.3vw;
}

.novel__story__pager__item {
  color: #fff;
  position: relative;
  font-size: 4.6vw;
}
.novel__story__pager__item.-active {
  pointer-events: none;
}
.novel__story__pager__item.-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  height: 0.5vw;
  width: 3.5vw;
  background-color: #d1ff00;
}

.novel__story__pager__btn.-prev {
  position: absolute;
  top: 1.1vw;
  left: -15.4vw;
}
.novel__story__pager__btn.-next {
  position: absolute;
  top: 1.1vw;
  right: -15.4vw;
}

.novel__story__pager__ellipsis {
  color: #fff;
}

.novel__story .novel__footer {
  align-items: baseline;
  display: flex;
  justify-content: center;
  gap: 3.5vw;
  margin-top: 19.2vw;
  opacity: 1;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
}
.novel__story .novel__footer__links {
  align-items: baseline;
  display: flex;
  gap: 3.5vw;
}
.novel__story .novel__footer__links a {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 0.1em;
  text-decoration: none;
}
.novel__story .novel__copy {
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  position: relative;
  text-align: center;
}

.novel__story__header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 58.9vw;
}
[data-team=bae] .novel__story__header {
  background: url(/assets/img/novel/story/bae/bg_header_nrw.webp) center top/cover;
}
[data-team=thecatswhiskers] .novel__story__header {
  background: url(/assets/img/novel/story/thecatswhiskers/bg_header_nrw.webp) center top/cover;
}
[data-team=cozmez] .novel__story__header {
  background: url(/assets/img/novel/story/cozmez/bg_header_nrw.webp) center top/cover;
}
[data-team=akanyatsura] .novel__story__header {
  background: url(/assets/img/novel/story/akanyatsura/bg_header_nrw.webp) center top/cover;
}
[data-team=visty] .novel__story__header {
  background: url(/assets/img/novel/story/visty/bg_header_nrw.webp) center top/cover;
}
[data-team=amprule] .novel__story__header {
  background: url(/assets/img/novel/story/amprule/bg_header_nrw.webp) center top/cover;
}
[data-team="1nm8"] .novel__story__header {
  background: url(/assets/img/novel/story/1nm8/bg_header_nrw.webp) center top/cover;
}
[data-team=gokuluck] .novel__story__header {
  background: url(/assets/img/novel/story/gokuluck/bg_header_nrw.webp) center top/cover;
}
.novel__story__header:before, .novel__story__header:after {
  content: "";
  width: 100%;
}
.novel__story__header::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.-load .novel__story__header::before {
  -webkit-animation: bgOpIn 1s 0s ease-out forwards;
          animation: bgOpIn 1s 0s ease-out forwards;
}
.novel__story__header::after {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -1.1vw;
  height: 1vw;
  opacity: 0;
  background: linear-gradient(to right, #eb6455 0%, #eb6455 12.5%, #1d5eb8 12.5%, #1d5eb8 25%, #a570b0 25%, #a570b0 37.5%, #fbc85a 37.5%, #fbc85a 50%, #e9589a 50%, #e9589a 62.5%, #005738 62.5%, #005738 75%, #aaaaaa 75%, #aaaaaa 87.5%, #e94a31 87.5%, #e94a31 100%);
}
.-load .novel__story__header::after {
  -webkit-animation: charaScaleInLogo 0.3s 0.1s ease-out forwards;
          animation: charaScaleInLogo 0.3s 0.1s ease-out forwards;
}

.novel__story__header__inner {
  overflow: hidden;
  height: 100%;
  position: relative;
}

@-webkit-keyframes bgOpIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes bgOpIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes charaScaleInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes charaScaleInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.novel__story__header__teamlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.-load .novel__story__header__teamlogo {
  -webkit-animation: charaScaleInLogo 0.3s 0.1s ease-out forwards;
          animation: charaScaleInLogo 0.3s 0.1s ease-out forwards;
}
.novel__story__header__teamlogo img {
  max-width: inherit;
  width: inherit;
}
[data-team=bae] .novel__story__header__teamlogo {
  width: 21vw;
  position: absolute;
  top: calc(50% - 13.8vw);
  left: 50%;
}
[data-team=thecatswhiskers] .novel__story__header__teamlogo {
  width: 39.7vw;
  position: absolute;
  top: calc(50% - 12.5vw);
  left: calc(50% + 2.4vw);
}
[data-team=cozmez] .novel__story__header__teamlogo {
  width: 38.3vw;
  position: absolute;
  top: calc(50% - 9.1vw);
  left: 50%;
}
[data-team=akanyatsura] .novel__story__header__teamlogo {
  width: 22.9vw;
  position: absolute;
  top: calc(50% - 6.6vw);
  left: 50%;
}
[data-team=visty] .novel__story__header__teamlogo {
  width: 21vw;
  position: absolute;
  top: calc(50% - 12.8vw);
  left: 50%;
}
[data-team="1nm8"] .novel__story__header__teamlogo {
  width: 23.4vw;
  position: absolute;
  top: calc(50% - 11.2vw);
  left: calc(50% - 0.3vw);
}
[data-team=amprule] .novel__story__header__teamlogo {
  width: 26.2vw;
  position: absolute;
  top: calc(50% - 6.9vw);
  left: 50%;
}
[data-team=gokuluck] .novel__story__header__teamlogo {
  width: 34.6vw;
  position: absolute;
  top: calc(50% - 7.4vw);
  left: 50%;
}

.novel__story__header__ttl {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-team=bae] .novel__story__header__ttl {
  width: 77.6vw;
  position: absolute;
  top: calc(50% + 12.8vw);
  left: 50%;
}
[data-team=thecatswhiskers] .novel__story__header__ttl {
  width: 90.5vw;
  position: absolute;
  top: calc(50% + 12.8vw);
  left: 50%;
}
[data-team=cozmez] .novel__story__header__ttl {
  width: 83.3vw;
  position: absolute;
  top: calc(50% + 11.7vw);
  left: calc(50% + 0.7vw);
}
[data-team=akanyatsura] .novel__story__header__ttl {
  width: 87.9vw;
  position: absolute;
  top: calc(50% + 15.3vw);
  left: 50%;
}
[data-team=visty] .novel__story__header__ttl {
  width: 93.3vw;
  position: absolute;
  top: calc(50% + 11.5vw);
  left: 50%;
}
[data-team="1nm8"] .novel__story__header__ttl {
  width: 82vw;
  position: absolute;
  top: calc(50% - 3px + 12.8vw);
  left: 50%;
}
[data-team=amprule] .novel__story__header__ttl {
  width: 78.9vw;
  position: absolute;
  top: calc(50% + 15.5vw);
  left: calc(50% + 0vw);
}
[data-team=gokuluck] .novel__story__header__ttl {
  width: 78.9vw;
  position: absolute;
  top: calc(50% + 15.3vw);
  left: 50%;
}

.novel__story__header__ttl__inner {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.-load .novel__story__header__ttl__inner {
  -webkit-animation: itemClipIn 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: itemClipIn 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.novel__story__header__ttl__inner:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.novel__story__header__ttl__inner rect {
  fill: #000;
}
.novel__story__header__ttl__inner path {
  opacity: 0;
  fill: #fff;
}
[data-team=bae] .novel__story__header__ttl__inner path {
  --team-color: #eb6455;
}
[data-team=thecatswhiskers] .novel__story__header__ttl__inner path {
  --team-color: #1d5eb8;
}
[data-team=cozmez] .novel__story__header__ttl__inner path {
  --team-color: #a570b0;
}
[data-team=akanyatsura] .novel__story__header__ttl__inner path {
  --team-color: #fbc85a;
}
[data-team=visty] .novel__story__header__ttl__inner path {
  --team-color: #e9589a;
}
[data-team=amprule] .novel__story__header__ttl__inner path {
  --team-color: #005738;
}
[data-team="1nm8"] .novel__story__header__ttl__inner path {
  --team-color: #aaaaaa;
}
[data-team=gokuluck] .novel__story__header__ttl__inner path {
  --team-color: #e94a31;
}
.-load .novel__story__header__ttl__inner path {
  -webkit-animation: fadeIn 0.2s ease-out forwards;
          animation: fadeIn 0.2s ease-out forwards;
}
.-load .novel__story__header__ttl__inner path[data-color="1"] {
  -webkit-animation: fadeIn 0.2s ease-out forwards, changeTeamColor 0.2s ease-out forwards;
          animation: fadeIn 0.2s ease-out forwards, changeTeamColor 0.2s ease-out forwards;
}
.novel__story__header__ttl__inner path[data-num="1"] {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.novel__story__header__ttl__inner path[data-num="1"][data-color="1"] {
  -webkit-animation-delay: 0.12s, 0.42s;
          animation-delay: 0.12s, 0.42s;
}
.novel__story__header__ttl__inner path[data-num="2"] {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.novel__story__header__ttl__inner path[data-num="2"][data-color="1"] {
  -webkit-animation-delay: 0.14s, 0.44s;
          animation-delay: 0.14s, 0.44s;
}
.novel__story__header__ttl__inner path[data-num="3"] {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.novel__story__header__ttl__inner path[data-num="3"][data-color="1"] {
  -webkit-animation-delay: 0.16s, 0.46s;
          animation-delay: 0.16s, 0.46s;
}
.novel__story__header__ttl__inner path[data-num="4"] {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.novel__story__header__ttl__inner path[data-num="4"][data-color="1"] {
  -webkit-animation-delay: 0.18s, 0.48s;
          animation-delay: 0.18s, 0.48s;
}
.novel__story__header__ttl__inner path[data-num="5"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.novel__story__header__ttl__inner path[data-num="5"][data-color="1"] {
  -webkit-animation-delay: 0.2s, 0.5s;
          animation-delay: 0.2s, 0.5s;
}
.novel__story__header__ttl__inner path[data-num="6"] {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.novel__story__header__ttl__inner path[data-num="6"][data-color="1"] {
  -webkit-animation-delay: 0.22s, 0.52s;
          animation-delay: 0.22s, 0.52s;
}
.novel__story__header__ttl__inner path[data-num="7"] {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.novel__story__header__ttl__inner path[data-num="7"][data-color="1"] {
  -webkit-animation-delay: 0.24s, 0.54s;
          animation-delay: 0.24s, 0.54s;
}
.novel__story__header__ttl__inner path[data-num="8"] {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.novel__story__header__ttl__inner path[data-num="8"][data-color="1"] {
  -webkit-animation-delay: 0.26s, 0.56s;
          animation-delay: 0.26s, 0.56s;
}
.novel__story__header__ttl__inner path[data-num="9"] {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.novel__story__header__ttl__inner path[data-num="9"][data-color="1"] {
  -webkit-animation-delay: 0.28s, 0.58s;
          animation-delay: 0.28s, 0.58s;
}
.novel__story__header__ttl__inner path[data-num="10"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.novel__story__header__ttl__inner path[data-num="10"][data-color="1"] {
  -webkit-animation-delay: 0.3s, 0.6s;
          animation-delay: 0.3s, 0.6s;
}
.novel__story__header__ttl__inner path[data-num="11"] {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.novel__story__header__ttl__inner path[data-num="11"][data-color="1"] {
  -webkit-animation-delay: 0.32s, 0.62s;
          animation-delay: 0.32s, 0.62s;
}
.novel__story__header__ttl__inner path[data-num="12"] {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.novel__story__header__ttl__inner path[data-num="12"][data-color="1"] {
  -webkit-animation-delay: 0.34s, 0.64s;
          animation-delay: 0.34s, 0.64s;
}
.novel__story__header__ttl__inner path[data-num="13"] {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.novel__story__header__ttl__inner path[data-num="13"][data-color="1"] {
  -webkit-animation-delay: 0.36s, 0.66s;
          animation-delay: 0.36s, 0.66s;
}
.novel__story__header__ttl__inner path[data-num="14"] {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.novel__story__header__ttl__inner path[data-num="14"][data-color="1"] {
  -webkit-animation-delay: 0.38s, 0.68s;
          animation-delay: 0.38s, 0.68s;
}
.novel__story__header__ttl__inner path[data-num="15"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.novel__story__header__ttl__inner path[data-num="15"][data-color="1"] {
  -webkit-animation-delay: 0.4s, 0.7s;
          animation-delay: 0.4s, 0.7s;
}
.novel__story__header__ttl__inner path[data-num="16"] {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.novel__story__header__ttl__inner path[data-num="16"][data-color="1"] {
  -webkit-animation-delay: 0.42s, 0.72s;
          animation-delay: 0.42s, 0.72s;
}
.novel__story__header__ttl__inner path[data-num="17"] {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.novel__story__header__ttl__inner path[data-num="17"][data-color="1"] {
  -webkit-animation-delay: 0.44s, 0.74s;
          animation-delay: 0.44s, 0.74s;
}
.novel__story__header__ttl__inner path[data-num="18"] {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.novel__story__header__ttl__inner path[data-num="18"][data-color="1"] {
  -webkit-animation-delay: 0.46s, 0.76s;
          animation-delay: 0.46s, 0.76s;
}
.novel__story__header__ttl__inner path[data-num="19"] {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.novel__story__header__ttl__inner path[data-num="19"][data-color="1"] {
  -webkit-animation-delay: 0.48s, 0.78s;
          animation-delay: 0.48s, 0.78s;
}
.novel__story__header__ttl__inner path[data-num="20"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.novel__story__header__ttl__inner path[data-num="20"][data-color="1"] {
  -webkit-animation-delay: 0.5s, 0.8s;
          animation-delay: 0.5s, 0.8s;
}
.novel__story__header__ttl__inner path[data-num="21"] {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.novel__story__header__ttl__inner path[data-num="21"][data-color="1"] {
  -webkit-animation-delay: 0.52s, 0.82s;
          animation-delay: 0.52s, 0.82s;
}
.novel__story__header__ttl__inner path[data-num="22"] {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.novel__story__header__ttl__inner path[data-num="22"][data-color="1"] {
  -webkit-animation-delay: 0.54s, 0.84s;
          animation-delay: 0.54s, 0.84s;
}
.novel__story__header__ttl__inner path[data-num="23"] {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.novel__story__header__ttl__inner path[data-num="23"][data-color="1"] {
  -webkit-animation-delay: 0.56s, 0.86s;
          animation-delay: 0.56s, 0.86s;
}
.novel__story__header__ttl__inner path[data-num="24"] {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.novel__story__header__ttl__inner path[data-num="24"][data-color="1"] {
  -webkit-animation-delay: 0.58s, 0.88s;
          animation-delay: 0.58s, 0.88s;
}
.novel__story__header__ttl__inner path[data-num="25"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.novel__story__header__ttl__inner path[data-num="25"][data-color="1"] {
  -webkit-animation-delay: 0.6s, 0.9s;
          animation-delay: 0.6s, 0.9s;
}

@-webkit-keyframes changeTeamColor {
  0% {
    fill: #fff;
  }
  100% {
    fill: var(--team-color);
  }
}

@keyframes changeTeamColor {
  0% {
    fill: #fff;
  }
  100% {
    fill: var(--team-color);
  }
}
@-webkit-keyframes charaScaleInNrw {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes charaScaleInNrw {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes charaScaleInWide {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes charaScaleInWide {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.novel__story__header__chara {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.-load .novel__story__header__chara {
  -webkit-animation: charaScaleInNrw 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: charaScaleInNrw 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
[data-team=bae] .novel__story__header__chara {
  width: 52.3vw;
}
[data-team=thecatswhiskers] .novel__story__header__chara {
  width: 100%;
}
[data-team=cozmez] .novel__story__header__chara {
  width: 48.4vw;
}
[data-team=akanyatsura] .novel__story__header__chara {
  width: 100%;
}
[data-team=visty] .novel__story__header__chara {
  width: 100%;
}
[data-team="1nm8"] .novel__story__header__chara {
  width: 55.6vw;
}
[data-team=amprule] .novel__story__header__chara {
  width: 48.4vw;
}
[data-team=gokuluck] .novel__story__header__chara {
  width: 100%;
}

.novel__story__inner {
  position: relative;
}

.novel__story__back {
  position: fixed;
  top: 5.1vw;
  left: 5.1vw;
  z-index: 2;
}

.novel__story__back__txt {
  width: 12.3vw;
  opacity: 0;
}
.-load .novel__story__back__txt {
  -webkit-animation: fadeIn 0.5s 0s ease-out forwards;
          animation: fadeIn 0.5s 0s ease-out forwards;
}
@media (min-width: 769px) {
  [data-team=bae] .novel__story__content::before {
    background: url(/assets/img/novel/story/bae/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=thecatswhiskers] .novel__story__content::before {
    background: url(/assets/img/novel/story/thecatswhiskers/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=cozmez] .novel__story__content::before {
    background: url(/assets/img/novel/story/cozmez/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=akanyatsura] .novel__story__content::before {
    background: url(/assets/img/novel/story/akanyatsura/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=visty] .novel__story__content::before {
    background: url(/assets/img/novel/story/visty/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=amprule] .novel__story__content::before {
    background: url(/assets/img/novel/story/amprule/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team="1nm8"] .novel__story__content::before {
    background: url(/assets/img/novel/story/1nm8/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  [data-team=gokuluck] .novel__story__content::before {
    background: url(/assets/img/novel/story/gokuluck/ph_bg.webp) center top/max(100%, 1920px) auto repeat-y;
  }
  .novel__story__content::after {
    background: url(/assets/img/novel/story/ico_cross.svg) repeat;
    background-size: 80px 80px;
  }
  .novel__story__content__inner {
    width: 700px;
    padding: 66px 0 20px;
  }
  .novel__story__content__inner[data-pagein=out] {
    transform: translate(0, 15px);
  }
  .novel__story__content__inner[data-pagein=in][data-pagein-delay=initial] {
    -webkit-animation: contentInWide 0.7s 0.8s ease-out forwards;
            animation: contentInWide 0.7s 0.8s ease-out forwards;
  }
  .novel__story__content__inner[data-pagein=in][data-pagein-delay=paginate] {
    -webkit-animation: contentInWide 0.7s 0.1s ease-out forwards;
            animation: contentInWide 0.7s 0.1s ease-out forwards;
  }
  .novel__story__content__txt {
    font-size: 1rem;
    line-height: 2.25;
  }
  .novel__story__content__txt:not(:first-child) {
    margin-top: 44px;
    padding-top: 70px;
  }
  [data-team=bae] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=thecatswhiskers] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=cozmez] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=akanyatsura] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=visty] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=amprule] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team="1nm8"] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  [data-team=gokuluck] .novel__story__content__txt:not(:first-child):before {
    width: 30px;
    height: 30px;
  }
  .novel__story__content__txt:not(:first-child) {
    font-size: 1rem;
  }
  .novel__story__pager__btn {
    width: 12px;
    height: 18px;
  }
  .novel__story__pager {
    margin: 68px auto 0;
  }
  .novel__story__pager__list {
    gap: 22px;
  }
  .novel__story__pager__item {
    font-size: 1.25rem;
  }
  .novel__story__pager__item.-active::before {
    width: 17px;
    height: 2px;
  }
  .novel__story__pager__btn.-prev {
    position: absolute;
    top: 3px;
    left: -95px;
  }
  .novel__story__pager__btn.-next {
    position: absolute;
    top: 3px;
    right: -95px;
  }
  .novel__story .novel__footer {
    font-size: 0.6875rem;
    gap: 30px;
    margin-top: 200px;
  }
  .novel__story .novel__footer__links {
    gap: 30px;
  }
  [data-team=bae] .novel__story__header {
    background: url(/assets/img/novel/story/bae/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=thecatswhiskers] .novel__story__header {
    background: url(/assets/img/novel/story/thecatswhiskers/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=cozmez] .novel__story__header {
    background: url(/assets/img/novel/story/cozmez/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=akanyatsura] .novel__story__header {
    background: url(/assets/img/novel/story/akanyatsura/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=visty] .novel__story__header {
    background: url(/assets/img/novel/story/visty/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=amprule] .novel__story__header {
    background: url(/assets/img/novel/story/amprule/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team="1nm8"] .novel__story__header {
    background: url(/assets/img/novel/story/1nm8/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  [data-team=gokuluck] .novel__story__header {
    background: url(/assets/img/novel/story/gokuluck/bg_header.webp) center top/max(100%, 1920px) auto no-repeat;
  }
  .novel__story__header {
    height: 320px;
  }
  .novel__story__header::after {
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
  }
  [data-team=bae] .novel__story__header__teamlogo {
    width: 160px;
    position: absolute;
    top: calc(50% - 60px);
    left: 50%;
  }
  [data-team=thecatswhiskers] .novel__story__header__teamlogo {
    width: 329px;
    position: absolute;
    top: calc(50% - 54px);
    left: calc(50% + 8px);
  }
  [data-team=cozmez] .novel__story__header__teamlogo {
    width: 333px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
  }
  [data-team=akanyatsura] .novel__story__header__teamlogo {
    width: 145px;
    position: absolute;
    top: calc(50% - 57px);
    left: 50%;
  }
  [data-team=visty] .novel__story__header__teamlogo {
    width: 159px;
    position: absolute;
    top: calc(50% - 56px);
    left: 50%;
  }
  [data-team="1nm8"] .novel__story__header__teamlogo {
    width: 183px;
    position: absolute;
    top: calc(50% - 41px);
    left: 50%;
  }
  [data-team=amprule] .novel__story__header__teamlogo {
    width: 169px;
    position: absolute;
    top: calc(50% - 54px);
    left: 50%;
  }
  [data-team=gokuluck] .novel__story__header__teamlogo {
    width: 262px;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
  }
  [data-team=bae] .novel__story__header__ttl {
    width: 898px;
    position: absolute;
    top: calc(50% + 83px);
    left: 50%;
  }
  [data-team=thecatswhiskers] .novel__story__header__ttl {
    width: 1168px;
    position: absolute;
    top: calc(50% + 83px);
    left: 50%;
  }
  [data-team=cozmez] .novel__story__header__ttl {
    width: 848px;
    position: absolute;
    top: calc(50% + 83px);
    left: 50%;
  }
  [data-team=akanyatsura] .novel__story__header__ttl {
    width: 658px;
    position: absolute;
    top: calc(50% + 83px);
    left: calc(50% - 2px);
  }
  [data-team=visty] .novel__story__header__ttl {
    width: 1168px;
    position: absolute;
    top: calc(50% + 77px);
    left: 50%;
  }
  [data-team="1nm8"] .novel__story__header__ttl {
    width: 898px;
    position: absolute;
    top: calc(50% + 83px);
    left: 50%;
  }
  [data-team=amprule] .novel__story__header__ttl {
    width: 848px;
    position: absolute;
    top: calc(50% + 83px);
    left: 50%;
  }
  [data-team=gokuluck] .novel__story__header__ttl {
    width: 658px;
    position: absolute;
    top: calc(50% + 83px);
    left: calc(50% - 2px);
  }
  .novel__story__header__chara {
    transform: translateX(-50%);
  }
  .-load .novel__story__header__chara {
    -webkit-animation: charaScaleInWide 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: charaScaleInWide 1s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  [data-team=bae] .novel__story__header__chara {
    width: 641px;
    position: absolute;
    left: calc(50% + 518px);
    bottom: 0;
  }
  [data-team=thecatswhiskers] .novel__story__header__chara {
    width: 1581px;
    position: absolute;
    left: calc(50% + 5px);
    bottom: 0;
  }
  [data-team=cozmez] .novel__story__header__chara {
    width: 422px;
    position: absolute;
    left: calc(50% + 478px);
    bottom: 0;
  }
  [data-team=akanyatsura] .novel__story__header__chara {
    width: 1324px;
    position: absolute;
    left: calc(50% + 28px);
    bottom: 0;
  }
  [data-team=visty] .novel__story__header__chara {
    width: 1593px;
    position: absolute;
    left: calc(50% + 5px);
    bottom: 0;
  }
  [data-team="1nm8"] .novel__story__header__chara {
    width: 781px;
    position: absolute;
    left: calc(50% + 460px);
    bottom: 0;
  }
  [data-team=amprule] .novel__story__header__chara {
    width: 537px;
    position: absolute;
    left: calc(50% + 457px);
    bottom: 0;
  }
  [data-team=gokuluck] .novel__story__header__chara {
    width: 1419px;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .novel__story__back {
    position: fixed;
    top: 48px;
    left: 64px;
  }
  .novel__story__back__txt {
    width: 75px;
  }
}
@media (min-width: 769px) and (max-width: 860px) {
  .novel__story__content__inner {
    width: 81.3vw;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  [data-team=bae] .novel__story__header {
    background: url(/assets/img/novel/story/bae/bg_header.webp) center top/cover;
  }
  [data-team=thecatswhiskers] .novel__story__header {
    background: url(/assets/img/novel/story/thecatswhiskers/bg_header.webp) center top/cover;
  }
  [data-team=cozmez] .novel__story__header {
    background: url(/assets/img/novel/story/cozmez/bg_header.webp) center top/cover;
  }
  [data-team=akanyatsura] .novel__story__header {
    background: url(/assets/img/novel/story/akanyatsura/bg_header.webp) center top/cover;
  }
  [data-team=visty] .novel__story__header {
    background: url(/assets/img/novel/story/visty/bg_header.webp) center top/cover;
  }
  [data-team=amprule] .novel__story__header {
    background: url(/assets/img/novel/story/amprule/bg_header.webp) center top/cover;
  }
  [data-team="1nm8"] .novel__story__header {
    background: url(/assets/img/novel/story/1nm8/bg_header.webp) center top/cover;
  }
  [data-team=gokuluck] .novel__story__header {
    background: url(/assets/img/novel/story/gokuluck/bg_header.webp) center top/cover;
  }
  .novel__story__header {
    height: 22.8vw;
  }
  [data-team=bae] .novel__story__header__teamlogo {
    width: 11.4vw;
    position: absolute;
    top: calc(50% - 4.2vw);
    left: 50%;
  }
  [data-team=thecatswhiskers] .novel__story__header__teamlogo {
    width: 23.5vw;
    position: absolute;
    top: calc(50% - 3.8vw);
    left: calc(50% + 0.5vw);
  }
  [data-team=cozmez] .novel__story__header__teamlogo {
    width: 23.7vw;
    position: absolute;
    top: calc(50% - 2.1vw);
    left: 50%;
  }
  [data-team=akanyatsura] .novel__story__header__teamlogo {
    width: 10.3vw;
    position: absolute;
    top: calc(50% - 4vw);
    left: 50%;
  }
  [data-team=visty] .novel__story__header__teamlogo {
    width: 11.3vw;
    position: absolute;
    top: calc(50% - 4vw);
    left: 50%;
  }
  [data-team="1nm8"] .novel__story__header__teamlogo {
    width: 13vw;
    position: absolute;
    top: calc(50% - 2.9vw);
    left: 50%;
  }
  [data-team=amprule] .novel__story__header__teamlogo {
    width: 12vw;
    position: absolute;
    top: calc(50% - 3.8vw);
    left: 50%;
  }
  [data-team=gokuluck] .novel__story__header__teamlogo {
    width: 18.7vw;
    position: absolute;
    top: calc(50% - 3.5vw);
    left: 50%;
  }
  [data-team=bae] .novel__story__header__ttl {
    width: 64.1vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: 50%;
  }
  [data-team=thecatswhiskers] .novel__story__header__ttl {
    width: 83.4vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: 50%;
  }
  [data-team=cozmez] .novel__story__header__ttl {
    width: 60.5vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: 50%;
  }
  [data-team=akanyatsura] .novel__story__header__ttl {
    width: 47vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: calc(50% - 2px);
  }
  [data-team=visty] .novel__story__header__ttl {
    width: 83.4vw;
    position: absolute;
    top: calc(50% + 5.5vw);
    left: 50%;
  }
  [data-team="1nm8"] .novel__story__header__ttl {
    width: 64.1vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: 50%;
  }
  [data-team=amprule] .novel__story__header__ttl {
    width: 60.5vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: 50%;
  }
  [data-team=gokuluck] .novel__story__header__ttl {
    width: 47vw;
    position: absolute;
    top: calc(50% + 5.9vw);
    left: calc(50% - 2px);
  }
  [data-team=bae] .novel__story__header__chara {
    width: 45.7vw;
    position: absolute;
    left: calc(50% + 37vw);
    bottom: 0;
  }
  [data-team=thecatswhiskers] .novel__story__header__chara {
    width: 109.2vw;
    position: absolute;
    left: calc(50% + 0.3vw);
    bottom: 0;
  }
  [data-team=cozmez] .novel__story__header__chara {
    width: 30.1vw;
    position: absolute;
    left: calc(50% + 34.1vw);
    bottom: 0;
  }
  [data-team=akanyatsura] .novel__story__header__chara {
    width: 94.5vw;
    position: absolute;
    left: calc(50% + 2vw);
    bottom: 0;
  }
  [data-team=visty] .novel__story__header__chara {
    width: 113.7vw;
    position: absolute;
    left: calc(50% + 0.3vw);
    bottom: 0;
  }
  [data-team="1nm8"] .novel__story__header__chara {
    width: 55.7vw;
    position: absolute;
    left: calc(50% + 32.8vw);
    bottom: 0;
  }
  [data-team=amprule] .novel__story__header__chara {
    width: 38.3vw;
    position: absolute;
    left: calc(50% + 32.6vw);
    bottom: 0;
  }
  [data-team=gokuluck] .novel__story__header__chara {
    width: 101.3vw;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .novel__story__back {
    position: fixed;
    top: 1.7vw;
    left: 1.7vw;
  }
  .novel__story__back__txt {
    width: 60px;
  }
}