@charset "UTF-8";

.lp_wrap .problem .head li {
  position: absolute;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .problem .head li:nth-child(1) {
  top: 6.8%;
  left: 31.2%;
  width: 7.733%;
  transition: 0.6s;
}
.lp_wrap .problem .head li:nth-child(2) {
  top: 6.8%;
  left: 39.5%;
  width: 7.333%;
  transition: 0.6s 0.15s;
}
.lp_wrap .problem .head li:nth-child(3) {
  top: 9.5%;
  left: 31.2%;
  width: 7.2%;
  transition: 0.6s 0.3s;
}
.lp_wrap .problem .head li:nth-child(4) {
  top: 9.36%;
  left: 39.1%;
  width: 7.6%;
  transition: 0.6s 0.45s;
}
.lp_wrap .problem .head li.trigger.move,
.lp_wrap .problem .head li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .problem .movie {
  position: absolute;
  top: 13%;
  left: 0%;
  width: 68%;
}
.lp_wrap .problem .let {
  position: absolute;
  top: 8.9%;
  left: 72.1%;
  width: 13.867%;
}
.lp_wrap .problem .let > img {
  position: relative;
  z-index: 1;
}
.lp_wrap .problem .let .icon {
  position: absolute;
  top: -70.3%;
  left: -36%;
  width: 173.08%;
  animation: 12s cycle2 linear infinite;
}
.lp_wrap .problem .catch {
  position: absolute;
  top: 13.9%;
  left: 64.2%;
  width: 30.267%;
}
.lp_wrap .problem .catch.trigger {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(10%);
}
.lp_wrap .problem .catch.trigger.move {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .problem .graph li {
  position: absolute;
}
.lp_wrap .problem .graph li:nth-child(1) {
  top: 47.55%;
  left: 21.2%;
  width: 56%;
  transition: 1s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .problem .graph li:nth-child(2) {
  top: 50.73%;
  left: 21.2%;
  width: 56%;
  transition: 1s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .problem .graph li:nth-child(3) {
  top: 42.1%;
  left: 55.1%;
  width: 34.667%;
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.45, 1.48) 0.6s;
  transform: scale(0);
  opacity: 0;
}
.lp_wrap .problem .graph li.trigger.move,
.lp_wrap .problem .graph li.trigger.move ~ li {
  clip-path: inset(0);
  transform: scale(1);
  opacity: 1;
}
.lp_wrap .problem .up li {
  position: absolute;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .problem .up li:nth-child(1) {
  top: 63.25%;
  left: 31.7%;
  width: 7.2%;
  transition: 0.6s;
}
.lp_wrap .problem .up li:nth-child(2) {
  top: 63.2%;
  left: 40.3%;
  width: 7.067%;
  transition: 0.6s 0.2s;
}
.lp_wrap .problem .up li:nth-child(3) {
  top: 63.33%;
  left: 48.3%;
  width: 5.867%;
  transition: 0.6s 0.4s;
}
.lp_wrap .problem .up li.trigger.move,
.lp_wrap .problem .up li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .problem .photo li {
  position: absolute;
  left: 6.3%;
  width: 88%;
}
.lp_wrap .problem .photo li:nth-child(1) {
  top: 66.53%;
  height: 12.65%;
  background: #eee;
  transition: 0.6s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .problem .photo li:nth-child(2) {
  top: 79.15%;
  height: 12.65%;
  background: #eee;
  transition: 0.6s;
  clip-path: inset(0 0 0 100%);
}
.lp_wrap .problem .photo li:nth-child(3) {
  top: 66.53%;
  transition: 0.8s 0.4s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .problem .photo li:nth-child(4) {
  top: 79.15%;
  transition: 0.8s 0.4s;
  clip-path: inset(0 0 0 100%);
}
.lp_wrap .problem .photo li.trigger.move,
.lp_wrap .problem .photo li.trigger.move ~ li {
  clip-path: inset(0);
}
.lp_wrap .problem .copy li {
  position: absolute;
  opacity: 0;
}
.lp_wrap .problem .copy li:nth-child(1) {
  top: 65.63%;
  left: 81.9%;
  width: 15.2%;
  transition: 0.6s;
  transform: translateY(10%);
}
.lp_wrap .problem .copy li:nth-child(2) {
  top: 77.23%;
  left: 42.667%;
  width: 14.667%;
  transition: 0.6s 0.3s;
  transform: translateY(20%);
}
.lp_wrap .problem .copy li:nth-child(3) {
  top: 81.26%;
  left: 3.7%;
  width: 14.8%;
  transition: 0.6s 0.6s;
  transform: translateY(15%);
}
.lp_wrap .problem .copy li:nth-child(4) {
  top: 92.9%;
  left: 4.4%;
  width: 54.667%;
  transition: 0.6s 0.9s;
  transform: translateY(20%);
}
.lp_wrap .problem .copy li.trigger.move,
.lp_wrap .problem .copy li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .problem .arrow {
  position: absolute;
  top: 90.9%;
  left: 64.3%;
  width: 22%;
}
.lp_wrap .problem .arrow.trigger img {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .problem .arrow.trigger.move img {
  opacity: 1;
  transform: translateY(0);
}