@charset "UTF-8";

.lp_wrap .seibun03 {
  margin-top: -44%;
  overflow: hidden;
  z-index: 8;
}
.lp_wrap .seibun03 .seibun03_tuya {
  position: absolute;
  top: 69.4%;
  left: 0%;
  width: 54.666667%;
  max-width: 410px;
  transition: 0.6s;
  transform: translateY(5%);
  opacity: 0;
}
.lp_wrap .seibun03 .seibun03_tuya.trigger.move {
  transform: translateY(0%);
  opacity: 1;
}
