@charset "UTF-8";
/*
 * print_top_layout.css
 *
 */

/* !アニメーション
---------------------------------------------------------- */
.fadeIn_up {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1.6s .4s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
