情報元 https://www.negitaku.org/news/n-27865
「BC.Game Esports」が、Denis “electroNic” Sharipov選手に代わる新メンバーを発表しました。
公式発表
Ordered asap.
Delivered from the other side of the world@asapcsgo joins BC Game Esports.
Welcome to the family
#bcgame pic.twitter.com/dW0ZJ8xXsw
— BC Game Esports (@BCGameEsports) September 22, 2026
「(asapを)可能な限り早くオーダー
世界の反対側から届きました
@asapcsgoがBC Game Esportsに加入します。
BC Game Esportsへようこそ、
#bcgame」
※ASAP = As Soon As Possible(できるだけ早く)とかけた表現
BC.Game Esports ロスター
Oleksandr “s1mple” Kostyliev
Azbayar “Senzu” Munkhbold
Emil “Magisk” Reif
Ayush “mzinho” Batbold
Tyson “asap” Paterson (ex-THUNDER dOWNUNDER)
Wiktor “TaZ” Wojtas (コーチ)
asap選手は、アジア6位「THUNDER dOWNUNDER」からの獲得となります。
所属リージョンがアジアに変更
BC.Game Esportsはこれまでヨーロッパリージョンに所属していました。
asap選手の加入により、チーム内でアジアリージョンに該当する選手は、モンゴル出身のSenzu選手とmzinho選手、オーストラリア出身のasap選手の計3名となりました。
アジアリージョンの選手が過半数を占めるため、新ロスターの所属リージョンはアジアとなります。
BC.Game Esportsはランキングを上昇させてメジャーの出場確率を上げるために、過去にもこのメンバー入れ替えの手法を使っていました。
/* PC用共通スタイル */
#embed-card-262067 { margin: 1.5rem 0; width: 100%; }
#embed-card-262067 .embed-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; overflow: hidden; background: rgba(255, 255, 255, 0.05); color: #e5e5e5; display: flex; width: 100%; }
#embed-card-262067 .embed-card__link { display: flex !important; text-decoration: none !important; color: inherit; width: 100%; flex-direction: row !important; margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card__thumbnail { position: relative; width: 30%; aspect-ratio: 16/9; background: #2a2a2a; overflow: hidden; flex-shrink: 0; font-size: 0; line-height: 0; margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card__thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; margin: 0 !important; padding: 0 !important; border: none !important; }
#embed-card-262067 .embed-card__content { width: 70%; padding: 16px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.05); flex-shrink: 0; margin: 0 !important; }
#embed-card-262067 .embed-card__label { position: absolute; top: 8px; left: 8px; background: #404040; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; z-index: 2; line-height: 1; margin: 0 !important; }
#embed-card-262067 .embed-card__title { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 8px !important; color: #fff; padding: 0 !important; }
#embed-card-262067 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-262067 p { margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-262067 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-262067.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__thumbnail {
width: 35% !important;
min-width: 35% !important;
flex-shrink: 0 !important;
height: auto !important;
position: relative !important;
overflow: hidden !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-262067.embed-card-wrapper .embed-card__thumbnail img {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
width: auto !important;
height: 100% !important;
min-width: 100% !important;
max-width: none !important;
object-fit: cover !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-262067.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}
アジアランキング (2026年9月7日付)
| 順位 | ポイント | チーム | ロスター |
|---|---|---|---|
| 1 | 1460 | The MongolZ | 910, bLitz, DarkMeister, Techno, tikuak |
| 2 | 1364 | TYLOO | JamYoung, Jee, Mercury, Moseyuh, Zero |
| 3 | 1274 | Lynn Vision | C4LLM3SU3, EmiliaQAQ, Starry, Westmelon, z4KR |
| 4 | 1150 | FlyQuest | aliStair, INS, jks, nettik, Vexite |
| 5 | 1114 | DEPO | buster, Krad, sh1seido, shoxs, wetfy |
| 6 | 1041 | THUNDER dOWNUNDER | aliStair, asap, dexter, Liazz, TjP |
| 7 | 919 | Ground Zero | apocdud, hazr, Omichella, sliimey, vision |
| 8 | 867 | 5star | ariucle, clouden, hoolig4n, NEUZ, rate |
| 9 | 832 | NEXVOID | AccuracyTG, erkaSt, MiQ, xerolte, Zesta |
| 10 | 814 | Rare Atom | 3gl, ChildKing, L1haNg, Summer, Trash |
2026年後期メジャー大会『PGL Singapore Major 2026』の出場チームは、2026年11月2日付けのランキングを基に決定され、アジアは上位5チームが出場権を得られる予定です。
旧ロスターでのBC.Game Esportsの保有ポイントは「1,276」です。
asap選手加入後のポイントとアジアでの順位が、次回のランキング更新でどうなるか注目です。
関連記事
/* PC用共通スタイル */
#embed-card-265499 { margin: 1.5rem 0; width: 100%; }
#embed-card-265499 .embed-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; overflow: hidden; background: rgba(255, 255, 255, 0.05); color: #e5e5e5; display: flex; width: 100%; }
#embed-card-265499 .embed-card__link { display: flex !important; text-decoration: none !important; color: inherit; width: 100%; flex-direction: row !important; margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card__thumbnail { position: relative; width: 30%; aspect-ratio: 16/9; background: #2a2a2a; overflow: hidden; flex-shrink: 0; font-size: 0; line-height: 0; margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card__thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; margin: 0 !important; padding: 0 !important; border: none !important; }
#embed-card-265499 .embed-card__content { width: 70%; padding: 16px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.05); flex-shrink: 0; margin: 0 !important; }
#embed-card-265499 .embed-card__label { position: absolute; top: 8px; left: 8px; background: #404040; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; z-index: 2; line-height: 1; margin: 0 !important; }
#embed-card-265499 .embed-card__title { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 8px !important; color: #fff; padding: 0 !important; }
#embed-card-265499 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-265499 p { margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-265499 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-265499.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__thumbnail {
width: 35% !important;
min-width: 35% !important;
flex-shrink: 0 !important;
height: auto !important;
position: relative !important;
overflow: hidden !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-265499.embed-card-wrapper .embed-card__thumbnail img {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
width: auto !important;
height: 100% !important;
min-width: 100% !important;
max-width: none !important;
object-fit: cover !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-265499.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}


















みんなの反応