@charset "UTF-8";

.lp_wrap .lastimage .head-n li {
  position: absolute;
}
.lp_wrap .lastimage .head-n li:nth-child(1) {
  top: 76.8%;
  left: 13%;
  width: 76.563%;
}
.lp_wrap .lastimage .head-n li:nth-child(2) {
  top: 82.6%;
  left: 7.9%;
  width: 83.854%;
}
.lp_wrap .lastimage .head-n li.trigger img,
.lp_wrap .lastimage .head-n li.trigger ~ li img {
  opacity: 0;
  transform: translateY(-30%);
}
.lp_wrap .lastimage .head-n li:nth-child(1) img {
  transition: 0.8s;
}
.lp_wrap .lastimage .head-n li:nth-child(2) img {
  transition: 0.8s 0.4s;
}
.lp_wrap .lastimage .head-n li.trigger.move img,
.lp_wrap .lastimage .head-n li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}