情報元 https://www.negitaku.org/news/n-27849
Counter-Strike国際大会『ZOWIE eXTREMESLAND CS Asia Open 2026』の開催が発表されました。
開催発表
ZOWIE eXTREMESLAND CS Asia Open 2026 が正式に開幕!
今年は、日本と韓国が同一地域として統合され、上海本戦への出場枠1枠をかけて争います。
昨年に引き続き、BestFiveはZOWIEと共に、今回の Japan & South Korea Qualifier を開催します。
大会日程は以下の通りです。
— BestFive_CS2 (@BestFiveCS) September 11, 2026
本戦
- 開催日程:2026年12月16日(水)~20日(日)
- 開催地:中国 ※会場は改めて発表
- 出場チーム数:12 (VRS招待×4チーム、地域予選×8チーム)
- 賞金総額:$150,000
「Valve Regional Standings」(VRS)による招待には、2026年11月2日付のアジアランキングが使用されます。
グローバルのVRSで1~12位に入っているロスターは除外となり、そのうえでアジアVRSの上位から順に4チームが招待されます。
地域予選は、以下の8箇所で開催されます。
開催国・エリア
中国、モンゴル、オセアニア、中央アジア、東南アジア、日本・韓国、南アジア、中東
日本・韓国予選
日本予選
- 開催日:2026年10月17~18日
- 参加チーム数:最大64チーム
- フォーマット:シングルエリミネーション方式トーナメント、全試合Best of 3
- 準決勝まで:オンライン開催
- 決勝戦:日本国内でオフライン実施
- 優勝チーム:日本・韓国地域のClosed Qualifierへ進出
- 準優勝チーム:3位決定戦進出
- 運営:BestFive
日本・韓国 Closed Qualifier
開催日
- 2026年10月24日(土) Closed Qualifier
- 2026年10月25日(日) 3位決定戦
出場
- Closed Qualifier:日本予選優勝チーム、韓国予選優勝チーム
- 3位決定戦:日本予選準優勝チーム、韓国予選準優勝チーム
フォーマット
- Closed Qualifier:オンライン、Best of 3
- 3位決定戦:オンライン、Best of 3
本戦出場権・賞金
- 1位: 『ZOWIE eXTREMESLAND CS Asia Open 2026』本戦出場
- 2位: $750
- 3位: $500
- 4位: $250
関連記事
/* PC用共通スタイル */
#embed-card-261376 { margin: 1.5rem 0; width: 100%; }
#embed-card-261376 .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-261376 .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-261376 .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-261376 .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-261376 .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-261376 .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-261376 .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-261376 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-261376 p { margin: 0 !important; padding: 0 !important; }
#embed-card-261376 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-261376 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-261376 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-261376 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-261376.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-261376.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-261376.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-261376.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-261376.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-261376.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-261376.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-261376.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-261376.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}
/* PC用共通スタイル */
#embed-card-261858 { margin: 1.5rem 0; width: 100%; }
#embed-card-261858 .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-261858 .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-261858 .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-261858 .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-261858 .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-261858 .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-261858 .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-261858 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-261858 p { margin: 0 !important; padding: 0 !important; }
#embed-card-261858 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-261858 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-261858 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-261858 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-261858.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-261858.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-261858.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-261858.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-261858.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-261858.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-261858.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-261858.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-261858.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}









… 







みんなの反応