animation-direction: normal;(毎回、順方向(初期値))
animation-direction: reverse;(毎回、逆方向)
animation-direction: alternate;(毎回反転させ、初回は順方向)
animation-direction: alternate-reverse;(毎回反転させ、初回は逆方向)