@charset "UTF-8";

.lp_wrap .new .photo1 {
  position: absolute;
  top: 28.4%;
  left: 0%;
  width: 80%;
}
.lp_wrap .new .photo1.trigger {
  transition: 0.6s;
  opacity: 0;
  transform: translateX(-60%);
}
.lp_wrap .new .photo1.trigger.move {
  opacity: 1;
  transform: translateX(0);
}
.lp_wrap .new .head li {
  position: absolute;
}
.lp_wrap .new .head li:nth-child(1) {
  top: 32%;
  left: 86%;
  width: 8%;
  height: 34.3%;
  background: #fff;
  transition: 0.6s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .new .head li:nth-child(2) {
  top: 32%;
  left: 76.7%;
  width: 8%;
  height: 24.8%;
  background: #fff;
  transition: 0.6s 0.1s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .new .head li:nth-child(3) {
  top: 33.55%;
  left: 87.8%;
  width: 4.267%;
  transition: 0.6s 0.3s;
  opacity: 0;
}
.lp_wrap .new .head li:nth-child(4) {
  top: 33.35%;
  left: 78.5%;
  width: 4.267%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .new .head li.trigger.move,
.lp_wrap .new .head li.trigger.move ~ li {
  clip-path: inset(0);
  opacity: 1;
}
.lp_wrap .new .photo2 {
  position: absolute;
  top: 73%;
  left: 32.7%;
  width: 56%;
}
.lp_wrap .new .photo2.trigger {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .new .photo2.trigger.move {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .new .copy li {
  position: absolute;
}
.lp_wrap .new .copy li:nth-child(1) {
  top: 68.15%;
  left: 18%;
  width: 8%;
  height: 15.5%;
  background: #fff;
  transition: 0.6s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .new .copy li:nth-child(2) {
  top: 68.15%;
  left: 8.6%;
  width: 8%;
  height: 22.2%;
  background: #fff;
  transition: 0.6s 0.1s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .new .copy li:nth-child(3) {
  top: 69.35%;
  left: 19.9%;
  width: 4.267%;
  transition: 0.6s 0.3s;
  opacity: 0;
}
.lp_wrap .new .copy li:nth-child(4) {
  top: 69.5%;
  left: 10.5%;
  width: 4.133%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .new .copy li.trigger.move,
.lp_wrap .new .copy li.trigger.move ~ li {
  clip-path: inset(0);
  opacity: 1;
}