@charset "UTF-8";
.l-movieBg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.is-movie-play .l-movieBg {
  opacity: 1;
  transition: opacity 0.6s 0.2s;
}
.l-movieBg::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/bg_deep.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.l-movieBg .l-movieBg__inner {
  position: absolute;
  opacity: 0.3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  transform: translateY(-50%);
}
@media (max-aspect-ratio: 16/9) {
  .l-movieBg .l-movieBg__inner {
    height: 200%;
    width: 314%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-movieBg .l-movieBg__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-movieBg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg {
  display: none;
}

.l-in__head {
  padding-top: 38px;
}
@media not all and (max-width: 900px) {
  .l-in__head {
    padding-top: 95px;
  }
}

@media not all and (max-width: 900px) {
  .l-in__bg {
    display: none;
  }
}

.l-in__ttl {
  height: 50px;
}
@media screen and (max-width: 360px) {
  .l-in__ttl {
    height: 13.5vw;
  }
}
@media not all and (max-width: 900px) {
  .l-in__ttl {
    height: 142px;
  }
}
.l-in__ttl span {
  opacity: 0;
}
body.is-in-play .l-in__ttl span {
  opacity: 0;
}
body.is-movie-play .l-in__ttl span {
  opacity: 1;
  transition: width 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s;
}
.l-in__ttl img {
  transform: translateX(0);
}

.l-in__content {
  margin-top: 31px;
  opacity: 0;
  transform: translateX(0);
}
@media not all and (max-width: 900px) {
  .l-in__content {
    margin-top: 90px;
  }
}
body.is-in-play .l-in__content {
  opacity: 1;
}

.p-intro {
  text-align: center;
  padding-bottom: 50px;
}
@media not all and (max-width: 900px) {
  .p-intro {
    padding-bottom: 122px;
  }
}
.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background: url(../img/introduction/bg_grid.png) repeat 8px 0;
  background-size: 60px auto;
  transition: transform 1.5s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  top: 0;
}

.p-intro__story {
  position: relative;
  width: 117.4%;
  letter-spacing: 0.08em;
  left: 50%;
  font-size: 15px;
  transform: translateX(-50%) scaleX(0.85);
  transform-origin: top center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  line-height: 1.55;
}
@media not all and (max-width: 900px) {
  .p-intro__story {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    letter-spacing: 0.05em;
  }
}
.p-intro__story-block + .p-intro__story-block {
  margin-top: 15px;
}
@media not all and (max-width: 900px) {
  .p-intro__story-block + .p-intro__story-block {
    margin-top: 33px;
  }
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(1) {
  transition-delay: 0.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(2) {
  transition-delay: 0.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(3) {
  transition-delay: 0.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(4) {
  transition-delay: 0.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(5) {
  transition-delay: 0.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(6) {
  transition-delay: 0.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(7) {
  transition-delay: 0.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(8) {
  transition-delay: 0.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(9) {
  transition-delay: 0.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(10) {
  transition-delay: 0.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(11) {
  transition-delay: 0.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(12) {
  transition-delay: 0.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(13) {
  transition-delay: 0.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(14) {
  transition-delay: 0.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(15) {
  transition-delay: 0.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(16) {
  transition-delay: 0.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(17) {
  transition-delay: 1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(18) {
  transition-delay: 1.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(19) {
  transition-delay: 1.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(20) {
  transition-delay: 1.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(21) {
  transition-delay: 1.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(22) {
  transition-delay: 1.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(23) {
  transition-delay: 1.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(24) {
  transition-delay: 1.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(25) {
  transition-delay: 1.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(26) {
  transition-delay: 1.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(27) {
  transition-delay: 1.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(28) {
  transition-delay: 1.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(29) {
  transition-delay: 1.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(30) {
  transition-delay: 1.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(31) {
  transition-delay: 1.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(32) {
  transition-delay: 1.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(33) {
  transition-delay: 1.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(34) {
  transition-delay: 1.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(35) {
  transition-delay: 1.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(36) {
  transition-delay: 1.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(37) {
  transition-delay: 2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(38) {
  transition-delay: 2.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(39) {
  transition-delay: 2.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(40) {
  transition-delay: 2.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(41) {
  transition-delay: 2.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(42) {
  transition-delay: 2.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(43) {
  transition-delay: 2.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(44) {
  transition-delay: 2.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(45) {
  transition-delay: 2.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(46) {
  transition-delay: 2.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(47) {
  transition-delay: 2.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(48) {
  transition-delay: 2.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(49) {
  transition-delay: 2.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(50) {
  transition-delay: 2.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(51) {
  transition-delay: 2.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(52) {
  transition-delay: 2.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(53) {
  transition-delay: 2.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(54) {
  transition-delay: 2.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(55) {
  transition-delay: 2.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(56) {
  transition-delay: 2.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(57) {
  transition-delay: 3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(58) {
  transition-delay: 3.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(59) {
  transition-delay: 3.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(60) {
  transition-delay: 3.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(61) {
  transition-delay: 3.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(62) {
  transition-delay: 3.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(63) {
  transition-delay: 3.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(64) {
  transition-delay: 3.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(65) {
  transition-delay: 3.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(66) {
  transition-delay: 3.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(67) {
  transition-delay: 3.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(68) {
  transition-delay: 3.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(69) {
  transition-delay: 3.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(70) {
  transition-delay: 3.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(71) {
  transition-delay: 3.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(72) {
  transition-delay: 3.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(73) {
  transition-delay: 3.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(74) {
  transition-delay: 3.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(75) {
  transition-delay: 3.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(76) {
  transition-delay: 3.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(77) {
  transition-delay: 4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(78) {
  transition-delay: 4.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(79) {
  transition-delay: 4.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(80) {
  transition-delay: 4.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(81) {
  transition-delay: 4.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(82) {
  transition-delay: 4.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(83) {
  transition-delay: 4.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(84) {
  transition-delay: 4.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(85) {
  transition-delay: 4.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(86) {
  transition-delay: 4.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(87) {
  transition-delay: 4.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(88) {
  transition-delay: 4.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(89) {
  transition-delay: 4.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(90) {
  transition-delay: 4.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(91) {
  transition-delay: 4.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(92) {
  transition-delay: 4.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(93) {
  transition-delay: 4.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(94) {
  transition-delay: 4.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(95) {
  transition-delay: 4.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(96) {
  transition-delay: 4.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(97) {
  transition-delay: 5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(98) {
  transition-delay: 5.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(99) {
  transition-delay: 5.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(100) {
  transition-delay: 5.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(101) {
  transition-delay: 5.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(102) {
  transition-delay: 5.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(103) {
  transition-delay: 5.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(104) {
  transition-delay: 5.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(105) {
  transition-delay: 5.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(106) {
  transition-delay: 5.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(107) {
  transition-delay: 5.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(108) {
  transition-delay: 5.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(109) {
  transition-delay: 5.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(110) {
  transition-delay: 5.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(111) {
  transition-delay: 5.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(112) {
  transition-delay: 5.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(113) {
  transition-delay: 5.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(114) {
  transition-delay: 5.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(115) {
  transition-delay: 5.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(116) {
  transition-delay: 5.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(117) {
  transition-delay: 6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(118) {
  transition-delay: 6.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(119) {
  transition-delay: 6.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(120) {
  transition-delay: 6.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(121) {
  transition-delay: 6.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(122) {
  transition-delay: 6.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(123) {
  transition-delay: 6.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(124) {
  transition-delay: 6.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(125) {
  transition-delay: 6.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(126) {
  transition-delay: 6.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(127) {
  transition-delay: 6.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(128) {
  transition-delay: 6.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(129) {
  transition-delay: 6.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(130) {
  transition-delay: 6.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(131) {
  transition-delay: 6.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(132) {
  transition-delay: 6.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(133) {
  transition-delay: 6.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(134) {
  transition-delay: 6.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(135) {
  transition-delay: 6.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(136) {
  transition-delay: 6.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(137) {
  transition-delay: 7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(138) {
  transition-delay: 7.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(139) {
  transition-delay: 7.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(140) {
  transition-delay: 7.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(141) {
  transition-delay: 7.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(142) {
  transition-delay: 7.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(143) {
  transition-delay: 7.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(144) {
  transition-delay: 7.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(145) {
  transition-delay: 7.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(146) {
  transition-delay: 7.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(147) {
  transition-delay: 7.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(148) {
  transition-delay: 7.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(149) {
  transition-delay: 7.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(150) {
  transition-delay: 7.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(151) {
  transition-delay: 7.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(152) {
  transition-delay: 7.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(153) {
  transition-delay: 7.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(154) {
  transition-delay: 7.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(155) {
  transition-delay: 7.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(156) {
  transition-delay: 7.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(157) {
  transition-delay: 8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(158) {
  transition-delay: 8.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(159) {
  transition-delay: 8.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(160) {
  transition-delay: 8.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(161) {
  transition-delay: 8.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(162) {
  transition-delay: 8.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(163) {
  transition-delay: 8.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(164) {
  transition-delay: 8.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(165) {
  transition-delay: 8.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(166) {
  transition-delay: 8.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(167) {
  transition-delay: 8.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(168) {
  transition-delay: 8.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(169) {
  transition-delay: 8.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(170) {
  transition-delay: 8.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(171) {
  transition-delay: 8.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(172) {
  transition-delay: 8.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(173) {
  transition-delay: 8.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(174) {
  transition-delay: 8.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(175) {
  transition-delay: 8.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(176) {
  transition-delay: 8.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(177) {
  transition-delay: 9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(178) {
  transition-delay: 9.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(179) {
  transition-delay: 9.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(180) {
  transition-delay: 9.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(181) {
  transition-delay: 9.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(182) {
  transition-delay: 9.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(183) {
  transition-delay: 9.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(184) {
  transition-delay: 9.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(185) {
  transition-delay: 9.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(186) {
  transition-delay: 9.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(187) {
  transition-delay: 9.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(188) {
  transition-delay: 9.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(189) {
  transition-delay: 9.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(190) {
  transition-delay: 9.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(191) {
  transition-delay: 9.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(192) {
  transition-delay: 9.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(193) {
  transition-delay: 9.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(194) {
  transition-delay: 9.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(195) {
  transition-delay: 9.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(196) {
  transition-delay: 9.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(197) {
  transition-delay: 10s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(198) {
  transition-delay: 10.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(199) {
  transition-delay: 10.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(1) span:nth-of-type(200) {
  transition-delay: 10.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(1) {
  transition-delay: 4.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(2) {
  transition-delay: 4.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(3) {
  transition-delay: 4.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(4) {
  transition-delay: 4.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(5) {
  transition-delay: 4.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(6) {
  transition-delay: 4.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(7) {
  transition-delay: 4.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(8) {
  transition-delay: 4.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(9) {
  transition-delay: 5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(10) {
  transition-delay: 5.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(11) {
  transition-delay: 5.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(12) {
  transition-delay: 5.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(13) {
  transition-delay: 5.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(14) {
  transition-delay: 5.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(15) {
  transition-delay: 5.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(16) {
  transition-delay: 5.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(17) {
  transition-delay: 5.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(18) {
  transition-delay: 5.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(19) {
  transition-delay: 5.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(20) {
  transition-delay: 5.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(21) {
  transition-delay: 5.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(22) {
  transition-delay: 5.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(23) {
  transition-delay: 5.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(24) {
  transition-delay: 5.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(25) {
  transition-delay: 5.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(26) {
  transition-delay: 5.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(27) {
  transition-delay: 5.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(28) {
  transition-delay: 5.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(29) {
  transition-delay: 6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(30) {
  transition-delay: 6.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(31) {
  transition-delay: 6.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(32) {
  transition-delay: 6.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(33) {
  transition-delay: 6.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(34) {
  transition-delay: 6.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(35) {
  transition-delay: 6.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(36) {
  transition-delay: 6.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(37) {
  transition-delay: 6.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(38) {
  transition-delay: 6.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(39) {
  transition-delay: 6.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(40) {
  transition-delay: 6.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(41) {
  transition-delay: 6.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(42) {
  transition-delay: 6.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(43) {
  transition-delay: 6.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(44) {
  transition-delay: 6.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(45) {
  transition-delay: 6.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(46) {
  transition-delay: 6.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(47) {
  transition-delay: 6.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(48) {
  transition-delay: 6.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(49) {
  transition-delay: 7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(50) {
  transition-delay: 7.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(51) {
  transition-delay: 7.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(52) {
  transition-delay: 7.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(53) {
  transition-delay: 7.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(54) {
  transition-delay: 7.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(55) {
  transition-delay: 7.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(56) {
  transition-delay: 7.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(57) {
  transition-delay: 7.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(58) {
  transition-delay: 7.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(59) {
  transition-delay: 7.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(60) {
  transition-delay: 7.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(61) {
  transition-delay: 7.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(62) {
  transition-delay: 7.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(63) {
  transition-delay: 7.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(64) {
  transition-delay: 7.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(65) {
  transition-delay: 7.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(66) {
  transition-delay: 7.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(67) {
  transition-delay: 7.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(68) {
  transition-delay: 7.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(69) {
  transition-delay: 8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(70) {
  transition-delay: 8.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(71) {
  transition-delay: 8.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(72) {
  transition-delay: 8.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(73) {
  transition-delay: 8.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(74) {
  transition-delay: 8.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(75) {
  transition-delay: 8.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(76) {
  transition-delay: 8.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(77) {
  transition-delay: 8.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(78) {
  transition-delay: 8.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(79) {
  transition-delay: 8.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(80) {
  transition-delay: 8.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(81) {
  transition-delay: 8.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(82) {
  transition-delay: 8.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(83) {
  transition-delay: 8.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(84) {
  transition-delay: 8.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(85) {
  transition-delay: 8.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(86) {
  transition-delay: 8.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(87) {
  transition-delay: 8.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(88) {
  transition-delay: 8.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(89) {
  transition-delay: 9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(90) {
  transition-delay: 9.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(91) {
  transition-delay: 9.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(92) {
  transition-delay: 9.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(93) {
  transition-delay: 9.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(94) {
  transition-delay: 9.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(95) {
  transition-delay: 9.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(96) {
  transition-delay: 9.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(97) {
  transition-delay: 9.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(98) {
  transition-delay: 9.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(99) {
  transition-delay: 9.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(100) {
  transition-delay: 9.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(101) {
  transition-delay: 9.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(102) {
  transition-delay: 9.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(103) {
  transition-delay: 9.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(104) {
  transition-delay: 9.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(105) {
  transition-delay: 9.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(106) {
  transition-delay: 9.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(107) {
  transition-delay: 9.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(108) {
  transition-delay: 9.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(109) {
  transition-delay: 10s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(110) {
  transition-delay: 10.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(111) {
  transition-delay: 10.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(112) {
  transition-delay: 10.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(113) {
  transition-delay: 10.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(114) {
  transition-delay: 10.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(115) {
  transition-delay: 10.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(116) {
  transition-delay: 10.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(117) {
  transition-delay: 10.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(118) {
  transition-delay: 10.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(119) {
  transition-delay: 10.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(120) {
  transition-delay: 10.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(121) {
  transition-delay: 10.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(122) {
  transition-delay: 10.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(123) {
  transition-delay: 10.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(124) {
  transition-delay: 10.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(125) {
  transition-delay: 10.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(126) {
  transition-delay: 10.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(127) {
  transition-delay: 10.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(128) {
  transition-delay: 10.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(129) {
  transition-delay: 11s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(130) {
  transition-delay: 11.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(131) {
  transition-delay: 11.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(132) {
  transition-delay: 11.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(133) {
  transition-delay: 11.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(134) {
  transition-delay: 11.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(135) {
  transition-delay: 11.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(136) {
  transition-delay: 11.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(137) {
  transition-delay: 11.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(138) {
  transition-delay: 11.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(139) {
  transition-delay: 11.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(140) {
  transition-delay: 11.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(141) {
  transition-delay: 11.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(142) {
  transition-delay: 11.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(143) {
  transition-delay: 11.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(144) {
  transition-delay: 11.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(145) {
  transition-delay: 11.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(146) {
  transition-delay: 11.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(147) {
  transition-delay: 11.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(148) {
  transition-delay: 11.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(149) {
  transition-delay: 12s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(150) {
  transition-delay: 12.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(151) {
  transition-delay: 12.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(152) {
  transition-delay: 12.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(153) {
  transition-delay: 12.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(154) {
  transition-delay: 12.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(155) {
  transition-delay: 12.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(156) {
  transition-delay: 12.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(157) {
  transition-delay: 12.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(158) {
  transition-delay: 12.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(159) {
  transition-delay: 12.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(160) {
  transition-delay: 12.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(161) {
  transition-delay: 12.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(162) {
  transition-delay: 12.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(163) {
  transition-delay: 12.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(164) {
  transition-delay: 12.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(165) {
  transition-delay: 12.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(166) {
  transition-delay: 12.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(167) {
  transition-delay: 12.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(168) {
  transition-delay: 12.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(169) {
  transition-delay: 13s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(170) {
  transition-delay: 13.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(171) {
  transition-delay: 13.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(172) {
  transition-delay: 13.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(173) {
  transition-delay: 13.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(174) {
  transition-delay: 13.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(175) {
  transition-delay: 13.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(176) {
  transition-delay: 13.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(177) {
  transition-delay: 13.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(178) {
  transition-delay: 13.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(179) {
  transition-delay: 13.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(180) {
  transition-delay: 13.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(181) {
  transition-delay: 13.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(182) {
  transition-delay: 13.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(183) {
  transition-delay: 13.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(184) {
  transition-delay: 13.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(185) {
  transition-delay: 13.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(186) {
  transition-delay: 13.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(187) {
  transition-delay: 13.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(188) {
  transition-delay: 13.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(189) {
  transition-delay: 14s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(190) {
  transition-delay: 14.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(191) {
  transition-delay: 14.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(192) {
  transition-delay: 14.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(193) {
  transition-delay: 14.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(194) {
  transition-delay: 14.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(195) {
  transition-delay: 14.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(196) {
  transition-delay: 14.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(197) {
  transition-delay: 14.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(198) {
  transition-delay: 14.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(199) {
  transition-delay: 14.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(2) span:nth-of-type(200) {
  transition-delay: 14.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(1) {
  transition-delay: 9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(2) {
  transition-delay: 9.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(3) {
  transition-delay: 9.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(4) {
  transition-delay: 9.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(5) {
  transition-delay: 9.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(6) {
  transition-delay: 9.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(7) {
  transition-delay: 9.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(8) {
  transition-delay: 9.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(9) {
  transition-delay: 9.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(10) {
  transition-delay: 9.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(11) {
  transition-delay: 9.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(12) {
  transition-delay: 9.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(13) {
  transition-delay: 9.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(14) {
  transition-delay: 9.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(15) {
  transition-delay: 9.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(16) {
  transition-delay: 9.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(17) {
  transition-delay: 9.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(18) {
  transition-delay: 9.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(19) {
  transition-delay: 9.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(20) {
  transition-delay: 9.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(21) {
  transition-delay: 10s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(22) {
  transition-delay: 10.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(23) {
  transition-delay: 10.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(24) {
  transition-delay: 10.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(25) {
  transition-delay: 10.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(26) {
  transition-delay: 10.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(27) {
  transition-delay: 10.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(28) {
  transition-delay: 10.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(29) {
  transition-delay: 10.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(30) {
  transition-delay: 10.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(31) {
  transition-delay: 10.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(32) {
  transition-delay: 10.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(33) {
  transition-delay: 10.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(34) {
  transition-delay: 10.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(35) {
  transition-delay: 10.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(36) {
  transition-delay: 10.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(37) {
  transition-delay: 10.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(38) {
  transition-delay: 10.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(39) {
  transition-delay: 10.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(40) {
  transition-delay: 10.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(41) {
  transition-delay: 11s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(42) {
  transition-delay: 11.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(43) {
  transition-delay: 11.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(44) {
  transition-delay: 11.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(45) {
  transition-delay: 11.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(46) {
  transition-delay: 11.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(47) {
  transition-delay: 11.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(48) {
  transition-delay: 11.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(49) {
  transition-delay: 11.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(50) {
  transition-delay: 11.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(51) {
  transition-delay: 11.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(52) {
  transition-delay: 11.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(53) {
  transition-delay: 11.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(54) {
  transition-delay: 11.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(55) {
  transition-delay: 11.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(56) {
  transition-delay: 11.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(57) {
  transition-delay: 11.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(58) {
  transition-delay: 11.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(59) {
  transition-delay: 11.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(60) {
  transition-delay: 11.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(61) {
  transition-delay: 12s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(62) {
  transition-delay: 12.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(63) {
  transition-delay: 12.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(64) {
  transition-delay: 12.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(65) {
  transition-delay: 12.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(66) {
  transition-delay: 12.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(67) {
  transition-delay: 12.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(68) {
  transition-delay: 12.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(69) {
  transition-delay: 12.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(70) {
  transition-delay: 12.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(71) {
  transition-delay: 12.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(72) {
  transition-delay: 12.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(73) {
  transition-delay: 12.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(74) {
  transition-delay: 12.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(75) {
  transition-delay: 12.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(76) {
  transition-delay: 12.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(77) {
  transition-delay: 12.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(78) {
  transition-delay: 12.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(79) {
  transition-delay: 12.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(80) {
  transition-delay: 12.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(81) {
  transition-delay: 13s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(82) {
  transition-delay: 13.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(83) {
  transition-delay: 13.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(84) {
  transition-delay: 13.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(85) {
  transition-delay: 13.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(86) {
  transition-delay: 13.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(87) {
  transition-delay: 13.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(88) {
  transition-delay: 13.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(89) {
  transition-delay: 13.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(90) {
  transition-delay: 13.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(91) {
  transition-delay: 13.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(92) {
  transition-delay: 13.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(93) {
  transition-delay: 13.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(94) {
  transition-delay: 13.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(95) {
  transition-delay: 13.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(96) {
  transition-delay: 13.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(97) {
  transition-delay: 13.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(98) {
  transition-delay: 13.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(99) {
  transition-delay: 13.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(100) {
  transition-delay: 13.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(101) {
  transition-delay: 14s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(102) {
  transition-delay: 14.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(103) {
  transition-delay: 14.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(104) {
  transition-delay: 14.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(105) {
  transition-delay: 14.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(106) {
  transition-delay: 14.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(107) {
  transition-delay: 14.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(108) {
  transition-delay: 14.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(109) {
  transition-delay: 14.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(110) {
  transition-delay: 14.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(111) {
  transition-delay: 14.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(112) {
  transition-delay: 14.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(113) {
  transition-delay: 14.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(114) {
  transition-delay: 14.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(115) {
  transition-delay: 14.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(116) {
  transition-delay: 14.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(117) {
  transition-delay: 14.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(118) {
  transition-delay: 14.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(119) {
  transition-delay: 14.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(120) {
  transition-delay: 14.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(121) {
  transition-delay: 15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(122) {
  transition-delay: 15.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(123) {
  transition-delay: 15.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(124) {
  transition-delay: 15.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(125) {
  transition-delay: 15.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(126) {
  transition-delay: 15.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(127) {
  transition-delay: 15.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(128) {
  transition-delay: 15.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(129) {
  transition-delay: 15.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(130) {
  transition-delay: 15.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(131) {
  transition-delay: 15.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(132) {
  transition-delay: 15.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(133) {
  transition-delay: 15.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(134) {
  transition-delay: 15.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(135) {
  transition-delay: 15.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(136) {
  transition-delay: 15.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(137) {
  transition-delay: 15.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(138) {
  transition-delay: 15.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(139) {
  transition-delay: 15.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(140) {
  transition-delay: 15.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(141) {
  transition-delay: 16s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(142) {
  transition-delay: 16.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(143) {
  transition-delay: 16.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(144) {
  transition-delay: 16.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(145) {
  transition-delay: 16.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(146) {
  transition-delay: 16.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(147) {
  transition-delay: 16.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(148) {
  transition-delay: 16.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(149) {
  transition-delay: 16.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(150) {
  transition-delay: 16.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(151) {
  transition-delay: 16.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(152) {
  transition-delay: 16.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(153) {
  transition-delay: 16.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(154) {
  transition-delay: 16.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(155) {
  transition-delay: 16.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(156) {
  transition-delay: 16.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(157) {
  transition-delay: 16.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(158) {
  transition-delay: 16.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(159) {
  transition-delay: 16.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(160) {
  transition-delay: 16.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(161) {
  transition-delay: 17s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(162) {
  transition-delay: 17.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(163) {
  transition-delay: 17.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(164) {
  transition-delay: 17.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(165) {
  transition-delay: 17.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(166) {
  transition-delay: 17.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(167) {
  transition-delay: 17.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(168) {
  transition-delay: 17.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(169) {
  transition-delay: 17.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(170) {
  transition-delay: 17.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(171) {
  transition-delay: 17.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(172) {
  transition-delay: 17.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(173) {
  transition-delay: 17.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(174) {
  transition-delay: 17.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(175) {
  transition-delay: 17.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(176) {
  transition-delay: 17.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(177) {
  transition-delay: 17.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(178) {
  transition-delay: 17.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(179) {
  transition-delay: 17.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(180) {
  transition-delay: 17.95s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(181) {
  transition-delay: 18s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(182) {
  transition-delay: 18.05s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(183) {
  transition-delay: 18.1s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(184) {
  transition-delay: 18.15s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(185) {
  transition-delay: 18.2s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(186) {
  transition-delay: 18.25s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(187) {
  transition-delay: 18.3s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(188) {
  transition-delay: 18.35s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(189) {
  transition-delay: 18.4s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(190) {
  transition-delay: 18.45s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(191) {
  transition-delay: 18.5s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(192) {
  transition-delay: 18.55s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(193) {
  transition-delay: 18.6s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(194) {
  transition-delay: 18.65s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(195) {
  transition-delay: 18.7s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(196) {
  transition-delay: 18.75s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(197) {
  transition-delay: 18.8s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(198) {
  transition-delay: 18.85s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(199) {
  transition-delay: 18.9s;
}
body.is-movie-play .p-intro__story-block:nth-of-type(3) span:nth-of-type(200) {
  transition-delay: 18.95s;
}
.p-intro__story-block span {
  display: inline-block;
  opacity: 0;
}
body.is-movie-play .p-intro__story-block span {
  opacity: 1;
  transition: opacity 0.15s;
}

.p-intro__text {
  position: relative;
  margin-top: 32px;
  line-height: 1.6;
  color: #000000;
  font-size: 16.5px;
  font-weight: 600;
  width: 112.9%;
  left: 50%;
  transform: translateX(-50%) scaleX(0.88);
  opacity: 0;
  transform: translateX(-50%) translateY(40px) scaleX(0.88);
}
@media not all and (max-width: 900px) {
  .p-intro__text {
    margin-top: 61px;
    font-size: 27px;
    line-height: 1.65;
  }
}
@media not all and (max-width: 900px) {
  .p-intro__text {
    transform: translateX(-50%) translateY(80px) scaleX(0.88);
  }
}
body.is-movie-play .p-intro__text {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scaleX(0.88);
  transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 14.8s;
}
.p-intro__text-inner {
  background: linear-gradient(transparent 8%, #e02e2c 8%, #e02e2c 100%);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 100%;
  background-size: 100% 100%;
}