if (this.renderer.width < this.renderer.height) {
      // 縦長
      if (x - shortRadius < config.gamePos.min.x) {
        x = config.gamePos.min.x + shortRadius;
      }