@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap");
/* RESET
================================================================================ */
#contents, #mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp_content {
  position: relative;
}
.sp_content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_content i {
  font-style: normal;
}

/* SETTING
================================================================================ */
.sp_content {
  color: #000;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
  background-repeat: no-repeat;
  background-color: #29c2ee;
  background-image: url("../images/bg_kumo.png"), url("../images/bg_head.png"), url("../images/bg_ground.jpg");
  background-position: top 2vw center,top center, bottom center;
  -webkit-background-size: 96% auto , 100% auto , 100% auto;
  -o-background-size: 96% auto , 100% auto , 100% auto;
  background-size: 96% auto , 100% auto , 100% auto;
  background-attachment: fixed , scroll , fixed;
  padding: 0 0 80px;
  margin: 0;
}
.sp_content figure {
  margin: 0;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a {
  color: #ff2e7c;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.sp_content a img {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.sp_content a:visited {
  color: #e10054;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: #ff619c;
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  filter: brightness(110%);
}
.sp_content p {
  line-height: 1.8;
}
.sp_content div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_content .sp_container {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  z-index: 0;
}
.sp_content .sp_container > small {
  display: block;
  margin-left: 1em;
  font-size: 0.75em;
  margin-top: 50px;
}
.sp_content .alt {
  display: none;
}
.sp_content .sp_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.2);
}
.sp_content .sp_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.content__txt p {
  text-align: justify;
  -ms-text-justify: inter-character;
  text-justify: inter-character;
}

/* PARTS
======================================== */
.link-arrow,
a.link-arrow {
  line-height: 1.4;
  display: inline-block;
  margin-top: .5em;
}
.link-arrow:before,
a.link-arrow:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .3em .4em;
  border-color: transparent transparent transparent #ee6d9d;
}

.mark1em_list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .2em;
}
.mark1em_list li * {
  text-indent: 0;
}
.mark1em_list li > i:first-child {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.dot_list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .2em;
}
.dot_list li * {
  text-indent: 0;
}
.dot_list li:before {
  content: "";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.heading-l {
  text-align: center;
  margin-bottom: 30px;
}

.sp_body {
  padding: 0 20px;
}
.sp_body > .sp_container > * {
  margin-bottom: 80px;
}
.sp_body > .sp_container > *:last-child {
  margin-bottom: 0;
}

.content--d {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content--d > .content__img,
.content--d > .content__summary {
  -webkit-flex-basis: 44%;
  flex-basis: 44%;
}
.content--d > .content__txt {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.content--d.content--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content--d dl {
  padding: 1em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
  background: url("../images/bg_pat.png") repeat #e1cca0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.content--d dl dt {
  margin: 0 0 .3em;
  color: #624e39;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.7) 40%);
  text-shadow: 1px 0 1px #fff, -1px 0 1px #fff;
  line-height: 1.1;
  letter-spacing: .1em;
}
.content--d dl dd {
  margin: 0 0 1em;
}
.content--d dl dd:last-child {
  margin-bottom: 0;
}
.content--d dl .fs--l {
  font-size: 1.16667em;
}
.content--d dl .date strong {
  font-weight: 700;
  font-size: 1.75em;
}
.content--d dl .name {
  font-size: 1.5em;
  font-weight: 700;
}
.content--d p + dl {
  margin-top: 1em;
}

.content--movie {
  margin: 30px;
}

.content--cast {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.content--cast > * {
  -webkit-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.content--cast > *:nth-child(n+3) {
  margin-top: 30px;
}
.content--cast > * > div {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content--cast > * > div > * {
  -webkit-flex-basis: calc(33.33% - 10px);
  flex-basis: calc(33.33% - 10px);
}
.content--cast > * > div > *:nth-child(n+4) {
  margin-top: 30px;
}
.content--cast figure img {
  display: block;
}
.content--cast figure span {
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.content--cast figcaption {
  margin-top: 5px;
  font-size: 0.875em;
}
.content--cast h3 {
  margin-bottom: .8em;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(110, 248, 255, 0.7) 40%);
  text-shadow: 1px 0 1px #fff, -1px 0 1px #fff;
  line-height: 1.1;
  letter-spacing: .1em;
}

.block--d {
  position: relative;
  background: url("../images/bg_pat.png") repeat #e1cca0;
  padding: 10px 10px 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.block--d:last-child {
  margin-bottom: 80px;
}
.block--d .block-heading {
  position: relative;
}
.block--d .block-heading span {
  padding: 0 6%;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  background: url("../images/heading1_bg.png") repeat-x center;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.block--d .block-heading span img {
  display: inline-block;
}
.block--d .block-heading.heading--plus {
  position: relative;
}
.block--d .block-heading.heading--plus:after {
  content: "";
  display: inline-block;
  background: url("../images/heading_tare.png") no-repeat right top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 97px;
  height: 0;
  padding: 36px 0 0;
  position: absolute;
  right: 0;
  top: 115px;
}
.block--d .block-heading.heading--plus span {
  background-image: url("../images/heading2_bg.png");
}
.block--d .block-body__headline {
  background: url("../images/headline_top.png") no-repeat top left;
  padding: 28px 0 0;
  margin: 0 0 20px;
}
.block--d .content__img img {
  box-shadow: 0 1px 3px 0 rgba(100, 86, 69, 0.4);
}
.block--d > * {
  margin: 30px 30px 45px;
}
.block--d > *:last-child {
  margin-bottom: 0;
}

.heading--team {
  padding: 0 0 30px;
  background: url("../images/line_pat.png") repeat-x bottom center;
  margin-bottom: 1em;
  text-align: center;
}

.block--sp {
  position: relative;
}
.block--sp > * {
  margin: 30px 0 45px;
}
.block--sp > *:first-child {
  margin-top: 0;
}
.block--sp > *:last-child {
  margin-bottom: 0;
}
.block--sp .heading-l + .content--d {
  padding: 20px;
  background: rgba(13, 181, 230, 0.8);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.block--archive .block-heading {
  margin-bottom: 20px;
}
.block--archive .block-body {
  background-color: rgba(138, 224, 249, 0.9);
  padding: 30px 30px 45px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.block--archive .block-body > * {
  margin-bottom: 30px;
}
.block--archive .block-body > *:last-child {
  margin-bottom: 0;
}

/* HEADER
======================================== */
.socialBtn {
  position: relative;
  padding: 0;
  margin: 1em 0;
  float: none;
}
.socialBtn ul {
  zoom: 1;
}
.socialBtn ul:before, .socialBtn ul:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.socialBtn ul:after {
  clear: both;
}
.socialBtn li {
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 21px;
}
.socialBtn .ballon {
  position: relative;
  float: right;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #CCC;
  margin-left: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  height: 18px;
  line-height: 18px;
  background-color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.socialBtn .ballon:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #AAA;
}
.socialBtn .ballon:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right-color: #FFF;
}
.socialBtn a, .socialBtn a:hover, .socialBtn a:visited {
  color: #000;
}
.socialBtn a:hover {
  text-decoration: none;
  text-shadow: none;
}

.content--movie {
  padding: 4px 8.5%;
  background-repeat: no-repeat;
  background-image: url("../images/movie_r.png"), url("../images/movie_l.png");
  background-position: right center , left center;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.sp_header {
  position: relative;
  padding: 5px;
  margin-bottom: 50px;
}
.sp_header .socialBtn {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 0;
  z-index: 1;
}
.sp_header .siteid {
  padding: 50px 0 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_header .siteid img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp_header .siteid span:first-child {
  -webkit-flex-basis: 42%;
  flex-basis: 42%;
}
.sp_header .siteid span:first-child img {
  margin: 0 0 0 auto;
}
.sp_header .siteid span:last-child {
  -webkit-flex-basis: 53%;
  flex-basis: 53%;
}
.sp_header .siteid span:last-child img {
  margin: 0 auto 0 0;
}

.sp_lead img {
  display: block;
  margin: 0 auto;
}

/* FOOT
======================================== */
.sp_footer {
  padding: 0 5px;
  text-align: center;
}
.sp_footer a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sp_footer a:hover {
  filter: brightness(120%);
}

/* PC Large
================================================================================ */
@media screen and (min-width: 1240px) {
  .sp_content > * {
    position: relative;
    z-index: 1;
  }
  .sp_content:before, .sp_content:after {
    content: "";
    display: block;
    position: fixed;
    width: calc(50% - 480px );
    height: 70%;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .6s linear .1s;
    -moz-transition: all .6s linear .1s;
    -ms-transition: all .6s linear .1s;
    -o-transition: all .6s linear .1s;
    transition: all .6s linear .1s;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .sp_content:before {
    background-image: url("../images/bg_l.png");
    left: 5px;
  }
  .sp_content:after {
    background-image: url("../images/bg_r.png");
    right: 5px;
  }

  .loaded .sp_content:before, .loaded .sp_content:after {
    opacity: 1;
    top: 15%;
    bottom: auto;
  }

  .firstview .sp_content:before, .firstview .sp_content:after {
    top: 25%;
  }

  .lastview .sp_content:before, .lastview .sp_content:after {
    opacity: 0;
    top: -40%;
  }
}
@media screen and (min-width: 768) {
  .for-sp, .for-sp_d {
    display: none;
  }
}
/* Middle
================================================================================ */
/* SMP
================================================================================ */
@media screen and (max-width: 767px) {
  .sp_header {
    margin-bottom: 8vw;
  }
  .sp_header .socialBtn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .sp_header .siteid {
    padding: 0;
    display: block;
  }
  .sp_header .siteid span:first-child img {
    width: 300px;
    margin: 0 auto 20px;
  }
  .sp_header .siteid span:last-child img {
    width: 200px;
    margin: 0 auto;
  }

  .sp_content {
    padding-bottom: 10vw;
    font-size: 14px;
    background-image: url("../images/bg_kumo_sp.png"), url("../images/bg_head.png"), url("../images/bg_ground_sp.jpg");
    background-position: top 30px center,top center, bottom center;
    -webkit-background-size: 98% auto , 200% auto , 100% auto;
    -o-background-size: 98% auto , 200% auto , 100% auto;
    background-size: 98% auto , 200% auto , 100% auto;
  }

  .firstview .sp_content {
    background-position: top 160px center,top center, bottom center;
  }

  .sp_content .img-grid.grid--sm--col3 > * {
    -webkit-flex-basis: calc(33.33% - 12px);
    flex-basis: calc(33.33% - 12px);
  }
  .sp_content .img-grid.grid--sm--col3 > *:nth-child(n+4) {
    margin-top: 5vw;
  }

  .heading--team {
    background-image: url("../images/line_pat.png"), url("../images/line_pat.png");
    background-repeat: repeat-x;
    background-position: top center, bottom center;
    padding: 20px 0;
    -webkit-background-size: auto 14px;
    -o-background-size: auto 14px;
    background-size: auto 14px;
  }
  .heading--team img {
    width: auto;
    max-height: 36px;
  }

  .sp_body {
    padding: 0;
  }

  .content--movie {
    margin: 5vw 5px;
  }

  .content--d {
    display: block;
    margin: 5vw 5px 8vw;
  }
  .content--d .content__txt {
    margin-bottom: 5vw;
  }
  .content--d .content__img img {
    display: block;
    margin: 0 auto;
  }
  .content--d:last-child {
    margin-bottom: 3.1%;
  }
  .content--d .block-body__headline {
    text-align: center;
    background-position: top center;
    margin-bottom: 10px;
    padding-top: 8vw;
  }
  .content--d .block-body__headline img {
    max-height: 29px;
    width: auto;
  }

  .content--cast {
    display: block;
  }
  .content--cast > *:first-child {
    margin-bottom: 5vw;
  }

  .block--d {
    margin-bottom: 8vw;
    padding: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .block--d > * {
    margin: 0 0 8vw;
  }
  .block--d:last-child {
    margin-bottom: 10vw;
  }
  .block--d .block-heading {
    position: relative;
  }
  .block--d .block-heading img {
    width: auto;
    max-height: 30px;
  }
  .block--d .block-heading span {
    height: 60px;
    line-height: 60px;
  }
  .block--d .block-heading.heading--plus:after {
    top: 50px;
  }

  .block--sp {
    position: relative;
  }
  .block--sp > div {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .block--sp > * {
    margin: 5vw 0 7.5vw;
  }
  .block--sp > *:first-child {
    margin-top: 0;
  }
  .block--sp > *:last-child {
    margin-bottom: 0;
  }
  .block--sp .heading-l + .content--d {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .block--archive .block-heading {
    margin-bottom: 20px;
  }
  .block--archive .block-body {
    padding: 5vw 5vw 7.5vw;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .block--archive .block-body > * {
    margin-bottom: 5vw;
  }
  .block--archive .block-body > *:last-child {
    margin-bottom: 0;
  }

  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .for-sp_s {
    display: none;
  }
}
/* ANIMATION
================================================================================ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scl--fadeIn {
  opacity: 0;
}
.scl--fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.scl--fadeInUp {
  opacity: 0;
}
.scl--fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.scl--fadeInDown {
  opacity: 0;
}
.scl--fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.scl--fadeInRight {
  opacity: 0;
}
.scl--fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.scl--fadeInLeft {
  opacity: 0;
}
.scl--fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes CloseIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.scl--closein.animated {
  -webkit-animation-name: CloseIn;
  animation-name: CloseIn;
}

.scl--child-img-closein.animated img {
  -webkit-animation-name: CloseIn;
  animation-name: CloseIn;
}

.child--delay > * {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.child--delay > *:nth-child(1) {
  animation-delay: 0.15s;
}
.child--delay > *:nth-child(1) {
  animation-delay: 0.15s;
}
.child--delay > *:nth-child(2) {
  animation-delay: 0.3s;
}
.child--delay > *:nth-child(3) {
  animation-delay: 0.45s;
}
.child--delay > *:nth-child(4) {
  animation-delay: 0.6s;
}
.child--delay > *:nth-child(5) {
  animation-delay: 0.75s;
}
.child--delay > *:nth-child(6) {
  animation-delay: 0.9s;
}
.child--delay > *:nth-child(7) {
  animation-delay: 1.05s;
}
.child--delay > *:nth-child(8) {
  animation-delay: 1.2s;
}
.child--delay > *:nth-child(9) {
  animation-delay: 1.35s;
}
.child--delay > *:nth-child(10) {
  animation-delay: 1.5s;
}
.child--delay > *:nth-child(11) {
  animation-delay: 1.65s;
}
.child--delay > *:nth-child(12) {
  animation-delay: 1.8s;
}
.child--delay > *:nth-child(13) {
  animation-delay: 1.95s;
}
.child--delay > *:nth-child(14) {
  animation-delay: 2.1s;
}
.child--delay > *:nth-child(15) {
  animation-delay: 2.25s;
}
.child--delay > *:nth-child(16) {
  animation-delay: 2.4s;
}
.child--delay > *:nth-child(17) {
  animation-delay: 2.55s;
}
.child--delay > *:nth-child(18) {
  animation-delay: 2.7s;
}
.child--delay > *:nth-child(19) {
  animation-delay: 2.85s;
}
.child--delay > *:nth-child(20) {
  animation-delay: 3s;
}
.child--delay > *:nth-child(21) {
  animation-delay: 3.15s;
}
.child--delay > *:nth-child(22) {
  animation-delay: 3.3s;
}
.child--delay > *:nth-child(23) {
  animation-delay: 3.45s;
}
.child--delay > *:nth-child(24) {
  animation-delay: 3.6s;
}
.child--delay > *:nth-child(25) {
  animation-delay: 3.75s;
}
.child--delay > *:nth-child(26) {
  animation-delay: 3.9s;
}
.child--delay > *:nth-child(27) {
  animation-delay: 4.05s;
}
.child--delay > *:nth-child(28) {
  animation-delay: 4.2s;
}
.child--delay > *:nth-child(29) {
  animation-delay: 4.35s;
}
.child--delay > *:nth-child(30) {
  animation-delay: 4.5s;
}

.child--img-delay img {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.child--img-delay > *:nth-child(1) img {
  animation-delay: 0.15s;
}
.child--img-delay > *:nth-child(1) img {
  animation-delay: 0.15s;
}
.child--img-delay > *:nth-child(2) img {
  animation-delay: 0.3s;
}
.child--img-delay > *:nth-child(3) img {
  animation-delay: 0.45s;
}
.child--img-delay > *:nth-child(4) img {
  animation-delay: 0.6s;
}
.child--img-delay > *:nth-child(5) img {
  animation-delay: 0.75s;
}
.child--img-delay > *:nth-child(6) img {
  animation-delay: 0.9s;
}
.child--img-delay > *:nth-child(7) img {
  animation-delay: 1.05s;
}
.child--img-delay > *:nth-child(8) img {
  animation-delay: 1.2s;
}
.child--img-delay > *:nth-child(9) img {
  animation-delay: 1.35s;
}
.child--img-delay > *:nth-child(10) img {
  animation-delay: 1.5s;
}
.child--img-delay > *:nth-child(11) img {
  animation-delay: 1.65s;
}
.child--img-delay > *:nth-child(12) img {
  animation-delay: 1.8s;
}
.child--img-delay > *:nth-child(13) img {
  animation-delay: 1.95s;
}
.child--img-delay > *:nth-child(14) img {
  animation-delay: 2.1s;
}
.child--img-delay > *:nth-child(15) img {
  animation-delay: 2.25s;
}
.child--img-delay > *:nth-child(16) img {
  animation-delay: 2.4s;
}
.child--img-delay > *:nth-child(17) img {
  animation-delay: 2.55s;
}
.child--img-delay > *:nth-child(18) img {
  animation-delay: 2.7s;
}
.child--img-delay > *:nth-child(19) img {
  animation-delay: 2.85s;
}
.child--img-delay > *:nth-child(20) img {
  animation-delay: 3s;
}
.child--img-delay > *:nth-child(21) img {
  animation-delay: 3.15s;
}
.child--img-delay > *:nth-child(22) img {
  animation-delay: 3.3s;
}
.child--img-delay > *:nth-child(23) img {
  animation-delay: 3.45s;
}
.child--img-delay > *:nth-child(24) img {
  animation-delay: 3.6s;
}
.child--img-delay > *:nth-child(25) img {
  animation-delay: 3.75s;
}
.child--img-delay > *:nth-child(26) img {
  animation-delay: 3.9s;
}
.child--img-delay > *:nth-child(27) img {
  animation-delay: 4.05s;
}
.child--img-delay > *:nth-child(28) img {
  animation-delay: 4.2s;
}
.child--img-delay > *:nth-child(29) img {
  animation-delay: 4.35s;
}
.child--img-delay > *:nth-child(30) img {
  animation-delay: 4.5s;
}
