@charset "UTF-8";

.lp_wrap .online .line {
  position: absolute;
  top: 24.3%;
  left: 33.1%;
  width: 34.267%;
  transition: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .online .line.trigger.move {
  clip-path: inset(0);
}
.lp_wrap .online .fk {
  position: absolute;
  top: 28.9%;
  left: 62.8%;
  width: 33.867%;
  transform-origin: bottom left;
  transition: 0.6s;
  opacity: 0;
  transform: scale(0);
}
.lp_wrap .online .fk.trigger.move {
  opacity: 1;
  transform: scale(1);
}