animation-fill-mode: none;(遅延中は元のスタイル/終了後は元のスタイル(初期値))
animation-fill-mode: forwards;(遅延中は元のスタイル/終了後は100%部分のスタイル)
animation-fill-mode: backwards;(遅延中は0%部分のスタイル/終了後は元のスタイル)
animation-fill-mode: both;(遅延中は0%部分のスタイル/終了後は100%部分のスタイル)