@charset "UTF-8";

.lp_wrap .worry .head li {
  position: absolute;
		border-top: none;
}
.lp_wrap .worry .head li:nth-child(1) {
  top: 12.6%;
  left: 62.3%;
  width: 7.94270833%;
  transition: 1s;
  clip-path: inset(0 0 100% 0);
		border-top: none;
}
.lp_wrap .worry .head li:nth-child(2) {
  top: 23.3%;
  left: 29.8%;
  width: 28.125%;
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: translateY(20%);
		border-top: none;
}
.lp_wrap .worry .head li:nth-child(3) {
  top: 34.45%;
  left: 29.8%;
  width: 29.81770833%;
  transition: 0.6s 0.7s;
  opacity: 0;
  transform: translateY(20%);
		border-top: none;
}
.lp_wrap .worry .head li.trigger.move,
.lp_wrap .worry .head li.trigger.move ~ li {
  clip-path: inset(0);
  opacity: 1;
  transform: translateY(0);
		border-top: none;
}
.lp_wrap .worry .catch {
  position: absolute;
  top: 53.92%;
  left: 19.3%;
  width: 61.458333%;
  transition: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .worry .catch.trigger.move {
  clip-path: inset(0);
}