@charset "UTF-8";

.lp_wrap .seibun .movie {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.lp_wrap .seibun .wt_icon li {
  position: absolute;
  transition: 1s 0.3s;
}
.lp_wrap .seibun .wt_icon li:nth-child(1) {
  top: 16.7%;
  left: -7.6%;
  width: 45.052%;
  transform: translate(51.2%, 23.4%);
}
.lp_wrap .seibun .wt_icon li:nth-child(2) {
  top: 16.9%;
  left: 69%;
  width: 38.932%;
  transform: translate(-60.9%, 28.4%);
}
.lp_wrap .seibun .wt_icon li:nth-child(3) {
  top: 61.4%;
  left: -3.7%;
  width: 40.495%;
  transform: translate(46.5%, -67%);
}
.lp_wrap .seibun .wt_icon li:nth-child(4) {
  top: 61.7%;
  left: 64.7%;
  width: 39.844%;
  transform: translate(-49.4%, -77.7%);
}
.lp_wrap .seibun .wt_icon li.trigger.move,
.lp_wrap .seibun .wt_icon li.trigger.move ~ li {
  transform: translate(0, 0);
}