-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsuki5man-fukusyunyu.html
More file actions
252 lines (236 loc) · 16.3 KB
/
Copy pathtsuki5man-fukusyunyu.html
File metadata and controls
252 lines (236 loc) · 16.3 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>月5万円の副収入を最短で作る方法|初心者でも今日から始められる | Pretzel ブログ</title>
<meta name="description" content="月5万円の副収入を最短で作る具体的な方法。初期費用ゼロ、スマホ1台でOK。ファンサブスクで月5万円を達成するまでの30日ロードマップ付き。">
<meta name="keywords" content="月5万,副収入,副業,始め方,ファンサブスク,myfans,初心者">
<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/tsuki5man-fukusyunyu.html">
<meta property="og:title" content="月5万円の副収入を最短で作る方法|初心者でも今日から始められる | Pretzel ブログ">
<meta property="og:description" content="月5万円の副収入を最短で作る具体的な方法。初期費用ゼロ、スマホ1台でOK。ファンサブスクで月5万円を達成するまでの30日ロードマップ付き。">
<meta property="og:type" content="article">
<meta property="og:url" content="https://pretzel-mgmt.github.io/pretzel-website/blog/tsuki5man-fukusyunyu.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="月5万円の副収入を最短で作る方法|初心者でも今日から始められる">
<meta name="twitter:description" content="月5万円の副収入を最短で作る具体的な方法。初期費用ゼロ、スマホ1台でOK。ファンサブスクで月5万円を達成するまでの30日ロードマップ付き。">
<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": "月5万円の副収入を最短で作る方法|初心者でも今日から始められる",
"description": "月5万円の副収入を最短で作る具体的な方法。初期費用ゼロ、スマホ1台でOK。ファンサブスクで月5万円を達成するまでの30日ロードマップ付き。",
"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/tsuki5man-fukusyunyu.html" },
"keywords": ["月5万", "副収入", "副業", "始め方", "ファンサブスク", "myfans", "初心者"]
}
</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": "月5万円の副収入を最短で作る方法|初心者でも今日から始められる" }
]
}
</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> > 月5万円の副収入を最短で作る方法|初心者でも今日から始められる
</div>
<div class="blog-article__meta">
<span class="blog-article__date">2026.05.02</span>
<span class="blog-article__tag">収益化</span> <span class="blog-article__tag">初心者向け</span>
</div>
<h1 class="blog-article__title">月5万円の副収入を最短で作る方法|初心者でも今日から始められる</h1>
<p class="blog-article__lead">「まずは月5万円の副収入がほしい」。この記事はそんな方に向けた、最短ルートの解説です。初期費用ゼロ、スマホ1台で今日から始められるファンサブスクで、30日以内に月5万円を達成するロードマップを紹介します。</p>
<div class="toc">
<div class="toc__title">目次</div>
<ol>
<li><a href="#section1">月5万円に必要なファン数は?</a></li>
<li><a href="#section2">30日ロードマップ</a></li>
<li><a href="#section3">まとめ</a></li>
</ol>
</div>
<h2 id="section1">月5万円に必要なファン数は?</h2>
<p>ファンサブスクで月5万円を稼ぐために必要な数字を逆算します。</p>
<table class="compare-table">
<tr><th>月額プラン</th><th>必要人数</th><th>手数料後の手取り</th></tr>
<tr><td>980円</td><td>64人</td><td class="highlight">50,176円</td></tr>
<tr><td>1,500円</td><td>42人</td><td class="highlight">50,400円</td></tr>
<tr><td>2,000円</td><td>32人</td><td class="highlight">51,200円</td></tr>
<tr><td>3,000円</td><td>21人</td><td class="highlight">50,400円</td></tr>
</table>
<p>月額2,000円のプランなら、たった32人の有料会員で月5万円を達成できます。</p>
<h2 id="section2">30日ロードマップ</h2>
<h3>Day 1-3:準備フェーズ</h3>
<ul>
<li>myfansアカウント開設(本人確認完了まで1〜2日)</li>
<li>X(Twitter)の専用アカウント作成</li>
<li>プロフィール写真・自己紹介文を設定</li>
<li>月額プランを1つ作成(おすすめは1,500円)</li>
</ul>
<h3>Day 4-10:コンテンツ準備</h3>
<ul>
<li>初期コンテンツとして10〜15投稿を用意(写真メイン)</li>
<li>無料お試し投稿を3つ公開(集客用)</li>
<li>Xに1日3投稿を開始</li>
</ul>
<h3>Day 11-20:集客フェーズ</h3>
<ul>
<li>Xのフォロワーを積極的に増やす(1日30フォロー目安)</li>
<li>同ジャンルのクリエイターとリプで交流</li>
<li>毎日投稿を継続(Xに3投稿+myfansに1投稿)</li>
</ul>
<h3>Day 21-30:収益化フェーズ</h3>
<ul>
<li>フォロワーが300〜500人になったら、有料プランの告知を強化</li>
<li>限定コンテンツのチラ見せ投稿でCTRを上げる</li>
<li>DM対応を開始して、ファンとの関係を構築</li>
</ul>
<div class="tip-box">
<div class="tip-box__title">Pretzel Tips</div>
<p>このロードマップ通りに実行すれば、30日目で10〜20人の有料会員獲得は十分達成可能。2ヶ月目には月5万円の壁を超えられます。</p>
</div>
<h2 id="section3">まとめ</h2>
<p>月5万円の副収入は、正しい方法で毎日行動すれば1〜2ヶ月で現実的に達成できます。重要なのは「始めること」と「毎日投稿を続けること」。Pretzelではこの30日間を完全伴走する初心者プログラムを用意しています。</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>