TOML
スポーツポジション役割 - TOML
スポーツポジション役割は、サッカー、バスケットボール、野球、バレーボールなどの主要スポーツにおけるポジションと、それぞれの役割・特徴・必要な能力を体系的にまとめたものです。各ポジションはチーム内で異なる役割を担い、連携することで勝利に貢献します。選手の適性やチーム戦術に応じたポジション選択の参考となる情報です。
スポーツ
ポジション
サッカー
バスケットボール
野球
バレーボール
チームスポーツ
[[items]]
code = "GK"
slug = "goalkeeper"
name = "ゴールキーパー"
description = "ゴールを守る最後の砦。ペナルティエリア内で手を使える唯一の選手。"
sport = "soccer"
[[items]]
code = "CB"
slug = "center-back"
name = "センターバック"
description = "守備ラインの中央を担当するディフェンダー。"
sport = "soccer"
[[items]]
code = "SB"
slug = "side-back"
name = "サイドバック"
description = "守備ラインの左右を担当し、攻守に関わるディフェンダー。"
sport = "soccer"
[[items]]
code = "DMF"
slug = "defensive-midfielder"
name = "守備的ミッドフィルダー"
description = "DF前でボールを奪い、攻守を繋ぐ守備的MF。"
sport = "soccer"
[[items]]
code = "OMF"
slug = "attacking-midfielder"
name = "攻撃的ミッドフィルダー"
description = "FWへのパス供給やミドルシュートを担う攻撃的MF。"
sport = "soccer"
[[items]]
code = "SMF"
slug = "side-midfielder"
name = "サイドミッドフィルダー"
description = "サイドから仕掛けてクロスや突破を行うMF。"
sport = "soccer"
[[items]]
code = "CF"
slug = "center-forward"
name = "センターフォワード"
description = "ゴール前で得点を狙うエースストライカー。"
sport = "soccer"
[[items]]
code = "WG"
slug = "winger"
name = "ウイング"
description = "サイドから中央へカットインして攻撃するフォワード。"
sport = "soccer"
[[items]]
code = "PG"
slug = "point-guard"
name = "ポイントガード"
description = "コート上の司令塔。攻撃の組み立てとパス配給を担当。"
sport = "basketball"
[[items]]
code = "SG"
slug = "shooting-guard"
name = "シューティングガード"
description = "得点を取るスペシャリスト。外角シュートとドライブが武器。"
sport = "basketball"
[[items]]
code = "SF"
slug = "small-forward"
name = "スモールフォワード"
description = "攻守どちらもこなす万能型のオールラウンダー。"
sport = "basketball"
[[items]]
code = "PF"
slug = "power-forward"
name = "パワーフォワード"
description = "ゴール下と中距離の要。リバウンドとスクリーンが主な仕事。"
sport = "basketball"
[[items]]
code = "C"
slug = "center"
name = "センター"
description = "チームの大黒柱。ゴール下の守護神としてリバウンドとブロックを支配する。"
sport = "basketball"
[[items]]
code = "P"
slug = "pitcher"
name = "ピッチャー"
description = "ボールを投げて打者をアウトにする投手。"
sport = "baseball"
[[items]]
code = "C-BB"
slug = "catcher"
name = "キャッチャー"
description = "ピッチャーの投球を受け、配球の司令塔となる捕手。"
sport = "baseball"
[[items]]
code = "1B"
slug = "first-baseman"
name = "ファースト"
description = "一塁ベースの守備を担当する内野手。"
sport = "baseball"
[[items]]
code = "2B"
slug = "second-baseman"
name = "セカンド"
description = "二塁周辺の守備を担当し、ダブルプレー連携が重要な内野手。"
sport = "baseball"
[[items]]
code = "3B"
slug = "third-baseman"
name = "サード"
description = "三塁ベースの守備を担当し、強い打球処理が求められる内野手。"
sport = "baseball"
[[items]]
code = "SS"
slug = "shortstop"
name = "ショート"
description = "内野中央の広範囲を守備する「内野の要」。"
sport = "baseball"
[[items]]
code = "LF"
slug = "left-fielder"
name = "レフト"
description = "外野左側の守備を担当する外野手。"
sport = "baseball"
[[items]]
code = "CF-BB"
slug = "center-fielder"
name = "センター"
description = "外野中央を守り、外野のキャプテンとして指揮を取る外野手。"
sport = "baseball"
[[items]]
code = "RF"
slug = "right-fielder"
name = "ライト"
description = "外野右側の守備を担当し、強肩が求められる外野手。"
sport = "baseball"
[[items]]
code = "S-VB"
slug = "setter"
name = "セッター"
description = "チームの司令塔。味方アタッカーにトスを上げる配球役。"
sport = "volleyball"
[[items]]
code = "OH"
slug = "outside-hitter"
name = "アウトサイドヒッター"
description = "左右両サイドからスパイクを打つ攻撃の中心。"
sport = "volleyball"
[[items]]
code = "OP"
slug = "opposite"
name = "オポジット"
description = "セッターの対角に位置する攻撃型ポジション。"
sport = "volleyball"
[[items]]
code = "MB"
slug = "middle-blocker"
name = "ミドルブロッカー"
description = "中央でのブロックが主役のポジション。"
sport = "volleyball"
[[items]]
code = "L"
slug = "libero"
name = "リベロ"
description = "守備専門のポジション。後衛でのレシーブとディグが主な仕事。"
sport = "volleyball"