@charset "UTF-8";

.lp_wrap .seibun04 {
  margin-top: -63%;
  overflow: hidden;
  z-index: 7;
}
.lp_wrap .seibun04 .seibun04_turun {
  position: absolute;
  top: 86%;
  left: 22%;
  width: 66.8%;
  max-width: 501px;
  transition: 0.6s;
  transform: translateY(5%);
  opacity: 0;
}
.lp_wrap .seibun04 .seibun04_turun.trigger.move {
  transform: translateY(0%);
  opacity: 1;
}
