@charset "UTF-8";

.lp_wrap .precautions .point li {
  position: absolute;
  opacity: 0;
  transform: translateX(40%);
}
.lp_wrap .precautions .point li:nth-child(1) {
  top: 24.3%;
  left: 11.6%;
  width: 76.8%;
  transition: 0.6s;
}
.lp_wrap .precautions .point li:nth-child(2) {
  top: 34.6%;
  left: 11.6%;
  width: 76.933%;
  transition: 0.6s 0.3s;
}
.lp_wrap .precautions .point li:nth-child(3) {
  top: 44.95%;
  left: 11.6%;
  width: 76.933%;
  transition: 0.6s 0.6s;
}
.lp_wrap .precautions .point li:nth-child(4) {
  top: 57.7%;
  left: 11.6%;
  width: 76.8%;
  transition: 0.6s 0.9s;
}
.lp_wrap .precautions .point li:nth-child(5) {
  top: 70.7%;
  left: 11.6%;
  width: 76.8%;
  transition: 0.6s 1.2s;
}
.lp_wrap .precautions .point li.trigger.move,
.lp_wrap .precautions .point li.trigger.move ~ li {
  opacity: 1;
  transform: translateX(0);
}