@charset "UTF-8";

.lp_wrap .point5 .deco li {
  position: absolute;
}
.lp_wrap .point5 .deco li:nth-child(1) {
  top: 28%;
  left: 5.8%;
  width: 40.267%;
  animation: 2s point5_deco ease-in-out alternate infinite;
}
.lp_wrap .point5 .deco li:nth-child(2) {
  top: 42%;
  left: 11.8%;
  z-index: 1;
  width: 24.267%;
  animation: 2s point5_deco -3s ease-in-out alternate infinite;
}
.lp_wrap .point5 .deco li:nth-child(3) {
  top: 35.5%;
  left: 67%;
  width: 27.867%;
  animation: 2s point5_deco -5s ease-in-out alternate infinite;
}
@keyframes point5_deco {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
.lp_wrap .point5 .image {
  position: absolute;
  top: 30%;
  left: 28.667%;
  width: 42.667%;
}
.lp_wrap .point5 .head div {
  position: absolute;
}
.lp_wrap .point5 .head div:nth-child(1) {
  top: 31%;
  left: 65%;
  width: 13.867%;
  transition: 0.6s;
  clip-path: inset(0% 0% 100% 0%);
}
.lp_wrap .point5 .head div:nth-child(2) {
  top: 32.7%;
  left: 72.8%;
  width: 4.267%;
  transition: 0.6s 0.2s;
  opacity: 0;
}
.lp_wrap .point5 .head div:nth-child(3) {
  top: 32.7%;
  left: 67.1%;
  width: 4.133%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .point5 .head div.move,
.lp_wrap .point5 .head div.move ~ div {
  clip-path: inset(0%);
  opacity: 1;
}