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