@charset "UTF-8";

.lp_wrap .popup .head div {
  position: absolute;
}
.lp_wrap .popup .head div:nth-child(1) {
  top: 21.5%;
  left: 7.3%;
  width: 9.333%;
  transition: 0.6s;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .popup .head div:nth-child(2) {
  top: 23.3%;
  left: 9.6%;
  width: 4.667%;
  transition: 0.6s 0.1s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(3) {
  top: 26.7%;
  left: 11.4%;
  width: 0.8%;
  transition: 0.6s 0.2s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(4) {
  top: 30.2%;
  left: 11%;
  width: 2.533%;
  transition: 0.6s 0.3s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(5) {
  top: 33.9%;
  left: 9.7%;
  width: 4.8%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(6) {
  top: 37%;
  left: 9.7%;
  width: 4.667%;
  transition: 0.6s 0.5s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(7) {
  top: 40%;
  left: 9.9%;
  width: 4.133%;
  transition: 0.6s 0.6s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(8) {
  top: 43.2%;
  left: 9.1%;
  width: 5.6%;
  transition: 0.6s 0.7s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(9) {
  top: 47%;
  left: 9.5%;
  width: 4.8%;
  transition: 0.6s 0.8s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(10) {
  top: 50.4%;
  left: 13.1%;
  width: 1.733%;
  transition: 0.6s 0.9s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(11) {
  top: 51.9%;
  left: 7.15%;
  width: 54%;
  transition: 0.6s 1s;
  clip-path: inset(0% 100% 0% 0%);
}
.lp_wrap .popup .head div:nth-child(12) {
  top: 52.9%;
  left: 9.1%;
  width: 5.6%;
  transition: 0.6s 1.1s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(13) {
  top: 53.1%;
  left: 16.5%;
  width: 4.933%;
  transition: 0.6s 1.2s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(14) {
  top: 53.3%;
  left: 22.8%;
  width: 5.333%;
  transition: 0.6s 1.3s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(15) {
  top: 53%;
  left: 29.4%;
  width: 4%;
  transition: 0.6s 1.4s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(16) {
  top: 52.9%;
  left: 35.1%;
  width: 5.467%;
  transition: 0.6s 1.5s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(17) {
  top: 53%;
  left: 41.8%;
  width: 5.467%;
  transition: 0.6s 1.6s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(18) {
  top: 52.7%;
  left: 48.6%;
  width: 5.467%;
  transition: 0.6s 1.7s;
  opacity: 0;
}
.lp_wrap .popup .head div:nth-child(19) {
  top: 53%;
  left: 56%;
  width: 2%;
  transition: 0.6s 1.8s;
  opacity: 0;
}
.lp_wrap .popup .head div.move,
.lp_wrap .popup .head div.move ~ div {
  clip-path: inset(0%);
  opacity: 1;
}