プロゲーマー情報へ

『VALORANT』5周年 日本のeスポーツシーン発展を牽引 次世代のさらなる活躍に期待

情報元 https://www.negitaku.org/news/n-26980

タクティカルシューター『VALORANT』が、2020年6月2日のサービス開始から5周年を迎えました。

記念ムービー

ムービーでは『VALORANT』を取り巻くコミュニティ、eスポーツシーンについて、厳選されたシーンが紹介されています。

シーンを追いかけている人は、懐かしさや感動を覚えること間違いなしという内容となっていました。

日本のeスポーツ発展に貢献する『VALORANT』

『VALORANT』は、日本のeスポーツシーンを次のレベルに引き上げることに貢献したタイトルです。

『VALORANT』が採用する5vs5形式・爆破ルールは『Counter-Strike』がルーツとなっており、その歴史は四半世紀におよび、eスポーツにおいて世界的な人気を誇るジャンルです。しかし、日本において5vs5形式のタクティカルFPSはコアなeスポーツファンのみが追いかける存在でした。

20190922_Hisashi-Yoshimura_GGC2019_Day1_DSC_9724
2019年に開催されたCS:GOオフライン大会

『League of Legends』を手掛ける『Riot Games』と言えども、日本では全く注目されないといっても差し支えないジャンルでリリースされる『VALORANT』が人気を獲得するのは難しいと思われていました。

しかし、『VALORANT』がリリースされるとプロゲーマーやストリーマーが次々にプレーを開始し、多数のゲーマーがそれに続くという驚異的なロケットスタートとなりました。

/* PC用共通スタイル */
#embed-card-224541 { margin: 1.5rem 0; width: 100%; }
#embed-card-224541 .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-224541 .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-224541 .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-224541 .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-224541 .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-224541 .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-224541 .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-224541 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }

/* wpautopで生成される余分なpタグを消す */
#embed-card-224541 p { margin: 0 !important; padding: 0 !important; }
#embed-card-224541 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-224541 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-224541 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-224541 .embed-card__content p { margin: 0 !important; padding: 0 !important; }

/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-224541.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-224541.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-224541.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-224541.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-224541.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-224541.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-224541.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-224541.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-224541.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}

さらに、コロナ禍によるオンライン視聴層の爆発的な増加、それに伴うプロゲーマー・ストリーマー・VTuberの人気・影響力アップ、プロゲーマー・ストリーマー・VTuberのコラボ、新たな観戦スタイル・ウォッチパーティーを通じた新たなファン層の流入、そして『ZETA DIVISION』の世界的な活躍など奇跡とも言えるようなすばらしい展開の連続で、トップティアのeスポーツタイトルに肩を並べる存在に成長しました。

日本では、「さいたまスーパーアリーナ」でのオフライン大会実施、驚異的な有料観客の動員数記録、世界大会の日本開催誘致など、これまでにない展開を次々に実現し、日本のeスポーツシーンを次のレベルに引き上げることに貢献してくれました。

DSC06119

/* PC用共通スタイル */
#embed-card-240447 { margin: 1.5rem 0; width: 100%; }
#embed-card-240447 .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-240447 .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-240447 .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-240447 .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-240447 .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-240447 .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-240447 .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-240447 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }

/* wpautopで生成される余分なpタグを消す */
#embed-card-240447 p { margin: 0 !important; padding: 0 !important; }
#embed-card-240447 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-240447 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-240447 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-240447 .embed-card__content p { margin: 0 !important; padding: 0 !important; }

/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-240447.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-240447.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-240447.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-240447.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-240447.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-240447.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-240447.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-240447.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-240447.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}

2024年8月、日本のVALORANT eスポーツシーンを牽引したLaz選手が引退となり、5周年と合わせて一つの区切りを迎えたと感じています。

/* PC用共通スタイル */
#embed-card-252477 { margin: 1.5rem 0; width: 100%; }
#embed-card-252477 .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-252477 .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-252477 .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-252477 .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-252477 .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-252477 .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-252477 .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-252477 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }

/* wpautopで生成される余分なpタグを消す */
#embed-card-252477 p { margin: 0 !important; padding: 0 !important; }
#embed-card-252477 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-252477 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-252477 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-252477 .embed-card__content p { margin: 0 !important; padding: 0 !important; }

/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-252477.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-252477.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-252477.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-252477.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-252477.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-252477.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-252477.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-252477.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-252477.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}

「Laz選手がいなくなったVALORANTシーンはどうなるのか」と思っていましたが、現在は次の世代がVALORANT eスポーツシーンを熱狂させています。

まったく予想出来ない展開を見せてくれた『VALORANT』において、次世代のVALORANTプレイヤーたちが、まだ実現したことのない日本チームの世界一獲得を実現してくれることを期待しています。

DSC01835

VALORANTについて

『VALORANT』は5対5で対戦する競技性の高いタクティカルシューターです。高い精度が要求される銃撃戦と、エージェント固有の特殊能力を組み合わせた本格派の銃撃戦が特徴で、プレイヤーの戦略的選択や柔軟なアイデア、そして一瞬のひらめきから産まれるチャンスがチームを勝利に導きます。

yue「熱い試合ばかりでVALORANTというゲームがまた一つ好きになりましたね。みなさんも遊びたいですよね。プレーするのにいくらかかんるんですかこの素晴らしいゲーム」

yukishiro「これね、実は無料なんですよ」

yue「無料なんですか!?いやあ、無料!」

「VALORANTについて」クリップ一覧
https://x.com/YossyFPS/status/1411676993695850503

関連サイト

guest

0 コメント
最も人気
新しい順 古い順
Inline Feedbacks
全てのコメントを見る
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
目次