-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcandfans-tokumei-shunyu.html
More file actions
245 lines (227 loc) · 16.2 KB
/
Copy pathcandfans-tokumei-shunyu.html
File metadata and controls
245 lines (227 loc) · 16.2 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>candfansで匿名のまま月収20万円を作る方法【完全ガイド】 | Pretzel ブログ</title>
<meta name="description" content="candfansで匿名(源氏名・顔出しなし)のまま月収20万円を達成する方法。アカウント設計・プラン構成・集客導線まで徹底解説。">
<meta name="keywords" content="candfans,匿名,稼ぐ,月収20万,顔出しなし,ファンサブスク,始め方">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="canonical" href="https://pretzel-mgmt.github.io/pretzel-website/blog/candfans-tokumei-shunyu.html">
<meta property="og:title" content="candfansで匿名のまま月収20万円を作る方法【完全ガイド】 | Pretzel ブログ">
<meta property="og:description" content="candfansで匿名(源氏名・顔出しなし)のまま月収20万円を達成する方法。アカウント設計・プラン構成・集客導線まで徹底解説。">
<meta property="og:type" content="article">
<meta property="og:url" content="https://pretzel-mgmt.github.io/pretzel-website/blog/candfans-tokumei-shunyu.html">
<meta property="og:site_name" content="Pretzel">
<meta property="og:locale" content="ja_JP">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="candfansで匿名のまま月収20万円を作る方法【完全ガイド】">
<meta name="twitter:description" content="candfansで匿名(源氏名・顔出しなし)のまま月収20万円を達成する方法。アカウント設計・プラン構成・集客導線まで徹底解説。">
<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: 0.875rem; color: var(--color-text-muted); }
.blog-article__tag { font-size: 0.75rem; padding: 4px 12px; border-radius: 999px; background: rgba(99, 102, 241, 0.15); color: var(--color-indigo); 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-indigo); }
.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(99, 102, 241, 0.08); border: 1px solid rgba(99, 102, 241, 0.2); border-radius: 12px; padding: 20px 24px; margin: 24px 0; }
.blog-article .tip-box__title { font-size: 0.9rem; font-weight: 700; color: var(--color-indigo); margin-bottom: 8px; }
.blog-article .tip-box p { margin-bottom: 0; font-size: 0.95rem; }
.blog-article .warning-box { background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 12px; padding: 20px 24px; margin: 24px 0; }
.blog-article .warning-box__title { font-size: 0.9rem; font-weight: 700; color: #ef4444; margin-bottom: 8px; }
.blog-article .warning-box p { margin-bottom: 0; font-size: 0.95rem; }
.blog-article .step-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--gradient-primary); color: #fff; font-weight: 700; font-size: 0.9rem; margin-right: 10px; flex-shrink: 0; }
.blog-article .step-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; }
.blog-article .step-item__content h3 { border: none; padding-left: 0; margin-top: 2px; }
.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: 0.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: 0.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: 0.9rem; }
.blog-article .toc a:hover { text-decoration: underline; }
.blog-breadcrumb { font-size: 0.8rem; color: var(--color-text-muted); margin-bottom: 24px; }
.blog-breadcrumb a { color: var(--color-text-muted); text-decoration: none; }
.blog-breadcrumb a:hover { color: var(--color-indigo); }
.compare-table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; }
.compare-table th { font-size: 0.8rem; font-weight: 600; color: var(--color-text-muted); text-align: left; padding: 10px 12px; border-bottom: 2px solid var(--color-border-hover); }
.compare-table td { font-size: 0.9rem; color: var(--color-text-body); padding: 12px; border-bottom: 1px solid var(--color-border); }
.compare-table tr:hover td { background: rgba(99, 102, 241, 0.04); }
.compare-table .highlight { color: var(--color-indigo); font-weight: 700; }
.compare-table .danger { color: #ef4444; font-weight: 700; }
.compare-table .safe { color: #22c55e; font-weight: 700; }
@media (max-width: 768px) {
.blog-article { padding: 100px 16px 60px; }
.blog-cta { padding: 28px 20px; }
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "candfansで匿名のまま月収20万円を作る方法【完全ガイド】",
"description": "candfansで匿名(源氏名・顔出しなし)のまま月収20万円を達成する方法。アカウント設計・プラン構成・集客導線まで徹底解説。",
"datePublished": "2026-05-02",
"dateModified": "2026-05-02",
"author": { "@type": "Organization", "name": "Pretzel", "url": "https://pretzel-mgmt.github.io/pretzel-website/" },
"publisher": { "@type": "Organization", "name": "Pretzel" },
"mainEntityOfPage": { "@type": "WebPage", "@id": "https://pretzel-mgmt.github.io/pretzel-website/blog/candfans-tokumei-shunyu.html" },
"keywords": ["candfans", "匿名", "稼ぐ", "月収20万", "顔出しなし", "ファンサブスク", "始め方"]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "ホーム", "item": "https://pretzel-mgmt.github.io/pretzel-website/" },
{ "@type": "ListItem", "position": 2, "name": "ブログ", "item": "https://pretzel-mgmt.github.io/pretzel-website/blog.html" },
{ "@type": "ListItem", "position": 3, "name": "candfansで匿名のまま月収20万円を作る方法【完全ガイド】" }
]
}
</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> > candfansで匿名のまま月収20万円を作る方法【完全ガイド】
</div>
<div class="blog-article__meta">
<span class="blog-article__date">2026.05.02</span>
<span class="blog-article__tag">candfans</span> <span class="blog-article__tag">収益化</span> <span class="blog-article__tag">身バレ防止</span>
</div>
<h1 class="blog-article__title">candfansで匿名のまま月収20万円を作る方法【完全ガイド】</h1>
<p class="blog-article__lead">candfansは匿名性が高く、手数料も業界最安水準。顔出しなし・源氏名で月収20万円を稼ぐクリエイターが増えています。この記事では、完全匿名で月20万円を達成する具体的なステップを解説します。</p>
<div class="toc">
<div class="toc__title">目次</div>
<ol>
<li><a href="#section1">candfansが匿名運用に向いている理由</a></li>
<li><a href="#section2">月収20万円の数字設計</a></li>
<li><a href="#section3">匿名運用の具体的な設計</a></li>
<li><a href="#section4">まとめ</a></li>
</ol>
</div>
<h2 id="section1">candfansが匿名運用に向いている理由</h2>
<ul>
<li><strong>手数料が安い</strong>:基本20%で業界最安水準。売上の80%が手元に残る</li>
<li><strong>顔出し不要</strong>:プロフに顔写真がなくても問題なし</li>
<li><strong>源氏名OK</strong>:本名を一切出さずに活動可能</li>
<li><strong>DM販売機能</strong>:個別にコンテンツを販売でき、単価を上げやすい</li>
<li><strong>バックナンバー機能</strong>:過去のコンテンツが継続的に売れるストック型</li>
</ul>
<h2 id="section2">月収20万円の数字設計</h2>
<table class="compare-table">
<tr><th>収益源</th><th>単価</th><th>人数/件数</th><th>月収</th></tr>
<tr><td>月額プラン(2,000円)</td><td>1,600円(手取り)</td><td>80人</td><td class="highlight">128,000円</td></tr>
<tr><td>単品販売(1,000円)</td><td>800円(手取り)</td><td>50件</td><td class="highlight">40,000円</td></tr>
<tr><td>DM販売(3,000円)</td><td>2,400円(手取り)</td><td>15件</td><td class="highlight">36,000円</td></tr>
<tr><td colspan="3"><strong>合計</strong></td><td class="highlight"><strong>204,000円</strong></td></tr>
</table>
<p>月額80人+単品50件+DM15件で月20万円。決して非現実的な数字ではありません。</p>
<h2 id="section3">匿名運用の具体的な設計</h2>
<h3>プロフィール設計</h3>
<ul>
<li>名前:源氏名+ジャンルがわかるキーワード(例:「みく|OL副業」)</li>
<li>アイコン:後ろ姿・パーツ写真・イラスト</li>
<li>自己紹介:属性(年齢層・職業)+投稿ジャンル+更新頻度を明記</li>
</ul>
<h3>コンテンツ設計</h3>
<ul>
<li>顔が映らない撮影テクニック(首下・後ろ姿・鏡越し)</li>
<li>テキスト+写真の組み合わせで「人柄」を出す</li>
<li>DM対応で「匿名だけど距離が近い」関係を構築</li>
</ul>
<h2 id="section4">まとめ</h2>
<p>candfansは匿名クリエイターにとって最も使いやすいプラットフォームの一つです。月20万円は正しい設計と継続的な運用があれば、3〜6ヶ月で到達可能です。Pretzelではcandfansの匿名運用設計を完全サポートしています。</p>
<div class="blog-cta">
<h2 class="blog-cta__title">Pretzelに相談してみませんか?</h2>
<p class="blog-cta__text">初期費用ゼロ・売上の20%のみ。あなたの収益化を全力サポートします。</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>
</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>