@charset "UTF-8";

.lp_wrap .in61 .wt_icon {
  position: absolute;
  top: 24%;
  left: 7.813%;
  width: 84.375%;
}
.lp_wrap .in61 .wt_icon.trigger img {
  transition: 0.8s;
  opacity: 0;
  transform: scale(0);
}
.lp_wrap .in61 .wt_icon.trigger.move img {
  opacity: 1;
  transform: scale(1);
}