﻿@charset "utf-8";

.lp_wrap .point4 .head {
  position: absolute;
  top: 20.6%;
  left: 7.6%;
  width: 7.733%;
  transition: 1.6s;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  mask-size: 100% 250%;
  mask-position: 0% 100%;
}
.lp_wrap .point4 .head.move {
  mask-position: 0% 0%;
}
.lp_wrap .point4 .icon {
  position: absolute;
  top: 49.5%;
  left: 62%;
  width: 30.667%;
}
.lp_wrap .point4 .icon img {
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.58, 1);
  transform: scale(0);
  opacity: 0;
}
.lp_wrap .point4 .icon.move img {
  transform: scale(1);
  opacity: 1;
}