@charset "UTF-8";

.lp_wrap .help .movie {
  position: absolute;
  bottom: 1.8%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.lp_wrap .help .head li {
  position: absolute;
}
.lp_wrap .help .head li:nth-child(1) {
  top: 5.7%;
  left: 22.5%;
  width: 50.667%;
}
.lp_wrap .help .head li:nth-child(2) {
  top: 23.4%;
  left: 12.7%;
  width: 74.667%;
}
.lp_wrap .help .head li:nth-child(3) {
  top: 29.1%;
  left: 0.9%;
  width: 97.6%;
}
.lp_wrap .help .head li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .help .head li:nth-child(2) img {
  transition: 0.6s 0.3s;
}
.lp_wrap .help .head li:nth-child(3) img {
  transition: 0.6s 0.6s;
}
.lp_wrap .help .head li.trigger img,
.lp_wrap .help .head li.trigger ~ li img {
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .help .head li.trigger.move img,
.lp_wrap .help .head li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .help .smile {
  position: absolute;
  top: 48.6%;
  left: 31%;
  width: 38%;
}
.lp_wrap .help .smile.trigger.move {
  animation: 1s new_copy2 ease-in-out forwards;
}