@charset "UTF-8";

.lp_wrap .point2 .movie1 {
  position: absolute;
  top: 4.4%;
  right: 0%;
  width: 73.33333%;
}
.lp_wrap .point2 .cycle {
  position: absolute;
  top: 5.03%;
  left: 6.6%;
  width: 24%;
  animation: 12s cycle1 linear infinite;
}
.lp_wrap .point2 .head li {
  position: absolute;
}
.lp_wrap .point2 .head li:nth-child(1) {
  top: 12.3%;
  left: 30.8%;
  width: 8%;
  height: 12.7%;
  background: #fff;
  transition: 0.6s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .point2 .head li:nth-child(2) {
  top: 12.3%;
  left: 21.4%;
  width: 8%;
  height: 10.4%;
  background: #fff;
  transition: 0.6s 0.1s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .point2 .head li:nth-child(3) {
  top: 13%;
  left: 32.7%;
  width: 4.267%;
  transition: 0.6s 0.3s;
  opacity: 0;
}
.lp_wrap .point2 .head li:nth-child(4) {
  top: 13.03%;
  left: 23.3%;
  width: 4.267%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .point2 .head li:nth-child(5) {
  top: 12.3%;
  left: 6.5%;
  width: 11.067%;
  transition: 0.8s 0.6s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .point2 .head li.trigger.move,
.lp_wrap .point2 .head li.trigger.move ~ li {
  clip-path: inset(0);
  opacity: 1;
}
.lp_wrap .point2 .movie2 {
  position: absolute;
  top: 49.4%;
  left: 10.667%;
  width: 78.667%;
}