﻿@charset "utf-8";

.lp_wrap .super_kids .head {
  position: absolute;
  top: 7%;
  left: 3.6%;
  width: 53.467%;
  transition: 0.6s;
  transform: translateX(180%);
}
.lp_wrap .super_kids .head.move {
  transform: translateX(0%);
}
.lp_wrap .super_kids .catch {
  position: absolute;
  top: 19%;
  left: 85.2%;
  width: 6.933%;
  transition: 1.5s 0.4s;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  mask-size: 100% 250%;
  mask-position: 0% 100%;
}
.lp_wrap .super_kids .head.move ~ .catch {
  mask-position: 0% 0%;
}