<?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>News | 白江の筆記</title>
	<atom:link href="https://shirae.info/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>https://shirae.info</link>
	<description>台湾×日本で自分らしく生きよう　日本と台湾に関する情報を更新中</description>
	<lastBuildDate>Wed, 17 Jun 2026 10:33:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.6</generator>

<image>
	<url>https://shirae.info/wp-content/uploads/2021/04/45d0858d4c0b8b871c1b3460f8f95db9-150x150.png</url>
	<title>News | 白江の筆記</title>
	<link>https://shirae.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>JASRAC「利用AI之作品處理指引」— AI生成音樂是否屬於著作權管理對象</title>
		<link>https://shirae.info/ip-notes-20260725/</link>
		
		<dc:creator><![CDATA[ばいちゃん]]></dc:creator>
		<pubDate>Sat, 25 Jul 2026 00:49:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[日台IP筆記]]></category>
		<category><![CDATA[IP Notes]]></category>
		<guid isPermaLink="false">https://shirae.info/?p=11664</guid>

					<description><![CDATA[JASRAC「利用AI之作品處理指引」— AI生成音樂是否屬於著作權管理對象 日台IP筆記 著作權管理・AI生成內容 Copyright Management / AI-Generated Works No. 03 JA [&#8230;]]]></description>
										<content:encoded><![CDATA[<aside class="row veu_insertAds before"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JASRAC「利用AI之作品處理指引」— AI生成音樂是否屬於著作權管理對象</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&#038;family=DM+Mono:wght@400;500&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #131210;
    --ink-mid: #383530;
    --ink-muted: #7a7469;
    --ink-faint: #b0aaa0;
    --paper: #f4f2ee;
    --paper-warm: #eceae4;
    --paper-card: #faf9f6;
    --accent: #1d3d6b;
    --accent-light: #2d5a8a;
    --rule: #d2cdc4;
    --highlight: #1a5c3a;
    --highlight-bg: #f2f8f5;
    --highlight-border: #3a8a5c;
  }

  html { font-size: 16px; }

  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Noto Serif TC', 'Georgia', serif;
    line-height: 1.0;
    min-height: 100vh;
  }

  .site-header {
    border-bottom: 1px solid var(--rule);
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .site-logo {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mid);
  }
  .site-meta {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-muted);
    letter-spacing: 0.1em;
  }

  .page-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem 5rem;
  }

  /* ── Hero ── */
  .hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 3rem;
  }

  .category-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  .category-tag {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--highlight);
    border: 1px solid var(--highlight);
    padding: 3px 8px;
    border-radius: 2px;
  }
  .category-rule { flex: 1; height: 1px; background: var(--rule); }
  .category-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
  }

  h1 {
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(20px, 3.2vw, 28px);
    font-weight: 600;
    line-height: 1.65;
    color: var(--ink);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
  }

  .hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .meta-item {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-muted);
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .meta-dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--ink-faint);
    flex-shrink: 0;
  }

  /* ── First-case banner ── */
  .first-banner {
    background: var(--accent);
    color: #e8eef6;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .first-banner .fb-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7aa8d8;
    flex-shrink: 0;
    border-right: 1px solid #3a5a7a;
    padding-right: 1rem;
  }
  .first-banner .fb-text {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #c8daf0;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .lead {
    font-size: 17px;
    line-height: 1.9;
    color: var(--ink-mid);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--rule);
  }

  .section { margin-bottom: 2.75rem; }

  .section-label {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); }

  p.body {
    font-size: 15px;
    line-height: 1.95;
    color: var(--ink-mid);
    margin-bottom: 1rem;
  }

  /* ── Ratio table ── */
  .verdict-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0;
    font-size: 14px;
  }
  .verdict-table thead tr {
    border-bottom: 1px solid var(--rule);
  }
  .verdict-table th {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
    padding: 0 0.75rem 0.625rem 0;
    text-align: left;
    font-weight: 400;
  }
  .verdict-table td {
    padding: 0.875rem 0.75rem 0.875rem 0;
    border-bottom: 1px solid var(--rule);
    vertical-align: middle;
    color: var(--ink-mid);
    line-height: 1.5;
  }
  .verdict-table tbody tr:last-child td { border-bottom: none; }
  .verdict-table td.type-num {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .verdict-table td.pct {
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
  }
  .verdict-table td.pct-zero {
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink-faint);
  }
  .verdict-table td.role {
    font-size: 13px;
    color: var(--ink-mid);
    line-height: 1.6;
  }
  .verdict-table tbody tr.ai-row td {
    background: var(--paper-warm);
  }

  /* ── Key findings ── */
  .findings { list-style: none; padding: 0; }
  .findings li {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--ink-mid);
    padding: 1rem 0 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    position: relative;
  }
  .findings li:last-child { border-bottom: none; }
  .findings li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 6px;
    height: 1px;
    background: var(--accent);
  }
  .findings li strong {
    display: block;
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 0.3rem;
    font-weight: 500;
  }

  /* ── Pull quote ── */
  .verdict-pull {
    border-left: 3px solid var(--accent);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    background: #edf1f7;
  }
  .verdict-pull p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--accent);
    font-style: italic;
  }

  /* ── Highlight box ── */
  .highlight-box {
    border: 1px solid var(--highlight-border);
    background: var(--highlight-bg);
    padding: 1.125rem 1.375rem;
    margin: 1.5rem 0;
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
  }
  .highlight-icon {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.14em;
    color: var(--highlight);
    flex-shrink: 0;
    padding-top: 2px;
  }
  .highlight-text {
    font-size: 14px;
    line-height: 1.8;
    color: #1a4a2a;
  }

  /* ── Note box ── */
  .note-box {
    background: var(--paper-warm);
    border-left: 3px solid var(--ink-faint);
    padding: 1rem 1.25rem;
    margin: 1.25rem 0;
  }
  .note-box p {
    font-size: 13.5px;
    line-height: 1.85;
    color: var(--ink-muted);
  }
  .note-box strong {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--ink-mid);
    display: block;
    margin-bottom: 0.4rem;
  }

  .disclaimer {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-faint);
    line-height: 1.8;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
    margin-top: 3.5rem;
    letter-spacing: 0.04em;
  }

  @media (max-width: 560px) {
    .page-wrap { padding: 0 1.25rem 5rem; }
    .hero { padding: 2.5rem 0 2rem; }
    h1 { font-size: 20px; }
    .first-banner { flex-direction: column; gap: 0.5rem; }
    .first-banner .fb-label { border-right: none; padding-right: 0; border-bottom: 1px solid #3a5a7a; padding-bottom: 0.5rem; }
  }
</style>
</head>
<body>

<header class="site-header">
  <span class="site-logo">日台IP筆記</span>
  <span class="site-meta">著作權管理・AI生成內容</span>
</header>

<div class="page-wrap">
  <div class="hero">
    <div class="category-row">
      <span class="category-tag">Copyright Management / AI-Generated Works</span>
      <span class="category-rule"></span>
      <span class="category-num">No. 03</span>
    </div>
    <h1>JASRAC「利用AI之作品處理指引」<br>― AI生成音樂是否屬於著作權管理對象</h1>
    <div class="hero-meta">
      <span class="meta-item"><span class="meta-dot"></span>日本音樂著作權協會（JASRAC）</span>
      <span class="meta-item"><span class="meta-dot"></span>著作權法・AI著作性</span>
      <span class="meta-item"><span class="meta-dot"></span>管理委託契約・保證責任</span>
    </div>
  </div>

  <div class="first-banner">
    <span class="fb-label">Key Point</span>
    <span class="fb-text">利用AI之作品在具有人類創作參與時仍可成為管理對象／AI單獨生成部分不具著作性</span>
  </div>

  <p class="lead">
    隨著生成式AI迅速普及，音樂製作領域中利用AI進行作詞與作曲的情況逐漸普遍。然而，AI參與創作作品的法律評價，尤其是著作權成立與管理適用範圍，仍存在不確定性。對此，日本音樂著作權協會（JASRAC）公布「利用AI之作品處理指引」，明確整理AI參與創作之管理方針。本文整理該指引內容，並說明其法律結構。
  </p>

  <div class="section">
    <div class="section-label">① 利用AI之作品與AI自主生成作品之區分</div>
    <p class="body">本指引的核心在於區分「利用AI之作品」與「AI自主生成作品」。判斷基準並非是否利用AI，而是人類創作性是否存在。</p>
    <p class="body">著作權法上，著作須為「思想或感情之創作性表現」，因此缺乏人類創作性之成果不構成著作。</p>
    <p class="body">因此JASRAC採取以下二分結構：</p>
  </div>

  <div class="highlight-box">
    <span class="highlight-icon">RULE</span>
    <p class="highlight-text">
      有人類創作參與 → 著作（管理對象）<br>
      AI自主生成 → 非著作（非管理對象）
    </p>
  </div>

  <div class="section">
    <div class="section-label">② 歌詞或樂曲之一部為AI生成之情形</div>
    <p class="body">當作詞或作曲其中一方由AI生成時，僅人類創作部分成為管理對象。</p>
    <p class="body">作詞：AI／作曲：人類 → 僅作曲管理<br>
    作詞：人類／作曲：AI → 僅作詞管理</p>
    <p class="body">AI生成部分不被視為著作，在J-WID中標示為「非著作」。因此詞曲使用時之管理比例為50%。</p>
  </div>

  <div class="section">
    <div class="section-label">③ AI於歌詞或樂曲之一方自主生成之整理表</div>
    <table class="verdict-table">
      <thead>
        <tr>
          <th>類型</th>
          <th>作詞</th>
          <th>作曲</th>
          <th>J-WID標示</th>
          <th>詞</th>
          <th>曲</th>
          <th>詞曲</th>
        </tr>
      </thead>
      <tbody>
        <tr class="ai-row">
          <td class="type-num">①</td>
          <td class="role">AI自主生成</td>
          <td class="role">人類</td>
          <td class="role">非著作（AI自主生成）<br>作曲者</td>
          <td class="pct-zero">0%</td>
          <td class="pct">100%</td>
          <td class="pct">50%</td>
        </tr>
        <tr>
          <td class="type-num">②</td>
          <td class="role">人類</td>
          <td class="role">AI自主生成</td>
          <td class="role">作詞者<br>非著作（AI自主生成）</td>
          <td class="pct">100%</td>
          <td class="pct-zero">0%</td>
          <td class="pct">50%</td>
        </tr>
      </tbody>
    </table>

    <div class="note-box">
      <strong>Legal Note</strong>
      <p>AI生成部分不具著作性，因此不納入權利集中管理。JASRAC僅管理具有人類創作性的部分。</p>
    </div>
  </div>

  <div class="section">
    <div class="section-label">④ 作品申報義務</div>
    <p class="body">如作品涉及AI生成，必須明確標示該部分為AI自主生成。</p>
  </div>

  <div class="section">
    <div class="section-label">⑤ 創作人之保證責任</div>
    <p class="body">創作人有義務保證作品具有「人類創作性」。因此須能說明AI與人類各自的創作範圍與內容。</p>
  </div>

  <div class="section">
    <div class="section-label">實務總結</div>
    <ul class="findings">
      <li>
        <strong>保證義務之基礎</strong>
        屬於利用AI之作品情形，創作人必須保證該作品具有人類創作性。此保證基於JASRAC管理委託契約之規定，並以作品申報內容真實為前提。
      </li>
      <li>
        <strong>資料提供義務</strong>
        如內容存疑，JASRAC得要求提出相關資料，創作人須即時提供。
      </li>
      <li>
        <strong>虛偽申報之法律風險</strong>
        若將AI自主生成作品誤認為著作申報，將構成虛偽申報並違反保證義務，創作人可能負擔契約及法律責任。
      </li>
    </ul>
  </div>

  <div class="verdict-pull">
    <p>本指引並非排除利用AI，而是以著作性作為判斷基準進行區分。AI自主生成→非著作（非管理對象）；人類創作部分→著作（管理對象）。此架構顯示著作權法仍以「人類中心創作」為基礎。</p>
  </div>

  <div class="section">
    <div class="section-label">法律整理</div>
    <ul class="findings">
      <li>
        <strong>利用AI之作品與AI自主生成作品之區分</strong>
        利用AI之作品在具有人類創作參與時仍可成為管理對象；AI單獨生成部分不具著作性。
      </li>
      <li>
        <strong>部分AI生成之管理範圍</strong>
        作詞或作曲之一部分AI生成時，僅人類創作部分受管理；實務核心在於「創作參與程度」。
      </li>
      <li>
        <strong>創作人之保證責任</strong>
        創作人負有作品真實性保證責任，須能說明AI與人類各自的創作範圍與內容，並應即時提供JASRAC所要求之相關資料。
      </li>
      <li>
        <strong>未來之核心課題</strong>
        未來關鍵問題將在於「何種程度之AI參與構成創作性貢獻」，本指引為AI時代著作權管理提供實務框架。
      </li>
    </ul>
  </div>
 
<div class="references">
    <div class="section-label">参考文献</div>
    <ol class="ref-list">
      <li>
        <span class="ref-num">01</span>
        <div class="ref-body">
          <span class="ref-title">JASRAC、創造のサイクルとの調和がとれたAI利活用の実現に向けて</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.jasrac.or.jp/aboutus/ai.html</a>
        </div>
      </li>
      <li>
        <span class="ref-num">02</span>
        <div class="ref-body">
          <span class="ref-title">JASRAC、AIを利用した作品の取り扱い（ガイドライン）</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.jasrac.or.jp/aboutus/ai/pdf/ai-guideline.pdf</a>
        </div>
      </li>
      <li>
        <span class="ref-num">02</span>
        <div class="ref-body">
          <span class="ref-title">Yahooニュース、AI自律生成作品は「非著作物」　JASRACが指針公表</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://news.yahoo.co.jp/articles/07a184371fc46d32bc20b4e3cffde8d2a6fab51d</a>
        </div>
      </li>
    </ol>
  </div>

  <p class="disclaimer">本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。</p>
</div>

</body>
</html>



<br>
<br>



<style>
.ipn-side {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #ffb347;
  background: #fffdf5;
  box-shadow: 0 4px 14px rgba(255,160,0,0.18);
  font-family: 'Noto Sans JP','Noto Sans TC',sans-serif;
}

/* ヘッダー（強い注意喚起） */
.ipn-side-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg,#ff8c00,#ffb300);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.ipn-side-icon {
  font-size: 16px;
  animation: blink 1.6s infinite;
}
@keyframes blink {
  0%,100%{opacity:1;}
  50%{opacity:0.6;}
}

/* 本文 */
.ipn-side-body {
  padding: 12px 12px 14px;
}

/* 言語ブロック */
.ipn-side-block {
  margin-bottom: 10px;
}

.ipn-side-lang {
  font-size: 10px;
  font-weight: 700;
  color: #cc7a00;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ipn-side-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a2000;
}

/* 区切り */
.ipn-side-divider {
  border-top: 1px dashed #ffd08a;
  margin: 10px 0;
}
</style>

<div class="ipn-side">

  <!-- ヘッダー -->
  <div class="ipn-side-header">
    <span class="ipn-side-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
    注意事項 / 注意事項
  </div>

  <!-- 本文 -->
  <div class="ipn-side-body">

    <div class="ipn-side-block">
      <div class="ipn-side-lang">日本語</div>
      <div class="ipn-side-text">
        当ウェブサイトに掲載されている情報は参考用として作成したものです。内容の正確性・完全性および最新性を保証するものではありません。ご利用に際して生じた損害やトラブルについて、当方は一切の責任を負いかねます。ご利用の際は、必ずご自身で内容をご確認ください。本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。
      </div>
    </div>

    <div class="ipn-side-divider"></div>

    <div class="ipn-side-block">
      <div class="ipn-side-lang">中文</div>
      <div class="ipn-side-text">
        本網站所刊載之資訊係為參考用途而製作，對於內容之正確性、完整性及即時性不作任何保證。對於使用該等資訊所導致的任何損害或糾紛，本網站恕不負任何責任。使用時請務必自行加以確認。本稿僅供一般資訊提供之用，不構成法律意見。針對個別案件，請諮詢專業人士。
      </div>
    </div>

  </div>
</div>



<p></p>
<aside class="row veu_insertAds after"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>日本《著作權法》修正案正式通過錄音演奏・傳達權制度即將上路</title>
		<link>https://shirae.info/ip-notes-20260711/</link>
		
		<dc:creator><![CDATA[ばいちゃん]]></dc:creator>
		<pubDate>Sat, 11 Jul 2026 04:35:59 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[日台IP筆記]]></category>
		<category><![CDATA[IP Notes]]></category>
		<guid isPermaLink="false">https://shirae.info/?p=11370</guid>

					<description><![CDATA[BGM使用費將納入歌手分配範圍｜ 日台IP筆記 日台IP筆記 著作權法・鄰接權 Copyright / Neighboring Rights No. 03 BGM使用費將納入歌手分配範圍日本《著作權法》修正案正式通過錄音 [&#8230;]]]></description>
										<content:encoded><![CDATA[<aside class="row veu_insertAds before"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BGM使用費將納入歌手分配範圍｜   日台IP筆記</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&#038;family=DM+Mono:wght@400;500&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #141210;
    --ink-mid: #363330;
    --ink-muted: #78736a;
    --ink-faint: #b0aaa0;
    --paper: #f4f2ee;
    --paper-warm: #edeae3;
    --paper-card: #faf9f6;
    --accent: #1d5c3a;
    --accent-light: #2d7a52;
    --rule: #d2cdc4;
    --teal-tint: #0e3830;
    --teal-mid: #1a5c4a;
    --gold: #c8a44a;
    --gold-bg: #fdf8ec;
    --gold-text: #7a5e1a;
  }

  html { font-size: 16px; }

  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Noto Serif TC', 'Georgia', serif;
    line-height: 1.0;
    min-height: 100vh;
  }

  /* ── Header ── */
  .site-header {
    border-bottom: 1px solid var(--rule);
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .site-logo {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--ink-mid);
  }
  .site-meta {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-muted);
    letter-spacing: 0.1em;
  }

  /* ── Layout ── */
 .page-wrap {
    max-width: 960px;
     margin-left: auto;
  margin-right: auto;
  }

  /* ── Hero ── */
  .hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 3rem;
  }

  .category-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  .category-tag {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid var(--accent);
    padding: 3px 8px;
    border-radius: 2px;
    white-space: nowrap;
  }
  .category-rule { flex: 1; height: 1px; background: var(--rule); }
  .category-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
  }

  h1 {
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(20px, 3.2vw, 28px);
    font-weight: 600;
    line-height: 1.65;
    color: var(--ink);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
  }

  .hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .meta-item {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .meta-dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--ink-faint);
    flex-shrink: 0;
  }

  /* ── Reform banner ── */
  .reform-banner {
    background: var(--teal-tint);
    color: #e0ede8;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .reform-banner .rb-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6abf99;
    flex-shrink: 0;
    border-right: 1px solid #2a5a48;
    padding-right: 1rem;
  }
  .reform-banner .rb-text {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #b0d8c8;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  /* ── Lead ── */
  .lead {
    font-size: 16.5px;
    line-height: 1.95;
    color: var(--ink-mid);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--rule);
  }

  /* ── Section ── */
  .section { margin-bottom: 2.75rem; }

  .section-label {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
  }

  p.body {
    font-size: 15px;
    line-height: 1.95;
    color: var(--ink-mid);
    margin-bottom: 1.1rem;
  }

  /* ── Rights structure diagram ── */
  .rights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    margin: 1.25rem 0;
  }
  .rights-card {
    background: var(--paper-card);
    padding: 1.25rem 1.375rem;
  }
  .rights-card.new-right {
    background: #f0f7f3;
  }
  .rights-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 0.5rem;
  }
  .rights-label.new { color: var(--accent); }
  .rights-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  .rights-body {
    font-size: 13px;
    line-height: 1.8;
    color: var(--ink-mid);
  }

  /* ── Findings list ── */
  .findings { list-style: none; padding: 0; }
  .findings li {
    font-size: 14.5px;
    line-height: 1.9;
    color: var(--ink-mid);
    padding: 1rem 0 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    position: relative;
  }
  .findings li:last-child { border-bottom: none; }
  .findings li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.6rem;
    width: 6px;
    height: 1px;
    background: var(--accent);
  }
  .findings li strong {
    display: block;
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 0.3rem;
    font-weight: 500;
  }

  /* ── Fee comparison ── */
  .fee-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    margin: 1.25rem 0;
  }
  .fee-card {
    background: var(--paper-card);
    padding: 1.25rem 1.375rem;
    text-align: center;
  }
  .fee-card.after { background: #f0f7f3; }
  .fee-period {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 0.625rem;
  }
  .fee-period.new { color: var(--accent); }
  .fee-amount {
    font-family: 'Noto Serif TC', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 0.375rem;
  }
  .fee-card.after .fee-amount { color: var(--accent); }
  .fee-note {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.06em;
  }

  /* ── Alert ── */
  .alert-box {
    border: 1px solid var(--gold);
    background: var(--gold-bg);
    padding: 0.875rem 1.125rem;
    margin: 1.5rem 0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .alert-icon {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: #9a7a28;
    letter-spacing: 0.1em;
    flex-shrink: 0;
    padding-top: 2px;
  }
  .alert-text {
    font-size: 13.5px;
    color: var(--gold-text);
    line-height: 1.8;
  }

  /* ── Pull quote ── */
  .verdict {
    border-left: 3px solid var(--accent);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    background: var(--paper-warm);
  }
  .verdict p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.8;
    color: var(--ink);
    font-style: italic;
  }

  /* ── Significance box ── */
  .significance {
    background: var(--teal-tint);
    padding: 1.75rem 2rem;
    margin: 2.5rem 0;
  }
  .significance .sig-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6abf99;
    margin-bottom: 0.875rem;
  }
  .significance p {
    font-size: 14.5px;
    line-height: 1.9;
    color: #c0dcd0;
  }

  /* ── References ── */
  .references { margin-bottom: 2.5rem; }
  .ref-list { list-style: none; padding: 0; }
  .ref-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--rule);
  }
  .ref-list li:last-child { border-bottom: none; }
  .ref-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
    flex-shrink: 0;
    padding-top: 3px;
    width: 1.5rem;
  }
  .ref-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .ref-title {
    font-size: 13.5px;
    color: var(--ink-mid);
    line-height: 1.6;
  }
  .ref-link {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--teal-mid);
    text-decoration: none;
    letter-spacing: 0.03em;
    word-break: break-all;
  }
  .ref-link:hover {
    text-decoration: underline;
    color: var(--accent);
  }

  /* ── Disclaimer ── */
  .disclaimer {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-faint);
    line-height: 1.8;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
    margin-top: 3.5rem;
    letter-spacing: 0.04em;
  }

  @media (max-width: 560px) {
    .page-wrap { padding: 0 1.25rem 5rem; }
    .hero { padding: 2.5rem 0 2rem; }
    h1 { font-size: 20px; }
    .rights-grid, .fee-compare { grid-template-columns: 1fr; }
    .reform-banner { flex-direction: column; gap: 0.5rem; }
    .reform-banner .rb-label { border-right: none; padding-right: 0; border-bottom: 1px solid #2a5a48; padding-bottom: 0.5rem; }
  }
</style>
</head>
<body>

<header class="site-header">
  <span class="site-logo">日台IP筆記</span>
  <span class="site-meta">著作權法・鄰接權</span>
</header>

<div class="page-wrap">
  <div class="hero">
    <div class="category-row">
      <span class="category-tag">Copyright / Neighboring Rights</span>
      <span class="category-rule"></span>
      <span class="category-num">No. 03</span>
    </div>
    <h1>BGM使用費將納入歌手分配範圍<br>日本《著作權法》修正案正式通過<br>錄音演奏・傳達權制度即將上路</h1>
    <div class="hero-meta">
      <span class="meta-item"><span class="meta-dot"></span>日本國會・文化廳</span>
      <span class="meta-item"><span class="meta-dot"></span>著作鄰接權・新設報酬請求權</span>
      <span class="meta-item"><span class="meta-dot"></span>2026年修法動向</span>
    </div>
  </div>

  <div class="reform-banner">
    <span class="rb-label">Legislative Reform</span>
    <span class="rb-text">日本政府正式通過《著作權法》修正案，新設「錄音演奏・傳達權」及相應報酬請求權，為歌手、演奏家與唱片公司取得法律上明確的BGM收益分配依據</span>
  </div>

  <p class="lead">
    2026年6月17日，關於向藝術家等適當回饋報酬之《著作權法部分修正法案》，已於日本參議院全體會議表決通過並正式成立。——「錄音演奏・傳達權」（レコード演奏・伝達権）。未來，商業設施、咖啡廳、健身房等場所播放背景音樂（BGM）時，其使用費除了分配給詞曲創作者之外，也將擴大分配給歌手、演奏家及唱片公司。此次修法，被視為日本著作權制度數十年來的重要轉折點。
  </p>

  <div class="section">
    <div class="section-label">現行制度下的權利分配結構</div>
    <p class="body">在現行日本著作權制度中，作詞家與作曲家依據日本著作權法第22條所規定的「演奏權」，可透過JASRAC等著作權管理團體獲得店舖BGM的使用費分配。</p>
    <p class="body">然而，歌手、演奏家以及唱片公司雖然受到「著作鄰接權」保護，對於店舖播放BGM的情形，原則上並不存在穩定且明確的報酬請求權。長期以來，現行制度呈現以下結構性落差：</p>
    <div class="rights-grid">
      <div class="rights-card">
        <div class="rights-label">現行制度・可獲分配</div>
        <div class="rights-title">詞曲創作者</div>
        <div class="rights-body">依著作權法第22條「演奏權」，透過JASRAC等管理團體，可穩定取得店舖BGM使用費分配。</div>
      </div>
      <div class="rights-card">
        <div class="rights-label">現行制度・難以分配</div>
        <div class="rights-title">歌手・演奏者・唱片公司</div>
        <div class="rights-body">雖受「著作鄰接權」保護，惟對於店舖BGM播放，並無明確且穩定的報酬請求權基礎。</div>
      </div>
    </div>
  </div>

  <div class="section">
    <div class="section-label">本次修法的核心：建立新的報酬請求權</div>
    <p class="body">此次修法的重點，並不只是單純提高使用費，而是在法律上重新設計權利結構。日本政府將正式創設「錄音演奏・傳達權」及與之相關的「報酬請求權」，使歌手與演奏者首次在法律上明確取得店舖BGM收益分配的依據。</p>
    <div class="rights-grid">
      <div class="rights-card new-right">
        <div class="rights-label new">新設權利</div>
        <div class="rights-title">錄音演奏・傳達權<br>（レコード演奏・伝達権）</div>
        <div class="rights-body">歌手、演奏者首次取得對商業場所BGM播放之法定報酬請求權。</div>
      </div>
      <div class="rights-card new-right">
        <div class="rights-label new">徵收機制</div>
        <div class="rights-title">一站式集中徵收・分配</div>
        <div class="rights-body">JASRAC（著作權）與CPRA（鄰接權）整合運作，店家無須逐一取得歌手或唱片公司個別授權。</div>
      </div>
    </div>
    <div class="alert-box">
      <span class="alert-icon">NOTE</span>
      <p class="alert-text">制度設計的核心目的，在於降低交易成本，同時擴大收益分配的對象。店家授權程序仍維持集中化，行政流程以簡化為主要方向。</p>
    </div>
  </div>

  <div class="section">
    <div class="section-label">為何此問題長年未制度化？</div>
    <p class="body">早在1961年的《羅馬公約》（保護表演者、錄音物製作者及廣播機構之國際公約）中，即已規定商業場所播放背景音樂時，應向表演者支付報酬。然而，日本於1989年加入該公約時，對相關條文採取「保留」立場，因此並未完全內國法化。</p>
    <p class="body">結果導致日本長期維持較保守的制度架構，表演者與錄音製作者難以參與店舖BGM的收益分配。此次修法，可視為日本對長達數十年制度空白的一次補足與回應。</p>
  </div>

  <div class="section">
    <div class="section-label">對店家的影響</div>
    <p class="body">目前，日本500㎡以下的小型店舖，每年BGM使用費約為6,000日圓左右。制度正式實施後，外界普遍預估費用將增加至約1.5至2倍。</p>
    <div class="fee-compare">
      <div class="fee-card">
        <div class="fee-period">現行制度</div>
        <div class="fee-amount">約¥6,000</div>
        <div class="fee-note">每年・500㎡以下小型店舖</div>
      </div>
      <div class="fee-card after">
        <div class="fee-period new">修法後（預估）</div>
        <div class="fee-amount">約¥9,000～12,000</div>
        <div class="fee-note">每年・約1.5至2倍</div>
      </div>
    </div>
    <p class="body">值得注意的是，授權程序仍將維持集中化，店家不需要逐一取得歌手或唱片公司的個別同意，行政流程仍以簡化為主要方向。</p>
  </div>

  <div class="verdict">
    <p>此次制度改革的核心，並非提高使用門檻，而是將過去主要集中於詞曲創作者的收益分配，進一步擴展至表演者與錄音製作者——象徵日本著作權制度正逐漸從「創作者中心」走向更完整的音樂產業收益分配架構。</p>
  </div>

  <div class="significance">
    <div class="sig-label">Takeaway</div>
    <p>本次修法確立了歌手與演奏者在店舖BGM收益分配上的法律地位，填補了日本著作鄰接權制度長年存在的結構性空白。對台灣著作權制度的觀察者而言，此一立法動向亦具有比較法上的重要參考價值。</p>
  </div>

  <div class="references">
    <div class="section-label">參考文獻</div>
    <ol class="ref-list">
      <li>
        <span class="ref-num">01</span>
        <div class="ref-body">
          <span class="ref-title">日本経済新聞、歌手・演奏家にもBGM使用料を分配　著作権法改正案を閣議決定</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.nikkei.com/article/DGXZQOUD111UU0R10C26A5000000/</a>
        </div>
      </li>
<li>
        <span class="ref-num">01</span>
        <div class="ref-body">
          <span class="ref-title">文部科学省、「著作権法の一部を改正する法律案」が参議院本会議で可決され成立しました</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.mext.go.jp/b_menu/activity/detail/2026/20260617.html</a>
        </div>
      </li>
    </ol>
  </div>
  <p class="disclaimer">本文旨在提供智慧財產權與著作權制度之資訊，並非法律意見或法律建議。個別案件請諮詢專業人士。</p>
</div>

</body>
</html>



<br>
<br>



<style>
.ipn-side {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #ffb347;
  background: #fffdf5;
  box-shadow: 0 4px 14px rgba(255,160,0,0.18);
  font-family: 'Noto Sans JP','Noto Sans TC',sans-serif;
}

/* ヘッダー（強い注意喚起） */
.ipn-side-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg,#ff8c00,#ffb300);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.ipn-side-icon {
  font-size: 16px;
  animation: blink 1.6s infinite;
}
@keyframes blink {
  0%,100%{opacity:1;}
  50%{opacity:0.6;}
}

/* 本文 */
.ipn-side-body {
  padding: 12px 12px 14px;
}

/* 言語ブロック */
.ipn-side-block {
  margin-bottom: 10px;
}

.ipn-side-lang {
  font-size: 10px;
  font-weight: 700;
  color: #cc7a00;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ipn-side-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a2000;
}

/* 区切り */
.ipn-side-divider {
  border-top: 1px dashed #ffd08a;
  margin: 10px 0;
}
</style>

<div class="ipn-side">

  <!-- ヘッダー -->
  <div class="ipn-side-header">
    <span class="ipn-side-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
    注意事項 / 注意事項
  </div>

  <!-- 本文 -->
  <div class="ipn-side-body">

    <div class="ipn-side-block">
      <div class="ipn-side-lang">日本語</div>
      <div class="ipn-side-text">
        当ウェブサイトに掲載されている情報は参考用として作成したものです。内容の正確性・完全性および最新性を保証するものではありません。ご利用に際して生じた損害やトラブルについて、当方は一切の責任を負いかねます。ご利用の際は、必ずご自身で内容をご確認ください。本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。
      </div>
    </div>

    <div class="ipn-side-divider"></div>

    <div class="ipn-side-block">
      <div class="ipn-side-lang">中文</div>
      <div class="ipn-side-text">
        本網站所刊載之資訊係為參考用途而製作，對於內容之正確性、完整性及即時性不作任何保證。對於使用該等資訊所導致的任何損害或糾紛，本網站恕不負任何責任。使用時請務必自行加以確認。本稿僅供一般資訊提供之用，不構成法律意見。針對個別案件，請諮詢專業人士。
      </div>
    </div>

  </div>
</div>
<aside class="row veu_insertAds after"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TSMC 2nm機密流出事件</title>
		<link>https://shirae.info/ip-notes-20260613/</link>
		
		<dc:creator><![CDATA[ばいちゃん]]></dc:creator>
		<pubDate>Sat, 13 Jun 2026 03:00:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[日台IP筆記]]></category>
		<category><![CDATA[IP Notes]]></category>
		<guid isPermaLink="false">https://shirae.info/?p=11349</guid>

					<description><![CDATA[TSMC 2nm機密流出事件 &#124; 　知財インサイト 日台IP筆記 営業秘密・国家安全保障 Trade Secret / National Security No. 02 TSMC 2nmプロセス機密情報流出事件台湾知的財 [&#8230;]]]></description>
										<content:encoded><![CDATA[<aside class="row veu_insertAds before"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TSMC 2nm機密流出事件 | 　知財インサイト</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&#038;family=DM+Mono:wght@400;500&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #131210;
    --ink-mid: #383530;
    --ink-muted: #7a7469;
    --ink-faint: #b0aaa0;
    --paper: #f4f2ee;
    --paper-warm: #eceae4;
    --paper-card: #faf9f6;
    --accent: #1d3d6b;
    --accent-light: #2d5a8a;
    --rule: #d2cdc4;
    --danger: #8b1e1e;
    --danger-bg: #fdf2f2;
    --danger-border: #c9433a;
  }

  html { font-size: 16px; }

  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Shippori Mincho', 'Georgia', serif;
    line-height: 1.0;
    min-height: 100vh;
  }

  .site-header {
    border-bottom: 1px solid var(--rule);
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .site-logo {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mid);
  }
  .site-meta {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-muted);
    letter-spacing: 0.1em;
  }

  .page-wrap {
    max-width: 960px;
     margin-left: auto;
  margin-right: auto;
  }

  /* ── Hero ── */
  .hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 3rem;
  }

  .category-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  .category-tag {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--danger);
    border: 1px solid var(--danger);
    padding: 3px 8px;
    border-radius: 2px;
  }
  .category-rule { flex: 1; height: 1px; background: var(--rule); }
  .category-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
  }

  h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(20px, 3.2vw, 28px);
    font-weight: 600;
    line-height: 1.65;
    color: var(--ink);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
  }

  .hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .meta-item {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-muted);
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .meta-dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--ink-faint);
    flex-shrink: 0;
  }

  /* ── First-case banner ── */
  .first-banner {
    background: var(--accent);
    color: #e8eef6;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .first-banner .fb-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7aa8d8;
    flex-shrink: 0;
    border-right: 1px solid #3a5a7a;
    padding-right: 1rem;
  }
  .first-banner .fb-text {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #c8daf0;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .lead {
    font-size: 17px;
    line-height: 1.9;
    color: var(--ink-mid);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--rule);
  }

  .section { margin-bottom: 2.75rem; }

  .section-label {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); }

  p.body {
    font-size: 15px;
    line-height: 1.95;
    color: var(--ink-mid);
    margin-bottom: 1rem;
  }

  /* ── Verdict table ── */
  .verdict-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0;
    font-size: 14px;
  }
  .verdict-table thead tr {
    border-bottom: 1px solid var(--rule);
  }
  .verdict-table th {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
    padding: 0 0.75rem 0.625rem 0;
    text-align: left;
    font-weight: 400;
  }
  .verdict-table td {
    padding: 0.875rem 0.75rem 0.875rem 0;
    border-bottom: 1px solid var(--rule);
    vertical-align: middle;
    color: var(--ink-mid);
    line-height: 1.5;
  }
  .verdict-table tbody tr:last-child td { border-bottom: none; }
  .verdict-table td.name {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .verdict-table td.sentence {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
  }
  .verdict-table td.role {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: var(--ink-faint);
    letter-spacing: 0.04em;
  }
  .verdict-table tbody tr.corp-row td {
    background: var(--paper-warm);
  }
  .verdict-table tbody tr.corp-row td.sentence {
    color: var(--danger);
  }

  /* ── Key findings ── */
  .findings { list-style: none; padding: 0; }
  .findings li {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--ink-mid);
    padding: 1rem 0 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    position: relative;
  }
  .findings li:last-child { border-bottom: none; }
  .findings li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 6px;
    height: 1px;
    background: var(--accent);
  }
  .findings li strong {
    display: block;
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 0.3rem;
    font-weight: 500;
  }

  /* ── Pull quote ── */
  .verdict-pull {
    border-left: 3px solid var(--accent);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    background: #edf1f7;
  }
  .verdict-pull p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--accent);
    font-style: italic;
  }

  /* ── Danger highlight ── */
  .danger-box {
    border: 1px solid var(--danger-border);
    background: var(--danger-bg);
    padding: 1.125rem 1.375rem;
    margin: 1.5rem 0;
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
  }
  .danger-icon {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.14em;
    color: var(--danger);
    flex-shrink: 0;
    padding-top: 2px;
  }
  .danger-text {
    font-size: 14px;
    line-height: 1.8;
    color: #5a1010;
  }

  /* ── References ── */
  .references { margin-bottom: 2.5rem; }
  .ref-list { list-style: none; padding: 0; }
  .ref-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--rule);
  }
  .ref-list li:last-child { border-bottom: none; }
  .ref-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
    flex-shrink: 0;
    padding-top: 3px;
    width: 1.5rem;
  }
  .ref-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .ref-title {
    font-size: 13.5px;
    color: var(--ink-mid);
    line-height: 1.6;
  }
  .ref-link {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--accent-light);
    text-decoration: none;
    letter-spacing: 0.03em;
    word-break: break-all;
  }
  .ref-link:hover {
    text-decoration: underline;
    color: var(--danger);
  }

  .disclaimer {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-faint);
    line-height: 1.8;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
    margin-top: 3.5rem;
    letter-spacing: 0.04em;
  }

  @media (max-width: 560px) {
    .page-wrap { padding: 0 1.25rem 5rem; }
    .hero { padding: 2.5rem 0 2rem; }
    h1 { font-size: 20px; }
    .first-banner { flex-direction: column; gap: 0.5rem; }
    .first-banner .fb-label { border-right: none; padding-right: 0; border-bottom: 1px solid #3a5a7a; padding-bottom: 0.5rem; }
  }
</style>
</head>
<body>

<header class="site-header">
  <span class="site-logo">日台IP筆記</span>
  <span class="site-meta">営業秘密・国家安全保障</span>
</header>

<div class="page-wrap">
  <div class="hero">
    <div class="category-row">
      <span class="category-tag">Trade Secret / National Security</span>
      <span class="category-rule"></span>
      <span class="category-num">No. 02</span>
    </div>
    <h1>TSMC 2nmプロセス機密情報流出事件<br>台湾知的財産及び商業裁判所、東京エレクトロン台湾子会社に<br>国家安全法・営業秘密法違反で有罪判決</h1>
    <div class="hero-meta">
      <span class="meta-item"><span class="meta-dot"></span>台湾・知的財産及び商業法院</span>
      <span class="meta-item"><span class="meta-dot"></span>国家安全法・営業秘密法</span>
      <span class="meta-item"><span class="meta-dot"></span>法人起訴・初適用事例</span>
    </div>
  </div>

  <div class="first-banner">
    <span class="fb-label">Historic First</span>
    <span class="fb-text">台湾「国家核心關鍵技術」保護規定に基づき企業法人が起訴された初の事例</span>
  </div>

  <p class="lead">
    本件は、半導体受託製造世界最大手であるTSMC（台湾積体電路製造）の2nmプロセス関連機密情報が不正取得された事件である。台湾高等検察署知的財産検察分署は、半導体製造装置大手・東京エレクトロン（TEL）の台湾子会社を、台湾「国家安全法」および「営業秘密法」違反等の罪で起訴した。本件は、同法上の「国家核心關鍵技術」保護規定を根拠として法人が起訴された初の事例となる。
  </p>

  <div class="section">
    <div class="section-label">事件の概要</div>
    <p class="body">TEL台湾子会社の元従業員らが、TSMCの2nmプロセスに関する機密情報を不正に取得した。台湾の国家安全法には「国家核心關鍵技術」に係る営業秘密の保護規定が設けられており、本件はその規定を適用して法人の刑事責任を追及した初の事例である。検察は、TEL台湾子会社が元従業員らの不正行為に対する監督義務を怠ったと認定し、法人としての責任を問うている。</p>
  </div>

  <div class="section">
    <div class="section-label">主な判決</div>
    <table class="verdict-table">
      <thead>
        <tr>
          <th>被告</th>
          <th>刑罰</th>
          <th>属性</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td class="name">A</td>
          <td class="sentence">懲役10年</td>
          <td class="role">元技術者</td>
        </tr>
        <tr>
          <td class="name">B</td>
          <td class="sentence">懲役6年</td>
          <td class="role">元技術者</td>
        </tr>
        <tr>
          <td class="name">C</td>
          <td class="sentence">懲役3年</td>
          <td class="role">元技術者</td>
        </tr>
        <tr>
          <td class="name">D</td>
          <td class="sentence">懲役2年</td>
          <td class="role">元技術者</td>
        </tr>
        <tr class="corp-row">
          <td class="name">TEL台湾子会社（法人）</td>
          <td class="sentence">罰金1億5,000万台湾元</td>
          <td class="role">法人被告</td>
        </tr>
      </tbody>
    </table>
  </div>

  <div class="danger-box">
    <span class="danger-icon">FIRST</span>
    <p class="danger-text">TEL台湾子会社への法人有罪判決および罰金1億5,000万台湾元（約7億円超）の科料は、「国家核心關鍵技術」保護規定の法人適用における初の事例である。</p>
  </div>

  <div class="section">
    <div class="section-label">本件の法的意義</div>
    <ul class="findings">
      <li>
        <strong>「営業秘密侵害」から「国家安全保障問題」へ</strong>
        本件は、台湾において半導体技術の流出が単なる営業秘密侵害にとどまらず、国家安全保障上の問題として位置づけられていることを明確に示す。
      </li>
      <li>
        <strong>企業の監督責任の強化</strong>
        機密情報の流出防止に係る監督義務違反を理由として法人が刑事責任を問われた本件は、半導体関連企業全体にコンプライアンス体制の再点検を促すものである。
      </li>
      <li>
        <strong>国家安全法の初適用</strong>
        「国家核心關鍵技術」の保護範囲および企業責任の解釈に関し、今後の運用に影響を与える先導的事例となりうる。
      </li>
      <li>
        <strong>日本企業への示唆</strong>
        本件はTELの台湾子会社が関与する案件であり、台湾で事業を展開する日本企業に対し、国家安全関連法規を前提としたコンプライアンス体制の構築・見直しの必要性を改めて示している。
      </li>
    </ul>
  </div>

  <div class="verdict-pull">
    <p>本件は、台湾における半導体産業の保護機制として「国家核心關鍵技術」規定が実効的に運用されていることを示す重要な事例であり、企業法務・コンプライアンスの観点から重要である。<br>ちなみに、国家安全法違反などの罪に問われた東京エレクトロン（TEL）台湾子会社について、同社と台湾高等検察署（高検）はともに期限までに上訴しなかったため、TSMCに1億元（約5億円）、政府に5000万元（約2億5000万円）を支払うことを条件に、罰金刑の執行を3年間猶予する判決が20日に確定している。</p>
  </div>

  <div class="references">
    <div class="section-label">参考文献</div>
    <ol class="ref-list">
      <li>
        <span class="ref-num">01</span>
        <div class="ref-body">
          <span class="ref-title">中央通訊社、台積電2奈米洩密案前員工判10年　公司：營業秘密獲保護</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.cna.com.tw/news/afe/202604270281.aspx</a>
        </div>
      </li>
      <li>
        <span class="ref-num">02</span>
        <div class="ref-body">
          <span class="ref-title">自由時報、台積電內鬼洩密案陳力銘判10年 東京威力須賠1億元、付台灣公庫5千萬元</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://ec.ltn.com.tw/article/breakingnews/5417055</a>
        </div>
      </li>
      <li>
        <span class="ref-num">02</span>
        <div class="ref-body">
          <span class="ref-title">中央社、TSMC機密不正取得　東京エレク台湾子会社の有罪判決が確定　上訴せず</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://japan.focustaiwan.tw/economy/202605210005</a>
        </div>
      </li>
    </ol>
  </div>

  <p class="disclaimer">本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。</p>
</div>

</body>
</html>



<br>
<br>



<style>
.ipn-side {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #ffb347;
  background: #fffdf5;
  box-shadow: 0 4px 14px rgba(255,160,0,0.18);
  font-family: 'Noto Sans JP','Noto Sans TC',sans-serif;
}

/* ヘッダー（強い注意喚起） */
.ipn-side-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg,#ff8c00,#ffb300);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.ipn-side-icon {
  font-size: 16px;
  animation: blink 1.6s infinite;
}
@keyframes blink {
  0%,100%{opacity:1;}
  50%{opacity:0.6;}
}

/* 本文 */
.ipn-side-body {
  padding: 12px 12px 14px;
}

/* 言語ブロック */
.ipn-side-block {
  margin-bottom: 10px;
}

.ipn-side-lang {
  font-size: 10px;
  font-weight: 700;
  color: #cc7a00;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ipn-side-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a2000;
}

/* 区切り */
.ipn-side-divider {
  border-top: 1px dashed #ffd08a;
  margin: 10px 0;
}
</style>

<div class="ipn-side">

  <!-- ヘッダー -->
  <div class="ipn-side-header">
    <span class="ipn-side-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
    注意事項 / 注意事項
  </div>

  <!-- 本文 -->
  <div class="ipn-side-body">

    <div class="ipn-side-block">
      <div class="ipn-side-lang">日本語</div>
      <div class="ipn-side-text">
        当ウェブサイトに掲載されている情報は参考用として作成したものです。内容の正確性・完全性および最新性を保証するものではありません。ご利用に際して生じた損害やトラブルについて、当方は一切の責任を負いかねます。ご利用の際は、必ずご自身で内容をご確認ください。本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。
      </div>
    </div>

    <div class="ipn-side-divider"></div>

    <div class="ipn-side-block">
      <div class="ipn-side-lang">中文</div>
      <div class="ipn-side-text">
        本網站所刊載之資訊係為參考用途而製作，對於內容之正確性、完整性及即時性不作任何保證。對於使用該等資訊所導致的任何損害或糾紛，本網站恕不負任何責任。使用時請務必自行加以確認。本稿僅供一般資訊提供之用，不構成法律意見。針對個別案件，請諮詢專業人士。
      </div>
    </div>

  </div>
</div>
<aside class="row veu_insertAds after"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NYU v. NYCU 商標事件</title>
		<link>https://shirae.info/ip-notes-20260509/</link>
		
		<dc:creator><![CDATA[ばいちゃん]]></dc:creator>
		<pubDate>Sat, 09 May 2026 04:30:32 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[日台IP筆記]]></category>
		<category><![CDATA[IP Notes]]></category>
		<guid isPermaLink="false">https://shirae.info/?p=11322</guid>

					<description><![CDATA[NYU v. NYCU 商標事件 &#124; 　知財インサイト 日台IP筆記 商標法・知財訴訟 Trademark / TTAB No. 01 NYU v. NYCU 商標事件米国TTABが国立陽明交通大学の商標登録出願を拒絶  [&#8230;]]]></description>
										<content:encoded><![CDATA[<aside class="row veu_insertAds before"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NYU v. NYCU 商標事件 | 　知財インサイト</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&#038;family=DM+Mono:wght@400;500&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #1a1814;
    --ink-mid: #3d3a34;
    --ink-muted: #7a7469;
    --ink-faint: #b8b2a8;
    --paper: #f5f2ec;
    --paper-warm: #ede9e1;
    --paper-card: #faf8f4;
    --accent: #8b2020;
    --accent-light: #c9433a;
    --rule: #d4cec4;
    --blue-tint: #1e3a5f;
    --blue-mid: #2d5a8a;
  }

  html { font-size: 16px; }

  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Shippori Mincho', 'Georgia', serif;
    line-height: 1.0;
    min-height: 100vh;
  }

  /* ── Header bar ── */
  .site-header {
    border-bottom: 1px solid var(--rule);
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .site-logo {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mid);
  }
  .site-meta {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-muted);
    letter-spacing: 0.1em;
  }

  /* ── Layout ── */
  .page-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem 6rem
    margin-left: auto;
    margin-right: auto
;
  }

  /* ── Hero ── */
  .hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 3rem;
  }

  .category-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  .category-tag {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid var(--accent);
    padding: 3px 8px;
    border-radius: 2px;
  }
  .category-rule {
    flex: 1;
    height: 1px;
    background: var(--rule);
  }
  .category-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
  }

  h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(22px, 3.5vw, 30px);
    font-weight: 600;
    line-height: 1.6;
    color: var(--ink);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
  }

  .hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .meta-item {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-muted);
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ink-faint);
    flex-shrink: 0;
  }

  /* ── Lead ── */
  .lead {
    font-size: 17px;
    line-height: 1.9;
    color: var(--ink-mid);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--rule);
    font-weight: 400;
  }

  /* ── Section ── */
  .section { margin-bottom: 2.75rem; }

  .section-label {
    font-family: 'DM Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
  }

  p.body {
    font-size: 15px;
    line-height: 1.95;
    color: var(--ink-mid);
    margin-bottom: 1rem;
  }

  /* ── Two-col cards ── */
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    margin-bottom: 0.5rem;
  }
  .party-card {
    background: var(--paper-card);
    padding: 1.25rem 1.375rem;
  }
  .party-name {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 0.625rem;
  }
  .party-body {
    font-size: 13.5px;
    line-height: 1.85;
    color: var(--ink-mid);
  }

  /* ── Findings list ── */
  .findings { list-style: none; padding: 0; }
  .findings li {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--ink-mid);
    padding: 1rem 0 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    position: relative;
  }
  .findings li:last-child { border-bottom: none; }
  .findings li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 6px;
    height: 1px;
    background: var(--accent);
  }
  .findings li strong {
    display: block;
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 0.3rem;
    font-weight: 500;
  }

  /* ── Pull quote / verdict ── */
  .verdict {
    border-left: 3px solid var(--accent);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    background: var(--paper-warm);
  }
  .verdict p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--ink);
    font-style: italic;
  }

  /* ── Significance box ── */
  .significance {
    background: var(--blue-tint);
    color: #e8eef5;
    padding: 1.75rem 2rem;
    margin: 2.5rem 0;
  }
  .significance .sig-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7a9cc0;
    margin-bottom: 0.875rem;
  }
  .significance p {
    font-size: 14.5px;
    line-height: 1.85;
    color: #d0dae8;
  }

  /* ── Disclaimer ── */
  /* ── References ── */
  .references { margin-bottom: 2.5rem; }
  .ref-list { list-style: none; padding: 0; }
  .ref-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--rule);
  }
  .ref-list li:last-child { border-bottom: none; }
  .ref-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.1em;
    flex-shrink: 0;
    padding-top: 3px;
    width: 1.5rem;
  }
  .ref-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .ref-title {
    font-size: 13.5px;
    color: var(--ink-mid);
    line-height: 1.6;
  }
  .ref-link {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--blue-mid);
    text-decoration: none;
    letter-spacing: 0.03em;
    word-break: break-all;
  }
  .ref-link:hover {
    text-decoration: underline;
    color: var(--accent);
  }

  .disclaimer {
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    color: var(--ink-faint);
    line-height: 1.8;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
    margin-top: 3.5rem;
    letter-spacing: 0.04em;
  }

  @media (max-width: 560px) {
    .two-col { grid-template-columns: 1fr; }
    .page-wrap { padding: 0 1.25rem 5rem; }
    .hero { padding: 2.5rem 0 2rem; }
    h1 { font-size: 22px; }
  }
</style>
</head>
<body>

<header class="site-header">
  <span class="site-logo">日台IP筆記</span>
  <span class="site-meta">商標法・知財訴訟</span>
</header>

<div class="page-wrap">
  <div class="hero">
    <div class="category-row">
      <span class="category-tag">Trademark / TTAB</span>
      <span class="category-rule"></span>
      <span class="category-num">No. 01</span>
    </div>
    <h1>NYU v. NYCU 商標事件<br>米国TTABが国立陽明交通大学の<br>商標登録出願を拒絶</h1>
    <div class="hero-meta">
      <span class="meta-item"><span class="meta-dot"></span>米国 USPTO / TTAB</span>
      <span class="meta-item"><span class="meta-dot"></span>第41類・教育サービス</span>
      <span class="meta-item"><span class="meta-dot"></span>非先例拘束的決定</span>
    </div>
  </div>

  <p class="lead">
    台湾の国立陽明交通大学（NYCU）が米国で出願した「NYCU」商標について、ニューヨーク大学（NYU）が異議申立てを行った。米国特許商標庁（USPTO）商標審判部（TTAB）はNYUの主張を支持し、商標登録を拒絶する決定を下した。本決定は非先例拘束的（non-precedential）であるものの、台湾の高等教育機関による国際的なブランド戦略に重要な示唆を与えるものである。
  </p>

  <div class="section">
    <div class="section-label">事件の背景と争点</div>
    <p class="body">NYCUは第41類（教育サービス・文化的イベント等）について「NYCU」の商標登録を出願した。これに対しNYUが混同のおそれを理由として異議を申し立てた。争点は「NYCU」と「NYU」の類似性、および消費者における混同可能性の有無である。</p>
  </div>

  <div class="section">
    <div class="section-label">各当事者の主張</div>
    <div class="two-col">
      <div class="party-card">
        <div class="party-name">NYCU — 出願人</div>
        <p class="party-body">地理的差異（台湾 vs. 米国）、消費者の高度な注意力、NYUの知名度による識別力向上を主張。実際の混同事例が存在しない点も強調した。</p>
      </div>
      <div class="party-card">
        <div class="party-name">NYU — 異議申立人</div>
        <p class="party-body">長年の教育事業と広範なブランド展開による高度の著名性を主張。教育展覧会・研修・情報提供等、NYCUの指定サービスとの実質的重複を指摘した。</p>
      </div>
    </div>
  </div>

  <div class="section">
    <div class="section-label">TTABの判断</div>
    <ul class="findings">
      <li>
        <strong>商標の類似性</strong>
        「NYCU」と「NYU」は1文字の差にすぎず、外観・称呼・観念のいずれにおいても高度に類似する。「NYC（ニューヨーク市）」との強い連想が混同リスクをさらに高める要因とされ、一般消費者には区別困難と判断された。
      </li>
      <li>
        <strong>サービス内容および需要者の重複</strong>
        教育展覧会・情報提供サービス等はNYUの既存活動と実質的に同一であり、学生・保護者という同一の需要者層を対象とする点が重視された。
      </li>
      <li>
        <strong>著名商標の保護範囲</strong>
        商標の著名性が高いほど保護範囲が拡張されるという原則を確認し、NYUの強いブランド力が混同可能性の判断に与える影響を重視した。
      </li>
      <li>
        <strong>「実際の混同事例なし」との主張の排斥</strong>
        米国における使用実績が乏しい段階では実際の混同事例が生じないのは当然であり、決定的な反証とはならないと判断された。
      </li>
    </ul>
  </div>

  <div class="verdict">
    <p>TTABは、両商標の総合的な類似性およびNYUの著名性を踏まえ、需要者に混同のおそれがあると認定し、NYCUの商標登録出願を拒絶する決定を下した。</p>
  </div>

  <div class="section">
    <div class="section-label">今後の動向と実務的意義</div>
    <p class="body">NYCUは「NYCU」の文字下部に「Taiwan」を付加した新商標を作成し、2025年夏を目処に米国へ再出願する方針を公表している。地理的識別要素の付加により両商標の出所識別力を明確化する戦略と解される。</p>
    <p class="body">台湾の主要大学のうち、米国で商標登録を試みたのはNYCUが初めてであり、国立台湾大学・国立清華大学はいずれも米国での商標登録実績を持たない。本案は、台湾の高等教育機関が国際的な知名度の向上を図るうえで、商標戦略の構築が不可欠であることを改めて示すものといえる。</p>
  </div>


  <div class="references">
    <div class="section-label">参考文献</div>
    <ol class="ref-list">
      <li>
        <span class="ref-num">01</span>
        <div class="ref-body">
          <span class="ref-title">自由時報、陽明交大以「NYCU」在美註冊商標 紐約大學NYU提異議</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://news.ltn.com.tw/news/life/breakingnews/5088791</a>
        </div>
      </li>
      <li>
        <span class="ref-num">02</span>
        <div class="ref-body">
          <span class="ref-title">民視電視網、獨/陽明交大NYCU商標闖美卡關　/遭認定與紐約大學NYU相似</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.ftvnews.com.tw/news/detail/2026428L08M1</a>
        </div>
      </li>
      <li>
        <span class="ref-num">03</span>
        <div class="ref-body">
          <span class="ref-title">中央通訊社、陽明交大在美註冊NYCU商標紐約大學有意見</span>
          <a class="ref-link" href="https://example.com" target="_blank" rel="noopener noreferrer">https://www.cna.com.tw/news/ahel/202506270195.aspx</a>
        </div>
      </li>
    </ol>
  </div>

  <p class="disclaimer">本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。</p>
</div>

</body>
</html>



<br>
<br>



<style>
.ipn-side {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #ffb347;
  background: #fffdf5;
  box-shadow: 0 4px 14px rgba(255,160,0,0.18);
  font-family: 'Noto Sans JP','Noto Sans TC',sans-serif;
}

/* ヘッダー（強い注意喚起） */
.ipn-side-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg,#ff8c00,#ffb300);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.ipn-side-icon {
  font-size: 16px;
  animation: blink 1.6s infinite;
}
@keyframes blink {
  0%,100%{opacity:1;}
  50%{opacity:0.6;}
}

/* 本文 */
.ipn-side-body {
  padding: 12px 12px 14px;
}

/* 言語ブロック */
.ipn-side-block {
  margin-bottom: 10px;
}

.ipn-side-lang {
  font-size: 10px;
  font-weight: 700;
  color: #cc7a00;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ipn-side-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a2000;
}

/* 区切り */
.ipn-side-divider {
  border-top: 1px dashed #ffd08a;
  margin: 10px 0;
}
</style>

<div class="ipn-side">

  <!-- ヘッダー -->
  <div class="ipn-side-header">
    <span class="ipn-side-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
    注意事項 / 注意事項
  </div>

  <!-- 本文 -->
  <div class="ipn-side-body">

    <div class="ipn-side-block">
      <div class="ipn-side-lang">日本語</div>
      <div class="ipn-side-text">
        当ウェブサイトに掲載されている情報は参考用として作成したものです。内容の正確性・完全性および最新性を保証するものではありません。ご利用に際して生じた損害やトラブルについて、当方は一切の責任を負いかねます。ご利用の際は、必ずご自身で内容をご確認ください。本稿は一般的な情報提供を目的とするものであり、法的助言を構成しません。個別案件については専門家にご相談ください。
      </div>
    </div>

    <div class="ipn-side-divider"></div>

    <div class="ipn-side-block">
      <div class="ipn-side-lang">中文</div>
      <div class="ipn-side-text">
        本網站所刊載之資訊係為參考用途而製作，對於內容之正確性、完整性及即時性不作任何保證。對於使用該等資訊所導致的任何損害或糾紛，本網站恕不負任何責任。使用時請務必自行加以確認。本稿僅供一般資訊提供之用，不構成法律意見。針對個別案件，請諮詢專業人士。
      </div>
    </div>

  </div>
</div>
<aside class="row veu_insertAds after"><div class="col-md-12"><p style=”text-align: center;”>スポンサーリンク<br />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9333897683354381"
     data-ad-slot="5948851164"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div></aside>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
