div#nasubi_juice{
	animation:load_juice 5s ease 0s 1 normal;
	animation-fill-mode:forwards;
}
@keyframes load_juice {
	0%{
		bottom:-200px;
		left:0px;
	}
	100%{
		bottom:0px;
		left:-1500px;
	}
}

div#nasubikun_hat{
	animation:load_hat 4s ease 0s 1 normal;
	animation-fill-mode:forwards;
}
@keyframes load_hat {
	0%{
		bottom:1000px;
	}
	100%{
		bottom:0px;
	}
}