@charset "UTF-8";

.lp_wrap .point1 .image {
  position: absolute;
  top: 23.6%;
  left: 14%;
  z-index: 1;
  width: 72%;
  overflow: hidden;
}
.lp_wrap .point1 .image img {
  transition: 1s;
}
.lp_wrap .point1 .image.move img {
  transform: scale(1.47223);
}
.lp_wrap .point1 .head div {
  position: absolute;
  z-index: 1;
}
.lp_wrap .point1 .head div:nth-child(1) {
  top: 25.5%;
  left: 67%;
  width: 13.867%;
  transition: 0.6s;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .point1 .head div:nth-child(2) {
  top: 26.6%;
  left: 75.1%;
  width: 4.267%;
  transition: 0.6s 0.2s;
  opacity: 0;
}
.lp_wrap .point1 .head div:nth-child(3) {
  top: 31.5%;
  left: 68.9%;
  width: 3.733%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .point1 .image.move ~ .head div {
  clip-path: inset(0%);
  opacity: 1;
}
.lp_wrap .point1 .here {
  position: absolute;
  top: 28%;
  left: 38%;
  z-index: 1;
  width: 24%;
  transition: 0.6s;
  transform: translateY(10%);
  opacity: 0;
}
.lp_wrap .point1 .image.move ~ .here {
  transform: translateY(0%);
  opacity: 1;
}
.lp_wrap .point1 .check li {
  position: absolute;
  transform: translateY(40%);
  opacity: 0;
}
.lp_wrap .point1 .check li:nth-child(1) {
  top: 46%;
  left: 13%;
  width: 24.133%;
  transition: 0.6s;
}
.lp_wrap .point1 .check li:nth-child(2) {
  top: 46%;
  right: 13%;
  width: 24%;
  transition: 0.6s 0.2s;
}
.lp_wrap .point1 .check li:nth-child(3) {
  top: 50%;
  left: 13%;
  width: 24.133%;
  transition: 0.6s 0.4s;
}
.lp_wrap .point1 .image.move ~ .check li {
  transform: translateY(0%);
  opacity: 1;
}
.lp_wrap .point1 .deco li {
  position: absolute;
}
.lp_wrap .point1 .deco li:nth-child(1) {
  top: -9%;
  left: -27%;
  width: 48%;
  animation: 2s point1_deco ease-in-out alternate infinite;
}
.lp_wrap .point1 .deco li:nth-child(2) {
  top: 7%;
  left: 80.3%;
  width: 17.333%;
  animation: 2s point1_deco -3s ease-in-out alternate infinite;
}
.lp_wrap .point1 .deco li:nth-child(3) {
  top: 30%;
  left: -2%;
  width: 20%;
  animation: 2s point1_deco -5s ease-in-out alternate infinite;
}
.lp_wrap .point1 .deco li:nth-child(4) {
  top: 62%;
  left: 83.8%;
  width: 32.267%;
  animation: 2s point1_deco -7s ease-in-out alternate infinite;
}
.lp_wrap .point1 .deco li:nth-child(5) {
  top: 92%;
  left: 21.3%;
  z-index: 1;
  width: 17.333%;
  animation: 2s point1_deco -11s ease-in-out alternate infinite;
}
@keyframes point1_deco {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}