情報元 https://www.negitaku.org/news/n-27673
eスポーツ国別対抗戦『Esports Nations Cup 2026』に出場する日本代表「Rocket League」部門のメンバーが発表されました。
日本代表チーム
日本代表チームは、選手4名とコーチ1名の体制になりました。
選手
furlashh
Lunatic.
nai
Burn
coach
Nunki
日本代表は代表選手の実績を元に決定された国別ランキングで13位につけており、サウジアラビア・リヤドで開催される本戦への招待出場権を獲得しています。
24 teams are already waiting to find out who they’ll face in November.
Find out about all the direct invitations via the ENC rankings for Rocket League at ENC26. pic.twitter.com/wD7QEpw8Hu
— Esports Nations Cup (@ENC_EN) May 27, 2026

日本代表メンバーのSNS投稿
ENCロケットリーグ日本代表に選ばれました。この4人とロケットリーグするの楽しみです!いい結果残せるように頑張ります。 https://t.co/igZe8y7uyT
— furlashh (@furlashh) May 27, 2026
ENC2026日本代表として選出されました。
世界一大きい国際大会に参加できることを光栄に思います。
このチャンスを生かし、一つでも上に行けるよう最善を尽くします! https://t.co/oHCDzkJ1h5— Lunatic
(@LunaticRL_) May 27, 2026
この度、ENC 2026 ロケットリーグの日本代表に選出されました。
まずは、選出していただけたことに心から感謝いたします。チームに貢献できるように、そしてチームをより良くするために全力で活動に取り組みます!
もう一度世界に挑戦できるのが楽しみです!
応援していただけると嬉しいです!!https://t.co/8TXu05swfW
— Burn (@BurnRL_) May 28, 2026
今年、日本代表として良い結果を出せるように頑張ります!
It’s an honor to represent Japan this year internationally, I’ll make sure we can live up to our potential and make an impact internationally
https://t.co/OYpRFFHnS6
— NAI (@nai_boop) May 27, 2026
今回、ロスターには含まれていませんが、マネージャーとして力を貸してくれている頼れる存在が居ます。
自分一人で抱え込まずに相談できる相手が居ることを、本当に有難く感じています。
これからも力を合わせて、頑張っていきます。 https://t.co/yoNJdIsvFb
— Nunki (@NunkiRL) May 27, 2026
関連記事
/* PC用共通スタイル */
#embed-card-264179 { margin: 1.5rem 0; width: 100%; }
#embed-card-264179 .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-264179 .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-264179 .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-264179 .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-264179 .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-264179 .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-264179 .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-264179 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-264179 p { margin: 0 !important; padding: 0 !important; }
#embed-card-264179 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-264179 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-264179 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-264179 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-264179.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-264179.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-264179.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-264179.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-264179.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-264179.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-264179.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-264179.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-264179.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-263912 { margin: 1.5rem 0; width: 100%; }
#embed-card-263912 .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-263912 .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-263912 .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-263912 .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-263912 .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-263912 .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-263912 .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-263912 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-263912 p { margin: 0 !important; padding: 0 !important; }
#embed-card-263912 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-263912 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-263912 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-263912 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-263912.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-263912.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-263912.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-263912.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-263912.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-263912.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-263912.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-263912.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-263912.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}








(@LunaticRL_)









