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