@charset "UTF-8";

.lp_wrap .begin .head div {
  position: absolute;
  top: 30%;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .begin .head div:nth-child(1) {
  right: 8%;
  width: 7.867%;
  transition: 0.6s;
}
.lp_wrap .begin .head div:nth-child(2) {
  left: 8%;
  width: 7.867%;
  transition: 0.6s 0.4s;
}
.lp_wrap .begin .head div.move,
.lp_wrap .begin .head div.move ~ div {
  clip-path: inset(0%);
}