@charset "UTF-8";

.lp_wrap .feature3a .head-n {
  position: absolute;
  top: 80.5%;
  left: 15%;
  width: 56.771%;
}
.lp_wrap .feature3a .head-n.trigger {
  transition: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .feature3a .head-n.trigger.move {
  clip-path: inset(0);
}