.moveup {
  /* --fz: 30px; */
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 500;
  line-height: normal;
  /* font-size: var(--fz, 1rem); */
}
.moveup .moveup-wrap {
  width: 100%;
  overflow: hidden;
}
.moveup .moveup-word {
  display: inline-block;
  /* margin-right: calc(var(--fz, 1rem) / 2); */
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s ease-out;
}
.moveup .moveup-word:last-of-type {
  margin-right: 0;
}

/*# sourceMappingURL=moveup.css.map */
