@charset "UTF-8";

.lp_wrap .type .deco li {
  position: absolute;
}
.lp_wrap .type .deco li:nth-child(1) {
  top: 1.9%;
  left: 80.4%;
  width: 14.133%;
  animation: 1.2s deco1 ease-in-out alternate infinite;
}
.lp_wrap .type .deco li:nth-child(2) {
  top: 68.9%;
  left: -18%;
  width: 32.8%;
  animation: 1.2s deco1 -0.6s ease-in-out alternate infinite;
}
.lp_wrap .type .slider_wrap {
  position: absolute;
  top: 88.1%;
  left: 0%;
  width: 142%;
}