//遅延カウントする
 public override void Update()
 {
     nowAnimeData.LazyCount();
 }