# 5.1 アリーナランク

* アリーナランクは40に分かれており、ゲーム開始時は一番下のランクから開始します。アリーナバトルで勝利すると100アリーナポイントを獲得し、3連勝以上すると毎回1000アリーナポイントが獲得できます。敗北すると200アリーナポイントを失い、3連敗以上すると毎回1000アリーナポイント失います。各アリーナランクで1000アリーナポイントを獲得するとランクが上がり、0を下回るとランクが下がります。
* アリーナはランクやイベント状況に応じて各パラメータが指定され、上のアリーナに行くほど経験値、CPを多く獲得することができ、スキルレベルも上がりやすくなります。コンディションのスタミナ値は1回のバトルごとに定められた値を消費します。

<figure><img src="/files/M7jcF4BU73bbnltlz4UD" alt="" width="375"><figcaption></figcaption></figure>

* アリーナバトルでは5人のアイドルでデッキを編成し、各アイドル1回ずつ、計5回の対戦を行います。5対戦中3勝以上すれば勝利、2勝以下だと敗北の判定になります。勝利すればアリーナポイントを獲得し、敗北するとアリーナポイントを失います。3連勝するとランクポイントにボーナスが、3連敗するとペナルティが付与されます。
* 下位のアリーナランクに属しているにも関わらずデッキのアイドルのパラメータ合計値が一定以上に達している場合はアリーナランクをスキップして上のランクでバトルを開始することができます。逆に上位のアリーナランクに属しているパラメータ合計値が一定値を下回っている場合、下のランクでバトルを開始することができます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coin-musme.gitbook.io/coin-musme-white-paper/5-arena-battle/arena-rank.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
