@charset "UTF-8";

.lp_wrap .award {
  margin-top: -16%;
  z-index: -1;
}
.lp_wrap .award .item li {
  position: absolute;
  transition: 1.2s;
}
.lp_wrap .award .item li:nth-child(1) {
  top: 58.5%;
  left: 84.8%;
  width: 40.933%;
  transform: translateX(-100%);
}
.lp_wrap .award .item li:nth-child(2) {
  top: 71.7%;
  left: 81.3%;
  width: 42.667%;
  transform: translateX(-80%);
}
.lp_wrap .award .item li:nth-child(3) {
  top: 68.2%;
  left: -26.5%;
  width: 46.133%;
  transform: translateX(76%);
}
.lp_wrap .award .item li:nth-child(4) {
  top: 54.35%;
  left: -28.1%;
  width: 44.8%;
  transform: translateX(88%);
}
.lp_wrap .award .item li:nth-child(5) {
  top: 37.65%;
  left: -23.1%;
  width: 42.667%;
  transform: translateX(82%);
}
.lp_wrap .award .item li:nth-child(6) {
  top: 43.9%;
  left: 81.1%;
  width: 45.6%;
  transform: translateX(-85%);
}
.lp_wrap .award .item li:nth-child(7) {
  top: 23.1%;
  left: -25.4%;
  width: 42.667%;
  transform: translateX(88%);
}
.lp_wrap .award .item li:nth-child(8) {
  top: 25.3%;
  left: 81.6%;
  width: 42.667%;
  transform: translateX(-79%);
}
.lp_wrap .award .item li:nth-child(9) {
  top: 82%;
  left: 84.2%;
  width: 45.6%;
  transform: translateX(-85%);
}
.lp_wrap .award .item li:nth-child(10) {
  top: 79.9%;
  left: -29.5%;
  width: 44.667%;
  transform: translateX(81%);
}
.lp_wrap .award .item li.trigger.move,
.lp_wrap .award .item li.trigger.move ~ li {
  transform: translateX(0);
}