@keyframes loop_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menu-dot-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-dot-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes glitch_bg {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-section__ttl h2:nth-child(1) .p-in_text:last-of-type {
    opacity: 0;
  }
}

@media screen and (min-width: 900px) {
  .p-staffcast__ttl span {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .p-staffcast__ttl {
    margin-bottom: 61px;
  }
}
.p-staffcast__box {
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-staffcast__box:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.is-active .p-staffcast__box:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
.is-active .p-staffcast__box:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.7s;
}
.is-active .p-staffcast__box:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.9s;
}
.is-active .p-staffcast__box:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.1s;
}
.p-staffcast__box + .p-staffcast__box {
  margin-top: 76px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box + .p-staffcast__box {
    margin-top: 16%;
  }
}
.p-staffcast__box-ttl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 31px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 11px;
  letter-spacing: 4.5px;
  margin-bottom: 59px;
}
.p-staffcast__box-ttl span {
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box-ttl {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    padding-bottom: 6px;
  }
}
.p-staffcast__list {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list {
    display: block;
  }
}
.p-staffcast__list-item {
  width: 50%;
  margin-bottom: 3.8%;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-item {
    margin-bottom: 6.8%;
  }
}
@media screen and (max-width: 899px) {
  .-cast .p-staffcast__list-item {
    margin-bottom: 11%;
  }
}
@media screen and (min-width: 900px) {
  .p-staffcast__list-item:nth-child(2n) {
    padding-left: 3%;
  }
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-item {
    width: 100%;
  }
}
.p-staffcast__list-cap {
  position: relative;
  padding-left: 21px;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 21px;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-cap {
    margin-bottom: 6px;
    padding-left: 16px;
    font-size: 12px;
  }
}
.p-staffcast__list-cap::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-cap::before {
    width: 6px;
  }
}
.p-staffcast__list-cap-ja {
  opacity: 0.5;
}
.p-staffcast__list-cap-ch {
  position: relative;
}
.p-staffcast__list-cap-ch .p-in_text {
  opacity: 0.5;
}
.p-staffcast__list-cap-ch .p-in_furi {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0;
  opacity: 0.5;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-cap-ch .p-in_furi {
    transform: translateX(-50%) scale(0.9);
  }
}
.p-staffcast__list-name {
  padding-left: 21px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 27px;
  letter-spacing: 6px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-name {
    padding-left: 15px;
    font-size: 19px;
    letter-spacing: 3px;
  }
}
.p-staffcast__list-name.is-fri {
  padding-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-name.is-fri {
    padding-top: 11px;
  }
}
.p-staffcast__list-name .p-in_furi {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0;
  margin-left: 11px;
  opacity: 0.5;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-name .p-in_furi {
    transform: translateX(-50%) scale(0.9);
    margin-left: 7px;
  }
}
.p-staffcast__list-name .p-in_text + .p-in_text {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__list-name .p-in_text + .p-in_text {
    margin-top: 6px;
  }
}