@charset "utf-8";
/*==waiting==*/
.up{
  opacity: 0;
  position: relative;
}
.up {
  bottom: -50px;
}
/*==action==*/
.upstyle {
  opacity: 1;
  transition: 1.5s 0.5s;
}
.upstyle {
  bottom: 0;
}