@charset "UTF-8";

.lp_wrap .extract .head-n li {
  position: absolute;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .extract .head-n li:nth-child(1) {
  top: 3.3%;
  left: 78.2%;
  width: 17.578%;
  transition: 0.8s;
}
.lp_wrap .extract .head-n li:nth-child(2) {
  top: 3.4%;
  left: 4%;
  width: 11.458%;
  transition: 0.8s 0.4s;
}
.lp_wrap .extract .head-n li.trigger.move,
.lp_wrap .extract .head-n li.trigger.move ~ li {
  clip-path: inset(0);
}