@charset "UTF-8";

.lp_wrap .intro2 .movie {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.lp_wrap .intro2 .head-n li {
  position: absolute;
}
.lp_wrap .intro2 .head-n li:nth-child(1) {
  top: 8.4%;
  left: 50.7%;
  width: 19.14%;
}
.lp_wrap .intro2 .head-n li:nth-child(2) {
  top: 23.9%;
  left: 49.8%;
  width: 20.964%;
}
.lp_wrap .intro2 .head-n li:nth-child(3) {
  top: 40.4%;
  left: 50.7%;
  width: 20.703%;
}
.lp_wrap .intro2 .head-n li:nth-child(4) {
  top: 56.4%;
  left: 52.2%;
  width: 14.973%;
}
.lp_wrap .intro2 .head-n li:nth-child(5) {
  top: 31%;
  left: 34.6%;
  width: 9.765%;
}
.lp_wrap .intro2 .head-n li:nth-child(6) {
  top: 45.9%;
  left: 32.4%;
  width: 11.979%;
}
.lp_wrap .intro2 .head-n li:nth-child(7) {
  top: 58.8%;
  left: 29.8%;
  width: 17.838%;
}
.lp_wrap .intro2 .head-n li:nth-child(8) {
  top: 71%;
  left: 31.6%;
  width: 15.234%;
}
.lp_wrap .intro2 .head-n li.trigger img,
.lp_wrap .intro2 .head-n li.trigger ~ li img {
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .intro2 .head-n li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .intro2 .head-n li:nth-child(2) img {
  transition: 0.6s 0.15s;
}
.lp_wrap .intro2 .head-n li:nth-child(3) img {
  transition: 0.6s 0.3s;
}
.lp_wrap .intro2 .head-n li:nth-child(4) img {
  transition: 0.6s 0.45s;
}
.lp_wrap .intro2 .head-n li:nth-child(5) img {
  transition: 0.6s 0.6s;
}
.lp_wrap .intro2 .head-n li:nth-child(6) img {
  transition: 0.6s 0.75s;
}
.lp_wrap .intro2 .head-n li:nth-child(7) img {
  transition: 0.6s 0.9s;
}
.lp_wrap .intro2 .head-n li:nth-child(8) img {
  transition: 0.6s 1.05s;
}
.lp_wrap .intro2 .head-n li.trigger.move img,
.lp_wrap .intro2 .head-n li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .intro2 .wt_icon {
  position: absolute;
  top: 7.7%;
  left: -3%;
  width: 39.193%;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
}
.lp_wrap .intro2 .wt_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 40%;
  height: 200%;
  transform: rotate(45deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.lp_wrap .intro2 .wt_icon.trigger.move::after {
  animation: 1s intro2_icon ease-in-out forwards;
}
@keyframes intro2_icon {
  0% {
    left: -50%;
  }
  70%, 100% {
    left: 150%;
  }
}