<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ラジオ中継 &#8211; はっさーブログ</title>
	<atom:link href="https://nonbiri-ke.com/tag/%E3%83%A9%E3%82%B8%E3%82%AA%E4%B8%AD%E7%B6%99/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Mar 2026 16:14:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://nonbiri-ke.com/wp-content/uploads/2021/07/cropped-unnamed-5-1-32x32.jpg</url>
	<title>ラジオ中継 &#8211; はっさーブログ</title>
	<link>https://nonbiri-ke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【2026WBC】地上波なしの理由は？Netflix独占の裏側と無料ラジオ視聴法</title>
		<link>https://nonbiri-ke.com/wbc-2026-netflix-free/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 16:14:36 +0000</pubDate>
				<category><![CDATA[気になるニュース]]></category>
		<category><![CDATA[Netflix独占]]></category>
		<category><![CDATA[WBC2026]]></category>
		<category><![CDATA[WBC放送]]></category>
		<category><![CDATA[WBC無料]]></category>
		<category><![CDATA[スポーツ配信]]></category>
		<category><![CDATA[スマホ視聴]]></category>
		<category><![CDATA[ラジオ中継]]></category>
		<category><![CDATA[侍ジャパン]]></category>
		<category><![CDATA[地上波なし]]></category>
		<category><![CDATA[放映権高騰]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=12439</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/03/Gemini_Generated_Image_r050ptr050ptr050-1024x572.jpg" class="webfeedsFeaturedVisual" /></p>【2026WBC】なぜ地上波なし？Netflix独占の理由と視聴方法 WBC2026 Netflix 地上波なし 無料視聴法 WBCが地上波で見られないのはなぜ？Netflix独占の理由と視聴方法をわかりやすく解説 大谷 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/03/Gemini_Generated_Image_r050ptr050ptr050-1024x572.jpg" class="webfeedsFeaturedVisual" /></p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9399173969923018"
     crossorigin="anonymous"></script>
<!-- レスポンシブタイプ -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9399173969923018"
     data-ad-slot="4717798537"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2026年WBCは地上波中継なし。Netflix独占配信の理由と、ラジオを使った無料視聴方法をわかりやすく解説します。">
<title>【2026WBC】なぜ地上波なし？Netflix独占の理由と視聴方法</title>
<style>
  :root {
    --primary: #1a3a5c;
    --accent: #e63946;
    --accent2: #2196f3;
    --text: #222;
    --text-light: #555;
    --bg: #f5f5f5;
    --white: #fff;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(0,0,0,0.10);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }

  /* イントロセクション */
  .intro {
    background: linear-gradient(135deg, #1a3a5c 0%, #0d6efd 60%, #1a7f37 100%);
    color: var(--white);
    padding: 60px 40px 50px;
    border-radius: 0 0 var(--radius) var(--radius);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .intro::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
  }
  .intro::after {
    content: '';
    position: absolute;
    bottom: -30px; left: -30px;
    width: 150px; height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .intro h1 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
  }
  .intro p {
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.85;
    position: relative;
    max-width: 720px;
  }
  .intro .tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 0.82rem;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
  }

  /* 注意喚起ボックス */
  .alert-box {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    border-left: 5px solid #f57c00;
    border-radius: var(--radius);
    padding: 22px 28px;
    margin: 32px 0;
    box-shadow: var(--shadow);
  }
  .alert-box .alert-title {
    font-weight: 700;
    color: #e65100;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .alert-box p { font-size: 0.95rem; color: #5d3a1a; }

  /* セクション見出し */
  h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 3px solid var(--accent2);
    padding-bottom: 10px;
    margin: 44px 0 18px;
    position: relative;
  }
  h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 26px 0 10px;
    padding-left: 14px;
    border-left: 4px solid #2196f3;
  }
  p { margin-bottom: 16px; text-align: left; }

  /* 統計カードボックス */
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 28px 0;
  }
  .stat-card {
    background: linear-gradient(135deg, #1a3a5c, #2563eb);
    color: var(--white);
    border-radius: var(--radius);
    padding: 24px 16px;
    text-align: center;
    box-shadow: var(--shadow);
  }
  .stat-card .num {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    display: block;
    margin-bottom: 6px;
    background: linear-gradient(90deg, #fff, #a8d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .stat-card .label {
    font-size: 0.82rem;
    opacity: 0.88;
    line-height: 1.5;
  }

  /* キーポイントボックス */
  .keypoints {
    background: #fff9e6;
    border: 1px solid #ffe082;
    border-radius: var(--radius);
    padding: 28px 32px;
    margin: 32px 0;
    box-shadow: var(--shadow);
  }
  .keypoints h3 {
    border-left: 4px solid #f9a825;
    color: #7d5800;
    margin-top: 0;
  }
  .keypoints ul { list-style: none; padding: 0; }
  .keypoints ul li {
    padding: 9px 0 9px 30px;
    position: relative;
    font-size: 0.97rem;
    border-bottom: 1px dashed #ffe082;
  }
  .keypoints ul li:last-child { border-bottom: none; }
  .keypoints ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #f9a825;
    font-weight: 700;
    font-size: 1.1rem;
  }

  /* 比較テーブル */
  .table-wrap {
    overflow-x: auto;
    margin: 28px 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }
  table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    font-size: 0.93rem;
  }
  thead tr {
    background: linear-gradient(90deg, #1a3a5c, #2196f3);
    color: var(--white);
  }
  thead th { padding: 14px 16px; text-align: center; font-weight: 700; }
  tbody tr { border-bottom: 1px solid #e0e7ef; transition: background 0.18s; }
  tbody tr:hover { background: #eaf3ff; }
  tbody td { padding: 13px 16px; text-align: center; }
  tbody td:first-child { text-align: left; font-weight: 600; }
  .badge-free {
    background: #e8f5e9; color: #2e7d32;
    padding: 3px 10px; border-radius: 20px;
    font-size: 0.82rem; font-weight: 700;
  }
  .badge-paid {
    background: #fce4ec; color: #c62828;
    padding: 3px 10px; border-radius: 20px;
    font-size: 0.82rem; font-weight: 700;
  }

  /* メリット・デメリット */
  .pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 28px 0;
  }
  .pros {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border: 1px solid #81c784;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
  }
  .cons {
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
    border: 1px solid #f48fb1;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
  }
  .pros h3 { border-left: 4px solid #43a047; color: #1b5e20; margin-top: 0; }
  .cons h3 { border-left: 4px solid #e91e63; color: #880e4f; margin-top: 0; }
  .pros ul, .cons ul { list-style: none; padding: 0; }
  .pros ul li, .cons ul li {
    padding: 7px 0 7px 26px;
    position: relative;
    font-size: 0.93rem;
  }
  .pros ul li::before { content: "\25CB"; position: absolute; left: 0; color: #43a047; font-size: 1rem; }
  .cons ul li::before { content: "\00D7"; position: absolute; left: 0; color: #e91e63; font-size: 1rem; }

  /* ハイライトボックス */
  .highlight {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-left: 5px solid #1976d2;
    border-radius: var(--radius);
    padding: 26px 32px;
    margin: 32px 0;
    box-shadow: var(--shadow);
  }
  .highlight h3 { border-left: 4px solid #1565c0; color: #0d47a1; margin-top: 0; }
  .highlight p { font-size: 0.97rem; }

  /* 読者コメント */
  .comment-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 20px 24px;
    margin: 14px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    border-left: 4px solid #90a4ae;
    font-size: 0.93rem;
    font-style: italic;
    color: #444;
  }
  .comment-box .c-info { font-size: 0.8rem; color: #888; font-style: normal; margin-top: 8px; }

  /* 結論ボックス */
  .conclusion {
    background: linear-gradient(135deg, #1a3a5c 0%, #1565c0 100%);
    color: var(--white);
    border-radius: var(--radius);
    padding: 40px 36px;
    margin: 40px 0 0;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
  }
  .conclusion::before {
    content: '';
    position: absolute; top: -20px; right: -20px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .conclusion h2 {
    color: var(--white);
    border-bottom: 2px solid rgba(255,255,255,0.25);
    margin-top: 0;
    font-size: 1.3rem;
  }
  .conclusion p { opacity: 0.92; position: relative; }
  .conclusion ul { list-style: none; padding: 0; }
  .conclusion ul li {
    padding: 7px 0 7px 24px;
    position: relative;
    opacity: 0.92;
    font-size: 0.97rem;
  }
  .conclusion ul li::before { content: "\25B6"; position: absolute; left: 0; color: #90caf9; font-size: 0.75rem; top: 12px; }

  /* ラインマーカー（重要度高） */
  .mark-high { background: rgba(255, 235, 59, 0.4); padding: 0 2px; border-radius: 2px; }
  /* ラインマーカー（重要度中） */
  .mark-mid { background: rgba(244, 67, 54, 0.18); padding: 0 2px; border-radius: 2px; }

  /* レスポンシブ */
  @media (max-width: 640px) {
    .intro { padding: 40px 22px 36px; }
    .stats-grid { grid-template-columns: 1fr; }
    .pros-cons { grid-template-columns: 1fr; }
    h2 { font-size: 1.2rem; }
    .stat-card .num { font-size: 1.6rem; }
    .conclusion { padding: 28px 20px; }
    .keypoints { padding: 20px 18px; }
    .highlight { padding: 20px 18px; }
  }
  @media (min-width: 641px) and (max-width: 900px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
  }
  /* 図解共通 */
  .infographic {
    background: var(--white);
    border-radius: var(--radius);
    padding: 28px 28px 24px;
    margin: 32px 0;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--accent2);
  }
  .infographic-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.03em;
  }

  /* 図解①：放映権フロー */
  .flow-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .flow-node {
    text-align: center;
    padding: 14px 18px;
    border-radius: var(--radius);
    min-width: 110px;
  }
  .node-blue { background: linear-gradient(135deg, #1a3a5c, #2563eb); color: #fff; }
  .node-red  { background: linear-gradient(135deg, #c62828, #e53935); color: #fff; }
  .flow-node .node-icon { font-size: 1.8rem; margin-bottom: 4px; }
  .flow-node .node-label { font-size: 0.85rem; font-weight: 700; line-height: 1.4; }
  .flow-node .node-label span { font-size: 0.75rem; font-weight: 400; opacity: 0.85; }
  .flow-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    min-width: 80px;
  }
  .arrow-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #e53935);
    position: relative;
    margin-bottom: 4px;
  }
  .arrow-line::after {
    content: '';
    position: absolute;
    right: -6px; top: -4px;
    border: 6px solid transparent;
    border-left-color: #e53935;
  }
  .arrow-label { font-size: 0.75rem; color: #666; white-space: nowrap; }
  .flow-note {
    text-align: center;
    font-size: 0.85rem;
    color: #c62828;
    font-weight: 600;
    background: #fff3e0;
    border-radius: 6px;
    padding: 7px 14px;
    margin-bottom: 20px;
  }
  .flow-compare { display: flex; flex-direction: column; gap: 10px; }
  .compare-item { display: flex; align-items: center; gap: 10px; }
  .compare-year { font-size: 0.85rem; font-weight: 700; color: #444; width: 54px; flex-shrink: 0; }
  .compare-bar-wrap { flex: 1; background: #e9ecef; border-radius: 4px; height: 20px; overflow: hidden; }
  .compare-bar { height: 100%; background: #90bfff; border-radius: 4px; transition: width 0.3s; }
  .compare-bar.bar-accent { background: linear-gradient(90deg, #e53935, #ff7043); }
  .compare-val { font-size: 0.82rem; color: #444; width: 110px; flex-shrink: 0; line-height: 1.4; }
  .compare-val span { font-size: 0.72rem; color: #888; }
  .highlight-bar .compare-year { color: #c62828; }

  /* 図解②：デシジョンツリー */
  .decision-tree { display: flex; flex-direction: column; align-items: center; }
  .dt-question {
    background: linear-gradient(135deg, #1a3a5c, #2563eb);
    color: #fff;
    border-radius: 24px;
    padding: 10px 24px;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    line-height: 1.5;
  }
  .dt-branches {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .dt-branch { display: flex; flex-direction: column; align-items: center; max-width: 180px; }
  .dt-label-yes, .dt-label-no {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 12px;
    margin: 6px 0;
  }
  .dt-label-yes { background: #e8f5e9; color: #2e7d32; }
  .dt-label-no  { background: #fce4ec; color: #c62828; }
  .dt-arrow-v {
    width: 2px;
    height: 16px;
    background: #ccc;
    margin: 0 auto;
  }
  .dt-result {
    border-radius: var(--radius);
    padding: 12px 14px;
    font-size: 0.83rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .result-green { background: #e8f5e9; color: #1b5e20; border: 1px solid #a5d6a7; }
  .result-blue  { background: #e3f2fd; color: #0d47a1; border: 1px solid #90caf9; }
  .result-gray  { background: #f5f5f5; color: #555; border: 1px solid #ddd; }

  @media (max-width: 640px) {
    .flow-arrow { min-width: 40px; }
    .arrow-line { width: 30px; }
    .compare-val { width: 90px; }
    .dt-branches { gap: 10px; }
    .dt-branch { max-width: 140px; }
  }
</style>
</head>
<body>

<!-- イントロセクション -->
<div class="intro">
  <div class="container">
    <span class="tag">WBC2026</span> <span class="tag">Netflix</span> <span class="tag">地上波なし</span> <span class="tag">無料視聴法</span>
    <h1>WBCが地上波で見られないのはなぜ？<br>Netflix独占の理由と視聴方法をわかりやすく解説</h1>
    <p style="font-size:1.1rem; font-weight:700; margin-bottom:14px; opacity:1;">大谷翔平の活躍、無料で観戦できない？</p>
    <p>「テレビをつけたら大谷選手が見られると思っていたのに…」そんな声があちこちから聞こえてきます。仕事が忙しくて夜しか見られない方も、ご両親やおじいちゃん・おばあちゃんに視聴方法を教えてあげたい方も、この記事を読めば対処法がわかります。2026年のWBC（ワールド・ベースボール・クラシック）は、<span class="mark-high">全47試合がNetflixのみでの独占配信</span>となり、<span class="mark-high">試合中継は地上波では放送されません</span>。なぜこうなったのか、どうすれば見られるのか、わかりやすくまとめました。</p>
  </div>
</div>

<div class="container">

  <!-- 注意喚起ボックス -->
  <div class="alert-box">
    <div class="alert-title">ご注意：情報の有効期限について</div>
    <p>本記事の料金・契約情報は2026年3月時点のものです。Netflixの料金プランやキャンペーン内容は変更される場合がありますので、最新情報は必ずNetflix公式サイトでご確認ください。</p>
  </div>

  <!-- 統計ボックス -->
  <div class="stats-grid">
    <div class="stat-card">
      <span class="num">約150億円（推定・非公開）</span>
      <span class="label">今大会の日本向け放映権料<br>※正式金額は非公開<br>（一部報道による推定）</span>
    </div>
    <div class="stat-card">
      <span class="num">42.4%</span>
      <span class="label">2023年大会・決勝の平均視聴率<br>（関東地区）<br>※ビデオリサーチ 公式発表</span>
    </div>
    <div class="stat-card">
      <span class="num">47試合</span>
      <span class="label">Netflix独占配信の対象<br>ライブ・見逃し配信ともに対象<br>（Netflix公式発表）</span>
    </div>
  </div>

  <!-- h2-1 -->
  <h2>そもそもWBCって何？主催しているのは誰？</h2>
  <p>WBCとは、国や地域を代表するチームが集まって戦う、野球の世界大会です。サッカーでいえばワールドカップにあたります。2026年は世界20の国・地域が参加し、東京・サンフアン（プエルトリコ）・ヒューストン・マイアミの4都市で全47試合が行われます。</p>

  <h3>主催は「MLB」が作った会社</h3>
  <p>WBCを主催しているのは「WBCI（ワールド・ベースボール・クラシック・インク）」という会社です。これは、<span class="mark-mid">アメリカのプロ野球リーグ（MLB）とその選手会が共同で設立した</span>民間企業であり、国際スポーツ団体ではありません。つまり、オリンピックとは異なり、WBCはアメリカのビジネスの色合いが強い大会です。</p>
  <p>そのため、放映権の交渉も主催者であるWBCIが主導権を持って行います。日本のテレビ局や読売新聞社を通さず、Netflixと直接交渉できるのも、この仕組みが理由です。</p>

  <h3>前回大会はどうだった？</h3>
  <p>2023年の前回大会では、テレビ朝日系・TBS系が地上波で生中継し、Amazonプライム・ビデオでもネット配信されていました。大谷翔平選手の活躍で侍ジャパンが優勝した決勝戦は、<span class="mark-high">平均視聴率42.4%</span>という驚異的な数字を記録。日本中が盛り上がった、記憶に新しい出来事です。</p>

  <!-- h2-2 -->
  <h2>なぜ今回は地上波で放送されないのか</h2>
  <p>一言でいえば、「放映権料が高くなりすぎて、テレビ局には買えなかったから」です。ただ、その背景にはもう少し複雑な事情があります。</p>

  <!-- 図解①：放映権の仕組み -->
  <div class="infographic">
    <div class="infographic-title">図解：放映権料が高騰した仕組み</div>
    <div class="flow-row">
      <div class="flow-node node-blue">
        <div class="node-icon">&#9918;</div>
        <div class="node-label">WBC主催者<br><span>（WBCI）</span></div>
      </div>
      <div class="flow-arrow">
        <div class="arrow-line"></div>
        <div class="arrow-label">放映権を販売</div>
      </div>
      <div class="flow-node node-red">
        <div class="node-icon">&#127909;</div>
        <div class="node-label">Netflix<br><span>独占購入</span></div>
      </div>
    </div>
    <div class="flow-note">日本のテレビ局は金額が合わず購入断念</div>
    <div class="flow-compare">
      <div class="compare-item">
        <div class="compare-year">2006年</div>
        <div class="compare-bar-wrap"><div class="compare-bar" style="width:10%"></div></div>
        <div class="compare-val">約10億円<br><span>（推定）</span></div>
      </div>
      <div class="compare-item">
        <div class="compare-year">2023年</div>
        <div class="compare-bar-wrap"><div class="compare-bar" style="width:30%"></div></div>
        <div class="compare-val">約30億円<br><span>（推定）</span></div>
      </div>
      <div class="compare-item highlight-bar">
        <div class="compare-year">2026年</div>
        <div class="compare-bar-wrap"><div class="compare-bar bar-accent" style="width:100%"></div></div>
        <div class="compare-val">約150億円<br><span>（推定・非公開）</span></div>
      </div>
    </div>
  </div>

  <h3>放映権料が3年で5倍に急騰した</h3>
  <p>日本向けの放映権（テレビやネットで試合を流すための権利）の推移を見ると、その変化の大きさがよくわかります。2006年大会は約10億円、2023年大会は約30億円だったとされています（いずれも推定値）。2026年大会の正確な金額は公表されていませんが、<span class="mark-high">東洋経済・DIMEなど複数の主要メディアが約150億円と報じており</span>、前回大会（約30億円）の約5倍規模に急騰したとみられています。</p>
  <p>テレビ局は放映権を買っても、CMや広告収入でその費用を回収する必要があります。今回の規模の放映権料を広告費だけで回収するのは、現在の地上波テレビでは現実的に難しく、民放各局が束になっても手が出せない金額になってしまったとみられています。</p>

  <h3>Netflixが直接、主催者と交渉した</h3>
  <p>前回大会まで、日本向けの放映権交渉は読売新聞社が窓口を担っていました。しかし今回は、Netflixが日本の窓口を飛び越えてWBCIと直接交渉し、全試合の独占配信権を獲得しました。日本テレビは中継映像の「制作」を受け持つこととなりましたが、試合をテレビで放送する権利は持っておらず、ユーザーが視聴するにはNetflixへの加入が必要です。</p>

  <h3>Netflixが巨額投資できる理由</h3>
  <p>Netflixは月額課金のサービスで、世界で2億6000万人以上（2024年時点・Netflix公式発表）の加入者を抱えています。日本国内でも数百万〜1000万規模と推定されており、安定した収益基盤があります。こうした資金力があるからこそ、今回の大型投資が可能だったとみられています。</p>

  <!-- 比較テーブル -->
  <h2>過去大会との比較：視聴環境はどう変わった？</h2>
  <p>過去3大会の放送形態をまとめました。いかに今大会の変化が大きいかがわかります。</p>
  <div class="table-wrap">
    <table>
      <thead>
        <tr>
          <th>大会年</th>
          <th>放映権料（推定）</th>
          <th>地上波放送</th>
          <th>ネット配信</th>
          <th>費用</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>2006年（第1回）</td>
          <td>約10億円</td>
          <td>TBS・テレビ朝日ほか</td>
          <td>なし</td>
          <td><span class="badge-free">無料</span></td>
        </tr>
        <tr>
          <td>2023年（第5回）</td>
          <td>約30億円</td>
          <td>テレビ朝日・TBS</td>
          <td>Amazonプライム（一部）</td>
          <td><span class="badge-free">無料（地上波）</span></td>
        </tr>
        <tr>
          <td>2026年（第6回）</td>
          <td>約150億円（推定・非公開）</td>
          <td><strong>なし（地上波中継なし）</strong></td>
          <td>Netflix独占（全47試合）</td>
          <td><span class="badge-paid">有料のみ</span></td>
        </tr>
      </tbody>
    </table>
  </div>

  <!-- メリット・デメリット -->
  <h2>Netflix独占配信のメリットとデメリット</h2>
  <p>今回の仕組みには良い面も課題もあります。フラットに見ていきましょう。</p>
  <div class="pros-cons">
    <div class="pros">
      <h3>メリット</h3>
      <ul>
        <li>全47試合すべてがライブ視聴・見逃し配信可能</li>
        <li>スマホ・タブレット・テレビなど好きな端末で視聴できる</li>
        <li>最安プランで全試合が視聴可（月890円〜）</li>
        <li>試合の裏側に迫るドキュメンタリーなど独自コンテンツが充実</li>
      </ul>
    </div>
    <div class="cons">
      <h3>デメリット</h3>
      <ul>
        <li>月額費用（890円〜）がかかり、テレビだけでは見られない</li>
        <li>高齢者や子どもなど、ネット環境がない家庭は視聴困難</li>
        <li>視聴者が限られるため、前回大会ほどの盛り上がりにならないおそれがある</li>
        <li>野球に憧れる子どもたちが見る機会が減り、競技人口への影響が懸念される</li>
      </ul>
    </div>
  </div>

  <!-- ハイライトボックス -->
  <div class="highlight">
    <h3>読者の声に見る「本音」</h3>
    <p>SNSや報道コメントでは「地上波で見られたから、興味のなかった私でも見てハマった。今回は課金してまで見ようとは思わない」「子どもたちが大谷選手に憧れるきっかけが減る」といった声が多く見られます。一方で「どんな試合も後から見返せるのは便利」と評価する声もあります。<span class="mark-mid">消費者の行動変容と、スポーツの公共的な役割をどう両立させるか</span>が、今後の課題といえそうです。</p>
  </div>

  <h2>実際のところ、みんなはどう思っている？</h2>
  <p>SNSや報道コメントには、地上波で見られなくなることへの戸惑いや失望の声が多く見られます。一方で、好きな端末でいつでも見返せる利便性を評価する声もあります。</p>
  <div class="comment-box">「地上波で放送されていたから、野球に興味がなかった私でも自然と見ていた。今回は届かない人が多すぎる。選手がかわいそう。」<div class="c-info">— Yahooコメント（共感5,783件）</div>
  </div>
  <div class="comment-box">「海外では見たいものには課金する文化が根付いているが、日本はまだテレビをつければ見られるという感覚が強い。日本の関係者にもこの問題を考えてほしい。」<div class="c-info">— 古田敦也氏（元ヤクルト監督）コメントより要約</div>
  </div>
  <div class="comment-box">「大人の事情で子どもたちが見られない環境になってしまった。輝く選手に憧れる機会が減るのは、野球界にとって大きな損失だと思う。」<div class="c-info">— 少年野球指導者の声（報道より）</div>
  </div>

  <!-- 図解②：視聴プラン選択フロー -->
  <div class="infographic">
    <div class="infographic-title">図解：あなたに合った視聴方法を選ぼう</div>
    <div class="decision-tree">
      <div class="dt-question">映像（動画）で見たいですか？</div>
      <div class="dt-branches">
        <div class="dt-branch">
          <div class="dt-label-yes">はい</div>
          <div class="dt-arrow-v"></div>
          <div class="dt-question">Netflixに<br>加入できますか？</div>
          <div class="dt-branches">
            <div class="dt-branch">
              <div class="dt-label-yes">はい</div>
              <div class="dt-arrow-v"></div>
              <div class="dt-result result-green">Netflix<br>広告付きプラン<br>（月890円〜）<br>全47試合視聴可</div>
            </div>
            <div class="dt-branch">
              <div class="dt-label-no">いいえ</div>
              <div class="dt-arrow-v"></div>
              <div class="dt-result result-gray">地上波ニュースで<br>ハイライトを確認</div>
            </div>
          </div>
        </div>
        <div class="dt-branch">
          <div class="dt-label-no">いいえ（音声のみでOK）</div>
          <div class="dt-arrow-v"></div>
          <div class="dt-result result-blue">ラジオ・radiko<br>完全無料<br>試合開始：基本19時</div>
        </div>
      </div>
    </div>
  </div>

  <!-- キーポイントボックス -->
  <div class="keypoints">
    <h3>無料・最安で見る方法チェックリスト</h3>
    <ul>
      <li><strong>【完全無料】ラジオ生中継（ニッポン放送などラジオ各局で中継予定）</strong>：侍ジャパン全試合を映像なしで生中継。スマホアプリ「radiko（ラジコ）」をダウンロードすれば、自分の地域の放送局が無料で聴ける。東京プールの試合開始は基本19時。なお、月額385円（税込）の「エリアフリー」プランに加入すると、全国どこにいてもニッポン放送など好きな局が聴けるため、野球ファンには特におすすめ。</li>
      <li><strong>【最安値で見る】Netflix 広告付きスタンダードプラン（月890円）</strong>：同時視聴1台・広告あり。全47試合のライブ・見逃し配信が対象。<span class="mark-mid">WBCが終わったら解約を忘れずに。翌月以降も自動更新される。</span>最新の料金・キャンペーン情報はNetflix公式サイトで要確認。</li>
      <li><strong>【ハイライトのみ無料】地上波ニュース・情報番組</strong>：試合の結果やハイライト映像は、地上波のニュース番組でも確認できる見込み。全試合をリアルタイムで見たい場合は別途対応が必要。</li>
      <li><strong>【テレビ大画面視聴】Netflix対応スマートTV・HDMIケーブル接続</strong>：インターネット対応テレビならアプリで直接視聴可。対応テレビがない場合は、スマホとテレビをHDMIケーブルで繋ぐ方法もある。</li>
    </ul>
  </div>

  <!-- h2 まとめ -->
  <h2>スポーツ中継の「公共性」これからどうなる？</h2>
  <p>今回のWBCの問題は、日本だけの話ではありません。サッカーのプレミアリーグやUEFAチャンピオンズリーグなど、世界中で人気スポーツの放映権料は高騰し続けており、有料配信への移行は加速しています。</p>
  <p>ヨーロッパでは、国民的関心の高いスポーツを誰でも無料で見られるよう保護する「ユニバーサル・アクセス権（誰でも無料で見られる権利）」を法律で定めている国もあります。日本では今のところこうした制度はなく、今後の議論が求められます。</p>
  <p>一方で、2026年FIFAワールドカップ（6月開催・北中米共催）では、放映権料が推定300〜350億円に高騰した中でも、NHKや日本テレビ・フジテレビが日本代表戦などは地上波で放送することが決まっています。スポーツの種類や主催者の方針によって、状況は大きく異なります。</p>

  <!-- 結論ボックス -->
  <div class="conclusion">
    <h2>まとめ：今すぐ使える3つの結論</h2>
    <ul>
      <li>2026年WBCは<span class="mark-high">Netflix独占配信</span>のため地上波中継なし。最大の理由は放映権料が<span class="mark-high">約150億円（推定・非公開）</span>規模に急騰し、テレビ局では採算が合わなかったこと。</li>
      <li>映像で見るなら<span class="mark-high">Netflix（月890円〜）への加入が必須</span>。WBC終了後は解約忘れに注意。最新の料金・キャンペーン情報は必ずNetflix公式サイトで確認を。</li>
      <li>お金をかけたくない場合は<span class="mark-high">ラジオ（ニッポン放送などラジオ各局・radiko対応）が完全無料</span>。東京プールの試合は基本19時開始。</li>
    </ul>
    <p style="margin-top:20px; border-top: 1px solid rgba(255,255,255,0.2); padding-top:18px;">まずは<strong>radikoアプリ</strong>をダウンロードするか、<strong>Netflix公式サイト</strong>で最新の料金・プランを確認してみてください。</p>
  </div>

</div><!-- /container -->
</body>
</html>



<p><strong>最後までお読みいただきありがとうございます。↓↓のバナーをクリックして応援いただけると嬉しいです。</strong></p>



<div class="wp-block-group is-row is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex">
<a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank"><img decoding="async" src="https://b.blogmura.com/news/news_kininaru/88_31.gif" width="106" height="37" border="0" alt="にほんブログ村 ニュースブログ 気になるニュースへ" /></a><br /><a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank">にほんブログ村</a>



<a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング"><img decoding="async" alt="人気ブログランキング" width="106" height="37" src="https://blog.with2.net/img/banner/banner_22.svg"></a><br><a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング" style="font-size: 0.9em;">人気ブログランキング</a>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
