プロゲーマー情報へ

アメリカのeスポーツ団体「USA Esports」設立、プロチーム・大学が参画 オリンピック代表選出も視野に

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

アメリカのeスポーツ発展を目指す非営利の公益慈善団体「USA Esports」が設立されました。

「USA Esports」とは

「USA Esports」は、以下を使命として設立された非営利の公益慈善団体です。

  • eスポーツ選手が国内外の大会で持続的な競技力を発揮できるよう支援する
  • eスポーツの普及を促進する
  • 選手、「USA Esports」会員、ファンにとって安全で良好な環境を育む
  • プロチーム・大学・業界関係者が参加する連携組織
  • 11のプロチーム、16の大学が参画

なぜこの団体が必要なのか

これまで

  • アメリカのeスポーツエコシステムは断片化して展開されている状況
  • 選手、プロチーム、大学、学校などが独自に活動を行なっており組織的な連携が行なわれていない
  • オリンピック等にeスポーツの代表を派遣するための統括団体がない

団体設立で目指す方向性

  • アメリカでは、「アメリカオリンピック・パラリンピック委員会」(USOPC)がスポーツの統括団体となっている
  • 「USA Esports」は、USOPCの認定を受けることが目標。「オリンピック」「パラリンピック」等にeスポーツのアメリカ代表選手を送り込む役割を担うことを目指す。

日本でも課題となった団体の統一

アメリカには「United States Esports Federation」(米国eスポーツ連盟)という団体も存在しており、こちらはeスポーツの国際大会にアメリカ代表を派遣する取り組みを行なっています。

「USA Esports」は、分散しているアメリカeスポーツを統合する動きとして注目されます。

一方で、複数の団体が存在することは、日本における過去の事例を想起させる側面があります。

オリンピック等の日本代表は、日本オリンピック委員会(JOC)が選手派遣の枠組みを担っており、選出の対象となるにはeスポーツを対象とする団体が日本スポーツ協会の加盟団体である必要があります。

日本は過去に複数のeスポーツ統括団体が乱立していたことがあり、これを1つに統一することが日本スポーツ協会に加盟するための課題となっていました。

現在は「一般社団法人日本eスポーツ協会」に統合され、「日本eスポーツ協会」に加盟が認められた状態となっています。

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

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

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

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

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

参画団体

目次

プロチーム

  • 100 Thieves
  • Dignitas
  • TSM
  • Spacestation Gaming
  • FlyQuest
  • Cloud9
  • Team Liquid
  • NRG
  • Misfits Gaming
  • M80
  • Ghost Gaming

大学

  • ケンタッキー大学
  • オクラホマ大学
  • ノースダコタ大学
  • ジョージア工科大学
  • カリフォルニア大学ロサンゼルス校
  • メアリービル大学
  • シラキュース大学
  • カリフォルニア大学アーバイン校
  • ハワイ大学
  • ウィチタ州立大学
  • テキサス工科大学
  • ウェストバージニア大学
  • ベイラー大学
  • テキサスクリスチャン大学
  • ユタ大学
  • テキサス大学ダラス校

ボードメンバー

  • Dr. Bowen Chung (USA Esports理事長、大学客員教授、Team Liquidチームドクター)
  • Soren “Bjergsen” Bjerg (League of Legends元プロゲーマー)
  • Heather “sapphiRe” Mumm (Counter-Strike元プロゲーマー)
  • Dr. Gene Block (UCLA名誉学長・特別教授)
  • Carolayne Henry (大学スポーツ指導者)
  • Jordan “n0thing” Gilbert (Counter-Strike元プロゲーマー)
  • Mirna “athxna” Noureldin (eスポーツキャスター・元プロゲーマー)
  • Amy Harris (全米eスポーツ教育協会メンバー)
  • Todd Harris (Hi-Rez Studios共同創設者、米国eスポーツ連盟USEF会長)

情報元

guest

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