@charset "UTF-8";
.l-in__content {
  transform: translateX(0);
  opacity: 0;
}
body.is-in-play .l-in__content {
  opacity: 1;
  transition: opacity 0.4s;
}

.p-staffcast {
  padding-bottom: 69px;
}
@media not all and (max-width: 900px) {
  .p-staffcast {
    padding-bottom: 112px;
  }
}
.p-staffcast__block {
  position: relative;
  margin-top: 50px;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block {
    margin-top: 90px;
  }
}
.p-staffcast__block.-cast {
  min-height: 52vw;
}
@media screen and (max-width: 900px) and (min-width: 637px) {
  .p-staffcast__block.-cast {
    min-height: 332px;
  }
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast {
    min-height: 380px;
  }
}
.p-staffcast__block.-music {
  min-height: 75vw;
}
@media screen and (max-width: 900px) and (min-width: 637px) {
  .p-staffcast__block.-music {
    min-height: 477px;
  }
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-music {
    min-height: 477px;
  }
}
.p-staffcast__block-ttl {
  position: absolute;
  top: 0;
  right: -1%;
  width: 29.66%;
  max-width: 189px;
  opacity: 0;
  transform: translateY(-20%);
}
@media screen and (max-width: 900px) and (min-width: 637.5px) {
  .p-staffcast__block-ttl {
    right: -6px;
  }
}
@media not all and (max-width: 900px) {
  .p-staffcast__block-ttl {
    right: 0;
    width: 189px;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__block-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.4s;
}
.p-staffcast__block.-cast.is-active .p-staffcast__block-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.p-staffcast__block.-music.is-active .p-staffcast__block-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

.p-staffcast__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-staffcast__list-item {
  font-size: 0;
  letter-spacing: -0.4em;
  padding-right: 1%;
  margin-bottom: 17px;
}
.p-staffcast__list-item > * {
  font-size: 15px;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .p-staffcast__list-item {
    flex: 1 0 auto;
    min-width: 50%;
    max-width: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-item {
    width: 49%;
    max-width: 510px;
    padding-right: 0.5%;
    margin-bottom: 22px;
  }
  .p-staffcast__list-item:nth-of-type(even) {
    width: 48%;
    margin-left: 3%;
  }
  .-music .p-staffcast__list-item {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .-music .p-staffcast__list-item:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-staffcast__list-item.-large {
    min-width: 100%;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span {
  transition-delay: 0.2s, 0.4s, 0.4s;
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span {
    transition-delay: 0.4s, 0.6s, 0.6s;
    animation-delay: 0.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name {
  transition-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name {
    transition-delay: 0.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span {
  transition-delay: 0.23s, 0.43s, 0.43s;
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span {
    transition-delay: 0.43s, 0.63s, 0.63s;
    animation-delay: 0.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name {
  transition-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name {
    transition-delay: 0.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span {
  transition-delay: 0.26s, 0.46s, 0.46s;
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span {
    transition-delay: 0.46s, 0.66s, 0.66s;
    animation-delay: 0.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name {
  transition-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name {
    transition-delay: 0.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span {
  transition-delay: 0.29s, 0.49s, 0.49s;
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span {
    transition-delay: 0.49s, 0.69s, 0.69s;
    animation-delay: 0.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name {
  transition-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name {
    transition-delay: 0.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span {
  transition-delay: 0.32s, 0.52s, 0.52s;
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span {
    transition-delay: 0.52s, 0.72s, 0.72s;
    animation-delay: 0.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name {
  transition-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name {
    transition-delay: 0.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span {
  transition-delay: 0.35s, 0.55s, 0.55s;
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span {
    transition-delay: 0.55s, 0.75s, 0.75s;
    animation-delay: 0.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name {
  transition-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name {
    transition-delay: 0.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span {
  transition-delay: 0.38s, 0.58s, 0.58s;
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span {
    transition-delay: 0.58s, 0.78s, 0.78s;
    animation-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name {
  transition-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name {
    transition-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span {
  transition-delay: 0.41s, 0.61s, 0.61s;
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span {
    transition-delay: 0.61s, 0.81s, 0.81s;
    animation-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name {
  transition-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name {
    transition-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span {
  transition-delay: 0.44s, 0.64s, 0.64s;
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span {
    transition-delay: 0.64s, 0.84s, 0.84s;
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name {
  transition-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name {
    transition-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span {
  transition-delay: 0.47s, 0.67s, 0.67s;
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span {
    transition-delay: 0.67s, 0.87s, 0.87s;
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name {
  transition-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name {
    transition-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span {
  transition-delay: 0.5s, 0.7s, 0.7s;
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span {
    transition-delay: 0.7s, 0.9s, 0.9s;
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name {
  transition-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name {
    transition-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span {
  transition-delay: 0.53s, 0.73s, 0.73s;
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span {
    transition-delay: 0.73s, 0.93s, 0.93s;
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name {
  transition-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name {
    transition-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span {
  transition-delay: 0.56s, 0.76s, 0.76s;
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span {
    transition-delay: 0.76s, 0.96s, 0.96s;
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name {
  transition-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name {
    transition-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span {
  transition-delay: 0.59s, 0.79s, 0.79s;
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span {
    transition-delay: 0.79s, 0.99s, 0.99s;
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name {
  transition-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name {
    transition-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span {
  transition-delay: 0.62s, 0.82s, 0.82s;
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span {
    transition-delay: 0.82s, 1.02s, 1.02s;
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name {
  transition-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name {
    transition-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span {
  transition-delay: 0.65s, 0.85s, 0.85s;
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span {
    transition-delay: 0.85s, 1.05s, 1.05s;
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name {
  transition-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name {
    transition-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span {
  transition-delay: 0.68s, 0.88s, 0.88s;
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span {
    transition-delay: 0.88s, 1.08s, 1.08s;
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name {
  transition-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name {
    transition-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span {
  transition-delay: 0.71s, 0.91s, 0.91s;
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span {
    transition-delay: 0.91s, 1.11s, 1.11s;
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name {
  transition-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name {
    transition-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span {
  transition-delay: 0.74s, 0.94s, 0.94s;
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span {
    transition-delay: 0.94s, 1.14s, 1.14s;
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name {
  transition-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name {
    transition-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span {
  transition-delay: 0.77s, 0.97s, 0.97s;
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span {
    transition-delay: 0.97s, 1.17s, 1.17s;
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name {
  transition-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name {
    transition-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span {
  transition-delay: 0.8s, 1s, 1s;
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span {
    transition-delay: 1s, 1.2s, 1.2s;
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name {
  transition-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name {
    transition-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span {
  transition-delay: 0.83s, 1.03s, 1.03s;
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span {
    transition-delay: 1.03s, 1.23s, 1.23s;
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name {
  transition-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name {
    transition-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span {
  transition-delay: 0.86s, 1.06s, 1.06s;
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span {
    transition-delay: 1.06s, 1.26s, 1.26s;
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name {
  transition-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name {
    transition-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span {
  transition-delay: 0.89s, 1.09s, 1.09s;
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span {
    transition-delay: 1.09s, 1.29s, 1.29s;
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name {
  transition-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name {
    transition-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span {
  transition-delay: 0.92s, 1.12s, 1.12s;
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span {
    transition-delay: 1.12s, 1.32s, 1.32s;
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name {
  transition-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name {
    transition-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.14s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.16s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span {
  transition-delay: 0.95s, 1.15s, 1.15s;
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span {
    transition-delay: 1.15s, 1.35s, 1.35s;
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name {
  transition-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name {
    transition-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.15s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.17s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.19s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span {
  transition-delay: 0.98s, 1.18s, 1.18s;
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span {
    transition-delay: 1.18s, 1.38s, 1.38s;
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name {
  transition-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name {
    transition-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.18s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.22s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span {
  transition-delay: 1.01s, 1.21s, 1.21s;
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span {
    transition-delay: 1.21s, 1.41s, 1.41s;
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name {
  transition-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name {
    transition-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.21s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.23s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.25s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span {
  transition-delay: 1.04s, 1.24s, 1.24s;
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span {
    transition-delay: 1.24s, 1.44s, 1.44s;
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name {
  transition-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name {
    transition-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.24s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.26s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.28s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span {
  transition-delay: 1.07s, 1.27s, 1.27s;
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span {
    transition-delay: 1.27s, 1.47s, 1.47s;
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name {
  transition-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name {
    transition-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.27s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.29s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.31s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span {
  transition-delay: 1.1s, 1.3s, 1.3s;
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span {
    transition-delay: 1.3s, 1.5s, 1.5s;
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name {
  transition-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name {
    transition-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.32s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.34s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span {
  transition-delay: 1.13s, 1.33s, 1.33s;
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span {
    transition-delay: 1.33s, 1.53s, 1.53s;
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name {
  transition-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name {
    transition-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.33s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.35s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.37s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span {
  transition-delay: 1.16s, 1.36s, 1.36s;
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span {
    transition-delay: 1.36s, 1.56s, 1.56s;
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name {
  transition-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name {
    transition-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.36s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.38s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span {
  transition-delay: 1.19s, 1.39s, 1.39s;
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span {
    transition-delay: 1.39s, 1.59s, 1.59s;
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name {
  transition-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name {
    transition-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.39s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.41s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.43s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span {
  transition-delay: 1.22s, 1.42s, 1.42s;
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span {
    transition-delay: 1.42s, 1.62s, 1.62s;
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name {
  transition-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name {
    transition-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.42s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.44s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.46s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span {
  transition-delay: 1.25s, 1.45s, 1.45s;
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span {
    transition-delay: 1.45s, 1.65s, 1.65s;
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name {
  transition-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name {
    transition-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.45s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.47s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.49s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 2.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span {
  transition-delay: 1.28s, 1.48s, 1.48s;
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span {
    transition-delay: 1.48s, 1.68s, 1.68s;
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name {
  transition-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name {
    transition-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.48s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.52s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 2.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 2.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span {
  transition-delay: 1.31s, 1.51s, 1.51s;
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span {
    transition-delay: 1.51s, 1.71s, 1.71s;
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name {
  transition-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name {
    transition-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.51s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.53s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.55s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 2.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 2.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 2.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 2.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span {
  transition-delay: 1.34s, 1.54s, 1.54s;
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span {
    transition-delay: 1.54s, 1.74s, 1.74s;
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name {
  transition-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name {
    transition-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.54s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.56s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.58s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.62s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.64s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.66s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.68s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.72s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.74s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.76s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.78s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.82s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.84s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.86s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.88s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.92s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.94s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.96s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.98s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 2s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 2.02s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 2.04s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 2.06s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 2.08s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 2.1s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2.12s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span {
  transition-delay: 1.37s, 1.57s, 1.57s;
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span {
    transition-delay: 1.57s, 1.77s, 1.77s;
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name {
  transition-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name {
    transition-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.57s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.59s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.61s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.63s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.65s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.67s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.69s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.71s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.73s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.75s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.77s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.79s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.81s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.83s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.85s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.87s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.89s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.91s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.93s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.95s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.97s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.99s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 2.01s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 2.03s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 2.05s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 2.07s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 2.09s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 2.11s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 2.13s;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 2.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span {
  transition-delay: 0s, 0s, 0s;
  animation-delay: 0s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-pos span {
    transition-delay: 0s, 0s, 0s;
    animation-delay: 0s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name {
  transition-delay: 0s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name {
    transition-delay: 0s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(1) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span {
  transition-delay: 0.03s, 0.03s, 0.03s;
  animation-delay: 0.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-pos span {
    transition-delay: 0.03s, 0.03s, 0.03s;
    animation-delay: 0.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name {
  transition-delay: 0.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name {
    transition-delay: 0.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(2) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span {
  transition-delay: 0.06s, 0.06s, 0.06s;
  animation-delay: 0.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-pos span {
    transition-delay: 0.06s, 0.06s, 0.06s;
    animation-delay: 0.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name {
  transition-delay: 0.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name {
    transition-delay: 0.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(3) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span {
  transition-delay: 0.09s, 0.09s, 0.09s;
  animation-delay: 0.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-pos span {
    transition-delay: 0.09s, 0.09s, 0.09s;
    animation-delay: 0.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name {
  transition-delay: 0.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name {
    transition-delay: 0.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(4) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span {
  transition-delay: 0.12s, 0.12s, 0.12s;
  animation-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-pos span {
    transition-delay: 0.12s, 0.12s, 0.12s;
    animation-delay: 0.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name {
  transition-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name {
    transition-delay: 0.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(5) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span {
  transition-delay: 0.15s, 0.15s, 0.15s;
  animation-delay: 0.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-pos span {
    transition-delay: 0.15s, 0.15s, 0.15s;
    animation-delay: 0.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name {
  transition-delay: 0.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name {
    transition-delay: 0.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(6) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span {
  transition-delay: 0.18s, 0.18s, 0.18s;
  animation-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-pos span {
    transition-delay: 0.18s, 0.18s, 0.18s;
    animation-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name {
  transition-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name {
    transition-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(7) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span {
  transition-delay: 0.21s, 0.21s, 0.21s;
  animation-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-pos span {
    transition-delay: 0.21s, 0.21s, 0.21s;
    animation-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name {
  transition-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name {
    transition-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(8) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span {
  transition-delay: 0.24s, 0.24s, 0.24s;
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-pos span {
    transition-delay: 0.24s, 0.24s, 0.24s;
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name {
  transition-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name {
    transition-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(9) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span {
  transition-delay: 0.27s, 0.27s, 0.27s;
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-pos span {
    transition-delay: 0.27s, 0.27s, 0.27s;
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name {
  transition-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name {
    transition-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(10) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span {
  transition-delay: 0.3s, 0.3s, 0.3s;
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-pos span {
    transition-delay: 0.3s, 0.3s, 0.3s;
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name {
  transition-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name {
    transition-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(11) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span {
  transition-delay: 0.33s, 0.33s, 0.33s;
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-pos span {
    transition-delay: 0.33s, 0.33s, 0.33s;
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name {
  transition-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name {
    transition-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(12) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span {
  transition-delay: 0.36s, 0.36s, 0.36s;
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-pos span {
    transition-delay: 0.36s, 0.36s, 0.36s;
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name {
  transition-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name {
    transition-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(13) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span {
  transition-delay: 0.39s, 0.39s, 0.39s;
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-pos span {
    transition-delay: 0.39s, 0.39s, 0.39s;
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name {
  transition-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name {
    transition-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(14) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span {
  transition-delay: 0.42s, 0.42s, 0.42s;
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-pos span {
    transition-delay: 0.42s, 0.42s, 0.42s;
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name {
  transition-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name {
    transition-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(15) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span {
  transition-delay: 0.45s, 0.45s, 0.45s;
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-pos span {
    transition-delay: 0.45s, 0.45s, 0.45s;
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name {
  transition-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name {
    transition-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(16) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span {
  transition-delay: 0.48s, 0.48s, 0.48s;
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-pos span {
    transition-delay: 0.48s, 0.48s, 0.48s;
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name {
  transition-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name {
    transition-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(17) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span {
  transition-delay: 0.51s, 0.51s, 0.51s;
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-pos span {
    transition-delay: 0.51s, 0.51s, 0.51s;
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name {
  transition-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name {
    transition-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(18) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span {
  transition-delay: 0.54s, 0.54s, 0.54s;
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-pos span {
    transition-delay: 0.54s, 0.54s, 0.54s;
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name {
  transition-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name {
    transition-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(19) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span {
  transition-delay: 0.57s, 0.57s, 0.57s;
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-pos span {
    transition-delay: 0.57s, 0.57s, 0.57s;
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name {
  transition-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name {
    transition-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(20) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span {
  transition-delay: 0.6s, 0.6s, 0.6s;
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-pos span {
    transition-delay: 0.6s, 0.6s, 0.6s;
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name {
  transition-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name {
    transition-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(21) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span {
  transition-delay: 0.63s, 0.63s, 0.63s;
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-pos span {
    transition-delay: 0.63s, 0.63s, 0.63s;
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name {
  transition-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name {
    transition-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(22) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span {
  transition-delay: 0.66s, 0.66s, 0.66s;
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-pos span {
    transition-delay: 0.66s, 0.66s, 0.66s;
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name {
  transition-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name {
    transition-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(23) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span {
  transition-delay: 0.69s, 0.69s, 0.69s;
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-pos span {
    transition-delay: 0.69s, 0.69s, 0.69s;
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name {
  transition-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name {
    transition-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(24) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span {
  transition-delay: 0.72s, 0.72s, 0.72s;
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-pos span {
    transition-delay: 0.72s, 0.72s, 0.72s;
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name {
  transition-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name {
    transition-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(25) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span {
  transition-delay: 0.75s, 0.75s, 0.75s;
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-pos span {
    transition-delay: 0.75s, 0.75s, 0.75s;
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name {
  transition-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name {
    transition-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(26) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span {
  transition-delay: 0.78s, 0.78s, 0.78s;
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-pos span {
    transition-delay: 0.78s, 0.78s, 0.78s;
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name {
  transition-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name {
    transition-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(27) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span {
  transition-delay: 0.81s, 0.81s, 0.81s;
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-pos span {
    transition-delay: 0.81s, 0.81s, 0.81s;
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name {
  transition-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name {
    transition-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(28) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span {
  transition-delay: 0.84s, 0.84s, 0.84s;
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-pos span {
    transition-delay: 0.84s, 0.84s, 0.84s;
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name {
  transition-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name {
    transition-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(29) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span {
  transition-delay: 0.87s, 0.87s, 0.87s;
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-pos span {
    transition-delay: 0.87s, 0.87s, 0.87s;
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name {
  transition-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name {
    transition-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(30) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span {
  transition-delay: 0.9s, 0.9s, 0.9s;
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-pos span {
    transition-delay: 0.9s, 0.9s, 0.9s;
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name {
  transition-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name {
    transition-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(31) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span {
  transition-delay: 0.93s, 0.93s, 0.93s;
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-pos span {
    transition-delay: 0.93s, 0.93s, 0.93s;
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name {
  transition-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name {
    transition-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 0.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 0.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(32) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span {
  transition-delay: 0.96s, 0.96s, 0.96s;
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-pos span {
    transition-delay: 0.96s, 0.96s, 0.96s;
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name {
  transition-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name {
    transition-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 0.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 0.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(33) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span {
  transition-delay: 0.99s, 0.99s, 0.99s;
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-pos span {
    transition-delay: 0.99s, 0.99s, 0.99s;
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name {
  transition-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name {
    transition-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 0.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(34) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span {
  transition-delay: 1.02s, 1.02s, 1.02s;
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-pos span {
    transition-delay: 1.02s, 1.02s, 1.02s;
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name {
  transition-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name {
    transition-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(35) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span {
  transition-delay: 1.05s, 1.05s, 1.05s;
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-pos span {
    transition-delay: 1.05s, 1.05s, 1.05s;
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name {
  transition-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name {
    transition-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(36) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span {
  transition-delay: 1.08s, 1.08s, 1.08s;
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-pos span {
    transition-delay: 1.08s, 1.08s, 1.08s;
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name {
  transition-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name {
    transition-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 2.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 2.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(37) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span {
  transition-delay: 1.11s, 1.11s, 1.11s;
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-pos span {
    transition-delay: 1.11s, 1.11s, 1.11s;
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name {
  transition-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name {
    transition-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 2.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 2.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(38) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span {
  transition-delay: 1.14s, 1.14s, 1.14s;
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-pos span {
    transition-delay: 1.14s, 1.14s, 1.14s;
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name {
  transition-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name {
    transition-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.34s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.36s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.36s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.38s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.38s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.4s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.42s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.42s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.44s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.46s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.46s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.48s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.48s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.5s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.52s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.52s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.54s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.54s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.56s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.56s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.58s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.58s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.6s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.62s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.62s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.64s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.64s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.66s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.66s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.68s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.68s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.7s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.72s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.72s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.74s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.74s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.76s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.76s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.78s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.78s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.8s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.82s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.82s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.84s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.84s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.86s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.86s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.88s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.88s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.9s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.92s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.92s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.94s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.94s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.96s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.96s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 1.98s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 1.98s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 2.02s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 2.02s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 2.04s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 2.04s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 2.06s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 2.06s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 2.08s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 2.08s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 2.1s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2.12s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2.12s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.14s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.14s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.16s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.16s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.18s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.18s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.2s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.2s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.22s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.22s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.24s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.24s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.26s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.26s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.28s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.28s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.3s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.3s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.32s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(39) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.32s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span {
  transition-delay: 1.17s, 1.17s, 1.17s;
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-pos span {
    transition-delay: 1.17s, 1.17s, 1.17s;
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name {
  transition-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name {
    transition-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
  animation-delay: 1.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(1) {
    animation-delay: 1.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
  animation-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(2) {
    animation-delay: 1.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
  animation-delay: 1.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(3) {
    animation-delay: 1.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
  animation-delay: 1.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(4) {
    animation-delay: 1.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
  animation-delay: 1.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(5) {
    animation-delay: 1.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
  animation-delay: 1.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(6) {
    animation-delay: 1.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
  animation-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(7) {
    animation-delay: 1.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
  animation-delay: 1.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(8) {
    animation-delay: 1.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
  animation-delay: 1.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(9) {
    animation-delay: 1.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
  animation-delay: 1.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(10) {
    animation-delay: 1.35s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
  animation-delay: 1.37s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(11) {
    animation-delay: 1.37s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
  animation-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(12) {
    animation-delay: 1.39s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
  animation-delay: 1.41s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(13) {
    animation-delay: 1.41s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
  animation-delay: 1.43s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(14) {
    animation-delay: 1.43s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
  animation-delay: 1.45s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(15) {
    animation-delay: 1.45s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
  animation-delay: 1.47s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(16) {
    animation-delay: 1.47s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
  animation-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(17) {
    animation-delay: 1.49s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
  animation-delay: 1.51s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(18) {
    animation-delay: 1.51s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
  animation-delay: 1.53s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(19) {
    animation-delay: 1.53s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
  animation-delay: 1.55s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(20) {
    animation-delay: 1.55s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
  animation-delay: 1.57s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(21) {
    animation-delay: 1.57s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
  animation-delay: 1.59s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(22) {
    animation-delay: 1.59s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
  animation-delay: 1.61s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(23) {
    animation-delay: 1.61s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
  animation-delay: 1.63s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(24) {
    animation-delay: 1.63s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
  animation-delay: 1.65s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(25) {
    animation-delay: 1.65s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
  animation-delay: 1.67s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(26) {
    animation-delay: 1.67s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
  animation-delay: 1.69s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(27) {
    animation-delay: 1.69s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
  animation-delay: 1.71s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(28) {
    animation-delay: 1.71s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
  animation-delay: 1.73s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(29) {
    animation-delay: 1.73s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
  animation-delay: 1.75s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(30) {
    animation-delay: 1.75s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
  animation-delay: 1.77s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(31) {
    animation-delay: 1.77s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
  animation-delay: 1.79s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(32) {
    animation-delay: 1.79s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
  animation-delay: 1.81s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(33) {
    animation-delay: 1.81s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
  animation-delay: 1.83s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(34) {
    animation-delay: 1.83s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
  animation-delay: 1.85s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(35) {
    animation-delay: 1.85s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
  animation-delay: 1.87s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(36) {
    animation-delay: 1.87s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
  animation-delay: 1.89s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(37) {
    animation-delay: 1.89s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
  animation-delay: 1.91s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(38) {
    animation-delay: 1.91s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
  animation-delay: 1.93s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(39) {
    animation-delay: 1.93s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
  animation-delay: 1.95s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(40) {
    animation-delay: 1.95s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
  animation-delay: 1.97s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(41) {
    animation-delay: 1.97s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
  animation-delay: 1.99s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(42) {
    animation-delay: 1.99s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
  animation-delay: 2.01s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(43) {
    animation-delay: 2.01s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
  animation-delay: 2.03s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(44) {
    animation-delay: 2.03s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
  animation-delay: 2.05s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(45) {
    animation-delay: 2.05s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
  animation-delay: 2.07s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(46) {
    animation-delay: 2.07s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
  animation-delay: 2.09s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(47) {
    animation-delay: 2.09s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
  animation-delay: 2.11s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(48) {
    animation-delay: 2.11s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
  animation-delay: 2.13s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(49) {
    animation-delay: 2.13s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
  animation-delay: 2.15s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(50) {
    animation-delay: 2.15s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
  animation-delay: 2.17s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(51) {
    animation-delay: 2.17s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
  animation-delay: 2.19s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(52) {
    animation-delay: 2.19s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
  animation-delay: 2.21s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(53) {
    animation-delay: 2.21s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
  animation-delay: 2.23s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(54) {
    animation-delay: 2.23s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
  animation-delay: 2.25s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(55) {
    animation-delay: 2.25s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
  animation-delay: 2.27s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(56) {
    animation-delay: 2.27s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
  animation-delay: 2.29s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(57) {
    animation-delay: 2.29s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
  animation-delay: 2.31s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(58) {
    animation-delay: 2.31s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
  animation-delay: 2.33s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(59) {
    animation-delay: 2.33s;
  }
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
  animation-delay: 2.35s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__block.-cast.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60), .p-staffcast__block.-music.is-active .p-staffcast__list-item:nth-of-type(40) .p-staffcast__list-name span:not(.p-in-sup):nth-of-type(60) {
    animation-delay: 2.35s;
  }
}
.p-staffcast__list-pos {
  color: #000000;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 6px;
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-pos {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.p-staffcast__list-pos span {
  position: relative;
  display: inline-block;
  padding: 0px 2px;
  vertical-align: baseline;
  z-index: 1;
  color: transparent;
  background-color: transparent;
  border: 1px solid #e02e2c;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-pos span {
    padding: 3px 6px;
  }
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-pos span {
  background-color: #e02e2c;
  color: #000000;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98), background 0.2s;
  transition-delay: 0.2s 0.2s, 0.4s;
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-pos span, .p-staffcast__block.-music.is-active .p-staffcast__list-pos span {
  background-color: #e02e2c;
  color: #000000;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98), background 0.2s;
  transition-delay: 0.2s 0.2s, 0.4s;
}
.p-staffcast__list-name {
  position: relative;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  font-size: 18.5px;
  display: inline-block;
  font-feature-settings: "palt";
  margin-right: 1.1em;
  line-height: 1.3;
  font-size: clamp(13px, 4.93vw, 20px);
  opacity: 0;
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-name {
  opacity: 1;
  transition: opacity 0.1s;
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-name, .p-staffcast__block.-music.is-active .p-staffcast__list-name {
  opacity: 1;
  transition: opacity 0.1s;
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-name {
    font-size: 32px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1290px) {
  .p-staffcast__list-name {
    font-size: clamp(26px, 2.28vw, 32px);
  }
}
.p-staffcast__list-name:last-of-type {
  margin-right: 0;
}
.p-staffcast__list-name .p-in-sup {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.4;
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-name .p-in-sup {
    line-height: 1.1;
  }
}
.p-staffcast__list-name .p-in-comment {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 63px;
  margin-left: 7px;
  vertical-align: middle;
  top: 1px;
}
@media not all and (max-width: 900px) {
  .p-staffcast__list-name .p-in-comment {
    width: 88px;
    margin-left: 11px;
    transition: opacity 0.2s;
  }
  .p-staffcast__list-name .p-in-comment:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .p-staffcast__list-name .p-in-comment.-sp_block {
    display: block;
    margin: 6px 0 0;
  }
}
.p-staffcast__list-name span {
  vertical-align: middle;
}
.p-staffcast__list-name span:not(.p-in-sup):not(.p-in-comment) {
  display: inline-block;
  opacity: 0;
}
body.is-in-play .p-staffcast__block.-staff .p-staffcast__list-name span:not(.p-in-sup):not(.p-in-comment) {
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
}
.p-staffcast__block.-cast.is-active .p-staffcast__list-name span:not(.p-in-sup):not(.p-in-comment), .p-staffcast__block.-music.is-active .p-staffcast__list-name span:not(.p-in-sup):not(.p-in-comment) {
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
}

.p-staffcast_modal {
  padding: 25px 15px 15px;
}
@media not all and (max-width: 900px) {
  .p-staffcast_modal {
    padding: 23px 21px 18px;
  }
}
.p-staffcast_modal__pos {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  padding: 0px 8px 3px;
}
@media not all and (max-width: 900px) {
  .p-staffcast_modal__pos {
    font-size: 18.5px;
    padding: 2px 8px 3px;
  }
}
.p-staffcast_modal__name {
  margin-top: 8px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}
@media not all and (max-width: 900px) {
  .p-staffcast_modal__name {
    font-size: 49.5px;
    margin-top: 4px;
  }
}
.p-staffcast_modal__comment {
  margin-top: 18px;
  line-height: 1.65;
}
@media not all and (max-width: 900px) {
  .p-staffcast_modal__comment {
    margin-top: 25px;
    font-size: 17.5px;
    line-height: 1.95;
  }
}

@media not all and (max-width: 900px) {
  .-other {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .-other {
    font-size: 10px;
  }
}