public void StopButton()
 {
     m_navAgent.speed -= 0.008f;
     bgmController.pitchDown();  //bgmを遅くする
 }