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