@charset "UTF-8";

.lp_wrap .image .head {
  position: absolute;
  top: 5.65%;
  left: 6.58%;
  width: 13.067%;
  opacity: 0;
  transition: 0.6s 0.3s ease;
}
.lp_wrap .image .head.trigger.move {
  opacity: 1;
}
.lp_wrap .image .catch li {
  position: absolute;
  clip-path: inset(0% 100% 0% 0%);
}
.lp_wrap .image .catch li:nth-child(1) {
  top: 84.1%;
  left: 5%;
  width: 39.067%;
  transition: 0.6s 0.0s ease;
}
.lp_wrap .image .catch li:nth-child(2) {
  top: 84.1%;
  left: 54.2%;
  width: 35.867%;
  transition: 0.6s 0.3s ease;
}
.lp_wrap .image .catch li.trigger.move,
.lp_wrap .image .catch li.trigger.move ~ li{
  clip-path: inset(0% 0% 0% 0%);
}