-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsatsuei-kizai-osusume.html
More file actions
282 lines (244 loc) · 25.6 KB
/
Copy pathsatsuei-kizai-osusume.html
File metadata and controls
282 lines (244 loc) · 25.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ファンサブスク撮影機材おすすめ|予算別ガイド【2026年版】| Pretzel ブログ</title>
<meta name="description" content="myfans・candfansのアダルトコンテンツ撮影に最適な機材を予算別に紹介。1万円以下〜10万円本格セットまで、カメラ・照明・三脚・マイクをプロが厳選。">
<meta name="keywords" content="撮影機材,おすすめ,ファンサブスク,myfans,candfans,カメラ,照明,三脚,リングライト,アダルト,コンテンツ,Pretzel">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://pretzel-mgmt.github.io/pretzel-website/blog/satsuei-kizai-osusume.html">
<meta property="og:title" content="ファンサブスク撮影機材おすすめ|予算別ガイド【2026年版】">
<meta property="og:description" content="アダルトファンサブスク撮影に最適な機材を予算別に紹介。プロが厳選。">
<meta property="og:type" content="article">
<meta property="og:url" content="https://pretzel-mgmt.github.io/pretzel-website/blog/satsuei-kizai-osusume.html">
<meta property="og:image" content="https://pretzel-mgmt.github.io/pretzel-website/blog/thumbnails/satsuei-kizai-osusume.png">
<meta property="og:site_name" content="Pretzel"><meta property="og:locale" content="ja_JP">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/svg+xml" href="../assets/images/logo-icon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../assets/css/style.css">
<style>
.blog-article{max-width:780px;margin:0 auto;padding:120px 24px 80px}.blog-article__meta{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.blog-article__date{font-size:.875rem;color:var(--color-text-muted)}.blog-article__tag{font-size:.75rem;padding:4px 12px;border-radius:999px;background:rgba(34,211,238,.15);color:#22d3ee;font-weight:500}.blog-article__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.3;margin-bottom:24px;color:var(--color-text-heading)}.blog-article__lead{font-size:1.1rem;line-height:1.9;color:var(--color-text-body);margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--color-border)}.blog-article h2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--color-text-heading);margin:56px 0 20px;padding-bottom:12px;border-bottom:2px solid transparent;border-image:var(--gradient-primary) 1}.blog-article h3{font-size:1.2rem;font-weight:600;color:var(--color-text-heading);margin:36px 0 12px;padding-left:16px;border-left:3px solid var(--color-cyan)}.blog-article p{font-size:1rem;line-height:1.9;color:var(--color-text-body);margin-bottom:20px}.blog-article ul,.blog-article ol{margin:16px 0 24px 24px;color:var(--color-text-body);line-height:1.9}.blog-article li{margin-bottom:8px}.blog-article .tip-box{background:rgba(34,211,238,.08);border:1px solid rgba(34,211,238,.2);border-radius:12px;padding:20px 24px;margin:24px 0}.blog-article .tip-box__title{font-size:.9rem;font-weight:700;color:var(--color-cyan);margin-bottom:8px}.blog-article .tip-box p{margin-bottom:0;font-size:.95rem}.blog-cta{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:40px 32px;text-align:center;margin:56px 0 0}.blog-cta__title{font-size:1.5rem;font-weight:700;color:var(--color-text-heading);margin-bottom:12px}.blog-cta__text{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem}.blog-article .toc{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:24px 28px;margin:0 0 48px}.blog-article .toc__title{font-size:.95rem;font-weight:700;color:var(--color-text-heading);margin-bottom:12px}.blog-article .toc ol{margin:0 0 0 20px}.blog-article .toc li{margin-bottom:6px}.blog-article .toc a{color:var(--color-indigo);text-decoration:none;font-size:.9rem}.blog-breadcrumb{font-size:.8rem;color:var(--color-text-muted);margin-bottom:24px}.blog-breadcrumb a{color:var(--color-text-muted);text-decoration:none}
.product-table{width:100%;border-collapse:collapse;margin:24px 0 32px}.product-table th{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-align:left;padding:10px 12px;border-bottom:2px solid var(--color-border-hover)}.product-table td{font-size:.9rem;color:var(--color-text-body);padding:12px;border-bottom:1px solid var(--color-border);vertical-align:top}.product-table tr:hover td{background:rgba(34,211,238,.04)}.product-table .price{color:var(--color-cyan);font-weight:700}.product-table a{color:var(--color-indigo);text-decoration:none}.product-table a:hover{text-decoration:underline}
.budget-badge{display:inline-block;padding:6px 16px;border-radius:999px;font-size:.85rem;font-weight:700;margin-bottom:16px}
.budget-badge--low{background:rgba(34,211,238,.15);color:#22d3ee}
.budget-badge--mid{background:rgba(168,85,247,.15);color:#a855f7}
.budget-badge--high{background:rgba(236,72,153,.15);color:#ec4899}
@media(max-width:768px){.blog-article{padding:100px 16px 60px}.blog-article .br-desktop{display:none}.blog-cta{padding:28px 20px}.product-table{font-size:.85rem}}
</style>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"ファンサブスク撮影機材おすすめ|予算別ガイド【2026年版】","datePublished":"2026-05-01","author":{"@type":"Organization","name":"Pretzel"},"publisher":{"@type":"Organization","name":"Pretzel"}}</script>
<!-- Google Analytics 4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
</head>
<body>
<nav class="nav" id="nav"><div class="nav__inner"><a href="../index.html" class="nav__logo"><img src="../assets/images/logo.svg" alt="Pretzel" height="36" style="display:block;"></a><div class="nav__links"><a href="../services.html" class="nav__link">サービス</a><a href="../pricing.html" class="nav__link">料金</a><a href="../results.html" class="nav__link">実績</a><a href="../blog.html" class="nav__link" style="color:var(--color-indigo);">ブログ</a><a href="../contact.html" class="nav__link">お問い合わせ</a><a href="../launch.html" class="nav__cta">夜職の方へ</a><a href="../uraaka.html" class="nav__cta" style="background:linear-gradient(135deg,#a855f7,#ec4899);">裏垢女子の方へ</a></div><button class="nav__hamburger" id="hamburger" aria-label="メニューを開く"><span></span><span></span><span></span></button></div></nav>
<div class="nav__overlay" id="navOverlay"></div>
<div class="nav__mobile-menu" id="mobileMenu"><a href="../services.html">サービス</a><a href="../pricing.html">料金</a><a href="../results.html">実績</a><a href="../blog.html">ブログ</a><a href="../contact.html">お問い合わせ</a><a href="../launch.html" class="btn-primary w-full text-center">夜職の方へ</a><a href="../uraaka.html" class="btn-primary w-full text-center" style="background:linear-gradient(135deg,#a855f7,#ec4899);">裏垢女子の方へ</a></div>
<main><article class="blog-article">
<div class="blog-breadcrumb"><a href="../index.html">ホーム</a> > <a href="../blog.html">ブログ</a> > 撮影機材おすすめガイド</div>
<div class="blog-article__meta">
<span class="blog-article__date">2026.05.01</span>
<span class="blog-article__tag">機材</span>
<span class="blog-article__tag">撮影</span>
<span class="blog-article__tag">おすすめ</span>
</div>
<h1 class="blog-article__title">ファンサブスク撮影機材おすすめ<br class="br-desktop">予算別ガイド【2026年版】</h1>
<p class="blog-article__lead">
myfans・CandFansでコンテンツを配信するなら、撮影クオリティは収益に直結する。<br class="br-desktop">
「スマホだけでも始められる?」「照明は何を買えばいい?」「予算はいくら必要?」<br class="br-desktop">
この記事では、予算1万円以下〜10万円まで3段階に分けて、<br class="br-desktop">
アダルトファンサブスクに最適な撮影機材を厳選して紹介する。
</p>
<!-- ※ Amazonアソシエイトリンクについて
この記事のAmazonリンクはプレースホルダーです。
実際のASINとアソシエイトタグ(tag=YOUR-ASSOCIATE-TAG)は
Amazonアソシエイト登録後に差し替えてください。
リンク形式: https://www.amazon.co.jp/dp/ASIN?tag=YOUR-ASSOCIATE-TAG -->
<div class="toc">
<div class="toc__title">目次</div>
<ol>
<li><a href="#principle">撮影クオリティが収益を決める理由</a></li>
<li><a href="#budget1">予算1万円以下|スマホ+照明セット</a></li>
<li><a href="#budget2">予算3万円|ミラーレス入門セット</a></li>
<li><a href="#budget3">予算10万円|本格プロセット</a></li>
<li><a href="#audio">音声コンテンツ用マイク</a></li>
<li><a href="#bg">背景・インテリア</a></li>
<li><a href="#soft">編集ソフト(無料〜有料)</a></li>
<li><a href="#tips">撮影テクニック基本5選</a></li>
</ol>
</div>
<h2 id="principle">撮影クオリティが収益を決める理由</h2>
<p>ファンサブスクでは、コンテンツのクオリティがそのまま課金率・継続率に直結する。同じ被写体でも、照明が暗い・ピンボケ・画角が悪いだけでサブスク解約率が上がる。逆に、照明と構図を少し改善するだけで「プロっぽい」印象になり、単価を上げても解約されにくくなる。</p>
<div class="tip-box">
<div class="tip-box__title"><svg style="display:inline;vertical-align:middle;margin-right:4px" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z" fill="#a5b4fc"/></svg> コンテンツの質 = 収益の質</div>
<p>上位クリエイターの共通点は「サムネイルのクオリティが高い」こと。サムネに文字を焼き込む、照明で肌をきれいに見せる、背景を統一感のあるものにする――これだけでクリック率が変わる。機材への投資は最も回収しやすい投資。</p>
</div>
<h2 id="budget1">予算1万円以下|スマホ+照明セット</h2>
<span class="budget-badge budget-badge--low">予算: 〜10,000円</span>
<p>「まずは始めてみたい」「初期投資を最小限に」という人向け。スマホのカメラ性能は年々向上しており、照明さえ整えれば十分なクオリティが出せる。</p>
<table class="product-table">
<thead><tr><th>カテゴリ</th><th>おすすめ商品</th><th>価格帯</th><th>リンク</th></tr></thead>
<tbody>
<tr>
<td>リングライト</td>
<td><strong>Neewer 10インチ リングライト</strong><br>三脚スタンド付き。3色モード+10段階調光。スマホホルダー付属で自撮りにも最適。</td>
<td class="price">約2,500円</td>
<!-- ※ ASIN・タグは要差し替え -->
<td><a href="https://www.amazon.co.jp/dp/B07GV29LJW?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>スマホ三脚</td>
<td><strong>Ulanzi MT-44 ミニ三脚</strong><br>卓上〜床置き対応。Bluetooth リモコン付き。角度調整自在。</td>
<td class="price">約1,800円</td>
<td><a href="https://www.amazon.co.jp/dp/B0BHZNHWLY?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>Bluetoothリモコン</td>
<td><strong>エレコム Bluetoothリモコン</strong><br>三脚にリモコンが付属していない場合に。スマホのシャッターを遠隔操作。</td>
<td class="price">約800円</td>
<td><a href="https://www.amazon.co.jp/dp/B0B3RLX5NN?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>背景布</td>
<td><strong>白/黒 背景布 1.5m×2m</strong><br>シワになりにくい素材。壁に貼るだけで撮影スタジオ感が出る。</td>
<td class="price">約1,200円</td>
<td><a href="https://www.amazon.co.jp/dp/B07JGXJ9HF?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
</tbody>
</table>
<p><strong>合計: 約6,300円</strong>。スマホ+この4点があれば、サブスクの初期コンテンツは十分に制作可能。</p>
<h2 id="budget2">予算3万円|ミラーレス入門セット</h2>
<span class="budget-badge budget-badge--mid">予算: 〜30,000円</span>
<p>スマホ以上のボケ感・画質・暗所性能を求める人向け。中古のミラーレスカメラが狙い目。</p>
<table class="product-table">
<thead><tr><th>カテゴリ</th><th>おすすめ商品</th><th>価格帯</th><th>リンク</th></tr></thead>
<tbody>
<tr>
<td>カメラ本体</td>
<td><strong>Canon EOS M200(中古)</strong><br>2410万画素・4K対応・自撮りモニター付き。アダルトコンテンツの撮影に十分な性能。中古なら2万円台で購入可能。</td>
<td class="price">約20,000円(中古)</td>
<td><a href="https://www.amazon.co.jp/dp/B07XYPNZ4G?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>LEDパネルライト</td>
<td><strong>NEEWER 660 LEDビデオライト</strong><br>色温度調整可能。リングライトより均一な光が得られ、肌がきれいに映る。</td>
<td class="price">約4,500円</td>
<td><a href="https://www.amazon.co.jp/dp/B01LXZO5VE?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>三脚</td>
<td><strong>Manfrotto PIXI EVO ミニ三脚</strong><br>カメラ用。コンパクトだが安定性が高い。卓上撮影に最適。</td>
<td class="price">約3,500円</td>
<td><a href="https://www.amazon.co.jp/dp/B00GUND8XO?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
</tbody>
</table>
<p><strong>合計: 約28,000円</strong>。スマホとの画質差は歴然。特に背景ボケと暗所での肌の質感が段違いに良くなる。</p>
<h2 id="budget3">予算10万円|本格プロセット</h2>
<span class="budget-badge budget-badge--high">予算: 〜100,000円</span>
<p>月収20万円以上を目指す本格クリエイター向け。この投資は1〜2ヶ月で回収可能。</p>
<table class="product-table">
<thead><tr><th>カテゴリ</th><th>おすすめ商品</th><th>価格帯</th><th>リンク</th></tr></thead>
<tbody>
<tr>
<td>カメラ本体</td>
<td><strong>Sony ZV-E10 II</strong><br>Vlog特化ミラーレス。自撮り対応モニター・高速AF・4K60p対応。動画にも写真にも強い万能機。</td>
<td class="price">約65,000円</td>
<td><a href="https://www.amazon.co.jp/dp/B0D8WF86GZ?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>ソフトボックス照明2灯</td>
<td><strong>NEEWER 700W ソフトボックスキット(2灯セット)</strong><br>プロスタジオと同等の柔らかい光。影を消し、肌のトーンを均一にする。</td>
<td class="price">約8,000円</td>
<td><a href="https://www.amazon.co.jp/dp/B010DODGOI?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>フルサイズ三脚</td>
<td><strong>SmallRig AD-100 三脚</strong><br>170cmまで伸長可能。全身撮影に対応。安定性が高く、動画撮影中のブレも防止。</td>
<td class="price">約6,000円</td>
<td><a href="https://www.amazon.co.jp/dp/B0DK6C3X2G?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>SDカード</td>
<td><strong>Samsung EVO Plus 128GB</strong><br>4K動画にも対応する高速SDカード。撮影データの書き込み速度が安定。</td>
<td class="price">約1,500円</td>
<td><a href="https://www.amazon.co.jp/dp/B0CWJNW49V?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
</tbody>
</table>
<p><strong>合計: 約80,500円</strong>。プロレベルのコンテンツが制作可能。この品質のコンテンツを提供できれば、プラン価格を高めに設定しても解約されにくい。</p>
<h2 id="audio">音声コンテンツ用マイク</h2>
<p>ASMR・音声コンテンツを配信するなら、マイクは必須投資。スマホの内蔵マイクでは音質が足りない。</p>
<table class="product-table">
<thead><tr><th>用途</th><th>おすすめ商品</th><th>価格帯</th><th>リンク</th></tr></thead>
<tbody>
<tr>
<td>ASMR・囁き</td>
<td><strong>FIFINE AmpliGame A8</strong><br>USB接続で簡単。指向性切替対応。PCでもスマホ(変換アダプタ要)でも使える。</td>
<td class="price">約4,000円</td>
<td><a href="https://www.amazon.co.jp/dp/B0B4MR4JXY?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
<tr>
<td>動画ナレーション</td>
<td><strong>RODE VideoMicro II</strong><br>カメラのホットシューに装着。指向性マイクで環境音をカットし、声をクリアに収録。</td>
<td class="price">約8,500円</td>
<td><a href="https://www.amazon.co.jp/dp/B09JKDTCL1?tag=YOUR-ASSOCIATE-TAG" target="_blank" rel="noopener">Amazonで見る</a></td>
</tr>
</tbody>
</table>
<h2 id="bg">背景・インテリア</h2>
<p>撮影背景は意外と重要。生活感のある部屋が映り込むとコンテンツの質が一気に下がる。</p>
<ul>
<li><strong>白or黒の背景布(約1,200円):</strong>最もコスパが高い。壁に貼るだけで撮影スタジオ感</li>
<li><strong>間接照明用LEDテープ(約1,500円):</strong>背景に仕込むと雰囲気が出る</li>
<li><strong>ホテルライクなベッドカバー(約3,000円):</strong>ベッド撮影が多い場合、見た目が大幅に改善</li>
<li><strong>ドレッサー or ミラー:</strong>自撮りの画角バリエーションが増える</li>
</ul>
<h2 id="soft">編集ソフト(無料〜有料)</h2>
<table class="product-table">
<thead><tr><th>ソフト名</th><th>価格</th><th>特徴</th></tr></thead>
<tbody>
<tr><td><strong>CapCut</strong></td><td class="price">無料</td><td>スマホ向け動画編集。テロップ・BGM・エフェクトが豊富。初心者に最適</td></tr>
<tr><td><strong>Canva</strong></td><td class="price">無料(Pro: 月1,000円)</td><td>サムネイル制作に最適。テンプレートが豊富。文字入れが簡単</td></tr>
<tr><td><strong>DaVinci Resolve</strong></td><td class="price">無料</td><td>プロ級の動画編集ソフト。カラーグレーディングが強力</td></tr>
<tr><td><strong>Adobe Lightroom</strong></td><td class="price">月1,180円</td><td>写真のレタッチに最適。肌の質感調整・色味統一に強い</td></tr>
</tbody>
</table>
<h2 id="tips">撮影テクニック基本5選</h2>
<ol>
<li><strong>照明は正面やや上から:</strong>影を消し、肌を滑らかに見せる。下からの照明は絶対NG(ホラー映画になる)</li>
<li><strong>背景をシンプルに:</strong>洗濯物やゴミ箱が映り込まないようにする。背景布1枚で解決</li>
<li><strong>カメラ(スマホ)は目線の高さか少し上:</strong>上から撮ると小顔効果、下から撮ると迫力が出る。用途に合わせて使い分け</li>
<li><strong>サムネイルに文字を焼き込む:</strong>タイトル・煽り文をサムネイル画像に直接入れる。クリック率が大幅に向上</li>
<li><strong>連続撮影→ベストショット選定:</strong>1回の撮影で30〜50枚撮り、ベスト3〜5枚を使う。プロもそうしている</li>
</ol>
<div class="tip-box">
<div class="tip-box__title"><svg style="display:inline;vertical-align:middle;margin-right:4px" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z" fill="#a5b4fc"/></svg> Pretzel所属クリエイターの機材選びもサポート</div>
<p>Pretzelでは、クリエイターのジャンル・予算・活動スタイルに合わせた機材選びもアドバイスしています。「何を買えばいいかわからない」という方は、無料相談でお気軽にどうぞ。</p>
</div>
<div style="background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 32px;margin:48px 0;">
<h3 style="font-size:18px;margin-bottom:16px;color:#a5b4fc;"><svg style="display:inline;vertical-align:middle;margin-right:4px" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z" fill="#a5b4fc"/></svg> あわせて読みたい</h3>
<ul style="list-style:none;padding:0;margin:0;display:grid;gap:12px;">
<li><a href="myfans-hajimekata.html" style="color:#93c5fd;text-decoration:none;display:block;padding:12px 16px;background:rgba(255,255,255,.03);border-radius:8px;">→ myfans始め方ガイド|手数料17.5%で裏垢から月5万稼ぐ全手順</a></li>
<li><a href="content-kikaku.html" style="color:#93c5fd;text-decoration:none;display:block;padding:12px 16px;background:rgba(255,255,255,.03);border-radius:8px;">→ コンテンツ企画術|ネタ切れゼロの仕組み</a></li>
<li><a href="mibare-boushi.html" style="color:#93c5fd;text-decoration:none;display:block;padding:12px 16px;background:rgba(255,255,255,.03);border-radius:8px;">→ 身バレ防止の完全マニュアル</a></li>
</ul>
</div>
<div class="blog-cta">
<div class="blog-cta__title">機材選びからコンテンツ戦略まで、<br class="br-desktop">Pretzelがトータルサポート</div>
<p class="blog-cta__text">あなたのジャンル・予算に合わせた最適な機材とコンテンツ戦略を提案します。</p>
<a href="../contact.html" class="btn-primary">無料で相談する</a>
</div>
</article></main>
<footer class="footer" id="footer"><div class="container"><div class="footer__inner"><div><div class="footer__logo"><img src="../assets/images/logo.svg" alt="Pretzel" height="32" style="display:block;"></div><p class="footer__description">ファンサブスクリプション特化型<br>クリエイターマネジメントエージェンシー</p></div><div><h4 class="footer__heading">サービス</h4><div class="footer__links"><a href="../services.html">Pretzel Standard</a><a href="../launch.html">Pretzel Launch</a><a href="../uraaka.html">裏垢女子の方へ</a><a href="../pricing.html">料金プラン</a></div></div><div><h4 class="footer__heading">情報</h4><div class="footer__links"><a href="../results.html">実績</a><a href="../faq.html">よくある質問</a><a href="../blog.html">ブログ</a><a href="../news.html">ニュース</a></div></div><div><h4 class="footer__heading">お問い合わせ</h4><div class="footer__links"><a href="../contact.html">お問い合わせフォーム</a><a href="#">LINE</a><a href="#">X (Twitter) DM</a></div></div></div><div class="footer__bottom"><p class="footer__copy">© 2026 Pretzel. All rights reserved.</p></div></div></footer>
<script>const nav=document.getElementById('nav');window.addEventListener('scroll',()=>{nav.classList.toggle('scrolled',window.scrollY>50);});const hamburger=document.getElementById('hamburger'),mobileMenu=document.getElementById('mobileMenu'),navOverlay=document.getElementById('navOverlay');function toggleMenu(){hamburger.classList.toggle('active');mobileMenu.classList.toggle('open');navOverlay.classList.toggle('visible');document.body.style.overflow=mobileMenu.classList.contains('open')?'hidden':'';}hamburger.addEventListener('click',toggleMenu);navOverlay.addEventListener('click',toggleMenu);mobileMenu.querySelectorAll('a').forEach(a=>a.addEventListener('click',()=>{if(mobileMenu.classList.contains('open'))toggleMenu();}));</script>
</body>
</html>