@charset "UTF-8";

.lp_wrap .point4 .deco li {
  position: absolute;
}
.lp_wrap .point4 .deco li:nth-child(1) {
  top: 36%;
  left: 20.1%;
  width: 17.733%;
  animation: 2s point4_deco ease-in-out alternate infinite;
}
.lp_wrap .point4 .deco li:nth-child(2) {
  top: 46%;
  left: 6.8%;
  z-index: 1;
  width: 32.267%;
  animation: 2s point4_deco -3s ease-in-out alternate infinite;
}
.lp_wrap .point4 .deco li:nth-child(3) {
  top: 44%;
  left: 70.2%;
  width: 25.6%;
  animation: 2s point4_deco -5s ease-in-out alternate infinite;
}
@keyframes point4_deco {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
.lp_wrap .point4 .image {
  position: absolute;
  top: 32%;
  left: 28.667%;
  width: 42.667%;
}
.lp_wrap .point4 .head div {
  position: absolute;
}
.lp_wrap .point4 .head div:nth-child(1) {
  top: 33%;
  left: 66.3%;
  width: 13.867%;
  transition: 0.6s;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .point4 .head div:nth-child(2) {
  top: 34.8%;
  left: 74.6%;
  width: 4.267%;
  transition: 0.6s 0.2s;
  opacity: 0;
}
.lp_wrap .point4 .head div:nth-child(3) {
  top: 42.4%;
  left: 68.1%;
  width: 4.267%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .point4 .head div.move,
.lp_wrap .point4 .head div.move ~ div {
  clip-path: inset(0%);
  opacity: 1;
}