@charset "UTF-8";

.lp_wrap .texture .top {
  position: absolute;
  top: 6.7%;
  left: 14.9%;
  width: 67.733%;
}
.lp_wrap .texture .head li {
  position: absolute;
}
.lp_wrap .texture .head li:nth-child(1) {
  top: 24.6%;
  left: 55.9%;
  width: 4.533%;
}
.lp_wrap .texture .head li:nth-child(2) {
  top: 24.6%;
  left: 47.8%;
  width: 4.4%;
}
.lp_wrap .texture .head li:nth-child(3) {
  top: 24.6%;
  left: 39.8%;
  width: 4.4%;
}
.lp_wrap .texture .head li img {
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .texture .head li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .texture .head li:nth-child(2) img {
  transition: 0.6s 0.4s;
}
.lp_wrap .texture .head li:nth-child(3) img {
  transition: 0.6s 0.8s;
}
.lp_wrap .texture .head li.trigger.move img,
.lp_wrap .texture .head li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}