<?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>ITビジネス | コペン</title>
	<atom:link href="https://kopenguin.com/category/it%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9/feed/" rel="self" type="application/rss+xml" />
	<link>https://kopenguin.com</link>
	<description>レトロゲーム・レトロPCからホビー、AI活用まで楽しむ情報ポータル</description>
	<lastBuildDate>Mon, 15 Jun 2026 13:41:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://kopenguin.com/wp-content/uploads/2020/03/cropped-Penguin-icon-2-32x32.png</url>
	<title>ITビジネス | コペン</title>
	<link>https://kopenguin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Codexの.mdファイルとは｜Markdownで指示・メモ・手順を共有する基本</title>
		<link>https://kopenguin.com/post-122047/</link>
					<comments>https://kopenguin.com/post-122047/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 13:41:13 +0000</pubDate>
				<category><![CDATA[AIエージェント]]></category>
		<category><![CDATA[AI関連]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[学び]]></category>
		<guid isPermaLink="false">https://kopenguin.com/post-0/</guid>

					<description><![CDATA[目次 Codexの.mdファイルとは｜Markdownで指示・メモ・手順を共有する基本.mdファイルの基本Codexで.mdファイルが役立つ理由README.mdとはAGENTS.mdとはSKILL.mdとはメモ用.md [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2"><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">Codexの.mdファイルとは｜Markdownで指示・メモ・手順を共有する基本</a><ol><li><a href="#toc2" tabindex="0">.mdファイルの基本</a></li><li><a href="#toc3" tabindex="0">Codexで.mdファイルが役立つ理由</a></li><li><a href="#toc4" tabindex="0">README.mdとは</a></li><li><a href="#toc5" tabindex="0">AGENTS.mdとは</a></li><li><a href="#toc6" tabindex="0">SKILL.mdとは</a></li><li><a href="#toc7" tabindex="0">メモ用.mdファイルの使い方</a></li><li><a href="#toc8" tabindex="0">Codexに読ませやすい書き方</a></li><li><a href="#toc9" tabindex="0">.mdファイルに書かない方がよいもの</a></li><li><a href="#toc10" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc11" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">Codexの.mdファイルとは｜Markdownで指示・メモ・手順を共有する基本</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。 今回は「Codexの.mdファイルとは何か」についてご紹介します。 Markdownファイルを使って、プロジェクトの説明、作業ルール、手順、Codexへの指示を共有する考え方を整理します。</div>
</div>
<p>Codexを使っていると、README.md、AGENTS.md、SKILL.md、メモ用の.mdファイルなどを目にすることがあります。これらは、Markdownという書き方で作られたテキストファイルです。</p>
<p>.mdファイルは、人が読みやすく、Codexにも渡しやすい形式です。プロジェクトの前提、作業ルール、確認手順、記事作成メモなどを残しておくと、別スレッドや別作業でも同じ前提を共有しやすくなります。</p>
<h3><span id="toc2">.mdファイルの基本</span></h3>
<div class="blank-box">
<ul>
<li>.mdはMarkdown形式のテキストファイルです。</li>
<li>見出し、箇条書き、表、コードブロックを書きやすい形式です。</li>
<li>人間にもCodexにも読みやすい作業メモとして使えます。</li>
</ul>
</div>
<p>Markdownは、プレーンテキストに記号を少し加えて、見出しや箇条書き、リンク、表、コードを表現する書き方です。専用ソフトがなくても編集でき、GitHubや多くの開発環境で読みやすく表示できます。</p>
<table>
<thead>
<tr>
<th>書き方</th>
<th>意味</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td># 見出し</td>
<td>大きな見出し</td>
<td>章タイトル</td>
</tr>
<tr>
<td>&#8211; 項目</td>
<td>箇条書き</td>
<td>手順や注意点</td>
</tr>
<tr>
<td>| 表 |</td>
<td>表形式</td>
<td>比較や整理</td>
</tr>
<tr>
<td>&#8220;`</td>
<td>コードブロック</td>
<td>コマンドや設定例</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">Codexで.mdファイルが役立つ理由</span></h3>
<div class="blank-box">
<ul>
<li>プロジェクトの前提を文章として残せます。</li>
<li>毎回同じ説明をしなくても、Codexが参照しやすくなります。</li>
<li>作業ルール、確認手順、禁止事項を整理できます。</li>
</ul>
</div>
<p>Codexに作業を依頼するとき、毎回すべての前提をチャットで説明するのは大変です。.mdファイルにルールをまとめておけば、プロジェクトの流儀、実行コマンド、テスト方法、投稿ルールなどを一か所に残せます。</p>
<p>たとえば、WordPress投稿の運用ルール、画像ルール、カテゴリID、公開前チェックなどを.mdにまとめると、別の作業でも同じ品質を保ちやすくなります。</p>
<table>
<thead>
<tr>
<th>残す内容</th>
<th>例</th>
<th>効果</th>
</tr>
</thead>
<tbody>
<tr>
<td>作業ルール</td>
<td>公開前チェック、禁止事項</td>
<td>ミスを減らす</td>
</tr>
<tr>
<td>環境情報</td>
<td>使うフォルダ、コマンド</td>
<td>作業開始が速くなる</td>
</tr>
<tr>
<td>文章テンプレート</td>
<td>記事構成、表の形式</td>
<td>品質をそろえる</td>
</tr>
<tr>
<td>注意事項</td>
<td>秘密情報を書かない</td>
<td>安全に運用できる</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">README.mdとは</span></h3>
<div class="blank-box">
<ul>
<li>プロジェクトの説明書として使われることが多いファイルです。</li>
<li>概要、使い方、インストール手順、注意点を書きます。</li>
<li>初めて見る人が全体像をつかむ入口になります。</li>
</ul>
</div>
<p>README.mdは、プロジェクトの入口になる説明ファイルです。何のプロジェクトか、どう使うのか、必要な環境は何か、どのコマンドを実行するのかを書きます。</p>
<p>Codexにとっても、README.mdはプロジェクトの目的や操作方法を理解するための重要な手がかりになります。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>書く内容</th>
<th>Codexでの効果</th>
</tr>
</thead>
<tbody>
<tr>
<td>概要</td>
<td>何をするプロジェクトか</td>
<td>目的を把握しやすい</td>
</tr>
<tr>
<td>セットアップ</td>
<td>インストール手順</td>
<td>環境構築を進めやすい</td>
</tr>
<tr>
<td>使い方</td>
<td>基本コマンド</td>
<td>実行方法を確認しやすい</td>
</tr>
<tr>
<td>注意点</td>
<td>制約や禁止事項</td>
<td>不要な変更を避けやすい</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">AGENTS.mdとは</span></h3>
<div class="blank-box">
<ul>
<li>Codexへ伝えるプロジェクト固有の作業指示を書けます。</li>
<li>テスト方法、コーディング規約、レビュー観点などを整理します。</li>
<li>リポジトリ内の作業ルールを継続的に共有できます。</li>
</ul>
</div>
<p>OpenAIのCodexドキュメントでは、プロジェクト固有の指示を共有する方法としてAGENTS.mdが扱われています。リポジトリ内でCodexに読ませたい作業ルール、確認手順、期待する振る舞いを書いておく用途です。</p>
<p>README.mdが利用者向けの説明書だとすると、AGENTS.mdはCodexや開発作業者向けの作業メモに近い役割です。</p>
<table>
<thead>
<tr>
<th>書く内容</th>
<th>例</th>
<th>目的</th>
</tr>
</thead>
<tbody>
<tr>
<td>確認コマンド</td>
<td>テスト、ビルド、Lint</td>
<td>変更後の確認をそろえる</td>
</tr>
<tr>
<td>作業方針</td>
<td>小さく変更する、既存パターンに合わせる</td>
<td>作業品質を保つ</td>
</tr>
<tr>
<td>禁止事項</td>
<td>秘密情報を出さない、勝手に削除しない</td>
<td>事故を防ぐ</td>
</tr>
<tr>
<td>レビュー観点</td>
<td>壊れやすい箇所、注意する仕様</td>
<td>見落としを減らす</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">SKILL.mdとは</span></h3>
<div class="blank-box">
<ul>
<li>Codexのスキルで使う手順書として扱われます。</li>
<li>特定の作業を再利用可能な流れとしてまとめます。</li>
<li>参照ファイルやスクリプトの使い方も整理できます。</li>
</ul>
</div>
<p>SKILL.mdは、Codexのスキル機能で使われる説明ファイルです。特定の作業をどう進めるか、どの参考ファイルを読むか、どのスクリプトを使うか、といった手順をまとめる用途で使われます。</p>
<p>毎回同じ作業をする場合は、SKILL.mdのように手順化しておくと、作業の再現性が上がります。</p>
<table>
<thead>
<tr>
<th>用途</th>
<th>内容</th>
<th>向いている作業</th>
</tr>
</thead>
<tbody>
<tr>
<td>手順化</td>
<td>作業の進め方</td>
<td>記事作成、分析、レビュー</td>
</tr>
<tr>
<td>参照整理</td>
<td>読むべきファイル</td>
<td>公式情報確認、テンプレート利用</td>
</tr>
<tr>
<td>ツール利用</td>
<td>実行するスクリプト</td>
<td>変換、生成、検査</td>
</tr>
<tr>
<td>品質基準</td>
<td>完了条件</td>
<td>公開前チェック、納品前確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc7">メモ用.mdファイルの使い方</span></h3>
<div class="blank-box">
<ul>
<li>作業メモ、共有メモ、チェックリストとして使えます。</li>
<li>別スレッドに引き継ぎたい情報を整理できます。</li>
<li>秘密情報は書かず、参照先だけを分けて管理します。</li>
</ul>
</div>
<p>Codexの運用では、README.mdやAGENTS.md以外にも、共有メモ用の.mdファイルが役立ちます。たとえば、WordPress投稿ルール、カテゴリID、記事テンプレート、外部情報の扱いなどをまとめておくと便利です。</p>
<p>ただし、APIキー、パスワード、アプリケーションパスワードなどは.mdファイルへ直接書かないほうが安全です。必要な場合は、安全な場所に分け、公開用メモには参照先だけを書きます。</p>
<table>
<thead>
<tr>
<th>ファイル例</th>
<th>書く内容</th>
<th>注意点</th>
</tr>
</thead>
<tbody>
<tr>
<td>運用メモ.md</td>
<td>作業ルール、カテゴリ、確認項目</td>
<td>最新状態に更新する</td>
</tr>
<tr>
<td>投稿テンプレート.md</td>
<td>記事構成、HTMLルール</td>
<td>本文ルールを明確にする</td>
</tr>
<tr>
<td>共有メモ.md</td>
<td>別スレッドへの引き継ぎ</td>
<td>秘密情報を書かない</td>
</tr>
<tr>
<td>チェックリスト.md</td>
<td>公開前確認、テスト手順</td>
<td>完了条件を具体化する</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">Codexに読ませやすい書き方</span></h3>
<div class="blank-box">
<ul>
<li>見出しを短くし、ルールを箇条書きで書きます。</li>
<li>コマンドやパスはコードブロックで整理します。</li>
<li>例外や禁止事項も明確に書きます。</li>
</ul>
</div>
<p>Codexに.mdファイルを読ませるなら、長い文章だけでなく、見出し、箇条書き、表、コードブロックを使って整理すると扱いやすくなります。特に「必ずすること」「しないこと」「確認方法」は分けて書くのがおすすめです。</p>
<table>
<thead>
<tr>
<th>書き方</th>
<th>良い例</th>
<th>理由</th>
</tr>
</thead>
<tbody>
<tr>
<td>見出し</td>
<td>## 投稿ルール</td>
<td>情報の場所が分かる</td>
</tr>
<tr>
<td>箇条書き</td>
<td>&#8211; 公開前にURLを確認</td>
<td>条件を読み取りやすい</td>
</tr>
<tr>
<td>表</td>
<td>カテゴリID一覧</td>
<td>対応関係を整理できる</td>
</tr>
<tr>
<td>コードブロック</td>
<td>実行コマンド</td>
<td>コピーや確認がしやすい</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">.mdファイルに書かない方がよいもの</span></h3>
<div class="blank-box">
<ul>
<li>パスワード、APIキー、個人情報は直接書かないようにします。</li>
<li>公開リポジトリに置く可能性があるファイルは特に注意します。</li>
<li>秘密情報は安全な場所に分け、参照方法だけを書きます。</li>
</ul>
</div>
<p>.mdファイルは便利ですが、共有されやすいファイルでもあります。Gitに入れたり、別環境へコピーしたりすることがあるため、秘密情報を直接書くのは避けます。</p>
<p>「接続情報は安全フォルダを参照する」「パスワードはチャットに書かない」のように、扱い方だけを.mdに残すと安全です。</p>
<table>
<thead>
<tr>
<th>書かないもの</th>
<th>理由</th>
<th>代わりの管理</th>
</tr>
</thead>
<tbody>
<tr>
<td>APIキー</td>
<td>漏えいすると悪用される可能性がある</td>
<td>環境変数や安全な保管場所</td>
</tr>
<tr>
<td>パスワード</td>
<td>アカウント乗っ取りにつながる</td>
<td>パスワード管理ツール</td>
</tr>
<tr>
<td>個人情報</td>
<td>共有時に漏れやすい</td>
<td>匿名化したメモ</td>
</tr>
<tr>
<td>本番の秘密URL</td>
<td>権限外アクセスの手がかりになる</td>
<td>必要な人だけに共有</td>
</tr>
</tbody>
</table>
<h3><span id="toc10">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>CodexのカスタマイズやAGENTS.mdはOpenAI Developers公式情報を確認します。</li>
<li>Markdownの書き方はGitHub Docsなどの公式ヘルプも参考になります。</li>
<li>プロジェクトごとの.mdは、運用に合わせて育てていくのが実用的です。</li>
</ul>
</div>
<p>CodexのカスタマイズやAGENTS.mdの扱いは、OpenAI DevelopersのCodexドキュメントで確認できます。Markdownの基本的な書き方は、GitHub Docsなどのヘルプページでも確認できます。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>参考ページ</th>
<th>確認する内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/concepts/customization">OpenAI Developers: Codex customization<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>AGENTS.mdなどのカスタマイズ</td>
</tr>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/cli">OpenAI Developers: Codex CLI<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Codex CLIの概要</td>
</tr>
<tr>
<td>Markdown</td>
<td><a rel="noopener" target="_blank" href="https://docs.github.com/get-started/writing-on-github">GitHub Docs: Writing on GitHub<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Markdownでの文章作成</td>
</tr>
</tbody>
</table>
<h3><span id="toc11">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>.mdファイルは、Markdown形式の読みやすいテキストファイルです。</li>
<li>Codexでは、README.md、AGENTS.md、SKILL.md、共有メモなどが役立ちます。</li>
<li>秘密情報を書かず、作業ルールや確認手順を整理するのが安全です。</li>
</ul>
</div>
<div class="secondary-box">
Codexの.mdファイルは、作業の前提を共有するための大切なメモです。README.mdはプロジェクトの説明、AGENTS.mdはCodex向けの作業指示、SKILL.mdは再利用できる手順書、共有メモは運用ルールの保管に向いています。見出し、箇条書き、表を使って整理し、秘密情報は別管理にすることで、Codexとの作業が安定します。
</div>
<div class="blank-box bb-blue">Markdownは、作業の記憶をチームとCodexに渡すための、軽くて強いノートです。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122047/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Cloudとは｜できること・主要サービス・始め方をわかりやすく整理</title>
		<link>https://kopenguin.com/post-122044/</link>
					<comments>https://kopenguin.com/post-122044/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 13:38:43 +0000</pubDate>
				<category><![CDATA[AI関連]]></category>
		<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[学び]]></category>
		<guid isPermaLink="false">https://kopenguin.com/post-0/</guid>

					<description><![CDATA[目次 Google Cloudとは｜できること・主要サービス・始め方をわかりやすく整理Google Cloudの基本Google Cloudでできること主要サービスの全体像プロジェクト単位で管理するGoogle Clou [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-4"><label class="toc-title" for="toc-checkbox-4">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">Google Cloudとは｜できること・主要サービス・始め方をわかりやすく整理</a><ol><li><a href="#toc2" tabindex="0">Google Cloudの基本</a></li><li><a href="#toc3" tabindex="0">Google Cloudでできること</a></li><li><a href="#toc4" tabindex="0">主要サービスの全体像</a></li><li><a href="#toc5" tabindex="0">プロジェクト単位で管理する</a></li><li><a href="#toc6" tabindex="0">Google Cloudの操作方法</a></li><li><a href="#toc7" tabindex="0">料金の考え方</a></li><li><a href="#toc8" tabindex="0">WordPressやブログ運用での使い道</a></li><li><a href="#toc9" tabindex="0">始める前に確認すること</a></li><li><a href="#toc10" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc11" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">Google Cloudとは｜できること・主要サービス・始め方をわかりやすく整理</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。 今回は「Google Cloudとは何か」についてご紹介します。 サーバー、データベース、ストレージ、AI、ネットワークなどをクラウド上で使う仕組みを、初心者向けに整理します。</div>
</div>
<p>Google Cloudは、Googleが提供するクラウドサービス群です。Webサイトやアプリの実行、データ保存、分析、AI活用、セキュリティ、ネットワーク管理などを、インターネット経由で利用できます。</p>
<p>自分で物理サーバーを購入して管理する代わりに、必要なサービスを選び、プロジェクト単位で組み合わせて使うのが基本です。この記事では、Google Cloudの全体像、主要サービス、始めるときの考え方をご紹介します。</p>
<h3><span id="toc2">Google Cloudの基本</span></h3>
<div class="blank-box">
<ul>
<li>Googleが提供するクラウドコンピューティングのサービス群です。</li>
<li>サーバー、保存領域、データベース、AIなどを必要に応じて使えます。</li>
<li>管理はプロジェクト単位で行うのが基本です。</li>
</ul>
</div>
<p>Google Cloudでは、物理的なデータセンター上にあるリソースを、仮想マシン、ストレージ、ネットワーク、データベース、AIサービスとして利用できます。公式ドキュメントでも、物理リソースと仮想リソースを組み合わせて提供されるサービスとして説明されています。</p>
<p>利用者はGoogle Cloudコンソール、gcloud CLI、クライアントライブラリ、REST APIなどを使って、サービスの作成や管理を行います。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>内容</th>
<th>初心者向けの見方</th>
</tr>
</thead>
<tbody>
<tr>
<td>プロジェクト</td>
<td>リソースをまとめる管理単位</td>
<td>作業用の箱</td>
</tr>
<tr>
<td>リソース</td>
<td>VM、ストレージ、DBなど</td>
<td>使う部品</td>
</tr>
<tr>
<td>リージョン</td>
<td>サービスを置く地域</td>
<td>データを動かす場所</td>
</tr>
<tr>
<td>課金</td>
<td>使った分に応じて発生</td>
<td>予算管理が重要</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">Google Cloudでできること</span></h3>
<div class="blank-box">
<ul>
<li>Webアプリや業務システムをクラウド上で動かせます。</li>
<li>データ保存、分析、AI活用まで幅広く対応できます。</li>
<li>小さく始めて、必要に応じて拡張できます。</li>
</ul>
</div>
<p>Google Cloudは、単なるレンタルサーバーではありません。アプリを動かす基盤、データを保存する場所、大量データを分析する仕組み、AIモデルを使うサービスなどをまとめて提供します。</p>
<table>
<thead>
<tr>
<th>用途</th>
<th>代表的な内容</th>
<th>使う場面</th>
</tr>
</thead>
<tbody>
<tr>
<td>アプリ実行</td>
<td>仮想マシン、コンテナ、サーバーレス</td>
<td>WebアプリやAPIを公開する</td>
</tr>
<tr>
<td>データ保存</td>
<td>オブジェクトストレージ、データベース</td>
<td>画像、ログ、業務データを保存する</td>
</tr>
<tr>
<td>分析</td>
<td>データウェアハウス、BI連携</td>
<td>売上やアクセスログを分析する</td>
</tr>
<tr>
<td>AI活用</td>
<td>AIモデル、機械学習基盤</td>
<td>文章、画像、予測処理に使う</td>
</tr>
<tr>
<td>運用管理</td>
<td>監視、ログ、権限管理</td>
<td>安定運用とセキュリティを整える</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">主要サービスの全体像</span></h3>
<div class="blank-box">
<ul>
<li>Compute、Storage、Database、AI、Networkなどに分けて見ると理解しやすいです。</li>
<li>目的に応じて複数サービスを組み合わせます。</li>
<li>最初からすべて覚える必要はありません。</li>
</ul>
</div>
<p>Google Cloudには多くのサービスがあります。初心者は、まず「計算」「保存」「データベース」「AI」「ネットワーク」「管理」の6種類に分けると整理しやすくなります。</p>
<table>
<thead>
<tr>
<th>分類</th>
<th>役割</th>
<th>代表例</th>
</tr>
</thead>
<tbody>
<tr>
<td>Compute</td>
<td>アプリや処理を動かす</td>
<td>Compute Engine、Cloud Run</td>
</tr>
<tr>
<td>Storage</td>
<td>ファイルやオブジェクトを保存する</td>
<td>Cloud Storage</td>
</tr>
<tr>
<td>Database</td>
<td>アプリのデータを管理する</td>
<td>Cloud SQL、Firestore</td>
</tr>
<tr>
<td>Analytics</td>
<td>大量データを分析する</td>
<td>BigQuery</td>
</tr>
<tr>
<td>AI</td>
<td>AIや機械学習を使う</td>
<td>Vertex AI</td>
</tr>
<tr>
<td>Operations</td>
<td>監視やログを管理する</td>
<td>Cloud Logging、Cloud Monitoring</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">プロジェクト単位で管理する</span></h3>
<div class="blank-box">
<ul>
<li>Google Cloudのリソースはプロジェクトに紐づきます。</li>
<li>課金、権限、API有効化もプロジェクト単位で管理します。</li>
<li>用途ごとにプロジェクトを分けると整理しやすくなります。</li>
</ul>
</div>
<p>Google Cloudを使うときは、まずプロジェクトを作成します。プロジェクトは、VM、データベース、ストレージ、API設定、権限、課金情報をまとめる単位です。</p>
<p>個人の学習用、会社の本番用、検証用など、用途ごとにプロジェクトを分けると、費用や権限を管理しやすくなります。</p>
<table>
<thead>
<tr>
<th>分け方</th>
<th>例</th>
<th>メリット</th>
</tr>
</thead>
<tbody>
<tr>
<td>用途別</td>
<td>学習用、本番用、検証用</td>
<td>誤操作を防ぎやすい</td>
</tr>
<tr>
<td>サービス別</td>
<td>Web、分析、AI</td>
<td>費用の内訳を見やすい</td>
</tr>
<tr>
<td>チーム別</td>
<td>開発チーム、運用チーム</td>
<td>権限を分けやすい</td>
</tr>
<tr>
<td>顧客別</td>
<td>顧客A、顧客B</td>
<td>案件ごとの管理がしやすい</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">Google Cloudの操作方法</span></h3>
<div class="blank-box">
<ul>
<li>ブラウザのコンソールから視覚的に操作できます。</li>
<li>gcloud CLIを使うとコマンドで管理できます。</li>
<li>プログラムからAPIやライブラリで操作することもできます。</li>
</ul>
</div>
<p>Google Cloudの操作方法は複数あります。初心者はGoogle Cloudコンソールから始めると、サービスの位置関係を理解しやすくなります。慣れてきたらgcloud CLIやAPIを使うことで、作業の自動化もしやすくなります。</p>
<table>
<thead>
<tr>
<th>操作方法</th>
<th>特徴</th>
<th>向いている用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>Google Cloudコンソール</td>
<td>ブラウザで操作する</td>
<td>初期設定、確認、学習</td>
</tr>
<tr>
<td>gcloud CLI</td>
<td>コマンドで操作する</td>
<td>定型作業、自動化、確認</td>
</tr>
<tr>
<td>クライアントライブラリ</td>
<td>プログラムから使う</td>
<td>アプリ連携、開発</td>
</tr>
<tr>
<td>REST API</td>
<td>HTTP経由で操作する</td>
<td>外部システム連携</td>
</tr>
</tbody>
</table>
<h3><span id="toc7">料金の考え方</span></h3>
<div class="blank-box">
<ul>
<li>基本は使ったリソースに応じて料金が発生します。</li>
<li>学習時は無料枠、予算アラート、不要リソース削除を意識します。</li>
<li>起動したままのVMや大容量ストレージに注意します。</li>
</ul>
</div>
<p>Google Cloudは便利ですが、クラウドサービスなので料金管理が重要です。試しに作った仮想マシンやストレージを放置すると、想定外の費用につながる場合があります。</p>
<p>学習用途では、予算アラートを設定し、使い終わったリソースを停止または削除する運用を先に決めておくと安心です。</p>
<table>
<thead>
<tr>
<th>注意点</th>
<th>理由</th>
<th>対策</th>
</tr>
</thead>
<tbody>
<tr>
<td>VMの起動放置</td>
<td>稼働時間に応じて費用が出る</td>
<td>不要なVMを停止する</td>
</tr>
<tr>
<td>ストレージ放置</td>
<td>保存容量に応じて費用が出る</td>
<td>不要データを整理する</td>
</tr>
<tr>
<td>外部通信</td>
<td>転送量が費用に関係する場合がある</td>
<td>構成と通信量を確認する</td>
</tr>
<tr>
<td>検証環境</td>
<td>作ったまま忘れやすい</td>
<td>期限を決めて削除する</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">WordPressやブログ運用での使い道</span></h3>
<div class="blank-box">
<ul>
<li>画像保存、バックアップ、分析、AI処理などに応用できます。</li>
<li>WordPress本体を直接移す前に、小さな用途から試すと安全です。</li>
<li>費用と権限管理を先に決めることが大切です。</li>
</ul>
</div>
<p>WordPressやブログ運用では、Google Cloudをバックアップ保存、画像やログの保管、データ分析、AI処理の実験などに使えます。いきなり本番サイトを移すよりも、まずは学習用プロジェクトで小さく試すのがおすすめです。</p>
<p>たとえば、アクセスログをBigQueryで分析したり、画像やCSVをCloud Storageに保存したり、AI処理を検証したりする使い方があります。</p>
<table>
<thead>
<tr>
<th>用途</th>
<th>使うサービス例</th>
<th>運用ポイント</th>
</tr>
</thead>
<tbody>
<tr>
<td>バックアップ保存</td>
<td>Cloud Storage</td>
<td>保存期間と容量を決める</td>
</tr>
<tr>
<td>アクセス分析</td>
<td>BigQuery</td>
<td>集計対象を絞る</td>
</tr>
<tr>
<td>AI処理</td>
<td>Vertex AI</td>
<td>検証用データから始める</td>
</tr>
<tr>
<td>小規模API</td>
<td>Cloud Run</td>
<td>実行回数と費用を確認する</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">始める前に確認すること</span></h3>
<div class="blank-box">
<ul>
<li>目的、予算、管理者、使うサービスを先に決めます。</li>
<li>本番用と学習用を分けると安全です。</li>
<li>不要リソースを消す運用までセットで考えます。</li>
</ul>
</div>
<p>Google Cloudを始める前に、何を作りたいのか、毎月いくらまで使えるのか、誰が管理するのかを決めておくとスムーズです。クラウドは作成が簡単な分、後片付けも重要になります。</p>
<table>
<thead>
<tr>
<th>確認項目</th>
<th>内容</th>
<th>理由</th>
</tr>
</thead>
<tbody>
<tr>
<td>目的</td>
<td>学習、検証、本番運用</td>
<td>使うサービスが変わる</td>
</tr>
<tr>
<td>予算</td>
<td>月額上限やアラート</td>
<td>想定外の費用を防ぐ</td>
</tr>
<tr>
<td>権限</td>
<td>誰が操作できるか</td>
<td>誤操作や情報漏えいを防ぐ</td>
</tr>
<tr>
<td>削除ルール</td>
<td>検証後に消すもの</td>
<td>放置コストを防ぐ</td>
</tr>
</tbody>
</table>
<h3><span id="toc10">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>Google Cloudの概要はGoogle公式ドキュメントで確認できます。</li>
<li>サービスの使い方は公式ドキュメントを基準にします。</li>
<li>料金や無料枠は変更されるため、利用前に公式ページで確認します。</li>
</ul>
</div>
<p>Google Cloudの基本や操作方法は、Google Cloud公式ドキュメントで確認できます。料金や無料枠は変わる可能性があるため、実際に使う前には公式ページを確認します。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>参考ページ</th>
<th>確認する内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>概要</td>
<td><a rel="noopener" target="_blank" href="https://cloud.google.com/docs/overview?hl=ja">Google Cloud の概要<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Google Cloudの基本構成</td>
</tr>
<tr>
<td>ドキュメント</td>
<td><a rel="noopener" target="_blank" href="https://cloud.google.com/docs?hl=ja">Google Cloud ドキュメント<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>各サービスの使い方</td>
</tr>
<tr>
<td>料金</td>
<td><a rel="noopener" target="_blank" href="https://cloud.google.com/pricing?hl=ja">Google Cloud の料金<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>料金体系や見積もり</td>
</tr>
<tr>
<td>コンソール</td>
<td><a rel="noopener" target="_blank" href="https://console.cloud.google.com/">Google Cloud コンソール<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>ブラウザでの管理画面</td>
</tr>
</tbody>
</table>
<h3><span id="toc11">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>Google Cloudは、サーバー、保存、分析、AIなどを使えるクラウドサービス群です。</li>
<li>プロジェクト単位でリソース、権限、課金を管理します。</li>
<li>学習時は、小さく始めて費用管理と削除ルールをセットで考えます。</li>
</ul>
</div>
<div class="secondary-box">
Google Cloudは、Webアプリ、データ保存、分析、AI活用まで幅広く使えるクラウド基盤です。最初はサービス名の多さに戸惑いますが、「計算」「保存」「データベース」「分析」「AI」「運用管理」に分けると理解しやすくなります。まずは学習用プロジェクトを作り、予算アラートと削除ルールを決めたうえで、小さな検証から始めるのがおすすめです。
</div>
<div class="blank-box bb-blue">クラウドは、必要な部品を選んで組み合わせる道具箱です。まずは小さく、安全に試すことから始めます。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122044/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>自動起動アプリをCodexで整理｜Windows起動を軽くする見直し方法</title>
		<link>https://kopenguin.com/post-122041/</link>
					<comments>https://kopenguin.com/post-122041/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 13:34:37 +0000</pubDate>
				<category><![CDATA[AIエージェント]]></category>
		<category><![CDATA[AI関連]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kopenguin.com/post-0/</guid>

					<description><![CDATA[目次 自動起動アプリをCodexで整理｜Windows起動を軽くする見直し方法自動起動アプリとはCodexで整理するメリットWindowsで自動起動アプリを確認する場所Codexに渡す一覧の作り方Codexへの依頼テンプ [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-6"><label class="toc-title" for="toc-checkbox-6">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">自動起動アプリをCodexで整理｜Windows起動を軽くする見直し方法</a><ol><li><a href="#toc2" tabindex="0">自動起動アプリとは</a></li><li><a href="#toc3" tabindex="0">Codexで整理するメリット</a></li><li><a href="#toc4" tabindex="0">Windowsで自動起動アプリを確認する場所</a></li><li><a href="#toc5" tabindex="0">Codexに渡す一覧の作り方</a></li><li><a href="#toc6" tabindex="0">Codexへの依頼テンプレート</a></li><li><a href="#toc7" tabindex="0">無効化候補の考え方</a></li><li><a href="#toc8" tabindex="0">整理後に確認すること</a></li><li><a href="#toc9" tabindex="0">やってはいけない整理方法</a></li><li><a href="#toc10" tabindex="0">パソコンが重い原因分析と組み合わせる</a></li><li><a href="#toc11" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc12" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">自動起動アプリをCodexで整理｜Windows起動を軽くする見直し方法</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。 今回は「自動起動アプリをCodexで整理する方法」についてご紹介します。 Windowsの起動が重いときに、どのアプリを残し、どれを見直すかをCodexで分類する流れを整理します。</div>
</div>
<p>パソコンの起動が遅い、起動直後だけ動作が重い、デスクトップが表示されても数分間反応が鈍い。こうした症状では、自動起動アプリの増えすぎが原因候補になります。</p>
<p>Codexを使うと、自動起動アプリの一覧を「残す」「確認する」「無効化候補」に分け、判断の理由を整理できます。この記事では、Windows標準機能で確認した情報をCodexへ渡し、安全に見直す方法をご紹介します。</p>
<h3><span id="toc2">自動起動アプリとは</span></h3>
<div class="blank-box">
<ul>
<li>Windows起動時に自動で立ち上がるアプリです。</li>
<li>便利な一方で、数が増えると起動直後の負荷になります。</li>
<li>無効化してよいかは、役割を確認してから判断します。</li>
</ul>
</div>
<p>自動起動アプリは、サインイン後に自動で動き始めるアプリです。チャット、クラウド同期、セキュリティ、プリンター、アップデーターなどが登録されていることがあります。</p>
<p>必要なものまで止めると不便になるため、まずは一覧を作り、役割を調べ、優先度を分けてから見直します。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>例</th>
<th>見直しの考え方</th>
</tr>
</thead>
<tbody>
<tr>
<td>セキュリティ系</td>
<td>ウイルス対策、認証ツール</td>
<td>基本的に慎重に扱う</td>
</tr>
<tr>
<td>同期系</td>
<td>クラウドストレージ、写真同期</td>
<td>使う頻度と起動負荷を比較する</td>
</tr>
<tr>
<td>連絡系</td>
<td>チャット、通話アプリ</td>
<td>常時必要かを確認する</td>
</tr>
<tr>
<td>更新系</td>
<td>各種アップデーター</td>
<td>手動更新で足りるか考える</td>
</tr>
<tr>
<td>周辺機器系</td>
<td>プリンター、マウス、キーボード</td>
<td>機能に影響する場合がある</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">Codexで整理するメリット</span></h3>
<div class="blank-box">
<ul>
<li>アプリ名だけで判断せず、役割ごとに分類できます。</li>
<li>無効化候補と残すべき候補を分けられます。</li>
<li>作業前の確認リストを作れるため、変更ミスを減らせます。</li>
</ul>
</div>
<p>Codexは、コードや設定、コマンド出力を読み取り、整理する作業に向いています。自動起動アプリの見直しでも、一覧を渡すことで、アプリの種類、想定される役割、判断の優先度をご紹介できます。</p>
<p>ただし、Codexの判断は確定診断ではありません。最終的に無効化するかは、アプリの公式情報、利用状況、業務での必要性を確認してから決めます。</p>
<table>
<thead>
<tr>
<th>Codexに任せること</th>
<th>自分で判断すること</th>
</tr>
</thead>
<tbody>
<tr>
<td>一覧の分類</td>
<td>実際に使っているか</td>
</tr>
<tr>
<td>無効化候補の優先順位</td>
<td>仕事や周辺機器への影響</td>
</tr>
<tr>
<td>確認手順の作成</td>
<td>変更してよいタイミング</td>
</tr>
<tr>
<td>結果メモの整理</td>
<td>元に戻す必要があるか</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">Windowsで自動起動アプリを確認する場所</span></h3>
<div class="blank-box">
<ul>
<li>設定アプリやタスクマネージャーから確認できます。</li>
<li>起動時の影響が表示される項目は優先的に見ます。</li>
<li>見慣れない名前は、すぐ無効化せず調べます。</li>
</ul>
</div>
<p>Windowsでは、設定アプリの「アプリ」やタスクマネージャーからスタートアップアプリを確認できます。Microsoftサポートでも、スタートアップアプリの管理やPCパフォーマンス改善の手順が案内されています。</p>
<p>まずは画面上の一覧を見て、アプリ名、発行元、状態、起動時の影響をメモします。</p>
<table>
<thead>
<tr>
<th>確認場所</th>
<th>見る項目</th>
<th>Codexへ渡す内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>設定アプリ</td>
<td>スタートアップのオン・オフ</td>
<td>アプリ名と現在の状態</td>
</tr>
<tr>
<td>タスクマネージャー</td>
<td>起動時の影響</td>
<td>高・中・低などの負荷</td>
</tr>
<tr>
<td>アプリ一覧</td>
<td>使っているか、最近入れたか</td>
<td>利用頻度と導入時期</td>
</tr>
<tr>
<td>通知領域</td>
<td>常駐しているアイコン</td>
<td>起動後に常駐するアプリ</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">Codexに渡す一覧の作り方</span></h3>
<div class="blank-box">
<ul>
<li>アプリ名、状態、起動時の影響を表にします。</li>
<li>使っている頻度も一緒に書くと判断しやすくなります。</li>
<li>個人情報やライセンス情報は入れないようにします。</li>
</ul>
</div>
<p>Codexへ渡す一覧は、難しい形式でなくてかまいません。画面を見ながら、アプリ名、状態、起動時の影響、利用頻度を短く書くだけでも整理できます。</p>
<table>
<thead>
<tr>
<th>アプリ名</th>
<th>状態</th>
<th>起動時の影響</th>
<th>利用頻度</th>
</tr>
</thead>
<tbody>
<tr>
<td>クラウド同期アプリ</td>
<td>オン</td>
<td>高</td>
<td>毎日使う</td>
</tr>
<tr>
<td>チャットアプリ</td>
<td>オン</td>
<td>中</td>
<td>仕事の日だけ使う</td>
</tr>
<tr>
<td>ゲームランチャー</td>
<td>オン</td>
<td>中</td>
<td>週末だけ使う</td>
</tr>
<tr>
<td>プリンター管理ツール</td>
<td>オン</td>
<td>低</td>
<td>月に数回使う</td>
</tr>
</tbody>
</table>
<div class="information-box">一覧を共有するときは、ユーザー名、メールアドレス、会社名、端末名、ライセンスキーなどを削ってからCodexへ渡すと安全です。</div>
<h3><span id="toc6">Codexへの依頼テンプレート</span></h3>
<div class="blank-box">
<ul>
<li>目的を「起動を軽くしたい」と明確にします。</li>
<li>無効化候補、残す候補、要確認候補に分けてもらいます。</li>
<li>変更前の注意点も必ず聞きます。</li>
</ul>
</div>
<p>以下のように依頼すると、Codexが一覧を分類しやすくなります。</p>
<pre><code>Windowsの自動起動アプリを整理したいです。
目的は、起動直後の重さを減らすことです。

以下の一覧を見て、
1. 残す候補
2. 無効化候補
3. 役割を調べてから判断する候補
4. 無効化前の注意点
に分けてください。

一覧:
- クラウド同期アプリ: オン / 起動時の影響 高 / 毎日使う
- チャットアプリ: オン / 起動時の影響 中 / 仕事の日だけ使う
- ゲームランチャー: オン / 起動時の影響 中 / 週末だけ使う
- プリンター管理ツール: オン / 起動時の影響 低 / 月に数回使う
</code></pre>
<h3><span id="toc7">無効化候補の考え方</span></h3>
<div class="blank-box">
<ul>
<li>使う頻度が低く、起動時の影響が高いものから見ます。</li>
<li>セキュリティや同期など、止める影響が大きいものは慎重にします。</li>
<li>迷うものは「要確認」に残して、すぐ変更しないようにします。</li>
</ul>
</div>
<p>自動起動アプリの整理では、「不要そうだから全部オフ」ではなく、「起動時に必要か」を基準にします。アプリ自体を削除しなくても、自動起動だけをオフにして、必要なときだけ手動起動する方法があります。</p>
<table>
<thead>
<tr>
<th>分類</th>
<th>判断例</th>
<th>対応</th>
</tr>
</thead>
<tbody>
<tr>
<td>残す候補</td>
<td>セキュリティ、毎日使う同期、業務必須アプリ</td>
<td>オンのまま様子を見る</td>
</tr>
<tr>
<td>無効化候補</td>
<td>週に数回しか使わないランチャーや補助ツール</td>
<td>オフにして手動起動へ変更する</td>
</tr>
<tr>
<td>要確認候補</td>
<td>名前だけでは役割が分からないもの</td>
<td>発行元や公式情報を確認する</td>
</tr>
<tr>
<td>注意候補</td>
<td>周辺機器、認証、バックアップに関係するもの</td>
<td>停止時の影響を確認してから判断する</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">整理後に確認すること</span></h3>
<div class="blank-box">
<ul>
<li>再起動して、起動時間や体感が変わったか確認します。</li>
<li>必要なアプリが自動で立ち上がらなくなっていないか見ます。</li>
<li>問題があれば、1つずつ元に戻します。</li>
</ul>
</div>
<p>自動起動を変更したら、再起動後の状態を確認します。起動が軽くなったか、必要な通知や同期が動いているか、周辺機器に影響がないかを見ます。</p>
<p>一度に多く変更すると原因が分かりにくくなります。できれば数個ずつ変更し、結果をメモしてCodexへ戻すと、次の整理がしやすくなります。</p>
<table>
<thead>
<tr>
<th>確認項目</th>
<th>見るポイント</th>
<th>記録例</th>
</tr>
</thead>
<tbody>
<tr>
<td>起動直後の重さ</td>
<td>操作できるまでの時間</td>
<td>以前より2分ほど短くなった</td>
</tr>
<tr>
<td>メモリ使用率</td>
<td>起動後の常時使用量</td>
<td>90%から75%前後へ下がった</td>
</tr>
<tr>
<td>必要アプリ</td>
<td>通知や同期が動くか</td>
<td>クラウド同期は手動起動で問題なし</td>
</tr>
<tr>
<td>不具合</td>
<td>周辺機器やログインに影響がないか</td>
<td>プリンター管理ツールは戻した</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">やってはいけない整理方法</span></h3>
<div class="blank-box">
<ul>
<li>見慣れない名前をすぐ無効化しないようにします。</li>
<li>セキュリティやバックアップ関連は特に慎重に扱います。</li>
<li>設定変更の前に、戻し方を確認します。</li>
</ul>
</div>
<p>自動起動アプリの整理は、パソコンを軽くする助けになりますが、必要な機能まで止めると不便になります。名前が分からないものは、発行元やアプリの役割を確認してから判断します。</p>
<table>
<thead>
<tr>
<th>避けたい行動</th>
<th>理由</th>
<th>代わりにすること</th>
</tr>
</thead>
<tbody>
<tr>
<td>一括で全部オフ</td>
<td>必要な機能まで止まる</td>
<td>分類して数個ずつ変更する</td>
</tr>
<tr>
<td>名前だけで判断</td>
<td>重要な常駐機能の可能性がある</td>
<td>発行元と用途を確認する</td>
</tr>
<tr>
<td>セキュリティ系を停止</td>
<td>保護機能に影響する可能性がある</td>
<td>公式ヘルプを確認する</td>
</tr>
<tr>
<td>結果を記録しない</td>
<td>戻すべき項目が分からなくなる</td>
<td>変更前後をメモする</td>
</tr>
</tbody>
</table>
<h3><span id="toc10">パソコンが重い原因分析と組み合わせる</span></h3>
<div class="blank-box">
<ul>
<li>自動起動だけでなく、CPUやメモリの状態も確認します。</li>
<li>起動直後だけ重いのか、常に重いのかで対策が変わります。</li>
<li>Codexには結果を追記して、原因候補を絞らせます。</li>
</ul>
</div>
<p>自動起動アプリは、パソコンが重い原因の一部です。常に重い場合は、メモリ不足、ディスク負荷、空き容量不足、ブラウザのタブ過多なども合わせて確認します。</p>
<p>関連して、前回の記事では <a target="_self" href="https://kopenguin.com/post-122038/">パソコンが重い原因をCodexで分析する方法</a> を整理しています。自動起動アプリの見直しと合わせると、原因を絞り込みやすくなります。</p>
<table>
<thead>
<tr>
<th>症状</th>
<th>自動起動との関係</th>
<th>追加で見る項目</th>
</tr>
</thead>
<tbody>
<tr>
<td>起動直後だけ重い</td>
<td>関係が強い可能性がある</td>
<td>スタートアップ、更新、同期</td>
</tr>
<tr>
<td>常に重い</td>
<td>一因の可能性がある</td>
<td>メモリ、CPU、ディスク</td>
</tr>
<tr>
<td>ブラウザだけ重い</td>
<td>直接関係しない場合もある</td>
<td>タブ、拡張機能、キャッシュ</td>
</tr>
<tr>
<td>急に重くなった</td>
<td>最近追加されたアプリを確認する</td>
<td>更新履歴、インストール履歴</td>
</tr>
</tbody>
</table>
<h3><span id="toc11">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>CodexはOpenAI Developersの公式情報を確認して使います。</li>
<li>Windowsの設定変更はMicrosoftサポート情報を優先します。</li>
<li>不明なアプリは、発行元や公式ヘルプを確認します。</li>
</ul>
</div>
<p>この記事では、Codexの位置づけはOpenAI Developersの公式情報、WindowsのスタートアップアプリやPCパフォーマンス改善はMicrosoftサポートの情報を参考にしています。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>参考ページ</th>
<th>確認する内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/cli">OpenAI Developers: Codex CLI<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Codex CLIの概要</td>
</tr>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/cli/features">OpenAI Developers: Codex CLI features<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>CLIでできることの確認</td>
</tr>
<tr>
<td>Windows</td>
<td><a rel="noopener" target="_blank" href="https://support.microsoft.com/windows">Microsoft Support: Windows<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Windows公式サポート情報</td>
</tr>
<tr>
<td>Windows</td>
<td><a rel="noopener" target="_blank" href="https://support.microsoft.com/windows/help-in-windows-10-711ec8e0-0c7f-5396-61c5-78eafca5c3f7">Microsoft Support: Windowsのヘルプ<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Windows設定やサポート確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc12">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>自動起動アプリは、起動直後の重さに関係しやすい項目です。</li>
<li>Codexには一覧の分類、無効化候補、注意点の整理を任せると便利です。</li>
<li>変更は少しずつ行い、結果を記録して元に戻せるようにします。</li>
</ul>
</div>
<div class="secondary-box">
自動起動アプリの整理は、Windowsの起動を軽くするための実用的な見直しです。Codexを使えば、アプリ一覧を「残す」「無効化候補」「要確認」に分け、判断の理由を整理できます。まずはWindows標準機能で一覧を確認し、個人情報を除いたうえでCodexに渡すと、落ち着いて安全に整理を進められます。
</div>
<div class="blank-box bb-blue">起動を軽くする第一歩は、何が自動で動いているかを見える化することです。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122041/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>パソコンが重い原因をCodexで分析｜Windowsの遅さを切り分ける方法</title>
		<link>https://kopenguin.com/post-122038/</link>
					<comments>https://kopenguin.com/post-122038/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 13:29:23 +0000</pubDate>
				<category><![CDATA[AIエージェント]]></category>
		<category><![CDATA[AI関連]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kopenguin.com/post-0/</guid>

					<description><![CDATA[目次 パソコンが重い原因をCodexで分析｜Windowsの遅さを切り分ける方法Codexで分析できることまず見るべき重い原因の一覧Codexに渡す情報PowerShellで確認する基本項目Codexへの質問テンプレート [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-8"><label class="toc-title" for="toc-checkbox-8">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">パソコンが重い原因をCodexで分析｜Windowsの遅さを切り分ける方法</a><ol><li><a href="#toc2" tabindex="0">Codexで分析できること</a></li><li><a href="#toc3" tabindex="0">まず見るべき重い原因の一覧</a></li><li><a href="#toc4" tabindex="0">Codexに渡す情報</a></li><li><a href="#toc5" tabindex="0">PowerShellで確認する基本項目</a></li><li><a href="#toc6" tabindex="0">Codexへの質問テンプレート</a></li><li><a href="#toc7" tabindex="0">分析結果の読み方</a></li><li><a href="#toc8" tabindex="0">やってはいけない対処</a></li><li><a href="#toc9" tabindex="0">Windows標準機能で先に試すこと</a></li><li><a href="#toc10" tabindex="0">Codexで分析する流れ</a></li><li><a href="#toc11" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc12" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">パソコンが重い原因をCodexで分析｜Windowsの遅さを切り分ける方法</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。 今回は「パソコンが重い原因をCodexで分析する方法」についてご紹介します。 Windowsの動作が遅いときに、Codexへ何を渡し、どの順番で原因を切り分けると効率がよいかを整理します。</div>
</div>
<p>パソコンが重いと感じる原因は、CPU使用率、メモリ不足、ディスク負荷、空き容量不足、起動時アプリ、Windows Update、常駐ソフト、ブラウザのタブ過多など、複数が重なっていることがあります。</p>
<p>Codexは、パソコンの状態を直接「魔法のように診断する道具」ではありません。ですが、タスクマネージャーの数値、PowerShellで確認した情報、イベントログ、スタートアップ項目などを渡すことで、原因候補を整理し、次に確認すべきポイントをご紹介する分析役として使えます。</p>
<h3><span id="toc2">Codexで分析できること</span></h3>
<div class="blank-box">
<ul>
<li>PCの状態情報をもとに、重い原因の候補を整理できます。</li>
<li>PowerShellで確認する項目やコマンド案を作れます。</li>
<li>原因を「推測」と「確認済み」に分けて扱いやすくできます。</li>
</ul>
</div>
<p>OpenAIのCodexは、コードの理解、作成、レビュー、デバッグを支援する開発向けエージェントです。CLIやローカル環境と組み合わせると、Windowsの状態確認に使うコマンドを整理したり、出力結果を読み解いたりする用途にも応用できます。</p>
<p>大切なのは、Codexに「遅いです」とだけ伝えるのではなく、確認結果をセットで渡すことです。数値やログがあるほど、分析は具体的になります。</p>
<table>
<thead>
<tr>
<th>Codexに任せやすいこと</th>
<th>人が確認すること</th>
</tr>
</thead>
<tbody>
<tr>
<td>原因候補の分類</td>
<td>実際の画面や体感の確認</td>
</tr>
<tr>
<td>確認コマンドの提案</td>
<td>管理者権限で実行するかの判断</td>
</tr>
<tr>
<td>出力結果の要約</td>
<td>不要なアプリを削除するかの判断</td>
</tr>
<tr>
<td>作業順序の整理</td>
<td>バックアップや復元ポイントの準備</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">まず見るべき重い原因の一覧</span></h3>
<div class="blank-box">
<ul>
<li>CPU、メモリ、ディスク、ネットワークの使用率を確認します。</li>
<li>スタートアップアプリや常駐ソフトの影響を見ます。</li>
<li>空き容量、更新、ウイルス対策スキャンの状態も確認します。</li>
</ul>
</div>
<p>Windowsが重い原因は、ひとつに決め打ちしないほうが安全です。タスクマネージャーで負荷の高い項目を見てから、ディスク容量や起動時アプリを順番に確認します。</p>
<table>
<thead>
<tr>
<th>症状</th>
<th>疑いやすい原因</th>
<th>確認場所</th>
</tr>
</thead>
<tbody>
<tr>
<td>起動直後だけ重い</td>
<td>スタートアップアプリ、更新処理、同期ソフト</td>
<td>タスクマネージャー、設定</td>
</tr>
<tr>
<td>常に反応が遅い</td>
<td>メモリ不足、常駐アプリ、古いストレージ</td>
<td>パフォーマンス、プロセス一覧</td>
</tr>
<tr>
<td>保存や起動が遅い</td>
<td>ディスク使用率、空き容量不足、ストレージ劣化</td>
<td>ディスク、ストレージ設定</td>
</tr>
<tr>
<td>ブラウザだけ重い</td>
<td>タブ過多、拡張機能、キャッシュ、広告表示</td>
<td>ブラウザのタスクマネージャー</td>
</tr>
<tr>
<td>急に重くなった</td>
<td>更新、ドライバー、最近入れたアプリ</td>
<td>更新履歴、イベントログ</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">Codexに渡す情報</span></h3>
<div class="blank-box">
<ul>
<li>体感ではなく、数値や一覧を渡すと分析しやすくなります。</li>
<li>個人情報やライセンスキーは渡さないようにします。</li>
<li>「いつから」「何をすると重いか」も重要な材料です。</li>
</ul>
</div>
<p>Codexへ渡す情報は、診断メモのように整理します。たとえば、起動直後に重いのか、ブラウザを開いたときに重いのか、特定アプリだけが重いのかで、見るべき場所が変わります。</p>
<table>
<thead>
<tr>
<th>渡す情報</th>
<th>例</th>
<th>注意点</th>
</tr>
</thead>
<tbody>
<tr>
<td>症状</td>
<td>起動後10分ほど操作が重い</td>
<td>体感を短く具体化する</td>
</tr>
<tr>
<td>PC環境</td>
<td>Windows 11、メモリ8GB、SSD</td>
<td>個人名やシリアル番号は除く</td>
</tr>
<tr>
<td>タスクマネージャー</td>
<td>CPU 80%、メモリ 90%、ディスク 100%</td>
<td>スクリーンショットより数値化が安全</td>
</tr>
<tr>
<td>最近の変更</td>
<td>新しいアプリを入れた、更新後から重い</td>
<td>時期を入れる</td>
</tr>
<tr>
<td>試した対策</td>
<td>再起動、不要タブを閉じた</td>
<td>効果があったかも書く</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">PowerShellで確認する基本項目</span></h3>
<div class="blank-box">
<ul>
<li>CPUやメモリを使っているプロセスを一覧化します。</li>
<li>空き容量や起動時アプリの状態を確認します。</li>
<li>実行前に内容を理解し、削除系コマンドは避けます。</li>
</ul>
</div>
<p>Codexには、「安全に確認するだけのPowerShellコマンドを作って」と依頼すると便利です。最初は削除や停止を伴わない確認コマンドだけにします。</p>
<table>
<thead>
<tr>
<th>目的</th>
<th>確認例</th>
<th>Codexへの依頼例</th>
</tr>
</thead>
<tbody>
<tr>
<td>CPU負荷</td>
<td>CPUを使うプロセス上位</td>
<td>CPU使用の高いプロセスを確認するコマンドを作って</td>
</tr>
<tr>
<td>メモリ負荷</td>
<td>メモリ使用量の多いアプリ</td>
<td>メモリ消費が大きい順に一覧化したい</td>
</tr>
<tr>
<td>ディスク容量</td>
<td>Cドライブの空き容量</td>
<td>ドライブごとの空き容量を確認したい</td>
</tr>
<tr>
<td>起動アプリ</td>
<td>スタートアップ登録項目</td>
<td>起動時に動くアプリを確認したい</td>
</tr>
<tr>
<td>エラー確認</td>
<td>直近のシステムエラー</td>
<td>最近の重大エラーを確認する方法を教えて</td>
</tr>
</tbody>
</table>
<div class="information-box">確認コマンドは、まず読み取り専用のものから使うと安全です。アプリ停止、サービス変更、レジストリ編集、ファイル削除などは、原因が絞れてから慎重に扱います。</div>
<h3><span id="toc6">Codexへの質問テンプレート</span></h3>
<div class="blank-box">
<ul>
<li>症状、環境、数値、最近の変更をまとめて渡します。</li>
<li>「原因候補」「確認順」「安全な確認コマンド」に分けて依頼します。</li>
<li>削除や停止は提案だけにして、実行は自分で判断します。</li>
</ul>
</div>
<p>以下のように依頼すると、Codexが分析しやすくなります。</p>
<pre><code>Windows PCが重い原因を分析してください。

症状:
- 起動直後から10分ほど重い
- ブラウザを開くとさらに遅くなる

環境:
- Windows 11
- メモリ 8GB
- Cドライブ空き容量 15GB

確認した数値:
- CPU: 70〜90%
- メモリ: 85〜95%
- ディスク: 100%になることがある

最近の変更:
- 新しい常駐アプリを入れた
- Windows Update後から重くなった気がする

依頼:
1. 原因候補を優先度順に整理
2. 追加で確認する項目
3. PowerShellで安全に確認できるコマンド
4. やってはいけない危険な対処
</code></pre>
<h3><span id="toc7">分析結果の読み方</span></h3>
<div class="blank-box">
<ul>
<li>Codexの回答は、確定診断ではなく原因候補として読みます。</li>
<li>数値で裏取りできるものから順番に確認します。</li>
<li>変更前にバックアップや復元方法を確認します。</li>
</ul>
</div>
<p>Codexが「メモリ不足の可能性が高い」と答えた場合でも、実際にはブラウザの拡張機能や同期ソフトが原因のこともあります。回答は、次に見る場所を決めるための地図として使います。</p>
<table>
<thead>
<tr>
<th>Codexの分析</th>
<th>次に見ること</th>
<th>判断の考え方</th>
</tr>
</thead>
<tbody>
<tr>
<td>メモリ不足の可能性</td>
<td>メモリ使用率と上位プロセス</td>
<td>常時90%前後なら対策優先度が高い</td>
</tr>
<tr>
<td>ディスク負荷の可能性</td>
<td>ディスク100%の発生タイミング</td>
<td>起動直後だけか常時かを分ける</td>
</tr>
<tr>
<td>スタートアップ過多</td>
<td>起動時アプリ一覧</td>
<td>不要な常駐アプリを無効化候補にする</td>
</tr>
<tr>
<td>容量不足</td>
<td>Cドライブの空き容量</td>
<td>空きが少ない場合は整理を優先する</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">やってはいけない対処</span></h3>
<div class="blank-box">
<ul>
<li>原因不明のまま削除や停止を一気に行わないようにします。</li>
<li>レジストリ編集やサービス停止は慎重に扱います。</li>
<li>バックアップなしで大きな変更をしないようにします。</li>
</ul>
</div>
<p>パソコンが重いと、すぐに不要ファイル削除や高速化ツールに頼りたくなります。しかし、原因を見ないまま変更すると、必要なアプリやサービスまで止めてしまうことがあります。</p>
<table>
<thead>
<tr>
<th>避けたい行動</th>
<th>理由</th>
<th>代わりにすること</th>
</tr>
</thead>
<tbody>
<tr>
<td>原因不明のサービス停止</td>
<td>Windowsやアプリが不安定になる可能性がある</td>
<td>サービス名と役割を確認する</td>
</tr>
<tr>
<td>レジストリの一括変更</td>
<td>復旧が難しくなることがある</td>
<td>公式設定やアプリ設定から変更する</td>
</tr>
<tr>
<td>高速化ソフトの乱用</td>
<td>不要な常駐や広告が増えることがある</td>
<td>Windows標準機能で確認する</td>
</tr>
<tr>
<td>ログや警告の丸写し共有</td>
<td>個人情報が含まれる場合がある</td>
<td>必要部分だけ匿名化して渡す</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">Windows標準機能で先に試すこと</span></h3>
<div class="blank-box">
<ul>
<li>Microsoft公式の改善手順を優先して確認します。</li>
<li>再起動、更新、空き容量、スタートアップ整理は基本です。</li>
<li>Codexには手順の優先順位づけを任せると便利です。</li>
</ul>
</div>
<p>Microsoftは、Windowsの動作が遅い場合の対策として、更新の確認、再起動、スタートアップアプリの見直し、ディスク領域の確保などを案内しています。Codexで分析するときも、まず公式の基本対策に沿って原因を切り分けると安全です。</p>
<table>
<thead>
<tr>
<th>確認項目</th>
<th>見るポイント</th>
<th>Codexでの使い方</th>
</tr>
</thead>
<tbody>
<tr>
<td>Windows Update</td>
<td>更新待ち、更新直後の負荷</td>
<td>更新後から重い場合の確認順を作る</td>
</tr>
<tr>
<td>再起動</td>
<td>一時的な負荷の解消</td>
<td>再起動後も重いかで原因を分ける</td>
</tr>
<tr>
<td>空き容量</td>
<td>Cドライブの空き</td>
<td>削除前に整理候補を分類する</td>
</tr>
<tr>
<td>スタートアップ</td>
<td>起動時に動くアプリ</td>
<td>無効化候補と注意点を整理する</td>
</tr>
</tbody>
</table>
<h3><span id="toc10">Codexで分析する流れ</span></h3>
<div class="blank-box">
<ul>
<li>最初に症状を言語化し、次に数値を集めます。</li>
<li>Codexで原因候補と確認順を作ります。</li>
<li>対策は小さく試し、結果をまたCodexへ戻します。</li>
</ul>
</div>
<p>おすすめの流れは、「症状を書く → 数値を集める → Codexに整理させる → 1つずつ確認する → 結果を追記して再分析する」です。これなら、思いつきで設定を変えるよりも、原因に近づきやすくなります。</p>
<table>
<thead>
<tr>
<th>ステップ</th>
<th>作業</th>
<th>目的</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>症状をメモする</td>
<td>いつ、何が、どのくらい重いかを明確にする</td>
</tr>
<tr>
<td>2</td>
<td>タスクマネージャーで数値を見る</td>
<td>CPU、メモリ、ディスクのどこが高いかを見る</td>
</tr>
<tr>
<td>3</td>
<td>Codexに原因候補を出させる</td>
<td>確認順を整理する</td>
</tr>
<tr>
<td>4</td>
<td>安全な確認だけ実行する</td>
<td>削除や停止の前に根拠を集める</td>
</tr>
<tr>
<td>5</td>
<td>結果を再度Codexに渡す</td>
<td>原因候補を絞り込む</td>
</tr>
</tbody>
</table>
<h3><span id="toc11">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>CodexはOpenAIの公式情報を確認して使います。</li>
<li>Windowsの基本対策はMicrosoft公式情報を優先します。</li>
<li>記事内の確認作業は、削除や改変より前の切り分けを目的にしています。</li>
</ul>
</div>
<p>この記事では、Codexの位置づけはOpenAI Developersの公式情報、Windowsの基本的な改善手順はMicrosoftサポートの情報を参考にしています。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>参考ページ</th>
<th>確認する内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/cli">OpenAI Developers: Codex CLI<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Codex CLIの概要</td>
</tr>
<tr>
<td>Codex</td>
<td><a rel="noopener" target="_blank" href="https://developers.openai.com/codex/cli/features">OpenAI Developers: Codex CLI features<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>CLIでできることの確認</td>
</tr>
<tr>
<td>Windows</td>
<td><a rel="noopener" target="_blank" href="https://support.microsoft.com/windows">Microsoft Support: Windows<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Windowsの公式サポート情報</td>
</tr>
<tr>
<td>Windows</td>
<td><a rel="noopener" target="_blank" href="https://support.microsoft.com/windows/help-in-windows-10-711ec8e0-0c7f-5396-61c5-78eafca5c3f7">Microsoft Support: Windowsのヘルプ<span class="fa fa-external-link external-icon anchor-icon"></span></a></td>
<td>Windows設定やサポート確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc12">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>パソコンが重い原因は、数値を見ながら順番に切り分けます。</li>
<li>Codexには原因候補の整理、確認コマンド、作業順の作成を任せると便利です。</li>
<li>削除や停止の前に、バックアップと公式手順を確認します。</li>
</ul>
</div>
<div class="secondary-box">
パソコンが重いときは、感覚だけで対処せず、CPU、メモリ、ディスク、空き容量、スタートアップ、更新状況を順番に確認することが大切です。Codexは、集めた情報を整理し、次に見るべき場所をご紹介する分析役として活用できます。安全な確認から始め、結果を追記しながら原因を絞り込むと、無理のない改善につながります。
</div>
<div class="blank-box bb-blue">原因を決めつける前に、数値を見る。Codexは、その数値を読み解くための相棒になります。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122038/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>npmとは｜Node.jsで使うパッケージ管理ツールの基本</title>
		<link>https://kopenguin.com/post-122031/</link>
					<comments>https://kopenguin.com/post-122031/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 12:52:30 +0000</pubDate>
				<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[学び]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=122031</guid>

					<description><![CDATA[npmとは何か、Node.jsとの関係、package.json、node_modules、package-lock.json、よく使うnpmコマンドを初心者向けに整理します。]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-9"><label class="toc-title" for="toc-checkbox-9">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">npmとは｜Node.jsで使うパッケージ管理ツールの基本</a><ol><li><a href="#toc2" tabindex="0">npmとは</a></li><li><a href="#toc3" tabindex="0">npmとNode.jsの関係</a></li><li><a href="#toc4" tabindex="0">package.jsonの役割</a></li><li><a href="#toc5" tabindex="0">npmでよく使うコマンド</a></li><li><a href="#toc6" tabindex="0">node_modulesとpackage-lock.json</a></li><li><a href="#toc7" tabindex="0">WordPressやCodex作業でnpmが出てくる場面</a></li><li><a href="#toc8" tabindex="0">npmを使うときの注意点</a></li><li><a href="#toc9" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc10" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">npmとは｜Node.jsで使うパッケージ管理ツールの基本</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。今回は「npmとは」についてご紹介します。Node.js開発でよく使うnpmの役割、package.jsonとの関係、よく使うコマンド、WordPressやCodex作業で出てくる場面を整理します。</div>
</div>
<h3><span id="toc2">npmとは</span></h3>
<div class="blank-box">
<ul>
<li>npmは、JavaScriptやNode.jsで使うパッケージ管理ツールです。</li>
<li>ライブラリのインストール、更新、削除、スクリプト実行に使います。</li>
<li>Node.jsをインストールすると、npmも一緒に使える環境になることが一般的です。</li>
</ul>
</div>
<p>npmは、Node.jsの開発でよく使われるパッケージ管理ツールです。Node.js公式の説明では、npmはプロジェクトで使う依存関係をインストール、更新、管理するためのツールとして紹介されています。</p>
<p>ここでいうパッケージとは、アプリやWeb制作で使うライブラリ、ツール、フレームワークなどのことです。たとえば、ビルドツール、CSS処理ツール、JavaScriptライブラリ、開発用サーバーなどをnpmで管理できます。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>内容</th>
<th>実務での意味</th>
</tr>
</thead>
<tbody>
<tr>
<td>npm</td>
<td>パッケージ管理ツール</td>
<td>必要なライブラリを管理する</td>
</tr>
<tr>
<td>Node.js</td>
<td>JavaScript実行環境</td>
<td>npmを使う前提になることが多い</td>
</tr>
<tr>
<td>パッケージ</td>
<td>配布されているコードやツール</td>
<td>機能追加や開発補助に使う</td>
</tr>
<tr>
<td>npm registry</td>
<td>パッケージの配布元</td>
<td>npm installで取得する場所</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">npmとNode.jsの関係</span></h3>
<div class="blank-box">
<ul>
<li>Node.jsはJavaScriptを動かすための実行環境です。</li>
<li>npmはNode.jsプロジェクトのパッケージを管理します。</li>
<li>バージョン確認には <code>node -v</code> と <code>npm -v</code> を使います。</li>
</ul>
</div>
<p>Node.jsは、ブラウザの外でJavaScriptを実行するための環境です。npmは、そのNode.jsプロジェクトで使うパッケージを管理するために使います。</p>
<p>npm公式ドキュメントでは、Node.jsとnpmが入っているか確認するコマンドとして、<code>node -v</code> と <code>npm -v</code> が案内されています。WordPressテーマやフロントエンド開発でビルド環境を使う場合も、この確認から始めると状態を把握しやすくなります。</p>
<table>
<thead>
<tr>
<th>確認したいこと</th>
<th>コマンド</th>
<th>意味</th>
</tr>
</thead>
<tbody>
<tr>
<td>Node.jsのバージョン</td>
<td><code>node -v</code></td>
<td>Node.jsが使えるか確認する</td>
</tr>
<tr>
<td>npmのバージョン</td>
<td><code>npm -v</code></td>
<td>npmが使えるか確認する</td>
</tr>
<tr>
<td>npmの更新</td>
<td><code>npm install -g npm</code></td>
<td>npm自体を更新する</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">package.jsonの役割</span></h3>
<div class="blank-box">
<ul>
<li><code>package.json</code> は、Node.jsプロジェクトの設定ファイルです。</li>
<li>プロジェクト名、バージョン、依存パッケージ、実行スクリプトなどを記録します。</li>
<li><code>npm init</code> や <code>npm init --yes</code> で作成できます。</li>
</ul>
</div>
<p><code>package.json</code> は、npmがプロジェクトの情報を理解するための中心的なファイルです。npm公式ドキュメントでは、<code>npm init</code> を使って <code>package.json</code> を作成する方法が案内されています。</p>
<p>このファイルには、プロジェクト名、バージョン、説明、依存パッケージ、開発用パッケージ、スクリプトなどが書かれます。チーム開発やCodexでの作業では、まず <code>package.json</code> を見ると、そのプロジェクトで何を使っているかが分かりやすくなります。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>役割</th>
<th>例</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>name</code></td>
<td>プロジェクト名</td>
<td><code>my-app</code></td>
</tr>
<tr>
<td><code>version</code></td>
<td>バージョン</td>
<td><code>1.0.0</code></td>
</tr>
<tr>
<td><code>dependencies</code></td>
<td>本番で使う依存パッケージ</td>
<td>ライブラリ、フレームワーク</td>
</tr>
<tr>
<td><code>devDependencies</code></td>
<td>開発時に使う依存パッケージ</td>
<td>ビルドツール、テストツール</td>
</tr>
<tr>
<td><code>scripts</code></td>
<td>よく使うコマンドの定義</td>
<td><code>npm run build</code></td>
</tr>
</tbody>
</table>
<h3><span id="toc5">npmでよく使うコマンド</span></h3>
<div class="blank-box">
<ul>
<li><code>npm install</code> は依存パッケージをインストールします。</li>
<li><code>npm run</code> は package.json に定義されたスクリプトを実行します。</li>
<li>削除や更新を行う前に、対象パッケージと影響範囲を確認します。</li>
</ul>
</div>
<p>npmでよく使うのは、インストール、更新、削除、スクリプト実行のコマンドです。既存プロジェクトでは、まず <code>package.json</code> があるフォルダで <code>npm install</code> を実行し、必要な依存関係をそろえます。</p>
<table>
<thead>
<tr>
<th>目的</th>
<th>コマンド</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>依存関係をインストール</td>
<td><code>npm install</code></td>
<td><code>package.json</code> の内容に基づいてインストール</td>
</tr>
<tr>
<td>パッケージ追加</td>
<td><code>npm install パッケージ名</code></td>
<td>新しいライブラリを追加</td>
</tr>
<tr>
<td>開発用パッケージ追加</td>
<td><code>npm install -D パッケージ名</code></td>
<td>開発時だけ使うツールを追加</td>
</tr>
<tr>
<td>スクリプト実行</td>
<td><code>npm run build</code></td>
<td>ビルドなどの定義済み処理を実行</td>
</tr>
<tr>
<td>パッケージ削除</td>
<td><code>npm uninstall パッケージ名</code></td>
<td>不要な依存関係を削除</td>
</tr>
<tr>
<td>更新確認</td>
<td><code>npm outdated</code></td>
<td>古いパッケージを確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">node_modulesとpackage-lock.json</span></h3>
<div class="blank-box">
<ul>
<li><code>node_modules</code> には、インストールされたパッケージ本体が入ります。</li>
<li><code>package-lock.json</code> は、インストールされた依存関係の固定情報を記録します。</li>
<li>プロジェクト共有では、通常 <code>node_modules</code> は再生成できるものとして扱います。</li>
</ul>
</div>
<p><code>npm install</code> を実行すると、依存パッケージが <code>node_modules</code> フォルダに入ります。Node.js公式の説明でも、<code>package.json</code> があるプロジェクトで <code>npm install</code> を実行すると、必要なものが <code>node_modules</code> にインストールされると説明されています。</p>
<p><code>package-lock.json</code> は、依存パッケージのバージョン解決結果を記録するファイルです。チームや別環境で同じ依存関係を再現しやすくするために使われます。</p>
<table>
<thead>
<tr>
<th>ファイル・フォルダ</th>
<th>役割</th>
<th>扱い方</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>package.json</code></td>
<td>プロジェクト設定と依存関係の宣言</td>
<td>基本的に共有する</td>
</tr>
<tr>
<td><code>package-lock.json</code></td>
<td>依存関係の固定情報</td>
<td>基本的に共有する</td>
</tr>
<tr>
<td><code>node_modules</code></td>
<td>実際に入ったパッケージ本体</td>
<td>再生成できるため共有しないことが多い</td>
</tr>
</tbody>
</table>
<h3><span id="toc7">WordPressやCodex作業でnpmが出てくる場面</span></h3>
<div class="blank-box">
<ul>
<li>WordPressテーマのビルドやCSS/JavaScript処理でnpmを使うことがあります。</li>
<li>Codexは <code>package.json</code> を読んで、ビルドやテスト方法を把握できます。</li>
<li>実行前には、どのコマンドが何をするか確認すると安全です。</li>
</ul>
</div>
<p>WordPress本体の投稿作業だけならnpmは不要なことも多いです。ただし、オリジナルテーマ、ブロック開発、フロントエンドビルド、CSS圧縮、JavaScriptバンドルなどを行う場合はnpmが登場します。</p>
<p>Codexにプロジェクトを見てもらう場合、<code>package.json</code> の <code>scripts</code> を読ませると、どのコマンドで開発サーバーを起動するか、ビルドするか、テストするかが分かります。実行前に「まず内容を説明して」と依頼すると、余計な操作を避けやすくなります。</p>
<table>
<thead>
<tr>
<th>場面</th>
<th>npmの役割</th>
<th>Codexへの依頼例</th>
</tr>
</thead>
<tbody>
<tr>
<td>テーマ開発</td>
<td>CSSやJSのビルド</td>
<td>ビルドコマンドを確認して</td>
</tr>
<tr>
<td>ブロック開発</td>
<td>Reactやビルドツールの管理</td>
<td>依存関係を説明して</td>
</tr>
<tr>
<td>不具合調査</td>
<td>テストやLintの実行</td>
<td>npm scriptsの意味を整理して</td>
</tr>
<tr>
<td>環境構築</td>
<td>必要パッケージのインストール</td>
<td>安全なセットアップ手順を出して</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">npmを使うときの注意点</span></h3>
<div class="blank-box">
<ul>
<li>知らないパッケージを追加する前に、用途と信頼性を確認します。</li>
<li>本番サイトに影響するビルドや更新は、バックアップや差分確認を行います。</li>
<li>Codexに実行させる場合は、まずコマンドの意味を説明させると安全です。</li>
</ul>
</div>
<p>npmは便利ですが、外部パッケージをプロジェクトに入れる仕組みでもあります。不要なパッケージを増やすと、管理が難しくなったり、セキュリティ確認の対象が増えたりします。</p>
<p>既存のWordPressテーマやフロントエンド環境でnpmを使う場合は、まず <code>package.json</code>、<code>package-lock.json</code>、README、既存のビルド手順を確認します。Codexには「まだ実行せず、コマンドの意味だけ説明して」と頼むと、安全に把握できます。</p>
<table>
<thead>
<tr>
<th>注意点</th>
<th>確認するもの</th>
<th>理由</th>
</tr>
</thead>
<tbody>
<tr>
<td>依存関係の追加</td>
<td>パッケージ名、用途、更新状況</td>
<td>不要な依存を増やさない</td>
</tr>
<tr>
<td>ビルド実行</td>
<td><code>scripts</code> の内容</td>
<td>出力先や上書きを確認する</td>
</tr>
<tr>
<td>更新作業</td>
<td>差分、テスト、表示確認</td>
<td>互換性問題を避ける</td>
</tr>
<tr>
<td>権限</td>
<td>グローバルインストールの必要性</td>
<td>環境トラブルを防ぐ</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>npmの使い方は、npm公式DocsとNode.js公式の説明を確認します。</li>
<li>インストール方法やコマンド仕様はバージョンで変わるため、公式情報を優先します。</li>
</ul>
</div>
<ul>
<li><a rel="noopener" target="_blank" href="https://nodejs.org/learn/getting-started/an-introduction-to-the-npm-package-manager">Node.js公式: An introduction to the npm package manager<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/">npm Docs: Downloading and installing Node.js and npm<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://docs.npmjs.com/creating-a-package-json-file/">npm Docs: Creating a package.json file<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://docs.npmjs.com/cli/v9/commands/npm-install/">npm Docs: npm install<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
</ul>
<h3><span id="toc10">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>npmは、Node.jsプロジェクトで使うパッケージ管理ツールです。</li>
<li><code>package.json</code>、<code>node_modules</code>、<code>package-lock.json</code> の役割を分けて理解すると扱いやすくなります。</li>
<li>WordPressテーマ開発やCodex作業では、ビルド、テスト、依存関係確認でnpmがよく登場します。</li>
</ul>
</div>
<div class="secondary-box">
<p>npmは、JavaScript開発やNode.jsプロジェクトで欠かせないパッケージ管理ツールです。WordPress運用だけなら毎回必要になるわけではありませんが、テーマ開発、ブロック開発、フロントエンドビルドでは頻繁に使います。まずは <code>node -v</code>、<code>npm -v</code>、<code>package.json</code> の確認から始めると、プロジェクトの状態を安全に把握できます。</p>
</div>
<div class="blank-box bb-blue">npmは、コードを増やす道具ではなく、必要な部品を整理して再現できる形にするための道具です。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122031/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>XServer APIコマンド一覧｜公式CLIで使えるサーバー管理コマンドを整理</title>
		<link>https://kopenguin.com/post-122028/</link>
					<comments>https://kopenguin.com/post-122028/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 12:45:25 +0000</pubDate>
				<category><![CDATA[Codex]]></category>
		<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[WordPress運用]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=122028</guid>

					<description><![CDATA[XServer APIを公式CLIで扱うためのコマンド一覧を、認証、サーバー情報、WordPress、MySQL、ドメイン、SSL、DNS、メール、FTP、ログに分けてご紹介します。]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-10"><label class="toc-title" for="toc-checkbox-10">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">XServer APIコマンド一覧｜公式CLIで使えるサーバー管理コマンドを整理</a><ol><li><a href="#toc2" tabindex="0">XServer APIコマンド一覧の前提</a></li><li><a href="#toc3" tabindex="0">インストールと認証コマンド</a></li><li><a href="#toc4" tabindex="0">共通オプション</a></li><li><a href="#toc5" tabindex="0">サーバー情報・利用状況コマンド</a></li><li><a href="#toc6" tabindex="0">WordPress・MySQL関連コマンド</a></li><li><a href="#toc7" tabindex="0">ドメイン・SSL・DNS関連コマンド</a></li><li><a href="#toc8" tabindex="0">メール・FTP・ログ関連コマンド</a></li><li><a href="#toc9" tabindex="0">Codexで使うときの安全な順番</a></li><li><a href="#toc10" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc11" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">XServer APIコマンド一覧｜公式CLIで使えるサーバー管理コマンドを整理</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。今回は「XServer APIコマンド一覧」についてご紹介します。XServer APIをターミナルから扱える公式CLIを中心に、認証、サーバー情報、WordPress、MySQL、ドメイン、SSL、DNS、ログなどのコマンドを整理します。</div>
</div>
<h3><span id="toc2">XServer APIコマンド一覧の前提</span></h3>
<div class="blank-box">
<ul>
<li>XServer CLIは、XServer APIをコマンドラインから操作する公式ツールです。</li>
<li>インストール後は、<code>xserver</code> コマンドでサーバー情報取得や設定変更を実行できます。</li>
<li>APIキーが必要なため、認証情報は安全に管理します。</li>
</ul>
</div>
<p>XServer APIをターミナルから扱う場合、公式のXServer CLIを使うと、HTTPリクエストを直接組み立てずにサーバー管理コマンドを実行できます。公式リファレンスでは、<code>xserver server</code> 配下にサーバー管理コマンドが整理されています。</p>
<p>XServer APIそのものについては、前回の記事 <a target="_self" href="https://kopenguin.com/post-122025/">XServer APIとは｜できること・使い方・WordPress運用での活用方法</a> でも整理しています。この記事では、実際に使うコマンドの分類に絞ってご紹介します。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>内容</th>
<th>確認ポイント</th>
</tr>
</thead>
<tbody>
<tr>
<td>公式CLI</td>
<td>XServer CLI</td>
<td><code>xserver</code> コマンドで操作</td>
</tr>
<tr>
<td>対象</td>
<td>エックスサーバー / XServerビジネス</td>
<td>契約サービスと初期ドメインを確認</td>
</tr>
<tr>
<td>認証</td>
<td>APIキー</td>
<td>権限、有効期限、IP制限を確認</td>
</tr>
<tr>
<td>出力</td>
<td>table / json</td>
<td>人間確認ならtable、自動化ならjson</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">インストールと認証コマンド</span></h3>
<div class="blank-box">
<ul>
<li>Node.js 18以上の環境で、npmからインストールできます。</li>
<li>APIキーは <code>xserver auth login</code> で設定できます。</li>
<li>CI/CDやスクリプトでは環境変数での指定も使えます。</li>
</ul>
</div>
<p>XServer CLIはnpmからインストールできます。すぐ試したい場合は、<code>npx xserver-cli server info</code> のようにインストールせず実行する方法も公式リファレンスで案内されています。</p>
<table>
<thead>
<tr>
<th>目的</th>
<th>コマンド</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>インストール</td>
<td><code>npm install -g xserver-cli</code></td>
<td>CLIをグローバルに導入</td>
</tr>
<tr>
<td>即時実行</td>
<td><code>npx xserver-cli server info</code></td>
<td>インストールせずに試す</td>
</tr>
<tr>
<td>バージョン確認</td>
<td><code>xserver --version</code></td>
<td>CLIのバージョン確認</td>
</tr>
<tr>
<td>ログイン</td>
<td><code>xserver auth login</code></td>
<td>対話形式でAPIキーを設定</td>
</tr>
<tr>
<td>認証状態</td>
<td><code>xserver auth status</code></td>
<td>現在の認証状態を確認</td>
</tr>
<tr>
<td>プロファイル一覧</td>
<td><code>xserver auth profiles</code></td>
<td>保存済みプロファイルを確認</td>
</tr>
<tr>
<td>APIキー情報</td>
<td><code>xserver me</code></td>
<td>認証中のAPIキー情報を確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">共通オプション</span></h3>
<div class="blank-box">
<ul>
<li>出力形式は <code>--format table</code> または <code>--format json</code> で指定できます。</li>
<li>複数環境を使う場合は <code>--profile</code> が便利です。</li>
<li>削除や初期化で <code>--yes</code> を使う場合は、対象を必ず確認します。</li>
</ul>
</div>
<p>XServer CLIには、すべてのコマンドで使える共通オプションがあります。人間が読む場合はテーブル形式、自動化やCodexでの解析にはJSON形式が扱いやすくなります。</p>
<table>
<thead>
<tr>
<th>オプション</th>
<th>意味</th>
<th>使いどころ</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>--format table</code></td>
<td>テーブル形式で出力</td>
<td>目視確認</td>
</tr>
<tr>
<td><code>--format json</code></td>
<td>JSON形式で出力</td>
<td>スクリプト連携、Codexでの解析</td>
</tr>
<tr>
<td><code>--profile &lt;name&gt;</code></td>
<td>プロファイル指定</td>
<td>本番・検証環境の切り替え</td>
</tr>
<tr>
<td><code>--servername &lt;name&gt;</code></td>
<td>サーバー名の一時指定</td>
<td>対象サーバーを明示したい場合</td>
</tr>
<tr>
<td><code>-y, --yes</code></td>
<td>確認プロンプトをスキップ</td>
<td>削除・初期化では慎重に使う</td>
</tr>
<tr>
<td><code>-h, --help</code></td>
<td>ヘルプ表示</td>
<td>コマンドの使い方確認</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">サーバー情報・利用状況コマンド</span></h3>
<div class="blank-box">
<ul>
<li>最初に試すなら、読み取り系のサーバー情報コマンドが安全です。</li>
<li>サーバースペックや利用状況を確認できます。</li>
<li>Codexに調査させる場合も、まず読み取り系から始めると安心です。</li>
</ul>
</div>
<p>サーバー管理の入口になるのが、サーバー情報と利用状況の取得です。設定変更を伴わないため、XServer CLIの動作確認にも向いています。</p>
<table>
<thead>
<tr>
<th>目的</th>
<th>コマンド</th>
<th>内容</th>
</tr>
</thead>
<tbody>
<tr>
<td>サーバー情報</td>
<td><code>xserver server info</code></td>
<td>サーバーの基本情報を取得</td>
</tr>
<tr>
<td>利用状況</td>
<td><code>xserver server usage</code></td>
<td>ディスク使用量や設定件数を取得</td>
</tr>
<tr>
<td>JSON出力</td>
<td><code>xserver --format json server info</code></td>
<td>JSON形式で情報取得</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">WordPress・MySQL関連コマンド</span></h3>
<div class="blank-box">
<ul>
<li>WordPress運用では、WordPress関連とMySQL関連のコマンドが重要です。</li>
<li>作成・削除系の操作は、バックアップと対象確認を行ってから実行します。</li>
<li>Codexには、まず一覧取得や設定確認を任せるのが安全です。</li>
</ul>
</div>
<p>WordPressサイト運用では、WordPress設定、データベース、MySQLユーザーの管理が関係します。XServer CLIのリファレンスでは、MySQL設定としてデータベース一覧、作成、削除、MySQLユーザー管理、権限操作などが案内されています。</p>
<table>
<thead>
<tr>
<th>分類</th>
<th>主なコマンド系統</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>WordPress</td>
<td><code>xserver server wordpress ...</code></td>
<td>WordPress関連設定の確認・操作</td>
</tr>
<tr>
<td>データベース一覧</td>
<td><code>xserver server mysql database list</code></td>
<td>MySQLデータベース一覧を取得</td>
</tr>
<tr>
<td>データベース作成</td>
<td><code>xserver server mysql database create</code></td>
<td>新規DBを作成</td>
</tr>
<tr>
<td>データベース削除</td>
<td><code>xserver server mysql database delete</code></td>
<td>DBを削除</td>
</tr>
<tr>
<td>MySQLユーザー</td>
<td><code>xserver server mysql user ...</code></td>
<td>ユーザー一覧・作成・変更・削除</td>
</tr>
<tr>
<td>DB権限</td>
<td><code>xserver server mysql privilege ...</code></td>
<td>権限取得・付与・削除</td>
</tr>
</tbody>
</table>
<div class="information-box">コマンド名やサブコマンドはCLIの更新で変わる可能性があります。実行前に <code>xserver server --help</code> や公式リファレンスで確認してください。</div>
<h3><span id="toc7">ドメイン・SSL・DNS関連コマンド</span></h3>
<div class="blank-box">
<ul>
<li>ドメイン、SSL、DNSはサイト表示に直結する重要な設定です。</li>
<li>追加や削除の前に、対象ドメインと反映影響を確認します。</li>
<li>DNS変更は反映待ちがあるため、すぐに結果が見えない場合があります。</li>
</ul>
</div>
<p>ドメイン、サブドメイン、SSL、DNSレコードは、WordPressサイトの表示やメール到達にも影響する設定です。読み取り系の一覧取得は便利ですが、追加・削除・更新系は慎重に扱います。</p>
<table>
<thead>
<tr>
<th>分類</th>
<th>主なコマンド系統</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>ドメイン設定</td>
<td><code>xserver server domain ...</code></td>
<td>ドメイン一覧・詳細・追加・削除</td>
</tr>
<tr>
<td>サブドメイン</td>
<td><code>xserver server subdomain ...</code></td>
<td>サブドメイン一覧・追加・削除</td>
</tr>
<tr>
<td>SSL設定</td>
<td><code>xserver server ssl ...</code></td>
<td>SSL一覧、無料SSLのインストール・アンインストール</td>
</tr>
<tr>
<td>DNSレコード</td>
<td><code>xserver server dns ...</code></td>
<td>DNSレコード一覧・追加・更新・削除</td>
</tr>
<tr>
<td>PHPバージョン</td>
<td><code>xserver server php ...</code></td>
<td>PHPバージョン取得・変更</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">メール・FTP・ログ関連コマンド</span></h3>
<div class="blank-box">
<ul>
<li>メール関連はアカウント、転送、迷惑メール、DKIM、SPFなど多くの設定があります。</li>
<li>FTPアカウントはファイル操作につながるため、権限管理が重要です。</li>
<li>ログ取得は、エラー調査やアクセス状況確認に役立ちます。</li>
</ul>
</div>
<p>XServer CLIでは、メール関連設定、FTPアカウント、アクセスログ、エラーログなども扱えます。メールやFTPはサイト運用の基盤なので、誤削除や誤設定を避けるため、読み取り系から始めるのがおすすめです。</p>
<table>
<thead>
<tr>
<th>分類</th>
<th>主なコマンド系統</th>
<th>用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>メールアカウント</td>
<td><code>xserver server mail ...</code></td>
<td>メールアカウント一覧・追加・変更・削除</td>
</tr>
<tr>
<td>迷惑メール設定</td>
<td><code>xserver server spam-filter ...</code></td>
<td>迷惑メールフィルタ取得・更新</td>
</tr>
<tr>
<td>メール振り分け</td>
<td><code>xserver server mail-filter ...</code></td>
<td>振り分け設定の一覧・追加・削除</td>
</tr>
<tr>
<td>DKIM / SPF / DMARC</td>
<td><code>xserver server dkim ...</code> など</td>
<td>送信ドメイン認証関連の確認・更新</td>
</tr>
<tr>
<td>FTPアカウント</td>
<td><code>xserver server ftp ...</code></td>
<td>FTPアカウント一覧・追加・変更・削除</td>
</tr>
<tr>
<td>ログ</td>
<td><code>xserver server log ...</code></td>
<td>アクセスログ・エラーログ取得</td>
</tr>
</tbody>
</table>
<h3><span id="toc9">Codexで使うときの安全な順番</span></h3>
<div class="blank-box">
<ul>
<li>まず読み取り系コマンドで対象サーバーと状態を確認します。</li>
<li>次にJSON出力でCodexに要約・比較させます。</li>
<li>作成・削除・更新系は、バックアップと確認を挟んでから実行します。</li>
</ul>
</div>
<p>CodexとXServer CLIを組み合わせる場合、いきなり変更系コマンドを実行するのではなく、まず読み取り系コマンドで状況を確認します。たとえば、サーバー情報、利用状況、ドメイン一覧、MySQL一覧、ログ取得などです。</p>
<p>JSON出力にすると、Codexが結果を要約したり、差分を見たり、チェックリストへ変換しやすくなります。削除や初期化を伴うコマンドで <code>--yes</code> を使う場合は、対象を必ず確認してから実行します。</p>
<table>
<thead>
<tr>
<th>段階</th>
<th>コマンド例</th>
<th>Codexに任せること</th>
</tr>
</thead>
<tbody>
<tr>
<td>確認</td>
<td><code>xserver server info</code></td>
<td>対象サーバーの要約</td>
</tr>
<tr>
<td>一覧取得</td>
<td><code>xserver --format json server usage</code></td>
<td>利用状況の整理</td>
</tr>
<tr>
<td>調査</td>
<td><code>xserver server log ...</code></td>
<td>エラー原因の候補整理</td>
</tr>
<tr>
<td>変更前</td>
<td><code>xserver server ... list</code></td>
<td>変更対象の確認表作成</td>
</tr>
<tr>
<td>変更</td>
<td><code>xserver server ... create/update/delete</code></td>
<td>承認後の実行補助</td>
</tr>
</tbody>
</table>
<h3><span id="toc10">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>コマンド名やサブコマンドは、公式リファレンスで確認します。</li>
<li>APIキー、権限、レート制限、初期ドメインの指定も公式ページで確認します。</li>
</ul>
</div>
<ul>
<li><a rel="noopener" target="_blank" href="https://developer.xserver.ne.jp/cli/server/">XServer CLI リファレンス — サーバー管理<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://developer.xserver.ne.jp/">XServer API リファレンス<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://www.xserver.ne.jp/manual/man_tool_api.php">エックスサーバー公式マニュアル: XServer API<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
</ul>
<h3><span id="toc11">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIコマンドは、公式XServer CLIの <code>xserver</code> コマンドで扱えます。</li>
<li>サーバー情報、WordPress、MySQL、ドメイン、SSL、DNS、メール、FTP、ログなどを分類して確認すると理解しやすくなります。</li>
<li>Codexと組み合わせる場合は、読み取り系から始め、変更系は確認とバックアップを挟むのが安全です。</li>
</ul>
</div>
<div class="secondary-box">
<p>XServer APIコマンドは、サーバーパネルで行う作業をターミナルやスクリプトから扱いやすくするための入口です。まずは <code>xserver auth login</code>、<code>xserver server info</code>、<code>xserver server usage</code> のような安全な確認系から始め、WordPressやMySQL、DNSなどの変更系コマンドは、対象確認とバックアップをそろえてから進めると安心です。</p>
</div>
<div class="blank-box bb-blue">コマンド一覧は、覚えるためではなく、作業前に危険な操作を見分ける地図として使うと役立ちます。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122028/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>XServer APIとは｜できること・使い方・WordPress運用での活用方法</title>
		<link>https://kopenguin.com/post-122025/</link>
					<comments>https://kopenguin.com/post-122025/#respond</comments>
		
		<dc:creator><![CDATA[CODEXCODEX]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 12:35:00 +0000</pubDate>
				<category><![CDATA[Codex]]></category>
		<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[WordPress運用]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=122025</guid>

					<description><![CDATA[XServer APIとは何か、できること、APIキー管理、CodexやAIエージェントとの関係、WordPress運用での安全な使い方をご紹介します。]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-11"><label class="toc-title" for="toc-checkbox-11">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">XServer APIとは｜できること・使い方・WordPress運用での活用方法</a><ol><li><a href="#toc2" tabindex="0">XServer APIとは</a></li><li><a href="#toc3" tabindex="0">XServer APIでできること</a></li><li><a href="#toc4" tabindex="0">CodexやAIエージェントとの関係</a></li><li><a href="#toc5" tabindex="0">APIキーと安全な使い方</a></li><li><a href="#toc6" tabindex="0">WordPress運用での活用例</a></li><li><a href="#toc7" tabindex="0">XServer CLIとの違い</a></li><li><a href="#toc8" tabindex="0">公式情報・参考ページ</a></li><li><a href="#toc9" tabindex="0">まとめ</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">XServer APIとは｜できること・使い方・WordPress運用での活用方法</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">ご訪問ありがとうございます。今回は「XServer APIとは」についてご紹介します。サーバーパネルの操作を外部プログラムやAIエージェントから扱える仕組みとして、できること、使い方、WordPress運用での注意点を整理します。</div>
</div>
<h3><span id="toc2">XServer APIとは</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIは、エックスサーバーのサーバーパネル機能をREST APIで扱うための仕組みです。</li>
<li>ドメイン、メールアカウント、WordPress、データベースなどの設定操作に対応します。</li>
<li>外部プログラムやAIエージェントからサーバー運用を自動化しやすくなります。</li>
</ul>
</div>
<p>XServer APIは、エックスサーバーおよびXServerビジネスで提供されているサーバーパネルの主要機能を、外部プログラムから操作するためのREST APIです。公式マニュアルでは、ドメイン、メールアカウント、WordPress、データベースなどの各設定を、外部プログラムやAIエージェントから操作できるAPIとして説明されています。</p>
<p>これまでブラウザ上のサーバーパネルで手動操作していた作業を、API経由で実行できるようになるため、定型作業の自動化や、CodexのようなAIエージェントとの連携に向いています。</p>
<table>
<thead>
<tr>
<th>項目</th>
<th>内容</th>
<th>実務での意味</th>
</tr>
</thead>
<tbody>
<tr>
<td>形式</td>
<td>REST API</td>
<td>外部プログラムからHTTPで操作できる</td>
</tr>
<tr>
<td>レスポンス</td>
<td>JSON</td>
<td>スクリプトやAIエージェントで扱いやすい</td>
</tr>
<tr>
<td>対象</td>
<td>サーバーパネルの主要機能</td>
<td>手動操作の一部を自動化できる</td>
</tr>
<tr>
<td>認証</td>
<td>APIキー</td>
<td>権限管理と保管が重要になる</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">XServer APIでできること</span></h3>
<div class="blank-box">
<ul>
<li>サーバー情報やリソース使用状況の確認に使えます。</li>
<li>WordPress、データベース、メール、ドメイン関連の操作に活用できます。</li>
<li>API対応範囲は今後変わる可能性があるため、公式リファレンス確認が必要です。</li>
</ul>
</div>
<p>XServer APIでは、サーバー情報の取得、WordPress関連操作、データベース管理、メールアカウント管理、ドメイン関連設定など、サーバーパネルで行っていた作業の一部をAPI経由で扱えます。</p>
<p>特にWordPress運用では、インストール、削除、設定確認、データベース管理、メールアカウント管理などの定型作業を整理しやすくなります。ただし、APIが対応している操作は公式リファレンスで確認する必要があります。</p>
<table>
<thead>
<tr>
<th>分野</th>
<th>できることの例</th>
<th>注意点</th>
</tr>
</thead>
<tbody>
<tr>
<td>サーバー管理</td>
<td>サーバー情報、利用状況の確認</td>
<td>確認系から始めると安全</td>
</tr>
<tr>
<td>WordPress</td>
<td>インストールや関連設定</td>
<td>本番環境ではバックアップ確認が必要</td>
</tr>
<tr>
<td>データベース</td>
<td>MySQL関連操作</td>
<td>削除や権限変更は慎重に行う</td>
</tr>
<tr>
<td>メール</td>
<td>メールアカウントや転送設定</td>
<td>誤設定が業務連絡に影響する</td>
</tr>
<tr>
<td>ドメイン</td>
<td>ドメイン関連設定</td>
<td>DNSやSSLへの影響を確認する</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">CodexやAIエージェントとの関係</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIは、AIエージェントからサーバー操作を行う土台になります。</li>
<li>Codexに手順作成、APIリクエスト作成、確認リスト作成を任せやすくなります。</li>
<li>本番操作は、確認と承認を挟む運用が安全です。</li>
</ul>
</div>
<p>XServer APIは、AIエージェントや外部プログラムからサーバー操作を行う用途を想定した機能です。Codexと組み合わせる場合、API仕様を読ませてリクエスト例を作る、運用スクリプトを作る、サーバー設定の確認リストを作る、といった使い方が考えられます。</p>
<p>一方で、サーバー操作は影響範囲が広いため、最初からすべてを自動実行するより、読み取り系、確認系、下書き作成、承認付き実行の順で段階的に進めるのが実務的です。</p>
<table>
<thead>
<tr>
<th>段階</th>
<th>Codexに任せる作業</th>
<th>人が確認すること</th>
</tr>
</thead>
<tbody>
<tr>
<td>調査</td>
<td>API仕様の要約、使える操作の整理</td>
<td>公式情報かどうか</td>
</tr>
<tr>
<td>設計</td>
<td>運用手順、スクリプト案の作成</td>
<td>対象サーバーと権限</td>
</tr>
<tr>
<td>確認</td>
<td>読み取り系APIの実行補助</td>
<td>レスポンス内容</td>
</tr>
<tr>
<td>実行</td>
<td>承認後の操作補助</td>
<td>バックアップ、影響範囲、復旧方法</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">APIキーと安全な使い方</span></h3>
<div class="blank-box">
<ul>
<li>APIキーはXServerアカウント側で発行・管理します。</li>
<li>キーごとの権限やIP制限を確認して、必要最小限で使います。</li>
<li>APIキーは記事本文、チャット、公開メモに書かず、安全な場所へ保存します。</li>
</ul>
</div>
<p>XServer APIを使うには、APIキーの発行と管理が必要です。公式ニュースでは、APIキーを複数作成でき、それぞれのキーごとに権限を設定できると案内されています。また、APIキーごとのIP制限機能も追加されています。</p>
<p>APIキーはサーバー操作につながる重要な情報です。Codexに作業を依頼する場合でも、キーそのものをチャットに貼らず、ローカルの安全なファイルや環境変数で管理する運用が安全です。</p>
<table>
<thead>
<tr>
<th>管理項目</th>
<th>おすすめ運用</th>
<th>理由</th>
</tr>
</thead>
<tbody>
<tr>
<td>APIキー</td>
<td>用途ごとに分けて発行</td>
<td>不要になったキーを無効化しやすい</td>
</tr>
<tr>
<td>権限</td>
<td>必要最小限にする</td>
<td>誤操作や漏えい時の影響を抑える</td>
</tr>
<tr>
<td>IP制限</td>
<td>可能なら許可IPを限定</td>
<td>不正利用リスクを下げる</td>
</tr>
<tr>
<td>保管場所</td>
<td>安全なローカルファイルや環境変数</td>
<td>公開メモへの混入を防ぐ</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">WordPress運用での活用例</span></h3>
<div class="blank-box">
<ul>
<li>WordPressの新規環境作成や設定確認を効率化できます。</li>
<li>データベースやメールアカウントの定型作業を整理できます。</li>
<li>更新や削除を伴う操作は、バックアップと復元手順を確認してから行います。</li>
</ul>
</div>
<p>WordPressサイトを複数運用している場合、サーバーパネルの手動操作が増えやすくなります。XServer APIを使うと、WordPress環境の確認、データベース関連作業、メールアカウント管理などを、手順化しやすくなります。</p>
<p>ただし、WordPressの削除、データベース削除、ドメインやSSLの変更などは影響が大きい操作です。Codexに作業させる場合でも、実行前に対象サーバー、対象ドメイン、バックアップ、復元方法を確認します。</p>
<table>
<thead>
<tr>
<th>活用例</th>
<th>向いている作業</th>
<th>実行前チェック</th>
</tr>
</thead>
<tbody>
<tr>
<td>新規サイト準備</td>
<td>WordPress環境作成の手順化</td>
<td>ドメイン、DB名、初期設定</td>
</tr>
<tr>
<td>保守作業</td>
<td>利用状況や設定の確認</td>
<td>本番環境への影響</td>
</tr>
<tr>
<td>メール管理</td>
<td>メールアカウントや転送設定</td>
<td>既存メール運用への影響</td>
</tr>
<tr>
<td>自動化</td>
<td>定型作業のスクリプト化</td>
<td>ログ、エラー時の停止条件</td>
</tr>
</tbody>
</table>
<h3><span id="toc7">XServer CLIとの違い</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIは、外部プログラムから直接利用するためのインターフェースです。</li>
<li>XServer CLIは、XServer APIをターミナルから操作する公式コマンドラインツールです。</li>
<li>スクリプトやCI/CDではCLI、独自アプリではAPIを使うと整理しやすくなります。</li>
</ul>
</div>
<p>XServer APIには、ターミナルから操作できる公式のXServer CLIも用意されています。APIを直接呼び出す場合はHTTPリクエストを組み立てますが、CLIを使うとコマンドとして実行しやすくなります。</p>
<p>Codexと組み合わせる場合、まずCLIで読み取り系の操作を試し、必要に応じてAPIを使ったスクリプト化へ進むと、動作確認がしやすくなります。</p>
<table>
<thead>
<tr>
<th>種類</th>
<th>使う場所</th>
<th>向いている用途</th>
</tr>
</thead>
<tbody>
<tr>
<td>XServer API</td>
<td>外部プログラム、独自ツール</td>
<td>システム連携、管理画面連携</td>
</tr>
<tr>
<td>XServer CLI</td>
<td>ターミナル、シェルスクリプト</td>
<td>手元確認、運用スクリプト、CI/CD</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">公式情報・参考ページ</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIは更新が続いているため、公式マニュアルとAPIリファレンスを確認します。</li>
<li>APIキーや権限設定は、契約中のプランや管理画面の表示に従って確認します。</li>
</ul>
</div>
<ul>
<li><a rel="noopener" target="_blank" href="https://www.xserver.ne.jp/manual/man_tool_api.php">エックスサーバー公式マニュアル: XServer API<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://developer.xserver.ne.jp/">XServer API リファレンス<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://www.xserver.ne.jp/news_detail.php?view_id=18133">エックスサーバー公式ニュース: XServer API提供開始<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_blank" href="https://developer.xserver.ne.jp/cli/server/">XServer CLI リファレンス<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
</ul>
<h3><span id="toc9">まとめ</span></h3>
<div class="blank-box">
<ul>
<li>XServer APIは、サーバーパネルの主要操作をREST APIで扱うための仕組みです。</li>
<li>WordPress、データベース、メール、ドメインなどの運用自動化に役立ちます。</li>
<li>APIキー、権限、IP制限、バックアップを確認しながら段階的に使うことが大切です。</li>
</ul>
</div>
<div class="secondary-box">
<p>XServer APIを使うと、これまで手動で行っていたサーバー管理作業を、外部プログラムやAIエージェントから扱いやすくなります。まずは情報取得や設定確認などの安全な操作から始め、WordPressインストールやデータベース操作のような影響が大きい作業は、バックアップと承認を挟んで進めると安心です。</p>
</div>
<div class="blank-box bb-blue">サーバー運用の自動化は、速さよりも「戻せること」と「確認できること」を先に整えると強くなります。</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-122025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ECサイト（Electronic Commerce site）とは</title>
		<link>https://kopenguin.com/post-105551/</link>
					<comments>https://kopenguin.com/post-105551/#respond</comments>
		
		<dc:creator><![CDATA[コペン]]></dc:creator>
		<pubDate>Sat, 03 May 2025 10:31:56 +0000</pubDate>
				<category><![CDATA[ECサイト]]></category>
		<category><![CDATA[カメラ史]]></category>
		<category><![CDATA[写真・カメラ]]></category>
		<category><![CDATA[撮影技法]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=105551</guid>

					<description><![CDATA[目次 ECサイト（Electronic Commerce site）とは&#x1f539; ECサイトの主な種類&#x1f539; ECサイトの基本機能&#x1f539; ECサイト運営の流れ（概略）&#x1f539;  [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-13"><label class="toc-title" for="toc-checkbox-13">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">ECサイト（Electronic Commerce site）とは</a><ol><li><a href="#toc2" tabindex="0">&#x1f539; ECサイトの主な種類</a></li><li><a href="#toc3" tabindex="0">&#x1f539; ECサイトの基本機能</a></li><li><a href="#toc4" tabindex="0">&#x1f539; ECサイト運営の流れ（概略）</a></li><li><a href="#toc5" tabindex="0">&#x1f539; メリットと課題</a></li><li><a href="#toc6" tabindex="0">&#x2705; まとめ ECサイトとは</a></li><li><a href="#toc7" tabindex="0">ECサイト関連ページのご紹介</a></li><li><a href="#toc8" tabindex="0">Webビジネス関連ページのご紹介</a></li><li><a href="#toc9" tabindex="0">IT関連ページのご紹介</a></li><li><a href="#toc10" tabindex="0">「学ぶ」学習用関連ページのご紹介</a></li><li><a href="#toc11" tabindex="0">【ゲームTOP】ゲーム関連ページのご紹介</a></li><li><a href="#toc12" tabindex="0">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</a></li><li><a href="#toc13" tabindex="0">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">ECサイト（Electronic Commerce site）とは</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>ECサイト（Electronic Commerce site）とは、インターネット上で商品やサービスを販売・購入できる電子商取引のためのウェブサイトのことです。</p>
</div>
</div>
<p>Amazonや楽天市場などの大型プラットフォームから、個人事業主のネットショップまで、さまざまな形態があります。</p>
<h3><span id="toc2">&#x1f539; ECサイトの主な種類</span></h3>
<table>
<thead>
<tr>
<th>分類</th>
<th>例</th>
<th>特徴</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>モール型</strong></td>
<td>Amazon、楽天市場、Yahoo!ショッピング</td>
<td>複数店舗が集まるマーケット型、集客力が高い</td>
</tr>
<tr>
<td><strong>自社型EC（D2C）</strong></td>
<td>ユニクロ、無印良品、ブランド公式通販サイト</td>
<td>独自のブランディング・価格戦略が可能</td>
</tr>
<tr>
<td><strong>ASP型EC</strong></td>
<td>BASE、STORES、Shopify</td>
<td>初心者でも簡単に開設可能、低コストで運用できる</td>
</tr>
<tr>
<td><strong>BtoB EC</strong></td>
<td>モノタロウ、ASKUL、業務用ECサイト</td>
<td>企業間取引に特化した機能（見積・請求書など）</td>
</tr>
</tbody>
</table>
<h3><span id="toc3">&#x1f539; ECサイトの基本機能</span></h3>
<div class="blank-box">・商品ページ（画像・説明・価格）<br />
・カート・決済機能（クレカ・PayPay・コンビニ払い等）<br />
・会員登録・購入履歴 ・在庫管理・受注管理 ・配送・返品対応 ・SEO・販促機能（クーポン・ポイント・メルマガ等）</div>
<h3><span id="toc4">&#x1f539; ECサイト運営の流れ（概略）</span></h3>
<div class="blank-box"><strong>1. 商品登録</strong>（写真・価格・在庫）<br />
<strong>2. サイト構築</strong>（テンプレートor独自デザイン）<br />
<strong>3. 決済・配送システム</strong>の導入<br />
<strong>4. 集客</strong>（SNS・広告・SEO）<br />
<strong>5. 受注・出荷・フォロー対応<br />
</strong> <strong>6. 分析・改善</strong>（CVR・離脱率・在庫回転）</div>
<h3><span id="toc5">&#x1f539; メリットと課題</span></h3>
<table>
<thead>
<tr>
<th style="text-align: center;">メリット</th>
<th style="text-align: center;">課題</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">24時間・全国に販売可能</td>
<td style="text-align: center;">集客・信頼性確保には工夫が必要</td>
</tr>
<tr>
<td style="text-align: center;">小資本でスタートできる</td>
<td style="text-align: center;">価格競争や類似サイトとの差別化が難しい場合も</td>
</tr>
<tr>
<td style="text-align: center;">データに基づいた販売改善が可能</td>
<td style="text-align: center;">決済・セキュリティ・物流など多機能な管理が必要</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">&#x2705; まとめ ECサイトとは</span></h3>
<div class="secondary-box">「場所を持たずに世界中に商売できる仮想店舗」 ＝ 誰でも挑戦できる一方、競争力と顧客体験の磨き込みが成功の鍵。</div>
<h4>ECサイト関連ページのご紹介</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>ECサイト関連ページをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 100%; height: 1871px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="87" />
<col width="88" />
<col width="79" />
<col width="83" />
<col width="46" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="height: 37px; text-align: center; width: 20.1897%;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;名作RPGの一覧&quot;}"><strong>ECサイト関連ページのご紹介</strong></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 10px; width: 20.1897%;" colspan="5"><a target="_self" href="https://kopenguin.com/post-105431/">ECサイト</a> ＞</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 10px;" colspan="5"><a target="_self" href="https://kopenguin.com/post-105551/">概要</a> <a target="_self" href="https://kopenguin.com/post-105439/">歴史</a> 運営の流れ 機能<br />
ASP型EC <a target="_self" href="https://kopenguin.com/post-105576/">概要</a> <a target="_self" href="https://kopenguin.com/post-105568/">歴史</a></td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; height: 190px;" colspan="5"><strong>Shopify<br />
</strong><a target="_self" href="https://kopenguin.com/post-105608/">概要</a> <a target="_self" href="https://kopenguin.com/post-105605/">歴史</a> 特徴 機能<br />
<strong>特徴</strong> 拡張性 越境EC POS・実店舗との連携（OMO）<br />
<strong>導入</strong>  チェックリスト(<a target="_self" href="https://kopenguin.com/post-105611/">標準</a> <a target="_self" href="https://kopenguin.com/post-105614/">アパレル</a>) 導入支援マニュアル(<a target="_self" href="https://kopenguin.com/post-105641/">LB中古ビジネス用</a>)<br />
Shopify Flow <a target="_self" href="https://kopenguin.com/post-105600/">概要</a> 連携タグ設計(テンプレ)</td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px;" colspan="5"><strong>複数Shopify運用（マルチストア戦略）</strong><br />
<a target="_self" href="https://kopenguin.com/post-105725/">概要</a> <a target="_self" href="https://kopenguin.com/post-105734/">① 個別に運用</a> <a target="_self" href="https://kopenguin.com/post-105731/">② Shopify Plus</a> <a target="_self" href="https://kopenguin.com/post-105738/">③外部アプリや連携ツールでの統合管理</a> <a target="_self" href="https://kopenguin.com/post-105741/">選定ポイント</a><br />
<strong>ツール<br />
</strong> <a target="_self" href="https://kopenguin.com/post-105744/">一覧</a> <a target="_self" href="https://kopenguin.com/post-105747/">商品管理・連携</a>(<a target="_self" href="https://kopenguin.com/post-105751/">Matrixify</a> <a target="_self" href="https://kopenguin.com/post-105754/">チェックリスト</a>) <a target="_self" href="https://kopenguin.com/post-105757/">在庫・価格連携</a> CRM(<a target="_self" href="https://kopenguin.com/post-105760/">概要</a> <a target="_self" href="https://kopenguin.com/post-105763/">チェックリスト</a>)<br />
<strong>自動化</strong> <a target="_self" href="https://kopenguin.com/post-105766/">概要</a> <a target="_self" href="https://kopenguin.com/post-105769/">一覧</a> <a target="_self" href="https://kopenguin.com/post-105772/">比較</a> <a target="_self" href="https://kopenguin.com/post-105775/">事例集</a></td>
</tr>
<tr style="height: 485px;">
<td style="text-align: center; height: 485px;" colspan="5"><strong>運営の流れ</strong><br />
<a target="_self" href="https://kopenguin.com/post-105554/">概要</a> 構成方法(<a target="_self" href="https://kopenguin.com/post-105728/">概要</a> )<br />
グジュアリーブランド中古品フロー  買取 → 再販売(<a target="_self" href="https://kopenguin.com/post-105633/">基本</a> )<br />
<strong>商品登録<br />
</strong> <a target="_self" href="https://kopenguin.com/post-105620/">テンプレ</a> タグ 命名ルール <a target="_self" href="https://kopenguin.com/post-105617/">アパレル</a><br />
<strong>ラグジュアリーブランド用</strong><br />
商品登録 <a target="_self" href="https://kopenguin.com/post-105627/">概要</a> <a target="_self" href="https://kopenguin.com/post-105645/">基本方針</a> 命名ルール<br />
命名ルール <a target="_self" href="https://kopenguin.com/post-105630/">概要</a> <a target="_self" href="https://kopenguin.com/post-105672/">素材</a><br />
カテゴリ登録(<a target="_self" href="https://kopenguin.com/post-105665/">概要</a> <a target="_self" href="https://kopenguin.com/post-105658/">ガイドライン</a> ) 自動コレクション(<a target="_self" href="https://kopenguin.com/post-105662/">マニュアル</a> )<br />
<strong>SKU</strong><br />
(<a target="_self" href="https://kopenguin.com/post-105558/">概要</a> <a target="_self" href="https://kopenguin.com/post-105562/">在庫管理戦略</a> <a target="_self" href="https://kopenguin.com/post-105571/">命名ルール</a> <a target="_self" href="https://kopenguin.com/post-105580/">マニュアル</a>)<br />
LB中古品(<a target="_self" href="https://kopenguin.com/post-105668/">概要</a> <a target="_self" href="https://kopenguin.com/post-105655/">ガイドライン</a>)</p>
<p><a target="_self" href="https://kopenguin.com/post-105652/">撮影指示マニュアル</a></td>
</tr>
<tr style="height: 156px;">
<td style="text-align: center; height: 156px;" colspan="5"><strong>マーケティング<br />
戦略的マーケティング</strong><br />
<a target="_self" href="https://kopenguin.com/post-105583/">概要</a> <a target="_self" href="https://kopenguin.com/post-105588/">自動化プラン</a><br />
Shopify <a target="_self" href="https://kopenguin.com/post-105592/">概要</a>  ステップメール (概要 <a target="_self" href="https://kopenguin.com/post-105596/">シナリオ事例集</a>)<strong><br />
</strong></td>
</tr>
<tr style="height: 361px;">
<td style="text-align: center; width: 20.1897%; height: 361px;" colspan="5"><strong>機能<br />
</strong><a target="_self" href="https://kopenguin.com/post-105705/">概要</a> カテゴリ ストア構築 商品・在庫管理 販売チャネル 決済 マーケティング 分析 自動化 その他<br />
ストア構築 概要 <a target="_self" href="https://kopenguin.com/post-105789/">導入費用</a><br />
商品・在庫管理 概要<br />
販売チャネル <a target="_self" href="https://kopenguin.com/post-105778/">概要</a> アプリ(<a target="_self" href="https://kopenguin.com/post-105782/">一覧</a> <a target="_self" href="https://kopenguin.com/post-105785/">比較</a>) <a target="_self" href="https://kopenguin.com/post-105792/">SNS連携</a><br />
決済 概要<br />
マーケティング 概要<br />
<strong>分析<br />
</strong> <a target="_self" href="https://kopenguin.com/post-105708/">概要</a> 外部連携(<a target="_self" href="https://kopenguin.com/post-105714/">概要</a> )BIツール(<a target="_self" href="https://kopenguin.com/post-105722/">概要</a> ) GA4連携 <a target="_self" href="https://kopenguin.com/post-105717/">マニュアル</a> <a target="_self" href="https://kopenguin.com/post-105711/">Klaviyo/LINE活用</a><br />
自動化 概要<br />
その他 概要</td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; width: 20.1897%; height: 190px;" colspan="5"><strong>物流<br />
</strong>ECサイト <a target="_self" href="https://kopenguin.com/post-105525/">歴史</a> <a target="_self" href="https://kopenguin.com/post-105535/">比較</a><br />
波動 <a target="_self" href="https://kopenguin.com/post-105529/">概要</a><br />
システム WMS(<a target="_self" href="https://kopenguin.com/post-105539/">概要</a> <a target="_self" href="https://kopenguin.com/post-105542/">種類</a> <a target="_self" href="https://kopenguin.com/post-105545/">比較</a> <a target="_self" href="https://kopenguin.com/post-105548/">診断リスト</a>)<br />
自動化 <a target="_self" href="https://kopenguin.com/post-105515/">機能別</a> <a target="_self" href="https://kopenguin.com/post-105512/">比較</a> コスト構造(<a target="_self" href="https://kopenguin.com/post-105522/">比較</a> ) <a target="_self" href="https://kopenguin.com/post-105532/">中小企業</a></td>
</tr>
<tr style="height: 258px;">
<td style="text-align: center; height: 258px;" colspan="5"><strong>Amazon</strong><br />
<a target="_self" href="https://kopenguin.com/post-105434/">歴史</a> <a target="_self" href="https://kopenguin.com/post-105442/">日本展開</a><br />
<strong>経営</strong> ジェフ・ベゾス(<a target="_self" href="https://kopenguin.com/post-105446/">経営戦略</a> <a target="_self" href="https://kopenguin.com/post-105451/">退任</a>) <a target="_self" href="https://kopenguin.com/post-105473/">アンディ・ジャシー</a> <a target="_self" href="https://kopenguin.com/post-105489/">Alexa事業</a><br />
プライム <a target="_self" href="https://kopenguin.com/post-105462/">戦略</a> マーケットプレイス <a target="_self" href="https://kopenguin.com/post-105465/">出店</a> FBA(<a target="_self" href="https://kopenguin.com/post-105482/">概要</a> <a target="_self" href="https://kopenguin.com/post-105486/">金額例</a>)<br />
<strong>物流</strong><br />
<a target="_self" href="https://kopenguin.com/post-105456/">概要</a> 国内(<a target="_self" href="https://kopenguin.com/post-105477/">主要拠点</a>)<br />
ラストワンマイル <a target="_self" href="https://kopenguin.com/post-105470/">独自配送網</a><br />
ロボティクス <a target="_self" href="https://kopenguin.com/post-105505/">概要</a> <a target="_self" href="https://kopenguin.com/post-105509/">限界と今後</a><br />
労働問題 <a target="_self" href="https://kopenguin.com/post-105496/">概要</a> <a target="_self" href="https://kopenguin.com/post-105499/">過酷</a> 労働組合(<a target="_self" href="https://kopenguin.com/post-105492/">対立</a> ) <a target="_self" href="https://kopenguin.com/post-105502/">労働管理マニュアル</a></td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; width: 20.1897%; height: 87px;" colspan="5"><strong>POS・実店舗との連携（OMO）</strong><br />
<a target="_self" href="https://kopenguin.com/post-105679/">概要</a> <a target="_self" href="https://kopenguin.com/post-105676/">連携</a> POS(<a target="_self" href="https://kopenguin.com/post-105682/">一覧</a>) <a target="_self" href="https://kopenguin.com/post-105685/">POS Lite/Pro比較</a> <a target="_self" href="https://kopenguin.com/post-105702/">POS Pro</a><br />
導入 <a target="_self" href="https://kopenguin.com/post-105689/">マニュアル</a> <a target="_self" href="https://kopenguin.com/post-105692/">チェックリスト</a><br />
返品・精算(<a target="_self" href="https://kopenguin.com/post-105695/">フロー</a> <a target="_self" href="https://kopenguin.com/post-105698/">マニュアル</a>)</td>
</tr>
</tbody>
</table>
<div id="msmaflink-bRDTb">
<p><!-- START MoshimoAffiliateEasyLink --> <script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"いちばんやさしいShopifyの教本 人気講師が教える売れるネットショップ制作・運営 「いちばんやさしい教本」シリーズ","b":"","t":"","d":"https://m.media-amazon.com","c_p":"","p":["/images/I/51T2mXZtL4L._SL500_.jpg"],"u":{"u":"https://www.amazon.co.jp/dp/B09FSNS4VL","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https://www.amazon.co.jp/dp/B09FSNS4VL","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https://search.rakuten.co.jp/search/mall/%E3%81%84%E3%81%A1%E3%81%B0%E3%82%93%E3%82%84%E3%81%95%E3%81%97%E3%81%84Shopify%E3%81%AE%E6%95%99%E6%9C%AC%20%E4%BA%BA%E6%B0%97%E8%AC%9B%E5%B8%AB%E3%81%8C%E6%95%99%E3%81%88%E3%82%8B%E5%A3%B2%E3%82%8C%E3%82%8B%E3%83%8D%E3%83%83%E3%83%88%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97%E5%88%B6%E4%BD%9C%E3%83%BB%E9%81%8B%E5%96%B6%20%E3%80%8C%E3%81%84%E3%81%A1%E3%81%B0%E3%82%93%E3%82%84%E3%81%95%E3%81%97%E3%81%84%E6%95%99%E6%9C%AC%E3%80%8D%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"KFiwJ","s":"s"});
</script></p>
<div id="msmaflink-KFiwJ">リンク</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>
</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>
<p style="text-align: center;"><!-- MoshimoAffiliateEasyLink END --></p>

<h3><span id="toc7">ECサイト関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>ECサイト関連ページをご紹介します。</p>
</div>
</div>
<h4><strong>【単】Webビジネス関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>Webビジネス関連サイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 100%; height: 615px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.33869%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong>Webビジネス関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a></td>
</tr>
<tr style="height: 10px;">
<td style="text-align: center; height: 10px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65721/">ITtop</a> &gt; <a target="_self" href="https://kopenguin.com/post-91269/">ITビジネス</a>|<a target="_self" href="https://kopenguin.com/post-65131/">エディタ</a>|<a target="_self" href="https://kopenguin.com/post-65724/">プログラミング</a>|||</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px; width: 1.33869%;" colspan="4">ITビジネス Top＞<a target="_self" href="https://kopenguin.com/post-91583/">ランキング</a>|</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 10px; width: 1.33869%;" colspan="4">【基礎】</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4"><strong>インターネット</strong> <a target="_self" href="https://kopenguin.com/post-100574/">歴史</a><br />
<strong>WWW</strong> <a target="_self" href="https://kopenguin.com/post-100579/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100582/">誕生</a> <a target="_self" href="https://kopenguin.com/post-100586/">考え</a><br />
<strong>HTTP</strong> <a target="_self" href="https://kopenguin.com/post-100618/">概要</a> <a target="_self" href="https://kopenguin.com/post-100615/">歴史</a> <strong>HTTPS</strong> <a target="_self" href="https://kopenguin.com/post-100629/">概要</a> <a target="_self" href="https://kopenguin.com/post-100621/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100624/">Google</a> <a target="_self" href="https://kopenguin.com/post-100633/">Let’s Encrypt</a><br />
<strong>Webサーバー<br />
</strong><a target="_self" href="https://kopenguin.com/post-100653/">概要</a> <a target="_self" href="https://kopenguin.com/post-100636/">歴史</a> サーバーレス <a target="_self" href="https://kopenguin.com/post-100640/">歴史</a> エッジコンピューティング <a target="_self" href="https://kopenguin.com/post-100643/">歴史</a> FaaS <a target="_self" href="https://kopenguin.com/post-100646/">歴史</a><br />
<strong>ブラウザ </strong><a target="_self" href="https://kopenguin.com/post-100661/">概要</a> <a target="_self" href="https://kopenguin.com/post-100658/">歴史</a> エンジン <a target="_self" href="https://kopenguin.com/post-100672/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100676/">系譜</a><br />
Chrome <a target="_self" href="https://kopenguin.com/post-100664/">歴史</a> Firefox <a target="_self" href="https://kopenguin.com/post-100669/">歴史</a><br />
<strong>HTML</strong> <a target="_self" href="https://kopenguin.com/post-100601/">概要</a> <a target="_self" href="https://kopenguin.com/post-100591/">歴史</a> <strong>HTML5</strong> <a target="_self" href="https://kopenguin.com/post-100605/">概要</a> <a target="_self" href="https://kopenguin.com/post-100608/">歴史</a> <strong>CSS</strong> <a target="_self" href="https://kopenguin.com/post-100595/">概要</a><br />
URL <a target="_self" href="https://kopenguin.com/post-100611/">歴史</a><br />
Web 2.0 <a target="_self" href="https://kopenguin.com/post-100568/">概要</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px;" colspan="4"><strong>WEBマーケティング</strong></td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; height: 190px;" colspan="4"><strong>検索エンジン</strong> <a target="_self" href="https://kopenguin.com/post-100679/">歴史</a><br />
<strong> Google</strong> <a target="_self" href="https://kopenguin.com/post-106042/">概要</a> <a target="_self" href="https://kopenguin.com/post-106021/">歴史</a><br />
批判(<a target="_self" href="https://kopenguin.com/post-106061/">概要</a> <a target="_self" href="https://kopenguin.com/post-106064/">独占</a> <a target="_self" href="https://kopenguin.com/post-106067/">反トラスト訴訟</a> <a target="_self" href="https://kopenguin.com/post-106070/">GAFA</a> 規制強化(<a target="_self" href="https://kopenguin.com/post-106073/">DMA/DSSA</a>)<a target="_self" href="https://kopenguin.com/post-106076/">対応策</a>)<br />
<strong>検索</strong> <a target="_self" href="https://kopenguin.com/post-106055/">概要</a> <a target="_self" href="https://kopenguin.com/post-106058/">仕組み</a> <a target="_self" href="https://kopenguin.com/post-106048/">進化</a><br />
<strong>アルゴリズム</strong> 概要 <a target="_self" href="https://kopenguin.com/post-106045/">進化</a> <a target="_self" href="https://kopenguin.com/post-106051/">SEO</a> <a target="_self" href="https://kopenguin.com/post-106079/">ブラックボックス</a> <a target="_self" href="https://kopenguin.com/post-106085/">公開と制限</a><br />
<strong>SEO</strong> <a target="_self" href="https://kopenguin.com/post-106098/">歴史</a> <a target="_self" href="https://kopenguin.com/post-106095/">SEM</a> <a target="_self" href="https://kopenguin.com/post-106082/">要素</a> ブラックハットSEO(<a target="_self" href="https://kopenguin.com/post-106088/">概要</a> <a target="_self" href="https://kopenguin.com/post-106092/">事件</a>)<br />
検索連動型広告ビジネス <a target="_self" href="https://kopenguin.com/post-106024/">概要</a> <a target="_self" href="https://kopenguin.com/post-106027/">歴史</a> <a target="_self" href="https://kopenguin.com/post-106030/">GoTo.com</a> <a target="_self" href="https://kopenguin.com/post-106033/">初期の仕組み</a> <a target="_self" href="https://kopenguin.com/post-106036/">提訴事件</a><br />
AdWords(<a target="_self" href="https://kopenguin.com/post-106039/">概要</a> )</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px;" colspan="4">【歴史】</td>
</tr>
<tr style="height: 121px;">
<td style="text-align: center; width: 1.33869%; height: 121px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-100574/">インターネット</a> <a target="_self" href="https://kopenguin.com/post-100579/">WWW</a> <a target="_self" href="https://kopenguin.com/post-100636/">Webサーバー</a> <a target="_self" href="https://kopenguin.com/post-100640/">サーバーレス</a> <a target="_self" href="https://kopenguin.com/post-100643/">エッジコンピューティング</a><br />
<a target="_self" href="https://kopenguin.com/post-100658/">ブラウザ</a> <a target="_self" href="https://kopenguin.com/post-100664/">Chrome</a><br />
<a target="_self" href="https://kopenguin.com/post-100591/">HTML</a> <a target="_self" href="https://kopenguin.com/post-100608/">HTML5</a> <a target="_self" href="https://kopenguin.com/post-100611/">URL</a></td>
</tr>
</tbody>
</table>

<h3><span id="toc8">Webビジネス関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>Webビジネス関連ページをご紹介します。</p>
</div>
</div>
<p>&nbsp;</p>
<h4><strong>IT関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>IT関連サイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 100%; height: 278px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.22399%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong>IT関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a></td>
</tr>
<tr style="height: 10px;">
<td style="text-align: center; height: 10px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65721/">ITtop</a> &gt;</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-91874/">ITビジネス</a>|<a target="_self" href="https://kopenguin.com/post-91877/">人工知能</a>|<a target="_self" href="https://kopenguin.com/post-65131/">開発ツール</a>|<a target="_self" href="https://kopenguin.com/post-65724/">プログラミング</a>|<a target="_self" href="https://kopenguin.com/post-92688/">チームコミュニケーションツール</a><br />
<a target="_self" href="https://kopenguin.com/post-65131/">開発ツール</a>(<a target="_self" href="https://kopenguin.com/post-65298/">サクラエディタ</a>|<a target="_self" href="https://kopenguin.com/post-65135/">正規表現</a>)|<br />
<a target="_self" href="https://kopenguin.com/post-65739/#google_vignette">ゲーム開発</a>|<a target="_self" href="https://kopenguin.com/post-65082/">ホームページ作成・運用</a><br />
<a target="_self" href="https://kopenguin.com/post-91870/">自作PC</a><br />
【<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>】<a target="_self" href="https://kopenguin.com/post-63081/">STG作り方</a>|<a target="_self" href="https://kopenguin.com/post-63935/">C言語の入門/基礎</a>|<a target="_self" href="https://kopenguin.com/post-63613/">リファレンス/サンプル文</a><br />
【<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a>】<a target="_self" href="https://kopenguin.com/post-65667/">WordPress</a>|<a target="_self" href="https://kopenguin.com/post-65674/">Cocoon</a>|<a target="_self" href="https://kopenguin.com/post-65677/">便利テクニック</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-65724/">プログラミング</a>】</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-65727/">C言語</a>】<a target="_self" href="https://kopenguin.com/post-63081/">STG作り方</a>|<a target="_self" href="https://kopenguin.com/post-63935/">C言語の入門/基礎</a>|<a target="_self" href="https://kopenguin.com/post-63613/">リファレンス/サンプル文</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2Fsearch%3Fcategory%3D2%26search_word%3D%25E3%2582%25B7%25E3%2583%25A5%25E3%2583%25BC%25E3%2583%2586%25E3%2582%25A3%25E3%2583%25B3%25E3%2582%25B0%25E3%2582%25B2%25E3%2583%25BC%25E3%2583%25A0%26searchbox%3D1%26is_marketplace%3D0">シューティングゲーム | ゲーム | 中古・新品通販の駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h3><span id="toc9">IT関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>IT関連ページをご紹介します。</p>
</div>
</div>
<p>&nbsp;</p>
<h4><strong>「学ぶ」学習用関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>「学ぶ」学習用関連サイトマップをご紹介します。</p>
<p style="text-align: center;">
</div>
</div>
<table dir="ltr" style="width: 100%; height: 178px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.22399%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong><img decoding="async" class="alignnone size-full wp-image-64496" src="https://kopenguin.com/wp-content/uploads/2023/06/batsu_buani2.gif" alt="「東亜プラン」シューティングゲーム関連サイトマップのご紹介" width="28" height="33" /><br />
「学ぶ」学習用関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-65721/">IT</a>】<a target="_self" href="https://kopenguin.com/post-65131/">エディタ/正規表現</a>|<a target="_self" href="https://kopenguin.com/post-65724/">プログラミング</a>|<br />
【<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>】<a target="_self" href="https://kopenguin.com/post-63081/">STG作り方</a>|<a target="_self" href="https://kopenguin.com/post-63935/">C言語の入門/基礎</a>|<a target="_self" href="https://kopenguin.com/post-63613/">リファレンス/サンプル文</a><br />
【<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a>】<a target="_self" href="https://kopenguin.com/post-65667/">WordPress</a>|<a target="_self" href="https://kopenguin.com/post-65674/">Cocoon</a>|<a target="_self" href="https://kopenguin.com/post-65677/">便利テクニック</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2Fsearch%3Fcategory%3D2%26search_word%3D%25E3%2582%25B7%25E3%2583%25A5%25E3%2583%25BC%25E3%2583%2586%25E3%2582%25A3%25E3%2583%25B3%25E3%2582%25B0%25E3%2582%25B2%25E3%2583%25BC%25E3%2583%25A0%26searchbox%3D1%26is_marketplace%3D0">シューティングゲーム | ゲーム | 中古・新品通販の駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h3><span id="toc10">「学ぶ」学習用関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>「学ぶ」学習用関連ページをご紹介</p>
</div>
</div>
<h4>コペンギン・サイトマップ</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>コペンギンのサイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 90.2485%; height: 145px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;海外で人気の名作ゲーム・サイトマップ&quot;}">【<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a>】サイトマップ</td>
</tr>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;■■│&lt;a href=&quot;https://kopenguin.com/&quot; target=&quot;_self&quot;&gt;コペンギンTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24178/&quot; target=&quot;_self&quot;&gt;ゲーム&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt;│■■&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24178/&quot;&gt;ゲームTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-18307/&quot; target=&quot;_self&quot;&gt;ランキング&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14637/&quot; target=&quot;_self&quot;&gt;傑作・名作&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14406/&quot; target=&quot;_self&quot;&gt;機種別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14432/&quot; target=&quot;_self&quot;&gt;ジャンル別&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-65077/&quot; target=&quot;_self&quot;&gt;学び/学習TOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-65721/&quot; target=&quot;_self&quot;&gt;IT&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65739/&quot; target=&quot;_self&quot;&gt;ゲーム作り&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65082/&quot; target=&quot;_self&quot;&gt;HP作成&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビーTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24164/&quot; target=&quot;_self&quot;&gt;プラモデル&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24153/&quot; target=&quot;_self&quot;&gt;ミリタリー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24158/&quot; target=&quot;_self&quot;&gt;エアガン&lt;/a&gt;&lt;br /&gt;
●映像＞アニメ(&lt;a href=&quot;https://kopenguin.com/post-36648/&quot;&gt;ロボットアニメ&lt;/a&gt;)│映画│&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24130/&quot; target=&quot;_self&quot;&gt;ゲーム雑誌&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24127/&quot; target=&quot;_self&quot;&gt;マンガ&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│</td>
</tr>
<tr>
<td style="width: 52.4329%; text-align: center;" colspan="5"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
<tr style="height: 45px;">
<td style="height: 10px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;&lt;a href=&quot;https://kopenguin.com/post-11478/&quot;&gt;格闘ゲームTOP&lt;/a&gt; ＞ 名作│&lt;a href=&quot;https://kopenguin.com/post-11495/&quot;&gt;発売年別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11503/&quot;&gt;メーカー別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11460/&quot;&gt;AC&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11468/&quot;&gt;据置&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11453/&quot;&gt;携帯&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/sitemap/">サイトマップ一覧</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F"><img decoding="async" title="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" src="https://www.suruga-ya.jp/pics/affiliate/banner/468_60/top.gif" alt="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" width="468" height="60" /></a><br />
<a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F">懐かしの名作から最新作までの豊富な品揃え！通販ショップの駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h4>コペンギンサイトマップ関連ページのご紹介</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p><b>コペンギン関連ページをご紹介します。</b></p>
</div>
</div>
<h3><span id="toc11">【ゲームTOP】ゲーム関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24178/" title="【ゲームTOP】ゲーム関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ゲームTOP】ゲーム関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ゲーム関連ページのご紹介ご訪問ありがとうございます。今回は、ゲーム関連ページをご紹介します。PS5ソフトELDEN RING</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc12">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24119/" title="【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-120x74.png 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-320x198.png 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">書籍・雑誌サイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、書籍・雑誌サイトマップ関連ページをご紹介します。その他コミック初版)AKIRA(デラックス版) 全6巻セット / 大友克洋</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc13">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24142/" title="【ホビーTOP】ホビーサイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ホビーサイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、ホビーサイトマップ関連ページをご紹介します。プラモデル1/100 MG MS-09 ドム 「機動戦士ガンダム」</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>





]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-105551/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AIサーボAF（AI Servo AF）‐動体撮影に特化した“追尾型AF”として設計</title>
		<link>https://kopenguin.com/post-103788/</link>
					<comments>https://kopenguin.com/post-103788/#respond</comments>
		
		<dc:creator><![CDATA[コペン]]></dc:creator>
		<pubDate>Sat, 19 Apr 2025 02:15:12 +0000</pubDate>
				<category><![CDATA[ITビジネス]]></category>
		<category><![CDATA[カメラ史]]></category>
		<category><![CDATA[カメラ本体]]></category>
		<category><![CDATA[ストロボ・照明]]></category>
		<category><![CDATA[写真・カメラ]]></category>
		<category><![CDATA[撮影技法]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=103788</guid>

					<description><![CDATA[目次 AIサーボAF（AI Servo AF）‐動体撮影に特化した“追尾型AF”として設計&#x1f916;【AIサーボAF】とは？&#x1f4f8; 特徴&#x1f3af; どんなときに使う？&#x26a0; 注意点&#038; [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-15"><label class="toc-title" for="toc-checkbox-15">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">AIサーボAF（AI Servo AF）‐動体撮影に特化した“追尾型AF”として設計</a><ol><li><a href="#toc2" tabindex="0">&#x1f916;【AIサーボAF】とは？</a></li><li><a href="#toc3" tabindex="0">&#x1f4f8; 特徴</a></li><li><a href="#toc4" tabindex="0">&#x1f3af; どんなときに使う？</a></li><li><a href="#toc5" tabindex="0">&#x26a0; 注意点</a></li><li><a href="#toc6" tabindex="0">&#x1f6e0; 使い方（EOS 7D Mark IIの場合）</a></li><li><a href="#toc7" tabindex="0">&#x1f33f; 一言まとめ</a></li><li><a href="#toc8" tabindex="0">写真・カメラ関連ページのご紹介</a></li><li><a href="#toc9" tabindex="0">「RCラジコン」についてご紹介|Top</a></li><li><a href="#toc10" tabindex="0">【プラモデルTOP】プラモデル関連ページのご紹介</a></li><li><a href="#toc11" tabindex="0">【ミリタリーTOP】ミリタリー系ホビー関連ページのご紹介</a></li><li><a href="#toc12" tabindex="0">【エアガンTOP】エアガン・電動ガン関連ページのご紹介</a></li><li><a href="#toc13" tabindex="0">【ゲームTOP】ゲーム関連ページのご紹介</a></li><li><a href="#toc14" tabindex="0">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</a></li><li><a href="#toc15" tabindex="0">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">AIサーボAF（AI Servo AF）‐動体撮影に特化した“追尾型AF”として設計</span></h2>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>「AIサーボAF（AI Servo AF）」は、キヤノンのオートフォーカスモードのひとつで、被写体が動いているときにピントを追い続けるモードです。</p>
</div>
</div>
<div class="secondary-box">スポーツ・野鳥・子ども・乗り物など、動体撮影に特化した“追尾型AF”として設計されています。</div>
<h3><span id="toc2">&#x1f916;【AIサーボAF】とは？</span></h3>
<div class="blank-box">被写体の動きをカメラがリアルタイムで予測し、常にピントを合わせ続けるAFモード。</div>
<h3><span id="toc3">&#x1f4f8; 特徴</span></h3>
<table class="min-w-full" data-start="223" data-end="496">
<thead data-start="223" data-end="234">
<tr data-start="223" data-end="234">
<th data-start="223" data-end="228">項目</th>
<th data-start="228" data-end="234">内容</th>
</tr>
</thead>
<tbody data-start="251" data-end="496">
<tr data-start="251" data-end="283">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="251" data-end="260"><strong data-start="253" data-end="259">用途</strong></td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="260" data-end="283">動きのある被写体を連写・追尾したいとき</td>
</tr>
<tr data-start="284" data-end="337">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="284" data-end="294"><strong data-start="286" data-end="293">仕組み</strong></td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="294" data-end="337">被写体の動きをセンサーが読み取り、<strong data-start="313" data-end="335">移動先を予測してピントを合わせ続ける</strong></td>
</tr>
<tr data-start="338" data-end="381">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="338" data-end="352"><strong data-start="340" data-end="351">シャッター操作</strong></td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="352" data-end="381">シャッターボタンを半押し中、ずっとピント追従が続く</td>
</tr>
<tr data-start="382" data-end="426">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="382" data-end="396"><strong data-start="384" data-end="395">連写との併用◎</strong></td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="396" data-end="426">高速連写（例：10コマ/秒）でもピントを保持し続ける</td>
</tr>
<tr data-start="427" data-end="496">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="427" data-end="440"><strong data-start="429" data-end="439">AFカスタム</strong></td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)] min-w-[calc(var(--thread-content-max-width)/3)]" data-start="440" data-end="496">EOS 7D Mark II などでは、被写体の動きに応じてAF挙動を細かく設定可能（Case 1〜6）</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">&#x1f3af; どんなときに使う？</span></h3>
<table class="min-w-full" data-start="520" data-end="701">
<thead data-start="520" data-end="535">
<tr data-start="520" data-end="535">
<th data-start="520" data-end="526">シーン</th>
<th data-start="526" data-end="535">なぜ有効？</th>
</tr>
</thead>
<tbody data-start="561" data-end="701">
<tr data-start="561" data-end="605">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" style="text-align: center;" data-start="561" data-end="579">スポーツ（サッカー・野球など）</td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="579" data-end="605">被写体がランダムに動く → AIサーボで追尾</td>
</tr>
<tr data-start="606" data-end="639">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" style="text-align: center;" data-start="606" data-end="614">野鳥や動物</td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="614" data-end="639">飛んだり走ったりする → 素早く対応できる</td>
</tr>
<tr data-start="640" data-end="674">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" style="text-align: center;" data-start="640" data-end="649">鉄道・航空機</td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="649" data-end="674">直線的でも速度がある → 精密な追従が必要</td>
</tr>
<tr data-start="675" data-end="701">
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" style="text-align: center;" data-start="675" data-end="684">子どもの動き</td>
<td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="684" data-end="701">不規則な動きに対応しやすい</td>
</tr>
</tbody>
</table>
<h3><span id="toc5">&#x26a0; 注意点</span></h3>
<div class="blank-box">・ピントが固定されないため、静止画では「ピントが合った瞬間」を自分で見極める必要があります。<br />
・半押し中ずっとAF作動のため、バッテリーの消耗がやや早い。<br />
・背景と被写体の識別が難しい状況では、AFポイントの選び方が重要。</div>
<h3><span id="toc6">&#x1f6e0; 使い方（EOS 7D Mark IIの場合）</span></h3>
<div class="blank-box">1. [AF]ボタンまたは[Q]ボタンでAFモードを開く<br />
2. 「AIサーボAF」を選択して決定<br />
3. AFポイントモード（中央1点、ゾーン、全自動など）を選ぶ<br />
4. シャッター半押し → ピント追従がスタート<br />
5. フル押しで撮影（連写で真価発揮）</div>
<div>
<p><!-- START MoshimoAffiliateEasyLink --> <script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"キヤノン EOS 7D II ブラック","b":"キヤノン","t":"EOS 7D Mark II","d":"https:\/\/m.media-amazon.com","c_p":"\/images\/I","p":["\/51pg7uugAPL._SL500_.jpg","\/41P8boUDYIL._SL500_.jpg","\/518ZFlRn9IL._SL500_.jpg","\/418gZuT7fwL._SL500_.jpg","\/41R7WtJfzFL._SL500_.jpg"],"u":{"u":"https:\/\/www.amazon.co.jp\/dp\/B09SFY6L4K","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https:\/\/www.amazon.co.jp\/dp\/B09SFY6L4K","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https:\/\/search.rakuten.co.jp\/search\/mall\/%E3%82%AD%E3%83%A4%E3%83%8E%E3%83%B3%20EOS%207D%20II%20%E3%83%96%E3%83%A9%E3%83%83%E3%82%AF\/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"eXAHm","s":"s"});
</script></p>
<div id="msmaflink-eXAHm">リンク</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>
</div>
<h3><span id="toc7">&#x1f33f; 一言まとめ</span></h3>
<div class="secondary-box">AIサーボAFは、“動く世界を止めるための知性ある眼”。 ただ写すのではなく、捉え、追い、焦点を見失わない。 速さと緻密さの調和、それがAIサーボの本領です。</div>
<h4><strong>【単】写真・カメラ関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>写真・カメラ関連サイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 100%; height: 1598px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.33869%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong>写真・カメラ関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-100921/">写真・カメラtop</a>＞ <a target="_self" href="https://kopenguin.com/post-100927/">写真</a> <a target="_self" href="https://kopenguin.com/post-101497/">写真家</a> <a target="_self" href="https://kopenguin.com/post-102261/">テーマ/スポット</a> <a target="_self" href="https://kopenguin.com/post-100924/">カメラ</a> <a target="_self" href="https://kopenguin.com/post-101500/">高級コンデジ</a> <a target="_self" href="https://kopenguin.com/post-101491/">マウント</a> <a target="_self" href="https://kopenguin.com/post-101494/">レンズ</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.33869%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-100927/">写真</a>】</td>
</tr>
<tr style="height: 246px;">
<td style="text-align: center; height: 246px; width: 1.33869%;" colspan="4"><strong>視覚芸術<br />
</strong> <a target="_self" href="https://kopenguin.com/post-101098/">概要</a> 歴史(<a target="_self" href="https://kopenguin.com/post-101102/">世界</a> <a target="_self" href="https://kopenguin.com/post-101107/">日本</a>) <a target="_self" href="https://kopenguin.com/post-101110/">写真との関係</a> <a target="_self" href="https://kopenguin.com/post-101116/">絵画比較</a> 社会構造(<a target="_self" href="https://kopenguin.com/post-101120/">視覚芸術</a> <a target="_self" href="https://kopenguin.com/post-101125/">写真</a>)<br />
写真<br />
原理原則 <a target="_self" href="https://kopenguin.com/post-101129/">要素</a> <a target="_self" href="https://kopenguin.com/post-100930/">歴史</a> 構図 ライティング<br />
<strong>考え方</strong> <a target="_self" href="https://kopenguin.com/post-101138/">写真は引き算</a>(<a target="_self" href="https://kopenguin.com/post-101143/">構図</a> <a target="_self" href="https://kopenguin.com/post-101148/">心理学</a> )<br />
<strong>露出計算の法則<br />
</strong> <a target="_self" href="https://kopenguin.com/post-116051/">概要</a> <a target="_self" href="https://kopenguin.com/post-116064/">歴史</a> <a target="_self" href="https://kopenguin.com/post-116055/">EV値</a>(<a target="_self" href="https://kopenguin.com/post-116060/">初期値</a>) 光量(<a target="_self" href="https://kopenguin.com/post-116091/">歴史</a> <a target="_self" href="https://kopenguin.com/post-116096/">ストロボ／暗所撮影／高感度撮影</a>) <a target="_self" href="https://kopenguin.com/post-116105/">照度</a><br />
・雪原・砂浜・快晴＝F22 <a target="_self" href="https://kopenguin.com/post-116114/">1/400秒</a><br />
・晴天＝F1６<a target="_self" href="https://kopenguin.com/post-115988/">感度分の16</a> <a target="_self" href="https://kopenguin.com/post-116101/">1/400秒</a> <a target="_self" href="https://kopenguin.com/post-116068/">歴史</a> <a target="_self" href="https://kopenguin.com/post-116071/">経験露出表</a>(<a target="_self" href="https://kopenguin.com/post-116076/">歴史</a> <a target="_self" href="https://kopenguin.com/post-116081/">APEXシステム</a> <a target="_self" href="https://kopenguin.com/post-116086/">詳細</a>)<br />
・薄曇り＝F11 <a target="_self" href="https://kopenguin.com/post-116109/">1/400秒</a><br />
・曇天＝F8 <a target="_self" href="https://kopenguin.com/post-116117/">中庸の絞り</a><br />
・日陰＝F5.6 <a target="_self" href="https://kopenguin.com/post-116121/">1/60秒</a> <a target="_self" href="https://kopenguin.com/post-116125/">シャッター速度比較</a> <a target="_self" href="https://kopenguin.com/post-116129/">1/60秒と1/125秒</a> <a target="_self" href="https://kopenguin.com/post-116134/">F4比較</a><br />
F4 <a target="_self" href="https://kopenguin.com/post-116138/">1/125秒</a></p>
<p><strong>心理学</strong><br />
<a target="_self" href="https://kopenguin.com/post-101159/">概要</a> <a target="_self" href="https://kopenguin.com/post-101164/">記憶のトリガー</a>  <a target="_self" href="https://kopenguin.com/post-101169/">感情を喚起するツール</a> <a target="_self" href="https://kopenguin.com/post-101174/">無意識を表す鏡</a> <a target="_self" href="https://kopenguin.com/post-101179/">視線と認知の訓練</a> <a target="_self" href="https://kopenguin.com/post-101184/">自己理解と共感</a><br />
<a target="_self" href="https://kopenguin.com/post-101154/">ゲシュタルト原則</a><br />
<strong>要素</strong><br />
<strong>構図</strong> <a target="_self" href="https://kopenguin.com/post-101090/">感情</a> <a target="_self" href="https://kopenguin.com/post-101093/">科学</a><br />
<strong>ライティング</strong> <a target="_self" href="https://kopenguin.com/post-101134/">概要</a><br />
<strong> 種類 </strong><a target="_self" href="https://kopenguin.com/post-100937/">概要</a> <a target="_self" href="https://kopenguin.com/post-101195/">表現方法</a>(<a target="_self" href="https://kopenguin.com/post-101200/">ジャンル別</a>)<br />
<strong>プリンター(暗室印画技師)</strong><br />
<a target="_self" href="https://kopenguin.com/post-115882/">歴史</a> <a target="_self" href="https://kopenguin.com/post-115924/">印画工程</a>(<a target="_self" href="https://kopenguin.com/post-115929/">ネガ選定</a> <a target="_self" href="https://kopenguin.com/post-115934/">適正ネガ</a> <a target="_self" href="https://kopenguin.com/post-115939/">トーニング</a>)<br />
写真暗室ラボ(<a target="_self" href="https://kopenguin.com/post-115906/">歴史</a> <a target="_self" href="https://kopenguin.com/post-115902/">名門ラボ</a> <a target="_self" href="https://kopenguin.com/post-115893/">PICTO</a> <a target="_self" href="https://kopenguin.com/post-115914/">パリ14区</a> <a target="_self" href="https://kopenguin.com/post-115952/">LIFE誌</a>) <a target="_self" href="https://kopenguin.com/post-115876/">ブレッソン</a><br />
光を読む技師(<a target="_self" href="https://kopenguin.com/post-115898/">概要</a> <a target="_self" href="https://kopenguin.com/post-115943/">マスタープリンター</a> <a target="_self" href="https://kopenguin.com/post-115888/">Georges Fèvre</a> <a target="_self" href="https://kopenguin.com/post-115910/">Pierre Gassmann</a> <a target="_self" href="https://kopenguin.com/post-115917/">Pierre Boucher</a> <a target="_self" href="https://kopenguin.com/post-115920/">Voja Mitrovic</a>)<br />
<strong>ポートレート<br />
</strong> <a target="_self" href="https://kopenguin.com/post-100961/">概要</a> 歴史(<a target="_self" href="https://kopenguin.com/post-100942/">世界</a> <a target="_self" href="https://kopenguin.com/post-100947/">日本</a> <a target="_self" href="https://kopenguin.com/post-100952/">写真家</a>)<a target="_self" href="https://kopenguin.com/post-100958/">芸術写真運動</a><br />
黄金比 <a target="_self" href="https://kopenguin.com/post-116010/">ISO400・1/60秒・F5.6</a><br />
フェルメール(<a target="_self" href="https://kopenguin.com/post-115997/">光の使い方</a> <a target="_self" href="https://kopenguin.com/post-116001/">トランジションゾーン</a> <a target="_self" href="https://kopenguin.com/post-116006/">ハーフトーン</a> <a target="_self" href="https://kopenguin.com/post-116014/">性質による変化</a> <a target="_self" href="https://kopenguin.com/post-116018/">北向き光</a> <a target="_self" href="https://kopenguin.com/post-116023/">スカイライト</a> <a target="_self" href="https://kopenguin.com/post-116029/">面光源</a> <a target="_self" href="https://kopenguin.com/post-116033/">空気の厚み</a> <a target="_self" href="https://kopenguin.com/post-116037/">光の入射角60°</a> <a target="_self" href="https://kopenguin.com/post-116041/">減衰曲線</a> <a target="_self" href="https://kopenguin.com/post-116046/">相対光強度</a> )</p>
<p><strong>写真雑誌</strong> <a target="_self" href="https://kopenguin.com/post-101050/">歴史</a>(<a target="_self" href="https://kopenguin.com/post-115977/">TV</a>) <a target="_self" href="https://kopenguin.com/post-101055/">Camera Work</a> <a target="_self" href="https://kopenguin.com/post-101060/">スティーグリッツ</a> LIFE <a target="_self" href="https://kopenguin.com/post-101077/">VU</a><br />
<a target="_self" href="https://kopenguin.com/post-100934/">報道写真</a> LIFE (<a target="_self" href="https://kopenguin.com/post-101071/">歴史</a> <a target="_self" href="https://kopenguin.com/post-115952/">暗室</a> <a target="_self" href="https://kopenguin.com/post-115956/">ピクチャーエディター</a> <a target="_self" href="https://kopenguin.com/post-115948/">John Loengard</a> <a target="_self" href="https://kopenguin.com/post-115961/">LIFEトーン</a> ) <a target="_self" href="https://kopenguin.com/post-115972/">Picture Post</a></p>
<p>スナップ写真 <a target="_self" href="https://kopenguin.com/post-100996/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101004/">絶対非演出の絶対スナップ</a><br />
<a target="_self" href="https://kopenguin.com/post-101191/">フォトダイアリー</a><br />
星空／夜スナップ <a target="_self" href="https://kopenguin.com/post-101344/">設定</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.33869%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-101497/">写真家</a>】</td>
</tr>
<tr style="height: 120px;">
<td style="text-align: center; width: 1.33869%; height: 120px;" colspan="4">ピクチャー・エディター<br />
<a target="_self" href="https://kopenguin.com/post-115956/">概要</a> <a target="_self" href="https://kopenguin.com/post-115967/">名編集者</a><br />
<a target="_self" href="https://kopenguin.com/post-100965/">ポートレート</a> 戦場カメラマン(<a target="_self" href="https://kopenguin.com/post-101082/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101086/">代表作</a>) <a target="_self" href="https://kopenguin.com/post-100759/">報道カメラ</a><br />
<strong>日本</strong><br />
木村伊兵衛 <a target="_self" href="https://kopenguin.com/post-100974/">概要</a> <a target="_self" href="https://kopenguin.com/post-100983/">経歴</a> <a target="_self" href="https://kopenguin.com/post-100978/">秋田</a> <a target="_self" href="https://kopenguin.com/post-100993/">ライカ</a> <a target="_self" href="https://kopenguin.com/post-101010/">名言</a><br />
<strong>土門拳</strong> <a target="_self" href="https://kopenguin.com/post-100988/">概要</a> <a target="_self" href="https://kopenguin.com/post-101004/">写真哲学</a> <a target="_self" href="https://kopenguin.com/post-101045/">仏像</a><br />
<strong>フランス</strong> <a target="_self" href="https://kopenguin.com/post-101038/">概要</a> <a target="_self" href="https://kopenguin.com/post-115872/">マグナム・フォト</a><br />
ブレッソン <a target="_self" href="https://kopenguin.com/post-101015/">概要</a> <a target="_self" href="https://kopenguin.com/post-101018/">経歴</a> <a target="_self" href="https://kopenguin.com/post-101042/">名言</a> <a target="_self" href="https://kopenguin.com/post-101022/">哲学</a> <a target="_self" href="https://kopenguin.com/post-101027/">構図</a> <a target="_self" href="https://kopenguin.com/post-101034/">動きと流れ</a> <a target="_self" href="https://kopenguin.com/post-101030/">三分割法</a> ライカ(<a target="_self" href="https://kopenguin.com/post-115817/">概要</a> <a target="_self" href="https://kopenguin.com/post-115821/">機材</a> <a target="_self" href="https://kopenguin.com/post-115826/">Model A</a> <a target="_self" href="https://kopenguin.com/post-115830/">II/III</a> <a target="_self" href="https://kopenguin.com/post-115835/">M3</a> <a target="_self" href="https://kopenguin.com/post-115840/">レンズ</a>) フィルム(<a target="_self" href="https://kopenguin.com/post-115845/">概要</a> <a target="_self" href="https://kopenguin.com/post-115855/">一覧</a> <a target="_self" href="https://kopenguin.com/post-115850/">目は光と形を同時に追えない</a> <a target="_self" href="https://kopenguin.com/post-115868/">戦前</a> <a target="_self" href="https://kopenguin.com/post-115860/">Kodak Tri-X Pan</a> <a target="_self" href="https://kopenguin.com/post-115864/">ASA 400</a>)<br />
<strong>アメリカ<br />
</strong><a target="_self" href="https://kopenguin.com/post-101060/">スティーグリッツ</a> <a target="_self" href="https://kopenguin.com/post-101065/">名言</a> <strong><br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 10px; width: 1.33869%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-100924/">カメラ</a>】</td>
</tr>
<tr style="height: 156px;">
<td style="text-align: center; height: 156px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-100688/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100693/">一眼レフ</a> <a target="_self" href="https://kopenguin.com/post-100704/">フィルムカメラ</a> <a target="_self" href="https://kopenguin.com/post-100698/">デジタル一眼レフ</a> <a target="_self" href="https://kopenguin.com/post-100725/">ミラーレス</a> <a target="_self" href="https://kopenguin.com/post-100730/">シネマカメラ</a><br />
<strong>オートフォーカス </strong><a target="_self" href="https://kopenguin.com/post-101205/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101209/">思想</a> ニコン(<a target="_self" href="https://kopenguin.com/post-101214/">歴史</a>) キャノン(<a target="_self" href="https://kopenguin.com/post-101218/">歴史</a>) <strong><br />
レンジファインダー</strong> <a target="_self" href="https://kopenguin.com/post-100762/">歴史</a>(<a target="_self" href="https://kopenguin.com/post-100780/">ドイツ</a> <a target="_self" href="https://kopenguin.com/post-100768/">日本</a>) <a target="_self" href="https://kopenguin.com/post-100776/">Bessa</a> ライカM(<a target="_self" href="https://kopenguin.com/post-100785/">歴史</a>)<br />
国別 ドイツ 日本<br />
<strong>ドイツ</strong> <a target="_self" href="https://kopenguin.com/post-100708/">歴史</a> Leica <a target="_self" href="https://kopenguin.com/post-100715/">Zeiss</a> <a target="_self" href="https://kopenguin.com/post-100765/">Contax</a> <a target="_self" href="https://kopenguin.com/post-100718/">Rollei</a> <a target="_self" href="https://kopenguin.com/post-100771/">Voigtländer</a> レンジファインダー<br />
Leica 歴史(<a target="_self" href="https://kopenguin.com/post-100711/">概要</a> <a target="_self" href="https://kopenguin.com/post-100785/">M</a> <a target="_self" href="https://kopenguin.com/post-100788/">デジタルM</a>)<br />
<strong>日本<br />
</strong> <a target="_self" href="https://kopenguin.com/post-100722/">歴史</a><br />
<strong>ニコン<br />
</strong> <a target="_self" href="https://kopenguin.com/post-100734/">歴史</a>(<a target="_self" href="https://kopenguin.com/post-100738/">シリーズ</a> <a target="_self" href="https://kopenguin.com/post-100755/">F</a> <a target="_self" href="https://kopenguin.com/post-100792/">D</a> <a target="_self" href="https://kopenguin.com/post-100800/">Z</a> <a target="_self" href="https://kopenguin.com/post-100795/">ミラーレス</a>)<br />
商品シリーズ 一眼レフ(<a target="_self" href="https://kopenguin.com/post-100817/">主要</a> <a target="_self" href="https://kopenguin.com/post-100822/">フィルム</a> <a target="_self" href="https://kopenguin.com/post-100826/">デジタル</a> <a target="_self" href="https://kopenguin.com/post-100830/">ミラーレス</a>)<br />
<strong>キャノン<br />
</strong>(<a target="_self" href="https://kopenguin.com/post-100741/">シリーズ</a> <a target="_self" href="https://kopenguin.com/post-100803/">F</a> <a target="_self" href="https://kopenguin.com/post-101221/">EOS</a> <a target="_self" href="https://kopenguin.com/post-101226/">5D</a> 7D)<br />
7D <a target="_self" href="https://kopenguin.com/post-103780/">シリーズ</a> Mark II <a target="_self" href="https://kopenguin.com/post-103780/">概要</a>  AF <a target="_self" href="https://kopenguin.com/post-103784/">概要</a> <a target="_self" href="https://kopenguin.com/post-103788/">AIサーボAF</a><br />
商品シリーズ 一眼レフ(<a target="_self" href="https://kopenguin.com/post-100811/">主要</a> <a target="_self" href="https://kopenguin.com/post-100806/">フィルム</a> <a target="_self" href="https://kopenguin.com/post-100837/">デジタル</a> <a target="_self" href="https://kopenguin.com/post-100833/">ミラーレス</a>)<br />
<strong>ソニー<br />
</strong>歴史(<a target="_self" href="https://kopenguin.com/post-100845/">概要</a> )<br />
商品シリーズ 一眼レフ(主要 フィルム デジタル <a target="_self" href="https://kopenguin.com/post-100841/">ミラーレス</a>)<br />
富士フィルム(<a target="_self" href="https://kopenguin.com/post-100745/">シリーズ</a>)<br />
オリンパス(<a target="_self" href="https://kopenguin.com/post-100749/">シリーズ</a>) ペンタックス(<a target="_self" href="https://kopenguin.com/post-100752/">シリーズ</a>)<br />
<strong>リコー</strong> 歴史<br />
コシナ <a target="_self" href="https://kopenguin.com/post-100771/">歴史</a><br />
レンジファインダー</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px;" colspan="4">【バッテリー】</td>
</tr>
<tr style="height: 224px;">
<td style="text-align: center; width: 1.33869%; height: 224px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-103139/">概要</a> <a target="_self" href="https://kopenguin.com/post-103157/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103142/">セット</a> <a target="_self" href="https://kopenguin.com/post-103186/">BMS</a> <a target="_self" href="https://kopenguin.com/post-103189/">IC構成</a><br />
ニコン <a target="_self" href="https://kopenguin.com/post-103161/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103167/">型番別</a> <a target="_self" href="https://kopenguin.com/post-103171/">モデル別</a> EN-EL15系(<a target="_self" href="https://kopenguin.com/post-103177/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103182/">構造</a>)<br />
LP-E6N(<a target="_self" href="https://kopenguin.com/post-103147/">概要</a> <a target="_self" href="https://kopenguin.com/post-103152/">給電構成</a>)<br />
<strong>互換バッテリー</strong><br />
<a target="_self" href="https://kopenguin.com/post-103194/">概要</a> <a target="_self" href="https://kopenguin.com/post-103201/">ブランド</a> <a target="_self" href="https://kopenguin.com/post-103215/">互換リスト</a> <a target="_self" href="https://kopenguin.com/post-103205/">安全7箇条</a> <a target="_self" href="https://kopenguin.com/post-103198/">安全性</a> <a target="_self" href="https://kopenguin.com/post-103208/">認識不可エラー</a> PSEマーク(<a target="_self" href="https://kopenguin.com/post-103211/">概要</a> <a target="_self" href="https://kopenguin.com/post-103240/">対応状況</a>)<br />
ロワ・ジャパン(<a target="_self" href="https://kopenguin.com/post-103219/">概要</a> <a target="_self" href="https://kopenguin.com/post-103222/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103232/">型番ごとの歴史</a> <a target="_self" href="https://kopenguin.com/post-103227/">偽物の見分け方</a> <a target="_self" href="https://kopenguin.com/post-103235/">偽物トラブル</a> <a target="_self" href="https://kopenguin.com/post-103246/">偽装を見破る</a>)</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.33869%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-101500/">高級コンデジ</a>】</td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-100853/">概要</a> ソニー(<a target="_self" href="https://kopenguin.com/post-100849/">RX</a>) リコー(<a target="_self" href="https://kopenguin.com/post-100862/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100866/">GR</a>)<br />
<strong>リコーGRシリーズ</strong><br />
<a target="_self" href="https://kopenguin.com/post-100866/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100870/">構造</a><br />
<a target="_self" href="https://kopenguin.com/post-100873/">GRレンズ</a> <a target="_self" href="https://kopenguin.com/post-100877/">イメージセンサー</a> <a target="_self" href="https://kopenguin.com/post-100882/">画像処理エンジン</a> <a target="_self" href="https://kopenguin.com/post-100887/">AF</a> <a target="_self" href="https://kopenguin.com/post-100893/">操作系</a> <a target="_self" href="https://kopenguin.com/post-100898/">ディスプレイ</a><br />
<a target="_self" href="https://kopenguin.com/post-100903/">内部ストレージ</a> <a target="_self" href="https://kopenguin.com/post-100907/">拡張性</a> <a target="_self" href="https://kopenguin.com/post-100910/">省電力</a> <a target="_self" href="https://kopenguin.com/post-100916/">バッテリー</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-101491/">カメラマウント</a>】</td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; height: 190px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-101230/">歴史</a><br />
スクリューマウント <a target="_self" href="https://kopenguin.com/post-101238/">歴史</a><br />
バヨネットマウント <a target="_self" href="https://kopenguin.com/post-101258/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101263/">F</a><br />
<strong>ライカ</strong> <a target="_self" href="https://kopenguin.com/post-101242/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101250/">M vs L</a> <a target="_self" href="https://kopenguin.com/post-101246/">ロシアレンズ</a> <a target="_self" href="https://kopenguin.com/post-101255/">Lマウントアライアンス</a><br />
キャノン(<a target="_self" href="https://kopenguin.com/post-101268/">EF</a> <a target="_self" href="https://kopenguin.com/post-101234/">葛藤</a> )ニコン <a target="_self" href="https://kopenguin.com/post-101263/">F</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; width: 1.33869%; height: 53px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-101494/">レンズ</a>】</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.33869%;" colspan="4"><strong>基礎 </strong>概要 F値 <a target="_self" href="https://kopenguin.com/post-101322/">焦点距離</a> <a target="_self" href="https://kopenguin.com/post-101331/">単焦点 vs ズーム</a> <a target="_self" href="https://kopenguin.com/post-101319/">露出の三角形</a> <a target="_self" href="https://kopenguin.com/post-101340/">画角</a><br />
<a target="_self" href="https://kopenguin.com/post-101284/">カメラとレンズ</a> 歴史(<a target="_self" href="https://kopenguin.com/post-101274/">概要</a> <a target="_self" href="https://kopenguin.com/post-101279/">カメラ</a>) 大三元・小三元 <a target="_self" href="https://kopenguin.com/post-101349/">概要</a> <a target="_self" href="https://kopenguin.com/post-101367/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101364/">レンズ戦略</a><br />
構造 <a target="_self" href="https://kopenguin.com/post-101299/">性能</a> <a target="_self" href="https://kopenguin.com/post-101326/">暗所撮影</a><br />
<strong>F値</strong> <a target="_self" href="https://kopenguin.com/post-101304/">概要</a> <a target="_self" href="https://kopenguin.com/post-101309/">価格</a> <a target="_self" href="https://kopenguin.com/post-101314/">明るいレンズ</a> <a target="_self" href="https://kopenguin.com/post-101354/">ボケ</a> <a target="_self" href="https://kopenguin.com/post-101359/">被写界深度</a><br />
技術 <a target="_self" href="https://kopenguin.com/post-101290/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101294/">AFモーター</a><br />
<strong>名玉 </strong><br />
<a target="_self" href="https://kopenguin.com/post-101397/">概要</a> <a target="_self" href="https://kopenguin.com/post-101401/">歴代</a> <a target="_self" href="https://kopenguin.com/post-101405/">メーカー別</a><br />
<strong>隠れた名玉<br />
</strong> <a target="_self" href="https://kopenguin.com/post-101409/">概要</a> <a target="_self" href="https://kopenguin.com/post-101413/">1万円台</a> <a target="_self" href="https://kopenguin.com/post-101421/">掘れる名玉</a><br />
ニコン <a target="_self" href="https://kopenguin.com/post-101425/">F</a><br />
レンズメーカー <a target="_self" href="https://kopenguin.com/post-101279/">歴史</a> <strong>ニコン</strong> <a target="_self" href="https://kopenguin.com/post-101372/">歴史</a>)<br />
<strong>キャノン</strong> <a target="_self" href="https://kopenguin.com/post-101376/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101380/">FD</a> <a target="_self" href="https://kopenguin.com/post-101388/">nFD</a> Lレンズ <a target="_self" href="https://kopenguin.com/post-101393/">概要</a> <a target="_self" href="https://kopenguin.com/post-101384/">白レンズ</a><br />
<strong>ニコン </strong><br />
<a target="_self" href="https://kopenguin.com/post-101484/">ニッコールとは</a> <a target="_self" href="https://kopenguin.com/post-101372/">歴史</a> 隠れた名玉(<a target="_self" href="https://kopenguin.com/post-101417/">厳選リスト</a> <a target="_self" href="https://kopenguin.com/post-101425/">F</a>)<br />
<strong>Auto NIKKOR（ノンAi）</strong>(<a target="_self" href="https://kopenguin.com/post-101465/">概要</a> <a target="_self" href="https://kopenguin.com/post-101442/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101474/">一覧</a> <a target="_self" href="https://kopenguin.com/post-101461/">Ai化改造</a>)<br />
<strong>Ai</strong>(<a target="_self" href="https://kopenguin.com/post-101437/">概要</a> <a target="_self" href="https://kopenguin.com/post-101477/">一覧</a> <a target="_self" href="https://kopenguin.com/post-101452/">音と感触</a> <a target="_self" href="https://kopenguin.com/post-101456/">Zマウント</a> )<br />
<strong>AI-S</strong>(<a target="_self" href="https://kopenguin.com/post-101432/">概要</a> <a target="_self" href="https://kopenguin.com/post-101447/">歴史</a> <a target="_self" href="https://kopenguin.com/post-101481/">一覧</a> <a target="_self" href="https://kopenguin.com/post-101470/">見分け方</a>) <a target="_self" href="https://kopenguin.com/post-101429/">Series E</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.33869%;" colspan="4">【歴史】</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; width: 1.33869%; height: 53px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-100688/">歴史</a> <a target="_self" href="https://kopenguin.com/post-100693/">一眼レフ</a> <a target="_self" href="https://kopenguin.com/post-100704/">フィルムカメラ</a> <a target="_self" href="https://kopenguin.com/post-100698/">デジタル一眼レフ</a> <a target="_self" href="https://kopenguin.com/post-100725/">ミラーレス</a> <a target="_self" href="https://kopenguin.com/post-100730/">シネマカメラ</a></td>
</tr>
</tbody>
</table>
<p><!-- START MoshimoAffiliateEasyLink --> <script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"Henri Cartier-Bresson: The Europeans","b":"","t":"","d":"https://m.media-amazon.com","c_p":"/images/I","p":["/41ClEC+BBAL._SL500_.jpg","/41JaynRGJZL._SL500_.jpg","/41QTWy8KenL._SL500_.jpg","/410wC2eiEmL._SL500_.jpg","/41u3QNX2yXL._SL500_.jpg"],"u":{"u":"https://www.amazon.co.jp/dp/2959335139","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https://www.amazon.co.jp/dp/2959335139","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https://search.rakuten.co.jp/search/mall/Henri%20Cartier-Bresson%3A%20The%20Europeans/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"fs0wO","s":"s"});
</script></p>
<div id="msmaflink-fs0wO">リンク</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>

<h3><span id="toc8">写真・カメラ関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>写真・カメラ関連ページをご紹介します。</p>
</div>
</div>
<h4>ホビープラモデルTOPサイトマップ</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>ホビープラモデルTOPのサイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 90.2485%; height: 190px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;海外で人気の名作ゲーム・サイトマップ&quot;}"><strong>【ホビーTOP】サイトマップ</strong></td>
</tr>
<tr style="height: 45px;">
<td style="height: 45px; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;■■│&lt;a href=&quot;https://kopenguin.com/&quot; target=&quot;_self&quot;&gt;コペンギンTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24178/&quot; target=&quot;_self&quot;&gt;ゲーム&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt;│■■&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24178/&quot;&gt;ゲームTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-18307/&quot; target=&quot;_self&quot;&gt;ランキング&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14637/&quot; target=&quot;_self&quot;&gt;傑作・名作&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14406/&quot; target=&quot;_self&quot;&gt;機種別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14432/&quot; target=&quot;_self&quot;&gt;ジャンル別&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-65077/&quot; target=&quot;_self&quot;&gt;学び/学習TOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-65721/&quot; target=&quot;_self&quot;&gt;IT&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65739/&quot; target=&quot;_self&quot;&gt;ゲーム作り&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65082/&quot; target=&quot;_self&quot;&gt;HP作成&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビーTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24164/&quot; target=&quot;_self&quot;&gt;プラモデル&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24153/&quot; target=&quot;_self&quot;&gt;ミリタリー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24158/&quot; target=&quot;_self&quot;&gt;エアガン&lt;/a&gt;&lt;br /&gt;
●映像＞アニメ(&lt;a href=&quot;https://kopenguin.com/post-36648/&quot;&gt;ロボットアニメ&lt;/a&gt;)│映画│&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24130/&quot; target=&quot;_self&quot;&gt;ゲーム雑誌&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24127/&quot; target=&quot;_self&quot;&gt;マンガ&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a>|<a target="_self" href="https://kopenguin.com/post-71909/">RCラジコン</a></td>
</tr>
<tr style="height: 45px;">
<td style="height: 45px; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;&lt;a href=&quot;https://kopenguin.com/post-14406/&quot;&gt;PC・ゲーム機TOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-14421/&quot;&gt;PC&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14323/&quot;&gt;家庭用&lt;/a&gt;（&lt;a href=&quot;https://kopenguin.com/post-14307/&quot;&gt;据置&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-10131/&quot;&gt;携帯&lt;/a&gt;）&lt;/p&gt;
&quot;}">■【<a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>】■<br />
【<a target="_self" href="https://kopenguin.com/post-48705/">キャラクターモデル</a>】<a target="_self" href="https://kopenguin.com/post-48696/">作品別</a>(<a target="_self" href="https://kopenguin.com/post-24147/">ガンダム</a>│<a target="_self" href="https://kopenguin.com/post-36284/">ボトムズ</a>│<a target="_self" href="https://kopenguin.com/post-48715/">マクロス</a>)│<a target="_self" href="https://kopenguin.com/post-48683/">メーカー別</a><br />
<a target="_self" href="https://kopenguin.com/post-50884/">ミリタリー(戦車/陸戦</a>│<a target="_self" href="https://kopenguin.com/post-46301/">船/潜水艦</a>(<a target="_self" href="https://kopenguin.com/post-46736/">Uボート</a>)│<a target="_self" href="https://kopenguin.com/post-50109/">航空機/飛行機</a>)│<a target="_self" href="https://kopenguin.com/post-74760/">車/カーモデル</a>│バイク<br />
■【<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>】■<br />
■【<a target="_self" href="https://kopenguin.com/post-24158/">エアガン・モデルガン</a>】■</td>
</tr>
<tr>
<td style="width: 52.4329%; text-align: center;" colspan="5"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
<tr style="height: 45px;">
<td style="height: 10px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;&lt;a href=&quot;https://kopenguin.com/post-11478/&quot;&gt;格闘ゲームTOP&lt;/a&gt; ＞ 名作│&lt;a href=&quot;https://kopenguin.com/post-11495/&quot;&gt;発売年別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11503/&quot;&gt;メーカー別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11460/&quot;&gt;AC&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11468/&quot;&gt;据置&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11453/&quot;&gt;携帯&lt;/a&gt;&lt;/p&gt;
&quot;}"><strong>サイトマップ一覧</strong></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2Fsearch%3Fcategory%3D501%26search_word%3D%26is_marketplace%3D0">ホビー（おもちゃホビー） | 中古・新品通販の駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h4>ホビーサイトマップ関連ページのご紹介</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p><b>ホビー関連ページをご紹介します。</b></p>
</div>
</div>
<h3><span id="toc9">「RCラジコン」についてご紹介|Top</span></h3>

<a target="_self" href="https://kopenguin.com/post-71909/" title="「RCラジコン」関連ページご紹介|Top" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2023/09/2023-0830-0103-000300-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2023/09/2023-0830-0103-000300-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2023/09/2023-0830-0103-000300-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2023/09/2023-0830-0103-000300-320x198.jpg 320w, https://kopenguin.com/wp-content/uploads/2023/09/2023-0830-0103-000300-341x211.jpg 341w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">「RCラジコン」関連ページご紹介|Top</div><div class="blogcard-snippet internal-blogcard-snippet">「RCラジコン」関連ページのご紹介|Topご訪問ありがとうございます。今回は、「RCラジコン」関連ページをご紹介します。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2023.09.04</div></div></div></div></a>
<h3><span id="toc10">【プラモデルTOP】プラモデル関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24164/" title="【プラモデルTOP】プラモデル関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220314-0028-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220314-0028-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-0028-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-0028-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【プラモデルTOP】プラモデル関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】プラモデル関連ページのご紹介ご訪問ありがとうございます。今回は、プラモデルの関連ページをご紹介します。ガンダム（プラモデル/ホビー/おもちゃホビー） | 中古・新品通販の駿河屋</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc11">【ミリタリーTOP】ミリタリー系ホビー関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24153/" title="【ミリタリーTOP】ミリタリー戦車ホビー関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2356-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2356-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2356-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2356-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ミリタリーTOP】ミリタリー戦車ホビー関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ミリタリー戦車ホビー関連ページのご紹介ご訪問ありがとうございます。今回は、ミリタリー戦車ホビー関連ページをご紹介します。戦車・ミリタリー | プラモデル（ホビー/おもちゃホビー） | 中古・新品通販の駿河屋</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc12">【エアガンTOP】エアガン・電動ガン関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24158/" title="【エアガンTOP】エアガン・電動ガン関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220314-008-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220314-008-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-008-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-008-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【エアガンTOP】エアガン・電動ガン関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】エアガン・電動ガン関連ページのご紹介ご訪問ありがとうございます。今回は、エアガン・電動ガン関連ページをご紹介します。アニメ　レンタルアップDVDソードアート・オンライン オルタナティブ ガンゲイル・オンライン 単巻全6巻セット</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h4>コペンギン・サイトマップ</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>コペンギンのサイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 90.2485%; height: 145px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;海外で人気の名作ゲーム・サイトマップ&quot;}">【<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a>】サイトマップ</td>
</tr>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;■■│&lt;a href=&quot;https://kopenguin.com/&quot; target=&quot;_self&quot;&gt;コペンギンTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24178/&quot; target=&quot;_self&quot;&gt;ゲーム&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt;│■■&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24178/&quot;&gt;ゲームTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-18307/&quot; target=&quot;_self&quot;&gt;ランキング&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14637/&quot; target=&quot;_self&quot;&gt;傑作・名作&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14406/&quot; target=&quot;_self&quot;&gt;機種別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14432/&quot; target=&quot;_self&quot;&gt;ジャンル別&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-65077/&quot; target=&quot;_self&quot;&gt;学び/学習TOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-65721/&quot; target=&quot;_self&quot;&gt;IT&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65739/&quot; target=&quot;_self&quot;&gt;ゲーム作り&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65082/&quot; target=&quot;_self&quot;&gt;HP作成&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビーTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24164/&quot; target=&quot;_self&quot;&gt;プラモデル&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24153/&quot; target=&quot;_self&quot;&gt;ミリタリー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24158/&quot; target=&quot;_self&quot;&gt;エアガン&lt;/a&gt;&lt;br /&gt;
●映像＞アニメ(&lt;a href=&quot;https://kopenguin.com/post-36648/&quot;&gt;ロボットアニメ&lt;/a&gt;)│映画│&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24130/&quot; target=&quot;_self&quot;&gt;ゲーム雑誌&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24127/&quot; target=&quot;_self&quot;&gt;マンガ&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│</td>
</tr>
<tr>
<td style="width: 52.4329%; text-align: center;" colspan="5"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
<tr style="height: 45px;">
<td style="height: 10px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;&lt;a href=&quot;https://kopenguin.com/post-11478/&quot;&gt;格闘ゲームTOP&lt;/a&gt; ＞ 名作│&lt;a href=&quot;https://kopenguin.com/post-11495/&quot;&gt;発売年別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11503/&quot;&gt;メーカー別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11460/&quot;&gt;AC&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11468/&quot;&gt;据置&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11453/&quot;&gt;携帯&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/sitemap/">サイトマップ一覧</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F"><img loading="lazy" decoding="async" title="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" src="https://www.suruga-ya.jp/pics/affiliate/banner/468_60/top.gif" alt="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" width="468" height="60" /></a><br />
<a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F">懐かしの名作から最新作までの豊富な品揃え！通販ショップの駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h4>コペンギンサイトマップ関連ページのご紹介</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p><b>コペンギン関連ページをご紹介します。</b></p>
</div>
</div>
<h3><span id="toc13">【ゲームTOP】ゲーム関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24178/" title="【ゲームTOP】ゲーム関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ゲームTOP】ゲーム関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ゲーム関連ページのご紹介ご訪問ありがとうございます。今回は、ゲーム関連ページをご紹介します。PS5ソフトELDEN RING</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc14">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24119/" title="【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-120x74.png 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-320x198.png 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">書籍・雑誌サイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、書籍・雑誌サイトマップ関連ページをご紹介します。その他コミック初版)AKIRA(デラックス版) 全6巻セット / 大友克洋</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc15">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24142/" title="【ホビーTOP】ホビーサイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ホビーサイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、ホビーサイトマップ関連ページをご紹介します。プラモデル1/100 MG MS-09 ドム 「機動戦士ガンダム」</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>



<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-103788/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>チェーンリング比較｜ミニベロとママチャリの違いをわかりやすく解説</title>
		<link>https://kopenguin.com/post-120480/</link>
					<comments>https://kopenguin.com/post-120480/#respond</comments>
		
		<dc:creator><![CDATA[コペン]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 15:01:05 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[チェーン・駆動系]]></category>
		<category><![CDATA[ブレーキ・変速]]></category>
		<category><![CDATA[学び]]></category>
		<category><![CDATA[自転車]]></category>
		<category><![CDATA[道具/工具]]></category>
		<guid isPermaLink="false">https://kopenguin.com/?p=120480</guid>

					<description><![CDATA[目次 チェーンリング比較｜ミニベロとママチャリの違いをわかりやすく解説基本の違い（結論）チェーンリングの基本比較なぜこの違いが生まれるのか走行特性の違い構造の違い実用的な選び方まとめ チェーンリング比較｜ミニベロとママチ [&#8230;]]]></description>
										<content:encoded><![CDATA[
  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-17"><label class="toc-title" for="toc-checkbox-17">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">チェーンリング比較｜ミニベロとママチャリの違いをわかりやすく解説</a><ol><li><a href="#toc2" tabindex="0">基本の違い（結論）</a></li><li><a href="#toc3" tabindex="0">チェーンリングの基本比較</a></li><li><a href="#toc4" tabindex="0">なぜこの違いが生まれるのか</a></li><li><a href="#toc5" tabindex="0">走行特性の違い</a></li><li><a href="#toc6" tabindex="0">構造の違い</a></li><li><a href="#toc7" tabindex="0">実用的な選び方</a></li><li><a href="#toc8" tabindex="0">まとめ</a></li><li><a href="#toc9" tabindex="0">自転車 ミニベロ関連ページのご紹介</a></li><li><a href="#toc10" tabindex="0">自転車 ロードバイクのタイヤ・ホイール関連ページのご紹介</a></li><li><a href="#toc11" tabindex="0">「学ぶ」学習用関連ページのご紹介</a></li><li><a href="#toc12" tabindex="0">【ゲームTOP】ゲーム関連ページのご紹介</a></li><li><a href="#toc13" tabindex="0">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</a></li><li><a href="#toc14" tabindex="0">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">チェーンリング比較｜ミニベロとママチャリの違いをわかりやすく解説</span></h2>
<div class="speech-wrap sb-id-41 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<div class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" /></div>
</div>
<div class="speech-balloon">ミニベロは「速度補正」、ママチャリは「扱いやすさ重視」でチェーンリングが設計されています。</div>
</div>
<h3><span id="toc2">基本の違い（結論）</span></h3>
<div class="blank-box">ミニベロは小径ホイールによる速度不足を補うため大きな歯数、ママチャリは日常使用に最適化された中程度の歯数が採用されています。</div>
<h3><span id="toc3">チェーンリングの基本比較</span></h3>
<table>
<tbody>
<tr>
<th style="text-align: center;">項目</th>
<th style="text-align: center;">ミニベロ</th>
<th style="text-align: center;">ママチャリ</th>
</tr>
<tr>
<td style="text-align: center;">ホイール径</td>
<td style="text-align: center;">小さい（20インチ前後）</td>
<td style="text-align: center;">大きい（26〜27インチ）</td>
</tr>
<tr>
<td style="text-align: center;">歯数</td>
<td style="text-align: center;">大きい（52T〜60T）</td>
<td style="text-align: center;">中程度（32T〜44T）</td>
</tr>
<tr>
<td style="text-align: center;">目的</td>
<td style="text-align: center;">速度確保</td>
<td style="text-align: center;">扱いやすさ・安定性</td>
</tr>
</tbody>
</table>
<p><!-- START MoshimoAffiliateEasyLink --> <script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"シマノ(SHIMANO) リペアパーツ 引掛け歯付チェーンリング 52T-MJ(52-36T用)(シルバー) FC-RS500 Y1PR98050","b":"シマノ(SHIMANO)","t":"Y1PR98050","d":"https:\/\/m.media-amazon.com","c_p":"\/images\/I","p":["\/51BkyaMdODL._SL500_.jpg","\/51jtAavNsrL._SL500_.jpg"],"u":{"u":"https:\/\/www.amazon.co.jp\/dp\/B010QND2YG","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https:\/\/www.amazon.co.jp\/dp\/B010QND2YG","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https:\/\/search.rakuten.co.jp\/search\/mall\/%E3%82%B7%E3%83%9E%E3%83%8E(SHIMANO)%20%E3%83%AA%E3%83%9A%E3%82%A2%E3%83%91%E3%83%BC%E3%83%84%20%E5%BC%95%E6%8E%9B%E3%81%91%E6%AD%AF%E4%BB%98%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%83%AA%E3%83%B3%E3%82%B0%2052T-MJ(52-36T%E7%94%A8)(%E3%82%B7%E3%83%AB%E3%83%90%E3%83%BC)%20FC-RS500%20Y1PR98050\/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"Z4V8z","s":"s"});
</script></p>
<div id="msmaflink-Z4V8z">リンク</div>
<div>
<p><!-- START MoshimoAffiliateEasyLink --> <script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"シマノ(SHIMANO) リペアパーツ チェーンリング 26T-AT (36-26T用) FC-M9020-2\/FC-M9000-2 Y1PV26000","b":"シマノ(SHIMANO)","t":"1PV26000","d":"https:\/\/m.media-amazon.com","c_p":"\/images\/I","p":["\/41jOqqAdL7L._SL500_.jpg","\/51NIBixILuL._SL500_.jpg"],"u":{"u":"https:\/\/www.amazon.co.jp\/dp\/B00ZGD7U9A","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https:\/\/www.amazon.co.jp\/dp\/B00ZGD7U9A","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https:\/\/search.rakuten.co.jp\/search\/mall\/%E3%82%B7%E3%83%9E%E3%83%8E(SHIMANO)%20%E3%83%AA%E3%83%9A%E3%82%A2%E3%83%91%E3%83%BC%E3%83%84%20%E3%83%81%E3%82%A7%E3%83%BC%E3%83%B3%E3%83%AA%E3%83%B3%E3%82%B0%2026T-AT%20(36-26T%E7%94%A8)%20FC-M9020-2%2FFC-M9000-2%20Y1PV26000\/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"L7Zft","s":"s"});
</script></p>
<div id="msmaflink-L7Zft">リンク</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>
</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>
<h3><span id="toc4">なぜこの違いが生まれるのか</span></h3>
<p>ホイール径が最大の要因です。</p>
<table>
<tbody>
<tr>
<th style="text-align: center;">要素</th>
<th style="text-align: center;">ミニベロ</th>
<th style="text-align: center;">ママチャリ</th>
</tr>
<tr>
<td style="text-align: center;">1回転の進む距離</td>
<td style="text-align: center;">短い</td>
<td style="text-align: center;">長い</td>
</tr>
<tr>
<td style="text-align: center;">必要なギア比</td>
<td style="text-align: center;">高い</td>
<td style="text-align: center;">低い</td>
</tr>
</tbody>
</table>
<p>つまり、 ミニベロ → 歯数を増やして速度を補う ママチャリ → 自然なバランス</p>
<h3><span id="toc5">走行特性の違い</span></h3>
<table>
<tbody>
<tr>
<th style="text-align: center;">項目</th>
<th style="text-align: center;">ミニベロ</th>
<th style="text-align: center;">ママチャリ</th>
</tr>
<tr>
<td style="text-align: center;">加速</td>
<td style="text-align: center;">軽快</td>
<td style="text-align: center;">穏やか</td>
</tr>
<tr>
<td style="text-align: center;">巡航速度</td>
<td style="text-align: center;">高い（高歯数時）</td>
<td style="text-align: center;">中程度</td>
</tr>
<tr>
<td style="text-align: center;">坂道</td>
<td style="text-align: center;">やや不利（シングル時）</td>
<td style="text-align: center;">有利（内装変速）</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">構造の違い</span></h3>
<table>
<tbody>
<tr>
<th style="text-align: center;">項目</th>
<th style="text-align: center;">ミニベロ</th>
<th style="text-align: center;">ママチャリ</th>
</tr>
<tr>
<td style="text-align: center;">変速方式</td>
<td style="text-align: center;">外装変速が主流</td>
<td style="text-align: center;">内装変速が主流</td>
</tr>
<tr>
<td style="text-align: center;">チェーンライン</td>
<td style="text-align: center;">可変</td>
<td style="text-align: center;">固定</td>
</tr>
<tr>
<td style="text-align: center;">メンテナンス</td>
<td style="text-align: center;">やや必要</td>
<td style="text-align: center;">ほぼ不要</td>
</tr>
</tbody>
</table>
<h3><span id="toc7">実用的な選び方</span></h3>
<table>
<tbody>
<tr>
<th style="text-align: center;">用途</th>
<th style="text-align: center;">おすすめ</th>
</tr>
<tr>
<td style="text-align: center;">スピード重視</td>
<td style="text-align: center;">ミニベロ＋大径チェーンリング</td>
</tr>
<tr>
<td style="text-align: center;">街乗り・買い物</td>
<td style="text-align: center;">ママチャリ標準構成</td>
</tr>
<tr>
<td style="text-align: center;">カスタム</td>
<td style="text-align: center;">ミニベロ（自由度高）</td>
</tr>
</tbody>
</table>
<h3><span id="toc8">まとめ</span></h3>
<div class="secondary-box">ミニベロとママチャリでは、ホイール径の違いによりチェーンリングの歯数設計が大きく異なります。 ミニベロは速度補正のため大径、ママチャリは扱いやすさ重視のバランス設計となっています。</div>
<div class="blank-box bb-blue">「設計は目的によって決まる。」</div>
<h4><strong>Bianchi MERLO（メルロ）- 街乗り用途を重視したクラシック系モデル自転車 </strong><strong>関連ページのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">Bianchi MERLO（メルロ）- 街乗り用途を重視したクラシック系モデル自転車 関連ページのご紹介</div>
</div>
<table dir="ltr" style="width: 100%; height: 1524px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 21px; width: 1.22399%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong>Bianchi MERLO（メルロ）- 街乗り用途を重視したクラシック系モデル自転車 関連ページのご紹介</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 10px;" colspan="4">●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a>|<a target="_self" href="https://kopenguin.com/post-82706/">自転車</a></td>
</tr>
<tr style="height: 0px;">
<td style="text-align: center; height: 10px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82706/">自転車/ロードバイク</a> &gt; <a target="_self" href="https://kopenguin.com/post-82709/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82712/">メンテナンス</a>|<a target="_self" href="https://kopenguin.com/post-82702/">フィッティング</a>|<a target="_self" href="https://kopenguin.com/post-82716/">ビンテージ</a>|<a target="_self" href="https://kopenguin.com/post-82719/">データ/用語</a>|<a target="_self" href="https://kopenguin.com/post-82728/">関連</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 10px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-103793/">ミニベロ</a> &gt; <a target="_self" href="https://kopenguin.com/post-104071/">基礎</a> <a target="_self" href="https://kopenguin.com/post-104074/">タイヤ</a> <a target="_self" href="https://kopenguin.com/post-104081/">ホイール</a> <a target="_self" href="https://kopenguin.com/post-104090/">フレーム</a> <a target="_self" href="https://kopenguin.com/post-104093/">メーカー</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-120546/">Bianchi MERLO（メルロ）</a>&gt; レストア デザイン ネジ タイヤ・チューブ ケーブル 変速機 チェーン メンテナンス 規格</td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px; width: 1.22399%;" colspan="4"><strong>ビアンキ </strong><a target="_self" href="https://kopenguin.com/post-104290/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103807/">歴代モデル</a> <a target="_self" href="https://kopenguin.com/post-103810/">MINIVELO-7</a> <a target="_self" href="https://kopenguin.com/post-103815/">MINIVELO-8</a> <a target="_self" href="https://kopenguin.com/post-103818/">MINIVELO-10</a> <a target="_self" href="https://kopenguin.com/post-103821/">LEPRE</a> <a target="_self" href="https://kopenguin.com/post-103824/">MERLO</a>(<a target="_self" href="https://kopenguin.com/post-103830/">歴史</a>) <a target="_self" href="https://kopenguin.com/post-103827/">LECCO</a><br />
<a target="_self" href="https://kopenguin.com/post-119909/">チェレステカラー</a></td>
</tr>
<tr style="height: 121px;">
<td style="text-align: center; height: 121px; width: 1.22399%;" colspan="4"><strong>レストア<br />
</strong>計画 <a target="_self" href="https://kopenguin.com/post-120093/">概要</a> <a target="_self" href="https://kopenguin.com/post-120096/">①目的設定</a> <a target="_self" href="https://kopenguin.com/post-120099/">②現状把握</a> <a target="_self" href="https://kopenguin.com/post-120102/">③方針決定</a> <a target="_self" href="https://kopenguin.com/post-120105/">④部品調達</a> <a target="_self" href="https://kopenguin.com/post-120108/">⑤作業実行</a> <strong><br />
</strong><a target="_self" href="https://kopenguin.com/post-120074/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120077/">スタイル</a>(<a target="_self" href="https://kopenguin.com/post-120080/">リフレッシュ</a> <a target="_self" href="https://kopenguin.com/post-120084/">レストモッド</a> <a target="_self" href="https://kopenguin.com/post-120087/">カスタム</a>) <a target="_self" href="https://kopenguin.com/post-120071/">MERLO</a><br />
消耗品 <a target="_self" href="https://kopenguin.com/post-120090/">概要</a></td>
</tr>
<tr style="height: 327px;">
<td style="text-align: center; height: 327px; width: 1.22399%;" colspan="4"><strong>デザイン<br />
</strong>クラシック系 <a target="_self" href="https://kopenguin.com/post-119920/">設計思想</a>(<a target="_self" href="https://kopenguin.com/post-119955/">変化</a>) <a target="_self" href="https://kopenguin.com/post-119916/">シルバー部品が多い理由</a> <a target="_self" href="https://kopenguin.com/post-119952/">比較</a> <a target="_self" href="https://kopenguin.com/post-119964/">ブラック部品</a><br />
●<strong>素材・塗装・表面処理 </strong><a target="_self" href="https://kopenguin.com/post-119961/">見分け方</a><br />
表面処理 <a target="_self" href="https://kopenguin.com/post-119958/">概要</a> メッキ 塗装 <a target="_self" href="https://kopenguin.com/post-119977/">違い</a><br />
メッキ <a target="_self" href="https://kopenguin.com/post-119971/">概要</a> <a target="_self" href="https://kopenguin.com/post-119980/">機能</a> クロム <a target="_self" href="https://kopenguin.com/post-119949/">概要</a> <a target="_self" href="https://kopenguin.com/post-119968/">ニッケル</a>(<a target="_self" href="https://kopenguin.com/post-119974/">用途</a>)<br />
塗装 <a target="_self" href="https://kopenguin.com/post-119923/">歴史</a><br />
素材 <a target="_self" href="https://kopenguin.com/post-119932/">歴史</a>  クロモリ <a target="_self" href="https://kopenguin.com/post-119929/">違い</a><br />
クロモリ <a target="_self" href="https://kopenguin.com/post-119935/">概要</a> <a target="_self" href="https://kopenguin.com/post-119946/">クロムモリブデン鋼</a> <a target="_self" href="https://kopenguin.com/post-119940/">ラグ構造</a> <a target="_self" href="https://kopenguin.com/post-119943/">バテッド加工</a><br />
アルミ <a target="_self" href="https://kopenguin.com/post-119926/">アルマイト</a></td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; height: 190px; width: 1.22399%;" colspan="4"><strong>ネジ<br />
</strong>工具 <a target="_self" href="https://kopenguin.com/post-120046/">一覧</a> <a target="_self" href="https://kopenguin.com/post-120051/">歴史</a>  六角レンチ(<a target="_self" href="https://kopenguin.com/post-120055/">概要</a> <a target="_self" href="https://kopenguin.com/post-120059/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120065/">呼び名</a> )<strong><br />
</strong>規格 <a target="_self" href="https://kopenguin.com/post-120023/">概要</a> <a target="_self" href="https://kopenguin.com/post-120036/">違い</a> 部位別(<a target="_self" href="https://kopenguin.com/post-120029/">概要</a> <a target="_self" href="https://kopenguin.com/post-120026/">特殊ネジ</a> <a target="_self" href="https://kopenguin.com/post-120033/">注意</a> )  <strong><br />
</strong>サビ <a target="_self" href="https://kopenguin.com/post-119983/">原因</a> <a target="_self" href="https://kopenguin.com/post-119986/">落とし方</a> <a target="_self" href="https://kopenguin.com/post-120015/">クエン酸・酢・サンポール</a>(<a target="_self" href="https://kopenguin.com/post-120020/">酢/クエン酸</a>)<br />
<a target="_self" href="https://kopenguin.com/post-119989/">防錆処理</a> <a target="_self" href="https://kopenguin.com/post-119999/">油膜系・グリス・ワックス系</a> <a target="_self" href="https://kopenguin.com/post-119996/">防錆剤</a> <a target="_self" href="https://kopenguin.com/post-119993/">グリス</a> <a target="_self" href="https://kopenguin.com/post-120002/">チェーンオイル</a> <a target="_self" href="https://kopenguin.com/post-120007/">ネジ穴</a>  <a target="_self" href="https://kopenguin.com/post-120012/">酸処理</a></td>
</tr>
<tr style="height: 156px;">
<td style="text-align: center; height: 156px; width: 1.22399%;" colspan="4"><strong>タイヤ・チューブ<br />
</strong>タイヤ <a target="_self" href="https://kopenguin.com/post-120192/">規格</a> 表記(<a target="_self" href="https://kopenguin.com/post-120199/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120196/">違い</a> )<br />
チューブ 規格(<a target="_self" href="https://kopenguin.com/post-120202/">概要</a> <a target="_self" href="https://kopenguin.com/post-120206/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120209/">構造</a> <a target="_self" href="https://kopenguin.com/post-120292/">仕組み</a> <a target="_self" href="https://kopenguin.com/post-120212/">メリット・デメリット</a> <a target="_self" href="https://kopenguin.com/post-120215/">世界普及</a>)<br />
トラブル <a target="_self" href="https://kopenguin.com/post-120310/">バルブ付近が膨らむ</a> <a target="_self" href="https://kopenguin.com/post-120316/">再調整手順</a> <a target="_self" href="https://kopenguin.com/post-120306/">チューブが膨らむ</a><br />
バルブ部(<a target="_self" href="https://kopenguin.com/post-120295/">構造</a> <a target="_self" href="https://kopenguin.com/post-120299/">リング</a> <a target="_self" href="https://kopenguin.com/post-120302/">ロックナット</a>) 英式(<a target="_self" href="https://kopenguin.com/post-120224/">ダンロップバルブ</a> <a target="_self" href="https://kopenguin.com/post-120220/">構造</a> <a target="_self" href="https://kopenguin.com/post-120230/">虫ゴム</a> <a target="_self" href="https://kopenguin.com/post-120227/">劣化</a> )</td>
</tr>
<tr style="height: 156px;">
<td style="text-align: center; height: 156px;" colspan="4"><strong>ケーブル<br />
</strong><a target="_self" href="https://kopenguin.com/post-120235/">概要</a> <a target="_self" href="https://kopenguin.com/post-120239/">構造</a> インナーケーブル(<a target="_self" href="https://kopenguin.com/post-120244/">概要</a> <a target="_self" href="https://kopenguin.com/post-120248/">先端形状</a>(<a target="_self" href="https://kopenguin.com/post-120252/">歴史</a>) <a target="_self" href="https://kopenguin.com/post-120270/">PTFEコート</a> ) アウターケーブル(<a target="_self" href="https://kopenguin.com/post-120256/">概要</a> <a target="_self" href="https://kopenguin.com/post-120261/">ライナー</a> <a target="_self" href="https://kopenguin.com/post-120265/">反力</a> <a target="_self" href="https://kopenguin.com/post-120288/">穴開け</a>) エンドキャップ(<a target="_self" href="https://kopenguin.com/post-120274/">自作</a>) <a target="_self" href="https://kopenguin.com/post-120284/">ケーブルカッター</a><br />
<a target="_self" href="https://kopenguin.com/post-120279/">交換手順</a><br />
ブレーキ <a target="_self" href="https://kopenguin.com/post-120319/">調整方法</a> ブレーキバネ(<a target="_self" href="https://kopenguin.com/post-120329/">役割</a> ) <a target="_self" href="https://kopenguin.com/post-120323/">アジャスター</a> <a target="_self" href="https://kopenguin.com/post-120326/">片側だけ当たる</a><br />
Vブレーキ <a target="_self" href="https://kopenguin.com/post-120333/">概要</a> <a target="_self" href="https://kopenguin.com/post-120336/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120339/">リニアプル</a> <a target="_self" href="https://kopenguin.com/post-120343/">違い</a> <a target="_self" href="https://kopenguin.com/post-120347/">Vブレーキ＋ロードレバー</a> <a target="_self" href="https://kopenguin.com/post-120351/">トラベルエージェント</a></td>
</tr>
<tr>
<td style="text-align: center; width: 1.22399%;" colspan="4"><strong>変速機<br />
</strong> <a target="_self" href="https://kopenguin.com/post-120362/">構造</a> <a target="_self" href="https://kopenguin.com/post-120354/">調整方法</a> メーカー(<a target="_self" href="https://kopenguin.com/post-120358/">概要</a> ) <a target="_self" href="https://kopenguin.com/post-120366/">ミニベロ</a><br />
<strong>リアディレイラー</strong><br />
TOURNEY(<a target="_self" href="https://kopenguin.com/post-120369/">概要</a> <a target="_self" href="https://kopenguin.com/post-120372/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120376/">シリーズ</a> <a target="_self" href="https://kopenguin.com/post-120380/">TYシリーズ</a> <a target="_self" href="https://kopenguin.com/post-120384/">命名規則</a> <a target="_self" href="https://kopenguin.com/post-120388/">SORA比較</a> <a target="_self" href="https://kopenguin.com/post-120392/">構造</a>)<br />
各部位 <a target="_self" href="https://kopenguin.com/post-120395/">役割</a> <a target="_self" href="https://kopenguin.com/post-120398/">ケージ</a> パラレログラムリンク(<a target="_self" href="https://kopenguin.com/post-120401/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120404/">平行四辺形リンク機構</a> <a target="_self" href="https://kopenguin.com/post-120407/">スライド機構</a> )<br />
<strong>変速</strong><br />
<a target="_self" href="https://kopenguin.com/post-120441/">仕組み</a> <a target="_self" href="https://kopenguin.com/post-120410/">SIS</a>(<a target="_self" href="https://kopenguin.com/post-120410/">概要</a> <a target="_self" href="https://kopenguin.com/post-120422/">クリック機構</a> <a target="_self" href="https://kopenguin.com/post-120438/">基準尺</a> )<br />
フリクション(<a target="_self" href="https://kopenguin.com/post-120413/">概要</a> <a target="_self" href="https://kopenguin.com/post-120428/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120416/">魅力</a> <a target="_self" href="https://kopenguin.com/post-120431/">種類</a>(<a target="_self" href="https://kopenguin.com/post-120435/">歴史</a>) <a target="_self" href="https://kopenguin.com/post-120419/">位置固定</a> <a target="_self" href="https://kopenguin.com/post-120425/">素材と締め付け圧</a> <a target="_self" href="https://kopenguin.com/post-120446/">SIS装着可能</a>)<br />
取り付け種類 <a target="_self" href="https://kopenguin.com/post-120449/">概要</a> <a target="_self" href="https://kopenguin.com/post-120455/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120458/">交換式ディレイラーハンガー</a> <a target="_self" href="https://kopenguin.com/post-120461/">フレームとの関係</a><br />
チェーンリング<br />
<a target="_self" href="https://kopenguin.com/post-120465/">概要</a> <a target="_self" href="https://kopenguin.com/post-120499/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120473/">歯数</a> <a target="_self" href="https://kopenguin.com/post-120484/">ホイール径</a>(<a target="_self" href="https://kopenguin.com/post-120488/">小径と大径</a>) <a target="_self" href="https://kopenguin.com/post-120503/">ランプ・ピン</a> <a target="_self" href="https://kopenguin.com/post-120510/">シングル化(1x)</a> <a target="_self" href="https://kopenguin.com/post-120514/">ナローワイド</a><br />
ギアインチ(<a target="_self" href="https://kopenguin.com/post-120491/">概要</a> <a target="_self" href="https://kopenguin.com/post-120495/">対応表</a>) <a target="_self" href="https://kopenguin.com/post-120477/">ミニベロ</a> <a target="_self" href="https://kopenguin.com/post-120480/">ママチャリ</a> PCD(<a target="_self" href="https://kopenguin.com/post-120469/">概要</a> )</td>
</tr>
<tr style="height: 190px;">
<td style="text-align: center; height: 190px; width: 1.22399%;" colspan="4"><strong>チェーン<br />
</strong><a target="_self" href="https://kopenguin.com/post-120111/">規格</a> <a target="_self" href="https://kopenguin.com/post-120114/">構造</a> <a target="_self" href="https://kopenguin.com/post-120117/">実物理解</a> <a target="_self" href="https://kopenguin.com/post-120170/">ピッチ</a>(<a target="_self" href="https://kopenguin.com/post-120173/">ギア段数</a> <a target="_self" href="https://kopenguin.com/post-120178/">幅</a> <a target="_self" href="https://kopenguin.com/post-120182/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120189/">1/2インチ</a> )<br />
メーカー(<a target="_self" href="https://kopenguin.com/post-120153/">概要</a> ) HG(<a target="_self" href="https://kopenguin.com/post-120145/">概要</a> <a target="_self" href="https://kopenguin.com/post-120148/">種類</a> ) <a target="_self" href="https://kopenguin.com/post-120121/">ブッシュレス</a><br />
互換チェーン <a target="_self" href="https://kopenguin.com/post-120165/">概要</a> FSC <a target="_self" href="https://kopenguin.com/post-120161/">選び方</a> <a target="_self" href="https://kopenguin.com/post-120158/">F80</a><br />
<a target="_self" href="https://kopenguin.com/post-120124/">長さ調節</a>(<a target="_self" href="https://kopenguin.com/post-120131/">工具</a> <a target="_self" href="https://kopenguin.com/post-120128/">ミッシングリンク</a> )<br />
チェーンカッター <a target="_self" href="https://kopenguin.com/post-120135/">概要</a> <a target="_self" href="https://kopenguin.com/post-120139/">使い方</a> <a target="_self" href="https://kopenguin.com/post-120142/">ピン圧入</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; width: 1.22399%; height: 53px;" colspan="4">スプロケット 歯形 <a target="_self" href="https://kopenguin.com/post-120186/">歴史</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.22399%;" colspan="4"><strong>メンテナンス<br />
</strong></td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; width: 1.22399%; height: 87px;" colspan="4"><strong>規格<br />
</strong>チェーン 規格(<a target="_self" href="https://kopenguin.com/post-120111/">概要</a> ) <strong><br />
</strong>ボトムブラケット <a target="_self" href="https://kopenguin.com/post-120039/">BSA / ITA</a> <a target="_self" href="https://kopenguin.com/post-120042/">歴史</a> <a target="_self" href="https://kopenguin.com/post-120068/">コッターピン構造</a> <strong><br />
</strong></td>
</tr>
</tbody>
</table>
<h4><strong>自転車 ミニベロ関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">自転車 ミニベロ関連サイトマップのご紹介</div>
</div>
<table dir="ltr" style="width: 100%; height: 1352px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.22399%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong>自転車 ミニベロ関連サイトマップのご紹介</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 10px;" colspan="4">●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a>|<a target="_self" href="https://kopenguin.com/post-82706/">自転車</a></td>
</tr>
<tr style="height: 0px;">
<td style="text-align: center; height: 10px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82706/">自転車/ロードバイク</a> &gt; <a target="_self" href="https://kopenguin.com/post-82709/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82712/">メンテナンス</a>|<a target="_self" href="https://kopenguin.com/post-82702/">フィッティング</a>|<a target="_self" href="https://kopenguin.com/post-82716/">ビンテージ</a>|<a target="_self" href="https://kopenguin.com/post-82719/">データ/用語</a>|<a target="_self" href="https://kopenguin.com/post-82728/">関連</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 10px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-103793/">ミニベロ</a> &gt; <a target="_self" href="https://kopenguin.com/post-104071/">基礎</a> <a target="_self" href="https://kopenguin.com/post-104074/">タイヤ</a> <a target="_self" href="https://kopenguin.com/post-104081/">ホイール</a> <a target="_self" href="https://kopenguin.com/post-104090/">フレーム</a> <a target="_self" href="https://kopenguin.com/post-104093/">メーカー</a></td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-104071/"><strong>基礎・入門</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-103803/">概要</a> <a target="_self" href="https://kopenguin.com/post-103796/">歴史</a> ブランド</td>
</tr>
<tr style="height: 464px;">
<td style="text-align: center; height: 464px; width: 1.22399%;" colspan="4"><strong><a target="_self" href="https://kopenguin.com/post-104074/">タイヤ</a><br />
</strong> <a target="_self" href="https://kopenguin.com/post-103871/">概要</a> <a target="_self" href="https://kopenguin.com/post-103833/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103849/">サイズ</a>(<a target="_self" href="https://kopenguin.com/post-103845/">ETRTO</a> <a target="_self" href="https://kopenguin.com/post-103858/">406と451</a> <a target="_self" href="https://kopenguin.com/post-103875/">トレッドパターン</a> <a target="_self" href="https://kopenguin.com/post-103930/">TPI</a> )<br />
<strong>構造</strong> <a target="_self" href="https://kopenguin.com/post-103920/">概要</a><br />
<strong>ゴム </strong><a target="_self" href="https://kopenguin.com/post-104051/">概要</a> <a target="_self" href="https://kopenguin.com/post-104058/">ゴム成分</a> <a target="_self" href="https://kopenguin.com/post-104055/">しなやか系 vs 耐久系</a> <a target="_self" href="https://kopenguin.com/post-104063/">タイヤが硬くて跳ねる</a> <a target="_self" href="https://kopenguin.com/post-104067/">乗り心地</a><br />
耐パンク(<a target="_self" href="https://kopenguin.com/post-103879/">ベルト</a> <a target="_self" href="https://kopenguin.com/post-103908/">リムテープ</a> <a target="_self" href="https://kopenguin.com/post-103890/">パンク防止剤</a> <a target="_self" href="https://kopenguin.com/post-103894/">耐パンクライナー</a>)<br />
ガムウォール(<a target="_self" href="https://kopenguin.com/post-103882/">概要</a> <a target="_self" href="https://kopenguin.com/post-103899/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103904/">おすすめ</a> <a target="_self" href="https://kopenguin.com/post-103912/">モデル一覧</a>)<br />
<strong><a target="_self" href="https://kopenguin.com/post-104078/">ブランド</a><br />
</strong> <a target="_self" href="https://kopenguin.com/post-103917/">概要</a> <a target="_self" href="https://kopenguin.com/post-103980/">製造拠点</a><br />
日本 Panaracer( <a target="_self" href="https://kopenguin.com/post-103983/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103935/">ミニベロ</a> <a target="_self" href="https://kopenguin.com/post-103992/">メイド・イン・ジャパン</a> <a target="_self" href="https://kopenguin.com/post-103996/">製造の歴史</a> <a target="_self" href="https://kopenguin.com/post-104000/">裏話</a>) <a target="_self" href="https://kopenguin.com/post-103988/">SHINKO</a><br />
ヨーロッパ(<a target="_self" href="https://kopenguin.com/post-103977/">概要</a> <a target="_self" href="https://kopenguin.com/post-103940/">Schwalbe</a>(<a target="_self" href="https://kopenguin.com/post-103944/">ラルフボール社</a> <a target="_self" href="https://kopenguin.com/post-103948/">PT Hung-A</a>) <a target="_self" href="https://kopenguin.com/post-103952/">Vittoria</a>)<br />
台湾(<a target="_self" href="https://kopenguin.com/post-103973/">概要</a> <a target="_self" href="https://kopenguin.com/post-103956/">Maxxis</a>(<a target="_self" href="https://kopenguin.com/post-103961/">正新ラバー社)</a> <a target="_self" href="https://kopenguin.com/post-103926/">TIOGA</a> <a target="_self" href="https://kopenguin.com/post-103965/">Kenda</a> <a target="_self" href="https://kopenguin.com/post-103969/">DURO</a>)<br />
<a target="_self" href="https://kopenguin.com/post-104087/"><strong>チューブ </strong></a><a target="_self" href="https://kopenguin.com/post-103886/">概要</a> <a target="_self" href="https://kopenguin.com/post-103837/">歴史</a></td>
</tr>
<tr>
<td style="text-align: center; width: 1.22399%;" colspan="4"><strong><a target="_self" href="https://kopenguin.com/post-104081/">ホイール</a><br />
<a target="_self" href="https://kopenguin.com/post-103841/">歴史</a> ブランド<br />
ブランド<br />
<a target="_self" href="https://kopenguin.com/post-104367/">概要</a> <a target="_self" href="https://kopenguin.com/post-104370/">国別</a> 台湾(</strong><a target="_self" href="https://kopenguin.com/post-104373/">概要</a> Alexrims(<a target="_self" href="https://kopenguin.com/post-104377/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104381/">モデル</a>) <a target="_self" href="https://kopenguin.com/post-104384/">A-Class</a><a target="_self" href="https://kopenguin.com/post-104387/">Alex</a><a target="_self" href="https://kopenguin.com/post-104387/"> Global</a><a target="_self" href="https://kopenguin.com/post-104387/"> Technology</a><strong> )</strong> <strong><a target="_self" href="https://kopenguin.com/post-104391/">Velocity</a><br />
手組みホイール</strong><br />
<a target="_self" href="https://kopenguin.com/post-104395/">概要</a> <a target="_self" href="https://kopenguin.com/post-103855/">カスタム</a> スポーク(<a target="_self" href="https://kopenguin.com/post-104399/">ブランド</a> <a target="_self" href="https://kopenguin.com/post-104404/">歴史</a>) リム(<a target="_self" href="https://kopenguin.com/post-104409/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104415/">ミニベロ歴史</a> <a target="_self" href="https://kopenguin.com/post-104412/">ブランド</a> )<strong><br />
</strong></td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px; width: 1.22399%;" colspan="4"><strong><a target="_self" href="https://kopenguin.com/post-104090/">フレーム</a> </strong><br />
<a target="_self" href="https://kopenguin.com/post-104008/">分類</a> <a target="_self" href="https://kopenguin.com/post-104012/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104015/">系譜</a> <a target="_self" href="https://kopenguin.com/post-104003/">ホイール</a></td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.22399%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-104093/">メーカー・ブランド・モデル</a>】</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px; width: 1.22399%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-103800/">概要</a> <a target="_self" href="https://kopenguin.com/post-104258/">国別</a> <a target="_self" href="https://kopenguin.com/post-104261/">文化系統</a><br />
<a target="_self" href="https://kopenguin.com/post-104268/">クラシック系</a> <a target="_self" href="https://kopenguin.com/post-104264/">折りたたみ系</a> <a target="_self" href="https://kopenguin.com/post-104271/">スポーツ系</a> <a target="_self" href="https://kopenguin.com/post-104274/">ツーリング系</a> <a target="_self" href="https://kopenguin.com/post-104277/">モード・スタイル系</a> <strong><br />
</strong><strong>イギリス</strong> <a target="_self" href="https://kopenguin.com/post-104293/">Moulton</a> <a target="_self" href="https://kopenguin.com/post-104296/">Brompton</a> <strong>日本</strong> <a target="_self" href="https://kopenguin.com/post-104299/">Tyrell</a> <strong>台湾</strong> <a target="_self" href="https://kopenguin.com/post-104280/">DAHON</a> <a target="_self" href="https://kopenguin.com/post-104283/">分裂事件</a> <a target="_self" href="https://kopenguin.com/post-104287/">Tern</a><br />
<strong>アメリカ</strong> <a target="_self" href="https://kopenguin.com/post-104302/">KHS</a> <strong>イタリア</strong> ビアンキ<br />
<strong>ドイツ </strong>Birdy<br />
<strong>Birdy </strong><a target="_self" href="https://kopenguin.com/post-104305/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104310/">Riese &amp; Müller</a> <a target="_self" href="https://kopenguin.com/post-104315/">Pacific Cycles</a> <a target="_self" href="https://kopenguin.com/post-104331/">ミズタニ自転車</a> <a target="_self" href="https://kopenguin.com/post-104337/">輸入・販売体制</a><br />
<a target="_self" href="https://kopenguin.com/post-104346/">フレーム構造</a> <a target="_self" href="https://kopenguin.com/post-104350/">ホイールサイズ</a><br />
<strong>BD-1<br />
</strong><a target="_self" href="https://kopenguin.com/post-104318/">概要</a> <a target="_self" href="https://kopenguin.com/post-104326/">歴史</a> 構成 <a target="_self" href="https://kopenguin.com/post-104334/">互換性</a> <a target="_self" href="https://kopenguin.com/post-104340/">比較</a> <a target="_self" href="https://kopenguin.com/post-104322/">パーツ入社</a><br />
メンテナンス・修理<br />
<strong>構成</strong> <a target="_self" href="https://kopenguin.com/post-104363/">概要</a> <a target="_self" href="https://kopenguin.com/post-104360/">18インチ(ETRTO 355)</a> <a target="_self" href="https://kopenguin.com/post-104353/">フレームのクラック</a> <a target="_self" href="https://kopenguin.com/post-104356/">451化</a><br />
<strong>ビアンキ </strong><a target="_self" href="https://kopenguin.com/post-104290/">歴史</a> <a target="_self" href="https://kopenguin.com/post-103807/">歴代モデル</a> <a target="_self" href="https://kopenguin.com/post-103810/">MINIVELO-7</a> <a target="_self" href="https://kopenguin.com/post-103815/">MINIVELO-8</a> <a target="_self" href="https://kopenguin.com/post-103818/">MINIVELO-10</a> <a target="_self" href="https://kopenguin.com/post-103821/">LEPRE</a> <a target="_self" href="https://kopenguin.com/post-103824/">MERLO</a>(<a target="_self" href="https://kopenguin.com/post-103830/">歴史</a>) <a target="_self" href="https://kopenguin.com/post-103827/">LECCO</a><br />
<a target="_self" href="https://kopenguin.com/post-119909/">チェレステカラー</a> <strong><br />
店舗</strong><br />
<a target="_self" href="https://kopenguin.com/post-104343/">LORO</a></td>
</tr>
<tr style="height: 448px;">
<td style="text-align: center; height: 448px; width: 1.22399%;" colspan="4"><strong>保管・防犯<br />
盗難 </strong><a target="_self" href="https://kopenguin.com/post-104133/">概要</a> <a target="_self" href="https://kopenguin.com/post-104136/">見つかる確率</a> <strong><br />
防犯</strong> <a target="_self" href="https://kopenguin.com/post-104096/">概要</a><br />
<strong>防犯登録</strong> <a target="_self" href="https://kopenguin.com/post-104100/">概要</a> 登録方法(<a target="_self" href="https://kopenguin.com/post-104109/">概要</a> <a target="_self" href="https://kopenguin.com/post-104103/">ネット</a> <a target="_self" href="https://kopenguin.com/post-104106/">譲渡</a> <a target="_self" href="https://kopenguin.com/post-104130/">東京</a>)<a target="_self" href="https://kopenguin.com/post-104115/">確認方法</a> <a target="_self" href="https://kopenguin.com/post-104112/">警察データベース</a><br />
車体番号 <a target="_self" href="https://kopenguin.com/post-104121/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104118/">確認方法</a> <a target="_self" href="https://kopenguin.com/post-104124/">ビンテージ</a> <a target="_self" href="https://kopenguin.com/post-104127/">推測</a><br />
<strong>位置追跡タグ</strong><br />
<a target="_self" href="https://kopenguin.com/post-104143/">概要</a> <a target="_self" href="https://kopenguin.com/post-104158/">おすすめ</a> <a target="_self" href="https://kopenguin.com/post-104225/">ベスト</a> <a target="_self" href="https://kopenguin.com/post-104182/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104139/">AirTagやGPSトラッカー</a><br />
<a target="_self" href="https://kopenguin.com/post-104173/">Bluetooth型</a>(<a target="_self" href="https://kopenguin.com/post-104177/">仕組み</a> <a target="_self" href="https://kopenguin.com/post-104187/">歴史</a> <a target="_self" href="https://kopenguin.com/post-104192/">通信網</a> <a target="_self" href="https://kopenguin.com/post-104196/">ネットワーク規模</a> <a target="_self" href="https://kopenguin.com/post-104239/">探す(Find My)</a>)<br />
<strong>AirTag</strong>(<a target="_self" href="https://kopenguin.com/post-104148/">概要</a> <a target="_self" href="https://kopenguin.com/post-104153/">仕組み</a> <a target="_self" href="https://kopenguin.com/post-104162/">盗難時</a> <a target="_self" href="https://kopenguin.com/post-104167/">位置確認</a> <a target="_self" href="https://kopenguin.com/post-104200/">PC</a> <a target="_self" href="https://kopenguin.com/post-104203/">Mac</a> )<br />
<strong>Eufy Security SmartTrack Link<br />
</strong> <a target="_self" href="https://kopenguin.com/post-104207/">概要</a> <a target="_self" href="https://kopenguin.com/post-104216/">比較</a> <a target="_self" href="https://kopenguin.com/post-104234/">iPhoneとAndroidの違い</a> <a target="_self" href="https://kopenguin.com/post-104243/">家族利用</a> <a target="_self" href="https://kopenguin.com/post-104247/">見つかりやすさ</a> <a target="_self" href="https://kopenguin.com/post-104252/">家族で共有</a><br />
<strong>UWB</strong> <a target="_self" href="https://kopenguin.com/post-104212/">概要</a> <a target="_self" href="https://kopenguin.com/post-104220/">自転車用途</a> <a target="_self" href="https://kopenguin.com/post-104229/">どの場面で使う</a><br />
<a target="_self" href="https://kopenguin.com/post-104018/">カバー</a> <a target="_self" href="https://kopenguin.com/post-104022/">自作</a> <a target="_self" href="https://kopenguin.com/post-104025/">Bianchi MERLO</a></td>
</tr>
<tr style="height: 87px;">
<td style="text-align: center; height: 87px; width: 1.22399%;" colspan="4"><strong><a target="_self" href="https://kopenguin.com/post-104084/">カスタム</a><br />
<a target="_self" href="https://kopenguin.com/post-103867/">アイディア</a> レザー <a target="_self" href="https://kopenguin.com/post-104029/">概要</a></strong></td>
</tr>
</tbody>
</table>
<div id="msmaflink-APNVt"></div>
<p><!-- MoshimoAffiliateEasyLink END --></p>

<h3><span id="toc9">自転車 ミニベロ関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>自転車 ミニベロ関連ページをご紹介します。</p>
</div>
</div>
<h4><strong>自転車/ロードバイク/ミニベロ製品関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>自転車/ロードバイク/ミニベロ製品関連サイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 100%; height: 1462px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.33869%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong><img loading="lazy" decoding="async" class="alignnone size-full wp-image-65577" src="https://kopenguin.com/wp-content/uploads/2023/06/icons8-text-editor-50.png" alt="エディタ関連サイトマップのご紹介" width="50" height="50" />自転車/ロードバイク/ミニベロ製品関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.33869%; height: 10px;" colspan="4">●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a>|<a target="_self" href="https://kopenguin.com/post-82706/">自転車</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 10px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82706/">自転車/ロードバイク</a> &gt; <a target="_self" href="https://kopenguin.com/post-82709/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82712/">メンテナンス</a>|<a target="_self" href="https://kopenguin.com/post-82702/">フィッティング</a>|<a target="_self" href="https://kopenguin.com/post-82716/">ビンテージ</a>|<a target="_self" href="https://kopenguin.com/post-82719/">データ/用語</a>|<a target="_self" href="https://kopenguin.com/post-82728/">関連</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.33869%; height: 45px;" colspan="4"><strong>【<a target="_self" href="https://kopenguin.com/post-82709/">自転車/ロードバイクの基礎/入門</a>】</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82697/">部品名称一覧</a>(<a target="_self" href="https://kopenguin.com/post-80482/">その1</a>|<a target="_self" href="https://kopenguin.com/post-81885/">その2</a>)|<a target="_self" href="https://kopenguin.com/post-80492/">分解図一覧</a>|<br />
<a target="_self" href="https://kopenguin.com/post-80641/">部品：種類と規格</a><br />
<a target="_self" href="https://kopenguin.com/post-80499/">3大パーツメーカー</a>|<a target="_self" href="https://kopenguin.com/post-80694/">フレーム/操作系</a>|<br />
<strong>駆動系</strong>(<a target="_self" href="https://kopenguin.com/post-80644/">PCD</a>|<a target="_self" href="https://kopenguin.com/post-80652/">ボトムブラケット</a>|<a target="_self" href="https://kopenguin.com/post-80521/">スプロケット</a>|<a target="_self" href="https://kopenguin.com/post-80662/">チェーン</a>)|<a target="_self" href="https://kopenguin.com/post-80668/">変速系</a>|</td>
</tr>
<tr>
<td style="text-align: center; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-103498/"><strong>タイヤ/ホイール</strong></a><strong> &gt; <a target="_self" href="https://kopenguin.com/post-104032/">タイヤとチューブ</a> <a target="_self" href="https://kopenguin.com/post-104039/">ホイール</a> <a target="_self" href="https://kopenguin.com/post-104042/">メンテナンス</a></strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.33869%; height: 45px;" colspan="4"><strong>【<a target="_self" href="https://kopenguin.com/post-82712/">自転車/ロードバイクのメンテナンス</a>】</strong></td>
</tr>
<tr style="height: 434px;">
<td style="text-align: center; height: 434px; width: 1.33869%;" colspan="4"><a target="_self" href="https://kopenguin.com/post-80747/">注油ポイント</a>|洗浄(<a target="_self" href="https://kopenguin.com/post-80768/">チェーン</a>)|<a target="_self" href="https://kopenguin.com/post-80779/">消耗品のチェック項目</a><br />
|<a target="_self" href="https://kopenguin.com/post-80704/">携帯工具の活用方法</a><br />
取り付け作業(<a target="_self" href="https://kopenguin.com/post-80861/">前後ディレーラー</a>|<br />
<a target="_self" href="https://kopenguin.com/post-80886/">レバー</a><br />
デュアルコントロール(<a target="_self" href="https://kopenguin.com/post-80941/">シフトケーブル</a>|))ブレーキ(<a target="_self" href="https://kopenguin.com/post-80902/">デュアルピボット</a>|)<br />
<strong>タイヤ/ホイール</strong><br />
<a target="_self" href="https://kopenguin.com/post-80998/">種類/修理</a>|<a target="_self" href="https://kopenguin.com/post-81013/">空気入れ</a>|<br />
<strong>■パンク修理方法(タイヤとチューブ)</strong><br />
クリンチャー(<a target="_self" href="https://kopenguin.com/post-81031/">チューブ交換</a>|<a target="_self" href="https://kopenguin.com/post-81065/">パッチ</a>|<a target="_self" href="https://kopenguin.com/post-81097/">バーストの応急処置</a>|<a target="_self" href="https://kopenguin.com/post-81126/">リムフラップの交換</a>)<br />
チューブレス(<a target="_self" href="https://kopenguin.com/post-81152/">脱着/取り付け</a>|<a target="_self" href="https://kopenguin.com/post-81182/">パッチ</a>|<a target="_self" href="https://kopenguin.com/post-81201/">クリンチャーへ復帰</a>)<br />
チューブラータイヤ(<a target="_self" href="https://kopenguin.com/post-81223/">交換</a>|<a target="_self" href="https://kopenguin.com/post-81256/">リムセメント接着</a>|<a target="_self" href="https://kopenguin.com/post-81276/">パンク修理剤</a>)<br />
クイックレリーズ(<a target="_self" href="https://kopenguin.com/post-81294/">前後輪の脱着</a>|<a target="_self" href="https://kopenguin.com/post-81340/">マヴィック</a>|<a target="_self" href="https://kopenguin.com/post-81359/">メンテナンス</a>)<br />
ハブメンテナンス(<a target="_self" href="https://kopenguin.com/post-81368/">シマノ</a>|<a target="_self" href="https://kopenguin.com/post-81420/">カンパニョーロ</a>|<a target="_self" href="https://kopenguin.com/post-81459/">マヴィック</a>)<br />
ホイール(<a target="_self" href="https://kopenguin.com/post-81478/">振れ取り</a>)<br />
<strong>■ビンディングペダル</strong><br />
(<a target="_self" href="https://kopenguin.com/post-81509/">基礎/脱着方法</a>|<a target="_self" href="https://kopenguin.com/post-82377/">種類</a>|<a target="_self" href="https://kopenguin.com/post-81526/">SPD-SL</a>|<a target="_self" href="https://kopenguin.com/post-81545/">SPD</a>|<a target="_self" href="https://kopenguin.com/post-81569/">ルック</a>|<a target="_self" href="https://kopenguin.com/post-81588/">タイム</a>|<a target="_self" href="https://kopenguin.com/post-81611/">スピードプレイ</a>)<br />
<strong>■フレーム関連</strong><br />
シートポスト/サドル(<a target="_self" href="https://kopenguin.com/post-81747/">取り付け</a>)|<a target="_self" href="https://kopenguin.com/post-81836/">ステム</a>|アヘッド小物(<a target="_self" href="https://kopenguin.com/post-81841/">メンテナンス</a>)|スレッドヘッド小物(<a target="_self" href="https://kopenguin.com/post-81782/">メンテナンス</a>)<br />
<strong>■アクセサリー取り付け</strong><br />
<a target="_self" href="https://kopenguin.com/post-81720/">バーテープ</a>|サイコン(<a target="_self" href="https://kopenguin.com/post-81635/">キャットアイ</a>|<a target="_self" href="https://kopenguin.com/post-81660/">ガーミン</a>|<a target="_self" href="https://kopenguin.com/post-81681/">ポラール</a>)|<a target="_self" href="https://kopenguin.com/post-81696/">ヘッドライト</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px; width: 1.33869%;" colspan="4"><strong>【<a target="_self" href="https://kopenguin.com/post-82702/">ロードバイクフィッティング</a>】</strong></td>
</tr>
<tr style="height: 175px;">
<td style="text-align: center; width: 1.33869%; height: 175px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82693/">基本データ</a>|<a target="_self" href="https://kopenguin.com/post-82690/">上半身</a>|<a target="_self" href="https://kopenguin.com/post-82678/">ハンドル周り</a>|<a target="_self" href="https://kopenguin.com/post-82665/">足回り</a>|<a target="_self" href="https://kopenguin.com/post-82659/">ペダル&amp;シューズ</a>|<a target="_self" href="https://kopenguin.com/post-82637/">サドル</a>|<a target="_self" href="https://kopenguin.com/post-82634/">身体トラブル</a><br />
<strong>フィッティングの基本</strong><br />
<a target="_self" href="https://kopenguin.com/post-82782/">フィッティングとは</a>|<a target="_self" href="https://kopenguin.com/post-82746/">ツール</a>|<a target="_self" href="https://kopenguin.com/post-82754/">実施</a><br />
■<a target="_self" href="https://kopenguin.com/post-82693/"><strong>基本データ/名称/関連用語</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82697/">部品名称一覧</a>(<a target="_self" href="https://kopenguin.com/post-80482/">その1</a>|<a target="_self" href="https://kopenguin.com/post-81885/">その2</a>)|<a target="_self" href="https://kopenguin.com/post-80492/">分解図一覧</a>|<a target="_self" href="https://kopenguin.com/post-81890/">フレーム各部寸法</a><br />
|<a target="_self" href="https://kopenguin.com/post-81899/">骨格と筋肉の名称</a>|<a target="_self" href="https://kopenguin.com/post-81880/">関連用語</a>|<br />
■<a target="_self" href="https://kopenguin.com/post-82690/"><strong>上半身</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82532/">横から見たフィッティングポイント10項目</a>|<a target="_self" href="https://kopenguin.com/post-82686/">サドル高</a>|<a target="_self" href="https://kopenguin.com/post-82682/">手の置場所/頭の位置</a>|<a target="_self" href="https://kopenguin.com/post-82678/">ハンドル周り</a><br />
<a target="_self" href="https://kopenguin.com/post-82686/">サドル高</a>(<a target="_self" href="https://kopenguin.com/post-82387/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82404/">サドル高の変化</a>)|<a target="_self" href="https://kopenguin.com/post-82424/">サドル位置調整</a>|<br />
<a target="_self" href="https://kopenguin.com/post-82682/">手の置場所/頭の位置</a>(<a target="_self" href="https://kopenguin.com/post-82445/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82468/">最適な前倒ポジション</a>|<a target="_self" href="https://kopenguin.com/post-82482/">計測/調整</a>|<a target="_self" href="https://kopenguin.com/post-82504/">コクピット長の調整/ステム交換手順</a>|<a target="_self" href="https://kopenguin.com/post-82523/">ステムの実質寸法「リーチ」</a>)<br />
■<a target="_self" href="https://kopenguin.com/post-82678/"><strong>ハンドル周り</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82674/">ドロップハンドル</a>|<a target="_self" href="https://kopenguin.com/post-82670/">フラットハンドル</a><br />
<a target="_self" href="https://kopenguin.com/post-82674/">ドロップハンドル</a>(<a target="_self" href="https://kopenguin.com/post-82001/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82012/">角度</a>|<a target="_self" href="https://kopenguin.com/post-82029/">ブレーキレバー</a>|<a target="_self" href="https://kopenguin.com/post-82043/">ハンドル幅</a>|<a target="_self" href="https://kopenguin.com/post-82057/">バーテープ</a>|<a target="_self" href="https://kopenguin.com/post-82077/">アルミ/カーボン素材</a>)<br />
<a target="_self" href="https://kopenguin.com/post-82670/">フラットハンドル</a>(<a target="_self" href="https://kopenguin.com/post-82084/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82095/">ハンドル幅</a>|<a target="_self" href="https://kopenguin.com/post-82106/">ブレーキ幅</a>|<a target="_self" href="https://kopenguin.com/post-82120/">グリップ/グローブ</a>)<br />
■<a target="_self" href="https://kopenguin.com/post-82665/"><strong>足回り</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82566/">ケイデンス/クランク長</a>|<a target="_self" href="https://kopenguin.com/post-82662/">ペダリング</a>|<a target="_self" href="https://kopenguin.com/post-82659/">ペダル&amp;シューズ</a><br />
<a target="_self" href="https://kopenguin.com/post-82662/">ペダリング</a>(<a target="_self" href="https://kopenguin.com/post-82173/">非効率なペダリング対策</a>|<a target="_self" href="https://kopenguin.com/post-82240/">トゥペダリング/アーチペダリング</a>|<a target="_self" href="https://kopenguin.com/post-82263/">Qファクター</a>|<a target="_self" href="https://kopenguin.com/post-82768/">アンクリング</a>)<br />
■<a target="_self" href="https://kopenguin.com/post-82659/"><strong>ペダル&amp;シューズ</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82192/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82368/">スタックハイト</a>|<a target="_self" href="https://kopenguin.com/post-82651/">ビンディングペダル</a>|<a target="_self" href="https://kopenguin.com/post-82655/">シューズ</a><br />
<a target="_self" href="https://kopenguin.com/post-82651/">ビンディングペダル</a>(<a target="_self" href="https://kopenguin.com/post-82340/">規格</a>|<a target="_self" href="https://kopenguin.com/post-82377/">種類</a>|<a target="_self" href="https://kopenguin.com/post-82644/">クリート調整</a>|<a target="_self" href="https://kopenguin.com/post-82640/">角度調整</a>)<br />
<a target="_self" href="https://kopenguin.com/post-82655/">シューズ</a>(<a target="_self" href="https://kopenguin.com/post-82349/">サイズ</a>|<a target="_self" href="https://kopenguin.com/post-82357/">寸法EURO/JPN換算表</a>|<a target="_self" href="https://kopenguin.com/post-82362/">バックル</a>|<a target="_self" href="https://kopenguin.com/post-82647/">インソール</a>)<br />
<a target="_self" href="https://kopenguin.com/post-82647/">インソール</a>(<a target="_self" href="https://kopenguin.com/post-82311/">アーチサポート</a>|<a target="_self" href="https://kopenguin.com/post-82131/">ウェッジ</a>|<a target="_self" href="https://kopenguin.com/post-82329/">インソール交換</a>)<br />
<a target="_self" href="https://kopenguin.com/post-82644/">クリート調整</a>(<a target="_self" href="https://kopenguin.com/post-82209/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82224/">前後位置</a>|<a target="_self" href="https://kopenguin.com/post-82252/">左右位置</a>||<a target="_self" href="https://kopenguin.com/post-82551/">左右脚長差の対処法</a>)<br />
<a target="_self" href="https://kopenguin.com/post-82640/">角度調整</a>(<a target="_self" href="https://kopenguin.com/post-82277/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82289/">フローティング角度</a>|<a target="_self" href="https://kopenguin.com/post-82300/">リリーススプリング調整</a>）<br />
■<a target="_self" href="https://kopenguin.com/post-82637/"><strong>サドル</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82424/">位置調整</a>|<br />
<a target="_self" href="https://kopenguin.com/post-82440/">タイプ別</a>(<a target="_self" href="https://kopenguin.com/post-81962/">骨盤前傾型/骨盤垂直型</a>|<a target="_self" href="https://kopenguin.com/post-81908/">ウエーブ/フラット</a>|<a target="_self" href="https://kopenguin.com/post-81916/">ドーム/オーバル</a>|<a target="_self" href="https://kopenguin.com/post-81927/">ワイド/ナロー</a>|<a target="_self" href="https://kopenguin.com/post-81941/">穴あき/溝付きサドル</a>|<a target="_self" href="https://kopenguin.com/post-81953/">肉厚/肉薄</a>|<a target="_self" href="https://kopenguin.com/post-81972/">UCIルールと全長長短</a>|<a target="_self" href="https://kopenguin.com/post-81982/">素材</a>|<a target="_self" href="https://kopenguin.com/post-81990/">ゼロオフセットのシートポスト</a>|<a target="_self" href="https://kopenguin.com/post-81995/">女性に合ったサドル</a>)<br />
■<a target="_self" href="https://kopenguin.com/post-82634/"><strong>身体の基礎/トラブルシューティング</strong></a><br />
<a target="_self" href="https://kopenguin.com/post-82538/">基礎</a>|<a target="_self" href="https://kopenguin.com/post-82631/">症状と対策</a>(<a target="_self" href="https://kopenguin.com/post-82613/">痛み/違和感/不快感</a>|<a target="_self" href="https://kopenguin.com/post-82587/">手の痛みやしびれ</a>|<a target="_self" href="https://kopenguin.com/post-82576/">アイウェア</a>|<a target="_self" href="https://kopenguin.com/post-82551/">左右脚長差の対処法</a>)|<a target="_self" href="https://kopenguin.com/post-81899/">骨格と筋肉の名称</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.33869%; height: 45px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-82716/"><strong>ビンテージ自転車</strong></a>】</td>
</tr>
<tr style="height: 369px;">
<td style="text-align: center; height: 369px; width: 1.33869%;" colspan="4">コンポ(<a target="_self" href="https://kopenguin.com/post-80528/">シマノ</a>|)<br />
■変速機/ディレーラー<br />
優勝(<a target="_self" href="https://kopenguin.com/post-80499/">ツール・ド・フランス</a>|<a target="_self" href="https://kopenguin.com/post-80636/">世界選手権</a>)<br />
<a target="_self" href="https://kopenguin.com/post-80532/">国別</a> フランス|日本|ドイツ|イタリア|アメリカ|<a target="_self" href="https://kopenguin.com/post-80601/">台湾</a>|<a target="_self" href="https://kopenguin.com/post-80594/">イギリス</a>|<a target="_self" href="https://kopenguin.com/post-80597/">アルゼンチン</a>|<a target="_self" href="https://kopenguin.com/post-80590/">スペイン</a>|<a target="_self" href="https://kopenguin.com/post-80606/">中国</a>|<a target="_self" href="https://kopenguin.com/post-80579/">チェコ</a>|<a target="_self" href="https://kopenguin.com/post-80572/">ポーランド</a>|<a target="_self" href="https://kopenguin.com/post-80584/">ブラジル</a><br />
フランス(<a target="_self" href="https://kopenguin.com/post-80614/">メーカー別</a>|<a target="_self" href="https://kopenguin.com/post-80619/">発売年順</a>)<br />
日本 一覧(<a target="_self" href="https://kopenguin.com/post-80559/">メーカー別</a>|<a target="_self" href="https://kopenguin.com/post-80565/">発売年順</a>)|シマノ(<a target="_self" href="https://kopenguin.com/post-80537/">シリーズ別</a>|<a target="_self" href="https://kopenguin.com/post-80545/">発売年順</a>)|サンツアー(<a target="_self" href="https://kopenguin.com/post-80550/">シリーズ別</a>|<a target="_self" href="https://kopenguin.com/post-80554/">発売年順</a>)<br />
イタリア(シリーズ別|発売年順)<br />
アメリカ(<a target="_self" href="https://kopenguin.com/post-80610/">メーカー別</a>|発売年順)<br />
ドイツ(シリーズ別|発売年順)</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px; width: 1.33869%;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-82719/">自転車/ロードバイク関連基本データ/用語</a>】</td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82697/">部品名称一覧</a>(<a target="_self" href="https://kopenguin.com/post-80482/">その1</a>|<a target="_self" href="https://kopenguin.com/post-81885/">その2</a>)|<a target="_self" href="https://kopenguin.com/post-80492/">分解図一覧</a>|<a target="_self" href="https://kopenguin.com/post-81890/">フレーム各部寸法</a>|<a target="_self" href="https://kopenguin.com/post-81899/">骨格と筋肉の名称</a>|<a target="_self" href="https://kopenguin.com/post-82722/">関連用語</a>(<a target="_self" href="https://kopenguin.com/post-81880/">フィッティング関連</a>)</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; height: 53px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-82728/">関連</a>】</td>
</tr>
<tr style="height: 53px;">
<td style="text-align: center; width: 1.33869%; height: 53px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-82743/">道具/工具</a></td>
</tr>
</tbody>
</table>
<p><script type="text/javascript">
(function(b,c,f,g,a,d,e){b.MoshimoAffiliateObject=a;
b[a]=b[a]||function(){arguments.currentScript=c.currentScript
||c.scripts[c.scripts.length-2];(b[a].q=b[a].q||[]).push(arguments)};
c.getElementById(a)||(d=c.createElement(f),d.src=g,
d.id=a,e=c.getElementsByTagName("body")[0],e.appendChild(d))})
(window,document,"script","//dn.msmstatic.com/site/cardlink/bundle.js?20220329","msmaflink");
msmaflink({"n":"SIDI(シディ) T-4 AIR YEL-Fluo/BLK 44/27cm相当","b":"Sidi","t":"T4AIRCARBON-A2","d":"https://m.media-amazon.com","c_p":"","p":["/images/I/51OsUrmzMNL._SL500_.jpg"],"u":{"u":"https://www.amazon.co.jp/dp/B019SXTCPS","t":"amazon","r_v":""},"v":"2.1","b_l":[{"id":1,"u_tx":"Amazonで見る","u_bc":"#f79256","u_url":"https://www.amazon.co.jp/dp/B019SXTCPS","a_id":2397206,"p_id":170,"pl_id":27060,"pc_id":185,"s_n":"amazon","u_so":1},{"id":2,"u_tx":"楽天市場で見る","u_bc":"#f76956","u_url":"https://search.rakuten.co.jp/search/mall/SIDI(%E3%82%B7%E3%83%87%E3%82%A3)%20T-4%20AIR%20YEL-Fluo%2FBLK%2044%2F27cm%E7%9B%B8%E5%BD%93/","a_id":2397089,"p_id":54,"pl_id":27059,"pc_id":54,"s_n":"rakuten","u_so":2}],"eid":"APNVt","s":"l"});
</script></p>
<div id="msmaflink-APNVt">リンク</div>
<p><!-- MoshimoAffiliateEasyLink END --></p>

<h3><span id="toc10">自転車 ロードバイクのタイヤ・ホイール関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>自転車 ロードバイクのタイヤ・ホイール関連ページをご紹介します。</p>
</div>
</div>
<h4><strong>「学ぶ」学習用関連サイトマップのご紹介</strong></h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>「学ぶ」学習用関連サイトマップをご紹介します。</p>
<p style="text-align: center;">
</div>
</div>
<table dir="ltr" style="width: 100%; height: 178px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 43px;">
<td style="text-align: center; height: 43px; width: 1.22399%;" colspan="4" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;シューティングゲーム・サイトマップ&quot;}"><strong><img loading="lazy" decoding="async" class="alignnone size-full wp-image-64496" src="https://kopenguin.com/wp-content/uploads/2023/06/batsu_buani2.gif" alt="「東亜プラン」シューティングゲーム関連サイトマップのご紹介" width="28" height="33" /><br />
「学ぶ」学習用関連サイトマップのご紹介<br />
</strong></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4"><a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4">【<a target="_self" href="https://kopenguin.com/post-65721/">IT</a>】<a target="_self" href="https://kopenguin.com/post-65131/">エディタ/正規表現</a>|<a target="_self" href="https://kopenguin.com/post-65724/">プログラミング</a>|<br />
【<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>】<a target="_self" href="https://kopenguin.com/post-63081/">STG作り方</a>|<a target="_self" href="https://kopenguin.com/post-63935/">C言語の入門/基礎</a>|<a target="_self" href="https://kopenguin.com/post-63613/">リファレンス/サンプル文</a><br />
【<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a>】<a target="_self" href="https://kopenguin.com/post-65667/">WordPress</a>|<a target="_self" href="https://kopenguin.com/post-65674/">Cocoon</a>|<a target="_self" href="https://kopenguin.com/post-65677/">便利テクニック</a></td>
</tr>
<tr style="height: 45px;">
<td style="text-align: center; width: 1.22399%; height: 45px;" colspan="4"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2Fsearch%3Fcategory%3D2%26search_word%3D%25E3%2582%25B7%25E3%2583%25A5%25E3%2583%25BC%25E3%2583%2586%25E3%2582%25A3%25E3%2583%25B3%25E3%2582%25B0%25E3%2582%25B2%25E3%2583%25BC%25E3%2583%25A0%26searchbox%3D1%26is_marketplace%3D0">シューティングゲーム | ゲーム | 中古・新品通販の駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h3><span id="toc11">「学ぶ」学習用関連ページのご紹介</span></h3>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>「学ぶ」学習用関連ページをご紹介</p>
</div>
</div>
<h4>コペンギン・サイトマップ</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p>コペンギンのサイトマップをご紹介します。</p>
</div>
</div>
<table dir="ltr" style="width: 90.2485%; height: 145px;" border="1" cellspacing="0" cellpadding="0">
<colgroup>
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" />
<col width="100" /></colgroup>
<tbody>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;海外で人気の名作ゲーム・サイトマップ&quot;}">【<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a>】サイトマップ</td>
</tr>
<tr style="height: 45px;">
<td style="height: 45px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;■■│&lt;a href=&quot;https://kopenguin.com/&quot; target=&quot;_self&quot;&gt;コペンギンTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24178/&quot; target=&quot;_self&quot;&gt;ゲーム&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt;│■■&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24178/&quot;&gt;ゲームTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-18307/&quot; target=&quot;_self&quot;&gt;ランキング&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14637/&quot; target=&quot;_self&quot;&gt;傑作・名作&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14406/&quot; target=&quot;_self&quot;&gt;機種別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-14432/&quot; target=&quot;_self&quot;&gt;ジャンル別&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-65077/&quot; target=&quot;_self&quot;&gt;学び/学習TOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-65721/&quot; target=&quot;_self&quot;&gt;IT&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65739/&quot; target=&quot;_self&quot;&gt;ゲーム作り&lt;/a&gt;|&lt;a href=&quot;https://kopenguin.com/post-65082/&quot; target=&quot;_self&quot;&gt;HP作成&lt;/a&gt;&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24142/&quot; target=&quot;_self&quot;&gt;ホビーTOP&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24164/&quot; target=&quot;_self&quot;&gt;プラモデル&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24153/&quot; target=&quot;_self&quot;&gt;ミリタリー&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24158/&quot; target=&quot;_self&quot;&gt;エアガン&lt;/a&gt;&lt;br /&gt;
●映像＞アニメ(&lt;a href=&quot;https://kopenguin.com/post-36648/&quot;&gt;ロボットアニメ&lt;/a&gt;)│映画│&lt;br /&gt;
●&lt;a href=&quot;https://kopenguin.com/post-24119/&quot; target=&quot;_self&quot;&gt;書籍・マンガ&lt;/a&gt; &gt; &lt;a href=&quot;https://kopenguin.com/post-24130/&quot; target=&quot;_self&quot;&gt;ゲーム雑誌&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-24127/&quot; target=&quot;_self&quot;&gt;マンガ&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│</td>
</tr>
<tr>
<td style="width: 52.4329%; text-align: center;" colspan="5"><p>■■│<a target="_self" href="https://kopenguin.com/">コペンギンTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24178/">ゲーム</a>│<a target="_self" href="https://kopenguin.com/post-24142/">ホビー</a>│<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a>│■■<br />
●<a target="_self" href="https://kopenguin.com/post-24178/">ゲームTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-18307/">ランキング</a>│<a target="_self" href="https://kopenguin.com/post-14637/">傑作・名作</a>│<a target="_self" href="https://kopenguin.com/post-14406/">機種別</a>│<a target="_self" href="https://kopenguin.com/post-14432/">ジャンル別</a><br />
●<a target="_self" href="https://kopenguin.com/post-65077/">学び/学習TOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-65721/">IT</a>|<a target="_self" href="https://kopenguin.com/post-65739/">ゲーム作り</a>|<a target="_self" href="https://kopenguin.com/post-65082/">HP作成</a><br />
●<a target="_self" href="https://kopenguin.com/post-24142/">ホビーTOP</a> &gt; <a target="_self" href="https://kopenguin.com/post-24164/">プラモデル</a>│<a target="_self" href="https://kopenguin.com/post-24153/">ミリタリー</a>│<a target="_self" href="https://kopenguin.com/post-24158/">エアガン</a><br />
●映像＞アニメ(<a target="_self" href="https://kopenguin.com/post-36648/">ロボットアニメ</a>)│映画│<br />
●<a target="_self" href="https://kopenguin.com/post-24119/">書籍・マンガ</a> &gt; <a target="_self" href="https://kopenguin.com/post-24130/">ゲーム雑誌</a>│<a target="_self" href="https://kopenguin.com/post-24127/">マンガ</a></p>
</td>
</tr>
<tr style="height: 45px;">
<td style="height: 10px; width: 52.4329%; text-align: center;" colspan="5" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;&lt;p&gt;&lt;a href=&quot;https://kopenguin.com/post-11478/&quot;&gt;格闘ゲームTOP&lt;/a&gt; ＞ 名作│&lt;a href=&quot;https://kopenguin.com/post-11495/&quot;&gt;発売年別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11503/&quot;&gt;メーカー別&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11460/&quot;&gt;AC&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11468/&quot;&gt;据置&lt;/a&gt;│&lt;a href=&quot;https://kopenguin.com/post-11453/&quot;&gt;携帯&lt;/a&gt;&lt;/p&gt;
&quot;}"><a target="_self" href="https://kopenguin.com/sitemap/">サイトマップ一覧</a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F"><img loading="lazy" decoding="async" title="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" src="https://www.suruga-ya.jp/pics/affiliate/banner/468_60/top.gif" alt="ゲーム・古本・DVD・CD・トレカ・フィギュア 通販ショップの駿河屋" width="468" height="60" /></a><br />
<a rel="nofollow noopener" target="_blank" href="https://affiliate.suruga-ya.jp/modules/af/af_jump.php?user_id=3737&amp;goods_url=https%3A%2F%2Fwww.suruga-ya.jp%2F">懐かしの名作から最新作までの豊富な品揃え！通販ショップの駿河屋<span class="fa fa-external-link external-icon anchor-icon"></span></a></p>

<h4>コペンギンサイトマップ関連ページのご紹介</h4>
<div class="speech-wrap sb-id-12 sbs-stn sbp-l sbis-sn cf">
<div class="speech-person">
<figure class="speech-icon"><img decoding="async" class="speech-icon-image" src="https://kopenguin.com/wp-content/uploads/2020/03/Penguin-icon-2.png" alt="" /></figure>
</div>
<div class="speech-balloon">
<p><b>コペンギン関連ページをご紹介します。</b></p>
</div>
</div>
<h3><span id="toc12">【ゲームTOP】ゲーム関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24178/" title="【ゲームTOP】ゲーム関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220314-1308-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ゲームTOP】ゲーム関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ゲーム関連ページのご紹介ご訪問ありがとうございます。今回は、ゲーム関連ページをご紹介します。PS5ソフトELDEN RING</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc13">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24119/" title="【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-160x99.png 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-120x74.png 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2158-320x198.png 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【書籍・雑誌TOP】書籍・雑誌サイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">書籍・雑誌サイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、書籍・雑誌サイトマップ関連ページをご紹介します。その他コミック初版)AKIRA(デラックス版) 全6巻セット / 大友克洋</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>
<h3><span id="toc14">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</span></h3>

<a target="_self" href="https://kopenguin.com/post-24142/" title="【ホビーTOP】ホビーサイトマップ関連ページのご紹介" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="99" src="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-160x99.jpg 160w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-120x74.jpg 120w, https://kopenguin.com/wp-content/uploads/2022/03/20220313-2313-320x198.jpg 320w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【ホビーTOP】ホビーサイトマップ関連ページのご紹介</div><div class="blogcard-snippet internal-blogcard-snippet">【TOP】ホビーサイトマップ関連ページのご紹介ご訪問ありがとうございます。今回は、ホビーサイトマップ関連ページをご紹介します。プラモデル1/100 MG MS-09 ドム 「機動戦士ガンダム」</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://kopenguin.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">kopenguin.com</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2022.03.15</div></div></div></div></a>





]]></content:encoded>
					
					<wfw:commentRss>https://kopenguin.com/post-120480/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
