@charset "UTF-8";

.lp_wrap .point3 .deco li {
  position: absolute;
}
.lp_wrap .point3 .deco li:nth-child(1) {
  top: 36%;
  left: 6.4%;
  width: 35.067%;
  animation: 2s point3_deco ease-in-out alternate infinite;
}
.lp_wrap .point3 .deco li:nth-child(2) {
  top: 27%;
  left: 18%;
  z-index: 1;
  width: 21.333%;
  animation: 2s point3_deco -3s ease-in-out alternate infinite;
}
.lp_wrap .point3 .deco li:nth-child(3) {
  top: 33%;
  left: 71.3%;
  width: 23.333%;
  animation: 2s point3_deco -5s ease-in-out alternate infinite;
}
@keyframes point3_deco {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
.lp_wrap .point3 .video {
  position: absolute;
  top: 30%;
  left: 28.667%;
  width: 42.667%;
  overflow: hidden;
  border-radius: 100vw;
}
.lp_wrap .point3 .head div {
  position: absolute;
}
.lp_wrap .point3 .head div:nth-child(1) {
  top: 30%;
  left: 65%;
  width: 13.867%;
  transition: 0.6s;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .point3 .head div:nth-child(2) {
  top: 31.4%;
  left: 73.2%;
  width: 4.267%;
  transition: 0.6s 0.2s;
  opacity: 0;
}
.lp_wrap .point3 .head div:nth-child(3) {
  top: 35.1%;
  left: 67%;
  width: 4%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .point3 .head div.move,
.lp_wrap .point3 .head div.move ~ div {
  clip-path: inset(0%);
  opacity: 1;
}