//以下、アニメーションイベント用
 #region public animation event function
 public void SlideForward(float power)
 {
     enemyMover.AddForceForward(power);
 }