@charset "UTF-8";

.lp_wrap .seibun01_b1 {
  overflow: hidden;
  z-index: 11;
}
.lp_wrap .seibun01_b1 .seibun01_kuchimoto {
  position: absolute;
  top: 14%;
  left: 4%;
  width: 28%;
  max-width: 210px;
  transition: 0.6s;
  transform: translateY(-5%);
  opacity: 0;
}
.lp_wrap .seibun01_b1.trigger.move .seibun01_kuchimoto{
  transform: translateY(0%);
  opacity: 1;
}
/*---------------------------------*/
.lp_wrap .seibun01_b1 .seibun01_mejiri {
  position: absolute;
  top: 18%;
  left: 25%;
  width: 28%;
  max-width: 210px;
  transition: 0.6s;
  transform: translateY(5%);
  opacity: 0;
}
.lp_wrap .seibun01_b1.trigger.move .seibun01_mejiri{
  transform: translateY(0%);
  opacity: 1;
}
/*---------------------------------*/
.lp_wrap .seibun01_b1 .seibun01_houreisen {
  position: absolute;
  top: 14%;
  left: 47%;
  width: 28%;
  max-width: 210px;
  transition: 0.6s;
  transform: translateY(-5%);
  opacity: 0;
}
.lp_wrap .seibun01_b1.trigger.move .seibun01_houreisen{
  transform: translateY(0%);
  opacity: 1;
}
/*---------------------------------*/
.lp_wrap .seibun01_b1 .seibun01_hoho {
  position: absolute;
  top: 18%;
  left: 69%;
  width: 28%;
  max-width: 210px;
  transition: 0.6s;
  transform: translateY(5%);
  opacity: 0;
}
.lp_wrap .seibun01_b1.trigger.move .seibun01_hoho {
  transform: translateY(0%);
  opacity: 1;
}
/*---------------------------------*/
.lp_wrap .seibun01_b1 .seibun01_title {
  position: absolute;
  top: 61%;
  left: 10.5%;
  width: 78.9333334%;
  max-width: 592px;
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.45, 2);
  transform: scale(0);
  opacity: 0;
}
.lp_wrap .seibun01_b1.trigger.move .seibun01_title {
  transform: scale(1);
  opacity: 1;
}
