@charset "UTF-8";

.lp_wrap .last .head li {
  position: absolute;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .last .head li:nth-child(1) {
  top: 6.15%;
  left: 12.4%;
  width: 9.067%;
  transition: 0.6s 0.5s;
}
.lp_wrap .last .head li:nth-child(2) {
  top: 6.4%;
  left: 23.6%;
  width: 9.2%;
  transition: 0.6s;
}
.lp_wrap .last .head li:nth-child(3) {
  top: 6.2%;
  left: 35.1%;
  width: 8.933%;
  transition: 0.6s 1.1s;
}
.lp_wrap .last .head li:nth-child(4) {
  top: 6.2%;
  left: 46.3%;
  width: 8%;
  transition: 0.6s 0.3s;
}
.lp_wrap .last .head li:nth-child(5) {
  top: 6.4%;
  left: 57.2%;
  width: 7.733%;
  transition: 0.6s 0.9s;
}
.lp_wrap .last .head li:nth-child(6) {
  top: 6.3%;
  left: 67.2%;
  width: 8.933%;
  transition: 0.6s 0.6s;
}
.lp_wrap .last .head li:nth-child(7) {
  top: 6.1%;
  left: 78.9%;
  width: 8.667%;
  transition: 0.6s 0.1s;
}
.lp_wrap .last .head li:nth-child(8) {
  top: 12.7%;
  left: 23.6%;
  width: 8.933%;
  transition: 0.6s 0.8s;
}
.lp_wrap .last .head li:nth-child(9) {
  top: 12.7%;
  left: 34.9%;
  width: 8.933%;
  transition: 0.6s 0.2s;
}
.lp_wrap .last .head li:nth-child(10) {
  top: 12.8%;
  left: 46.1%;
  width: 8.933%;
  transition: 0.6s 1s;
}
.lp_wrap .last .head li:nth-child(11) {
  top: 12.8%;
  left: 57.3%;
  width: 8%;
  transition: 0.6s 0.7s;
}
.lp_wrap .last .head li:nth-child(12) {
  top: 13.5%;
  left: 68.3%;
  width: 8%;
  transition: 0.6s 0.2s;
}
.lp_wrap .last .head li.trigger.move,
.lp_wrap .last .head li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .last .copy {
  position: absolute;
  top: 20.1%;
  left: 25.1%;
  width: 49.733%;
}
.lp_wrap .last .copy.trigger {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .last .copy.trigger.move {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .last .cycle {
  position: absolute;
  top: 25.75%;
  left: 8.667%;
  width: 82.667%;
  animation: 20s cycle1 linear infinite;
}
.lp_wrap .last .cover {
  position: absolute;
  top: 66.25%;
  left: 30.1%;
  width: 39.133%;
}