@charset "UTF-8";

.lp_wrap .cause .movie {
  position: absolute;
  top: 47.9%;
  left: 0%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.lp_wrap .cause .movie video {
  transform: scale(1.02);
}
.lp_wrap .cause .copy {
  position: absolute;
  top: 41.93%;
  left: 32.7%;
  width: 33.333%;
}
.lp_wrap .cause .copy.trigger img {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .cause .copy.trigger.move img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .cause .photo li {
  position: absolute;
}
.lp_wrap .cause .photo li:nth-child(1) {
  top: 66.65%;
  left: 0%;
  width: 100%;
}
.lp_wrap .cause .photo li:nth-child(2) {
  top: 88%;
  left: 4.1%;
  width: 88.533%;
}