@charset "UTF-8";

.lp_wrap .talent .head-n {
  position: absolute;
  top: 18%;
  left: 73.8%;
  width: 18.229%;
}
.lp_wrap .talent .head-n.trigger img {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .talent .head-n.trigger.move img {
  opacity: 1;
  transform: translateY(0);
}