情報元 https://www.negitaku.org/news/n-27627
eスポーツチーム『VARREL』が、チームロゴ変更を含むリブランディングと「ときど」「宇野昌磨」の加入を発表しました。
「VARREL」リブランディング
「VARREL」を展開する株式会社CELLORBは、2026年5月1日より佐久間衡氏が代表取締役CEOに就任する新体制となりました。
佐久間氏は「NewsPicks」などのサービスを展開する株式会社ユーザベースで代表取締役Co-CEOを務めた人物です。
新体制では「ゲームの力で、世界をつなげる / Connect the World through Play」をミッションに掲げ、チームロゴの変更が行なわれました。
「ときど」「宇野昌磨」加入
合わせて、『Street Fighter League: World Championship 2025』優勝に貢献した「ときど」選手、フィギュアスケートのオリンピック金メダリスト「宇野昌磨」氏のチーム加入も発表されました。
ときど選手は「ストリートファイター部門」の一員として『Street Fighter League』での勝利を目指します。
「宇野昌磨」氏は、『VARREL』の所属を通じてゲーマーとしての様々な展開を予定しています。
「宇野昌磨」氏は、発表会で今後どのような肩書きでの紹介を希望するかと聞かれ、以下のようにコメントしました。
宇野昌磨「僕にとってのプロゲーマーっていうのは、やっぱり最前線で戦う人っていう印象なんですよ。僕は最前線で戦うわけではないので、できればプロゲーマーとは呼ばないで欲しいです。
僕にとってプロゲーマーっていうのは、やっぱりそれだけ価値がある名前なので。僕のもちろんゲームとしての活動の場を広げるっていうのはあるんですけれども。
やっぱりプロゲーマーっていう名称は、本気でゲームを最前線でしのぎを削り合ってる人たちのことを呼んで欲しいなと思うので。
僕は、全然“プロ”いらないので“ゲーマー”なのか“ツイッタラー”なのか、“スケーター”なのか、もう好きに呼んでいただいていいので。
ただやっぱり(プロゲーマーと)言うのは簡単なんですけれども、プロゲーマーっていうのは本当に努力されている人たちが集まっている世界でもあると思うので、ちょっと僕をその名前で呼んでいただくのは遠慮していただきたいです。」
関連記事
/* PC用共通スタイル */
#embed-card-243069 { margin: 1.5rem 0; width: 100%; }
#embed-card-243069 .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-243069 .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-243069 .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-243069 .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-243069 .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-243069 .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-243069 .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-243069 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }
/* wpautopで生成される余分なpタグを消す */
#embed-card-243069 p { margin: 0 !important; padding: 0 !important; }
#embed-card-243069 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-243069 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-243069 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-243069 .embed-card__content p { margin: 0 !important; padding: 0 !important; }
/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-243069.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-243069.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-243069.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-243069.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-243069.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-243069.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-243069.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-243069.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-243069.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}















