@charset "UTF-8";

.lp_wrap .nayami .head li {
  position: absolute;
}
.lp_wrap .nayami .head li:nth-child(1) {
  top: 6.55%;
  left: 14.4%;
  width: 71.333%;
}
.lp_wrap .nayami .head li:nth-child(2) {
  top: 13.3%;
  left: 11.6%;
  width: 76.667%;
}
.lp_wrap .nayami .head li:nth-child(1) img {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-30%);
}
.lp_wrap .nayami .head li:nth-child(2) img {
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .nayami .head li.trigger.move img,
.lp_wrap .nayami .head li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .nayami .icon li {
  position: absolute;
  mix-blend-mode: hard-light;
}
.lp_wrap .nayami .icon li:nth-child(1) {
  top: 59.5%;
  left: 3.1%;
  width: 51.467%;
}
.lp_wrap .nayami .icon li:nth-child(2) {
  top: 35.4%;
  left: 24.1%;
  width: 51.6%;
}
.lp_wrap .nayami .icon li:nth-child(3) {
  top: 59.5%;
  left: 45.2%;
  width: 51.6%;
}
.lp_wrap .nayami .icon li img {
  transition: 0.8s;
  opacity: 0;
}
.lp_wrap .nayami .icon li:nth-child(1) img {
  transform: translate(-50%, 40%);
}
.lp_wrap .nayami .icon li:nth-child(2) img {
  transform: translate(0%, -40%);
}
.lp_wrap .nayami .icon li:nth-child(3) img {
  transform: translate(50%, 40%);
}
.lp_wrap .nayami .icon li.trigger.move img,
.lp_wrap .nayami .icon li.trigger.move ~ li img {
  opacity: 1;
  transform: translate(0, 0);
}