oh-my-design-cli 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.ja.md +4 -4
  2. package/README.ko.md +6 -6
  3. package/README.md +6 -6
  4. package/README.zh-TW.md +4 -4
  5. package/data/reference-fingerprints.json +983 -23
  6. package/package.json +1 -1
  7. package/web/references/bito/DESIGN.md +394 -0
  8. package/web/references/cashapp/DESIGN.md +449 -0
  9. package/web/references/cuboai/DESIGN.md +435 -0
  10. package/web/references/cybozu/DESIGN.md +453 -0
  11. package/web/references/datadog/DESIGN.md +441 -0
  12. package/web/references/digital-agency-jp/DESIGN.md +439 -0
  13. package/web/references/dmm/DESIGN.md +455 -0
  14. package/web/references/gaudiy/DESIGN.md +387 -0
  15. package/web/references/gitlab/DESIGN.md +546 -0
  16. package/web/references/goodpatch/DESIGN.md +429 -0
  17. package/web/references/headspace/DESIGN.md +505 -0
  18. package/web/references/heptabase/DESIGN.md +448 -0
  19. package/web/references/iicombined/DESIGN.md +421 -0
  20. package/web/references/maicoin/DESIGN.md +484 -0
  21. package/web/references/mailchimp/DESIGN.md +450 -0
  22. package/web/references/mikan/DESIGN.md +450 -0
  23. package/web/references/moze/DESIGN.md +423 -0
  24. package/web/references/ncsoft/DESIGN.md +488 -0
  25. package/web/references/nhn/DESIGN.md +441 -0
  26. package/web/references/nintendo/DESIGN.md +445 -0
  27. package/web/references/patreon/DESIGN.md +439 -0
  28. package/web/references/pepabo/DESIGN.md +486 -0
  29. package/web/references/pinkfong/DESIGN.md +450 -0
  30. package/web/references/plaid/DESIGN.md +472 -0
  31. package/web/references/portaly/DESIGN.md +441 -0
  32. package/web/references/readmoo/DESIGN.md +492 -0
  33. package/web/references/shiftup/DESIGN.md +433 -0
  34. package/web/references/sparkful/DESIGN.md +434 -0
  35. package/web/references/speeda/DESIGN.md +422 -0
  36. package/web/references/spindle/DESIGN.md +470 -0
  37. package/web/references/spoqa/DESIGN.md +422 -0
  38. package/web/references/stibee/DESIGN.md +424 -0
  39. package/web/references/tmap/DESIGN.md +423 -0
  40. package/web/references/twilio/DESIGN.md +515 -0
  41. package/web/references/twitch/DESIGN.md +431 -0
  42. package/web/references/vocus/DESIGN.md +450 -0
  43. package/web/references/workday/DESIGN.md +452 -0
  44. package/web/references/wrtn/DESIGN.md +454 -0
  45. package/web/references/xrex/DESIGN.md +475 -0
  46. package/web/references/zepeto/DESIGN.md +463 -0
@@ -0,0 +1,450 @@
1
+ ---
2
+ id: mikan
3
+ name: mikan
4
+ country: JP
5
+ category: education
6
+ homepage: "https://mikan.link/"
7
+ primary_color: "#ff4c0a"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=mikan.com&sz=128"
11
+ verified: "2026-06-17"
12
+ added: "2026-06-17"
13
+ omd: "0.1"
14
+ tokens:
15
+ source: live-extract
16
+ extracted: "2026-06-17"
17
+ note: "primary = corporate-site brand orange (#ff4c0a) on every CTA + section heading; mikan for School (school.mikan.com) runs a warmer marigold (#fd9b12) + accent orange (#ff7f09) with a 3D hard-shadow (#e26f00) button. Deep navy (#001c46) bands + near-black text (#000e22 / #333333). CJK display via Hiragino Kaku Gothic ProN."
18
+ colors:
19
+ primary: "#ff4c0a"
20
+ marigold: "#fd9b12"
21
+ accent-orange: "#ff7f09"
22
+ orange-shadow: "#e26f00"
23
+ navy: "#001c46"
24
+ ink: "#000e22"
25
+ text: "#333333"
26
+ canvas: "#ffffff"
27
+ surface: "#f7f4f3"
28
+ surface-grey: "#fafafa"
29
+ surface-alt: "#f9f9f9"
30
+ hairline: "#eeeeee"
31
+ muted: "#666666"
32
+ on-primary: "#ffffff"
33
+ typography:
34
+ family: { display: "Hiragino Kaku Gothic ProN", body: "Noto Sans JP", numeral: "Oswald" }
35
+ hero: { size: 36, weight: 900, lineHeight: 1.4, use: "Corporate hero copy, Hiragino weight 900" }
36
+ section: { size: 60, weight: 900, use: "Large English section labels (Service), brand orange" }
37
+ section-jp: { size: 36, weight: 900, use: "Japanese section headings, brand orange" }
38
+ school-h2: { size: 32, weight: 700, lineHeight: 1.5, use: "mikan for School section titles, Noto Sans 700" }
39
+ school-h3: { size: 24, weight: 700, use: "School feature sub-heads, Noto Sans JP 700" }
40
+ step-num: { size: 46, weight: 600, use: "Step numerals 01/02/03, Oswald, marigold" }
41
+ body: { size: 16, weight: 400, lineHeight: 1.7, use: "Standard reading text" }
42
+ nav: { size: 16, weight: 700, use: "Top nav links, weight 700" }
43
+ button: { size: 15, weight: 700, use: "Corporate CTA label" }
44
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 30, xxl: 48, section: 64 }
45
+ rounded: { sm: 4, md: 8, lg: 12, xl: 20, full: 320 }
46
+ shadow:
47
+ none: "none"
48
+ hard-3d: "#e26f00 0px 4px 0px 0px"
49
+ components:
50
+ button-primary: { type: button, bg: "#ff4c0a", fg: "#ffffff", radius: "6px", padding: "15px 30px", height: "48px", font: "15px / 700", use: "Corporate CTA — 採用情報 / View More" }
51
+ button-school-fill: { type: button, bg: "#ff7f09", fg: "#ffffff", radius: "8px", padding: "17px 30px", height: "61px", shadow: "#e26f00 0px 4px 0px 0px", font: "16px / 400", use: "mikan for School primary — 無料トライアルのお申し込み, 3D hard-shadow" }
52
+ button-school-outline: { type: button, bg: "#ffffff", fg: "#333333", border: "2px solid #ff7f09", radius: "8px", padding: "17px 30px", height: "65px", shadow: "#e26f00 0px 4px 0px 0px", font: "16px / 400", use: "School secondary — 資料請求する" }
53
+ button-download: { type: button, bg: "#fd9b12", fg: "#ffffff", radius: "4px", height: "44px", font: "15px / 400", use: "School 資料ダウンロード marigold pill" }
54
+ news-card: { type: card, bg: "#ffffff", fg: "#333333", radius: "10px", padding: "20px", use: "News / お知らせ list card, flat" }
55
+ job-card: { type: card, bg: "#ffffff", fg: "#333333", radius: "12px", padding: "20px", use: "Careers posting card 🍊" }
56
+ review-card: { type: card, bg: "#ffffff", fg: "#333333", radius: "8px", use: "Note interview / review card" }
57
+ nav-link: { type: tab, fg: "#333333", font: "16px / 700", use: "Top nav item (Top / About / Members)", active: "brand orange #ff4c0a text on active" }
58
+ step-badge: { type: badge, fg: "#fd9b12", font: "46px / 600 Oswald", use: "Step numeral 01/02/03 on School" }
59
+ components_harvested: true
60
+ ---
61
+
62
+ # Design System Inspiration of mikan
63
+
64
+ ## 1. Visual Theme & Atmosphere
65
+
66
+ mikan (英語アプリmikan) is Japan's most-downloaded English-vocabulary learning app — over 10 million downloads — and its surfaces read exactly as the product promises: bright, friendly, and relentlessly encouraging. The corporate site (`mikan.link`) opens on a warm off-white canvas (`#f7f4f3`) and white cards (`#ffffff`), with a single high-energy citrus orange (`#ff4c0a`) doing all the heavy lifting. That orange is the brand's namesake — *mikan* is the Japanese mandarin orange — and it appears on every call-to-action, every English section label ("Service", "News"), and every Japanese section heading. The eye is trained to read orange as "go here, do this," while text sits in a calm near-black charcoal (`#333333`) and a deep navy (`#000e22`) so the page never feels shouty despite the saturated accent.
67
+
68
+ The typographic personality is clean Japanese-web standard: display headlines run in **Hiragino Kaku Gothic ProN** at weight 900 (36px hero copy, 60px English section labels) — heavy, rounded, approachable gothic letterforms that handle CJK and Latin with equal warmth. The full stack falls back gracefully through `"Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif`, the standard macOS/Windows Japanese ladder. Body copy drops to a comfortable 16px at weight 400 with a generous 1.7 line-height, optimized for the dense kanji-kana mix of Japanese reading. The result is a tone that is confident but never corporate-cold — the visual equivalent of the app's "小さな『できた』の積み重ね" ("a stack of small *I-did-it!* moments") mission.
69
+
70
+ What distinguishes mikan from its ed-tech peers is its flat, almost shadowless restraint on the corporate site paired with a deliberately playful **3D "hard-shadow" button** on the toB product surface. The corporate CTAs are flat orange rectangles at a tidy 6px radius; but on `mikan for School` (`school.mikan.com`) the primary button shifts to a warmer accent orange (`#ff7f09`) sitting on a solid offset shadow (`#e26f00 0px 4px 0px 0px`) — a tactile, pressable, game-like affordance that signals the friendlier, more energetic toB tone. Deep navy (`#001c46`) full-width bands break up the white, and step numerals are set in **Oswald** (46px, weight 600) in marigold (`#fd9b12`) for a crisp, numbered-tutorial rhythm. It is an education brand that looks like learning should feel: bright, low-friction, and quietly rigorous.
71
+
72
+ **Key Characteristics:**
73
+ - Citrus brand orange (`#ff4c0a`) reserved for every CTA + section heading — the single "action/identity" color
74
+ - Hiragino Kaku Gothic ProN weight 900 for display headlines — heavy, rounded, friendly CJK gothic
75
+ - Noto Sans / Noto Sans JP weight 700 on the toB `mikan for School` surface
76
+ - 3D hard-shadow buttons (`#e26f00 0px 4px 0px 0px`) on School — playful, tactile, pressable
77
+ - Warm off-white canvas (`#f7f4f3`) + deep navy (`#001c46`) bands instead of stark white-on-black
78
+ - Near-black charcoal (`#333333`) and navy ink (`#000e22`) for text — never harsh pure black for body
79
+ - Conservative radius ladder: 4px → 6px → 8px → 10px → 12px → 20px cards
80
+ - Oswald numerals (`#fd9b12` marigold) for step counters — numbered-tutorial cadence
81
+
82
+ ## 2. Color Palette & Roles
83
+
84
+ ### Primary
85
+ - **mikan Orange** (`#ff4c0a`): The namesake citrus brand color. CTA backgrounds, English section labels ("Service", "News"), and Japanese section headings on the corporate site. The system's single saturated "action + identity" hue.
86
+ - **Marigold** (`#fd9b12`): Warmer secondary orange used for the School download pill and the Oswald step numerals (01/02/03). A softer, more golden companion to the primary.
87
+ - **Accent Orange** (`#ff7f09`): The `mikan for School` primary-CTA fill and outline-border color. Mid-bright orange that reads slightly warmer than the corporate primary.
88
+
89
+ ### Deep & Ink
90
+ - **Brand Navy** (`#001c46`): Deep navy full-width section bands on the corporate site, providing dark contrast against the orange and white.
91
+ - **Ink Navy** (`#000e22`): Near-black blue-tinted text color for primary copy on dark/light surfaces.
92
+ - **Charcoal** (`#333333`): The workhorse text color across nav, cards, and body — a warm near-black, never pure `#000000`.
93
+ - **Muted Grey** (`#666666`): Secondary/metadata text, captions, fine print.
94
+
95
+ ### Neutral & Surface
96
+ - **Pure White** (`#ffffff`): Card surfaces, button text on orange/navy, primary content background.
97
+ - **Warm Canvas** (`#f7f4f3`): The page's warm off-white background — a barely-there peach-grey that softens the orange.
98
+ - **Surface Grey** (`#fafafa`): Light grey card-inner / alternating-block surface.
99
+ - **Surface Alt** (`#f9f9f9`): A near-white alternating section background.
100
+ - **Hairline** (`#eeeeee`): Thin borders and dividers — the primary separation device in the shadow-light corporate system.
101
+
102
+ ### Functional / Depth
103
+ - **Orange Shadow** (`#e26f00`): The solid offset color of the School 3D hard-shadow button (`#e26f00 0px 4px 0px 0px`) — a darker burnt-orange that grounds the pressable affordance.
104
+ - **On-Primary White** (`#ffffff`): Text/icon color on all orange and navy fills.
105
+
106
+ ## 3. Typography Rules
107
+
108
+ ### Font Family
109
+ - **Display (corporate)**: `Hiragino Kaku Gothic ProN` — the full stack is `-apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif`. Weight 900 at display sizes; weight 700 for nav.
110
+ - **Body / toB (School)**: `Noto Sans JP` (and `Noto Sans`) at weight 700 for headings, weight 400 for body — the Google CJK web standard.
111
+ - **Numerals**: `Oswald` — condensed Latin for step counters (01/02/03) at weight 500–600, in marigold.
112
+ - **Misc Latin**: `Lato` appears on a School download button label.
113
+
114
+ ### Hierarchy
115
+
116
+ | Role | Font | Size | Weight | Line Height | Notes |
117
+ |------|------|------|--------|-------------|-------|
118
+ | Corporate Hero | Hiragino Kaku Gothic ProN | 36px (2.25rem) | 900 | 1.4 | "小さな『できた』の積み重ねをずっと支える" |
119
+ | English Section Label | Hiragino Kaku Gothic ProN | 60px (3.75rem) | 900 | normal | "Service" — brand orange `#ff4c0a` |
120
+ | Japanese Section Heading | Hiragino Kaku Gothic ProN | 36px (2.25rem) | 900 | normal | "英語アプリmikan" — brand orange |
121
+ | School Section Title | Noto Sans | 32px (2.00rem) | 700 | 1.5 | "生徒の学習が続く仕組み" |
122
+ | School Feature Sub-head | Noto Sans JP | 24px (1.50rem) | 700 | normal | "自分に合った出題方法で学習できる!" |
123
+ | Step Numeral | Oswald | 46px (2.88rem) | 600 | normal | "01/02/03" — marigold `#fd9b12` |
124
+ | Nav Link | Hiragino Kaku Gothic ProN | 16px (1.00rem) | 700 | normal | Top / About / Members / News |
125
+ | Body | Hiragino / Noto Sans | 16px (1.00rem) | 400 | 1.7 | Standard reading text |
126
+ | Button Label | Hiragino Kaku Gothic ProN | 15px (0.94rem) | 700 | normal | Corporate CTA label |
127
+
128
+ ### Principles
129
+ - **Heavy display, calm body**: Hiragino weight 900 carries every corporate headline; weight 400 carries every paragraph at a roomy 1.7 line-height. The weight jump is the primary hierarchy signal.
130
+ - **Orange is a typographic role, not just a fill**: English/Japanese section labels are set *in* brand orange (`#ff4c0a`), making color part of the type system rather than decoration.
131
+ - **CJK-first stack with graceful Latin fallback**: the `-apple-system → Hiragino Kaku Gothic ProN → Meiryo → sans-serif` ladder guarantees consistent gothic rendering across macOS, iOS, and Windows.
132
+ - **Oswald owns numerals**: condensed Latin numerals (01/02/03) give the toB step tutorials a crisp, counted cadence distinct from the rounded gothic body.
133
+ - **Two surfaces, two body fonts**: the corporate site leans on the system Hiragino stack; `mikan for School` standardizes on Noto Sans JP — both gothic, both friendly, never serif for UI.
134
+
135
+ ## 4. Component Stylings
136
+
137
+ ### Buttons
138
+
139
+ **Corporate CTA (Primary)**
140
+ - Background: `#ff4c0a`
141
+ - Text: `#ffffff`
142
+ - Radius: 6px
143
+ - Padding: 15px 30px
144
+ - Font: 15px Hiragino weight 700
145
+ - Height: 48px
146
+ - Use: Corporate site call-to-action — "採用情報", "View More →"
147
+
148
+ **School Primary (3D Fill)**
149
+ - Background: `#ff7f09`
150
+ - Text: `#ffffff`
151
+ - Radius: 8px
152
+ - Padding: 17px 30px
153
+ - Shadow: `#e26f00 0px 4px 0px 0px`
154
+ - Font: 16px weight 400
155
+ - Height: 61px
156
+ - Use: mikan for School primary CTA — "無料トライアルのお申し込み" (pressable 3D hard-shadow)
157
+
158
+ **School Secondary (3D Outline)**
159
+ - Background: `#ffffff`
160
+ - Text: `#333333`
161
+ - Border: 2px solid `#ff7f09`
162
+ - Radius: 8px
163
+ - Padding: 17px 30px
164
+ - Shadow: `#e26f00 0px 4px 0px 0px`
165
+ - Font: 16px weight 400
166
+ - Height: 65px
167
+ - Use: School secondary action — "資料請求する"
168
+
169
+ **Download Pill (Marigold)**
170
+ - Background: `#fd9b12`
171
+ - Text: `#ffffff`
172
+ - Radius: 4px
173
+ - Font: 15px weight 400
174
+ - Height: 44px
175
+ - Use: School "資料ダウンロード" download button
176
+
177
+ ### Cards & Containers
178
+
179
+ **News / Notice Card**
180
+ - Background: `#ffffff`
181
+ - Text: `#333333`
182
+ - Radius: 10px
183
+ - Padding: 20px
184
+ - Use: News / お知らせ list card on corporate home (flat, no shadow)
185
+
186
+ **Careers Card**
187
+ - Background: `#ffffff`
188
+ - Text: `#333333`
189
+ - Radius: 12px
190
+ - Padding: 20px
191
+ - Use: Job-posting card prefixed with 🍊 ("英語アプリmikanフロントエンドエンジニア")
192
+
193
+ **Review / Interview Card**
194
+ - Background: `#ffffff`
195
+ - Text: `#333333`
196
+ - Radius: 8px
197
+ - Use: Note interview / student-review card linking to note.com
198
+
199
+ ### Badges
200
+
201
+ **Step Numeral**
202
+ - Text: `#fd9b12`
203
+ - Font: 46px Oswald weight 600
204
+ - Use: Numbered step counter (01 / 02 / 03) on mikan for School feature sections
205
+
206
+ ### Navigation
207
+ - Background: `#ffffff`
208
+ - Text: `#333333`
209
+ - Font: 16px Hiragino weight 700
210
+ - Active: brand orange `#ff4c0a` text on the active item
211
+ - Use: Top horizontal nav ("Top", "About", "Members", "News", "Contact")
212
+
213
+ ---
214
+
215
+ **Verified:** 2026-06-17 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
216
+ **Tier 1 sources:** https://mikan.link/ (corporate site, live computed style); https://school.mikan.com/ (mikan for School toB product surface, live computed style)
217
+ **Tier 2 sources:** getdesign.md/mikan — no entry (empty); styles.refero.design/?q=mikan — no brand-specific result (only default trending cards returned)
218
+ **Conflicts unresolved:** none. Two-surface palette split documented intentionally: corporate brand orange `#ff4c0a` (flat 6px CTA) vs mikan for School accent orange `#ff7f09` (3D hard-shadow 8px CTA) + marigold `#fd9b12`. Both retained as distinct variant subgroups in §4.
219
+
220
+ ## 5. Layout Principles
221
+
222
+ ### Spacing System
223
+ - Base unit: 8px (with 4px sub-step)
224
+ - Scale: 4px, 8px, 12px, 16px, 20px, 30px, 48px, 64px
225
+ - Notable: CTA horizontal padding lands at 30px (measured) giving the orange buttons a generous, tappable hit area; cards use 20px / 24px inner padding
226
+
227
+ ### Grid & Container
228
+ - Centered single-column hero with the 36px Hiragino weight-900 headline as the anchor
229
+ - News / careers cards arranged in responsive multi-column grids that wrap to single column on mobile
230
+ - Feature sections alternate white (`#ffffff`) and warm canvas (`#f7f4f3`), broken by deep navy (`#001c46`) full-width bands
231
+ - mikan for School uses numbered (01/02/03) feature blocks with Oswald counters anchoring each step
232
+
233
+ ### Whitespace Philosophy
234
+ - **Friendly breathing room**: despite being information-rich ed-tech, the surfaces stay airy with generous vertical rhythm between sections.
235
+ - **Flat segmentation**: corporate sections separate by background tint (warm canvas vs white) and `#eeeeee` hairlines rather than heavy elevation.
236
+ - **Color as anchor**: deep navy bands and orange section labels create rhythm without arbitrary decoration.
237
+
238
+ ### Border Radius Scale
239
+ - XSmall (4px): School download pill, small inner elements
240
+ - Small (6px): corporate CTA buttons
241
+ - Medium (8px): School CTAs, review cards
242
+ - Large (10–12px): news cards, careers cards — the card workhorse
243
+ - XLarge (20px): larger feature containers
244
+ - Pill (320px / full): rounded avatar/icon chips
245
+
246
+ ## 6. Depth & Elevation
247
+
248
+ | Level | Treatment | Use |
249
+ |-------|-----------|-----|
250
+ | Flat (Level 0) | No shadow | Corporate page background, cards, headings |
251
+ | Tint (Level 1) | `#f7f4f3` / `#fafafa` background shift | Section separation without elevation |
252
+ | Hairline (Level 2) | `1px solid #eeeeee` border | Card outlines, dividers |
253
+ | Hard-3D (Level 3) | `#e26f00 0px 4px 0px 0px` solid offset | mikan for School pressable buttons only |
254
+
255
+ **Shadow Philosophy**: mikan's corporate site is near-shadowless — live inspection found `box-shadow: none` across the hero, nav, headings, and most cards. Depth and grouping are communicated through flat tinted surfaces (`#f7f4f3`, `#fafafa`), thin `#eeeeee` hairlines, and deep navy (`#001c46`) contrast bands. The one deliberate exception lives on `mikan for School`: a solid-offset **3D hard-shadow** (`#e26f00 0px 4px 0px 0px`) on the primary buttons — not a soft blur but a flat, game-like, pressable affordance that matches the more energetic toB tone. This split is intentional: calm flat marketing chrome on corporate, playful tactile buttons where the product wants kids and teachers to tap.
256
+
257
+ ## 7. Do's and Don'ts
258
+
259
+ ### Do
260
+ - Use the citrus brand orange (`#ff4c0a`) for every corporate CTA and section heading — it's the namesake "action + identity" color
261
+ - Set display headlines in Hiragino Kaku Gothic ProN weight 900 — heavy, rounded, friendly CJK gothic
262
+ - Use Noto Sans JP weight 700 for headings on the mikan for School surface
263
+ - Apply the 3D hard-shadow (`#e26f00 0px 4px 0px 0px`) on School primary buttons for a pressable, playful feel
264
+ - Use near-black charcoal (`#333333`) or navy ink (`#000e22`) for text instead of pure black
265
+ - Separate corporate sections with warm tint (`#f7f4f3`) and `#eeeeee` hairlines, and break rhythm with deep navy (`#001c46`) bands
266
+ - Set step numerals (01/02/03) in Oswald, marigold (`#fd9b12`)
267
+ - Keep radius conservative — 4px–12px on buttons and cards
268
+
269
+ ### Don't
270
+ - Spread orange across many decorative elements — keep it the single action/identity signal
271
+ - Use pure black (`#000000`) for body text — reserve charcoal `#333333` and navy ink `#000e22`
272
+ - Put the 3D hard-shadow on corporate buttons — corporate CTAs stay flat 6px
273
+ - Set body copy in a light weight or a serif — gothic at weight 400 owns reading text
274
+ - Use soft blurred drop shadows for elevation — the system is flat plus one hard-offset exception
275
+ - Mix in a second saturated accent hue beyond the orange family (orange / marigold / accent-orange)
276
+ - Set Japanese headlines in a thin weight — display is always weight 700–900
277
+ - Use positive, decorative letter-spacing on dense CJK body — keep it tight and legible
278
+
279
+ ## 8. Responsive Behavior
280
+
281
+ ### Breakpoints
282
+ | Name | Width | Key Changes |
283
+ |------|-------|-------------|
284
+ | Mobile | <640px | Single column, hero headline compresses, cards stack |
285
+ | Tablet | 640-1024px | 2-up feature/news cards, moderate padding |
286
+ | Desktop | 1024-1366px | Full layout, multi-column news/careers grids, navy bands full-width |
287
+
288
+ ### Touch Targets
289
+ - Corporate CTA at 48px height with 15px 30px padding — comfortably tappable
290
+ - School primary CTA at 61px height — large, unmistakable, with 3D affordance
291
+ - Nav links at 16px weight 700 within a generous header
292
+
293
+ ### Collapsing Strategy
294
+ - Hero: 36px Hiragino headline scales down on mobile, weight 900 maintained
295
+ - News / careers card grids: multi-column → single column stack
296
+ - Navy contrast bands and warm-canvas sections maintain full-width treatment
297
+ - School numbered steps (01/02/03) stack vertically on narrow viewports
298
+
299
+ ### Image Behavior
300
+ - App screenshots and illustrations sit flat (no shadow) on corporate, consistent with the flat system
301
+ - Cards maintain their 8–12px radius across breakpoints
302
+
303
+ ## 9. Agent Prompt Guide
304
+
305
+ ### Quick Color Reference
306
+ - Primary CTA / brand: mikan Orange (`#ff4c0a`)
307
+ - School primary CTA: Accent Orange (`#ff7f09`) + 3D shadow (`#e26f00`)
308
+ - Marigold accent / numerals: (`#fd9b12`)
309
+ - Deep band background: Brand Navy (`#001c46`)
310
+ - Heading / body text: Charcoal (`#333333`), Ink Navy (`#000e22`)
311
+ - Muted text: Muted Grey (`#666666`)
312
+ - Background: Pure White (`#ffffff`), Warm Canvas (`#f7f4f3`)
313
+ - Hairline: (`#eeeeee`)
314
+
315
+ ### Example Component Prompts
316
+ - "Create a corporate hero on warm canvas (#f7f4f3). Headline at 36px Hiragino Kaku Gothic ProN weight 900, color #333333. One orange CTA: #ff4c0a background, white text, 6px radius, 15px 30px padding, 15px weight 700 — '採用情報'. Section label 'Service' at 60px weight 900 in brand orange #ff4c0a."
317
+ - "Design a mikan for School primary button: #ff7f09 background, white text, 8px radius, 17px 30px padding, with a 3D hard-shadow #e26f00 0px 4px 0px 0px. Beside it an outline variant: white background, 2px solid #ff7f09 border, #333333 text, same shadow."
318
+ - "Build a news card: white background, 10px radius, 20px padding, no shadow, #333333 text. A careers card uses 12px radius with a 🍊 prefix on the title."
319
+ - "Create a numbered feature step: Oswald numeral '01' at 46px weight 600 in marigold #fd9b12, followed by a Noto Sans JP 24px weight 700 heading in #333333."
320
+ - "Create top nav: white header, Hiragino 16px weight 700 links (#333333), brand orange #ff4c0a on the active item."
321
+
322
+ ### Iteration Guide
323
+ 1. Brand orange (`#ff4c0a`) is the single corporate action/identity color — don't dilute it
324
+ 2. Hiragino Kaku Gothic ProN weight 900 for every corporate headline; Noto Sans JP 700 for School
325
+ 3. Flat by default — separate with `#f7f4f3` tint, `#eeeeee` hairlines, and `#001c46` navy bands
326
+ 4. The 3D hard-shadow (`#e26f00 0px 4px 0px 0px`) belongs to School buttons only
327
+ 5. Text is charcoal `#333333` / navy ink `#000e22`, never pure black for body
328
+ 6. Oswald + marigold (`#fd9b12`) for step numerals (01/02/03)
329
+ 7. Radius stays conservative: 4–12px buttons and cards
330
+
331
+ ---
332
+
333
+ ## 10. Voice & Tone
334
+
335
+ mikan's voice is **warm, encouraging, and achievement-celebrating** — an English-learning companion that turns a daunting task (memorizing tens of thousands of words) into a stream of small wins. The brand mission "小さな『できた』の積み重ねをずっと支える" ("supporting the steady accumulation of small *I-did-it!* moments") sets the register: motivational, kind, never scolding. Copy treats the learner as someone capable who just needs momentum, not a struggling student to be lectured. The toB `mikan for School` voice stays equally friendly while adding concrete teacher-facing benefit framing ("先生の学習管理を効率化" / "streamline teachers' study management").
336
+
337
+ | Context | Tone |
338
+ |---|---|
339
+ | Mission / hero | Warm, motivational. "小さな『できた』の積み重ねをずっと支える." Celebrates progress. |
340
+ | Service labels | Plain English/Japanese. "Service", "英語アプリmikan", "mikan for School". |
341
+ | CTAs | Direct, low-pressure. "資料ダウンロード", "無料トライアルのお申し込み", "View More →". |
342
+ | School benefit copy | Concrete and outcome-framed. "生徒の学習が続く仕組み", "先生の学習管理を効率化". |
343
+ | Careers cards | Friendly, 🍊-prefixed, role-clear. "英語アプリmikanフロントエンドエンジニア". |
344
+
345
+ **Voice samples (verbatim from live surfaces):**
346
+ - "小さな『できた』の積み重ねをずっと支える" — corporate hero (mission, achievement-framed). *(verified live 2026-06-17)*
347
+ - "生徒の学習が続く仕組み" — mikan for School section heading ("the system that keeps students learning"). *(verified live 2026-06-17)*
348
+ - "できた!を実感できるmikanの学習ステップ" — School feature sub-head ("mikan's study steps where you feel *I did it!*"). *(verified live 2026-06-17)*
349
+
350
+ **Forbidden register**: shame-based study pressure, exam-anxiety fear appeals, cold institutional tone, undefined jargon. mikan keeps the tone of an encouraging coach, not a stern teacher.
351
+
352
+ ## 11. Brand Narrative
353
+
354
+ mikan (株式会社mikan) builds Japan's most-used English-vocabulary learning app, 英語アプリmikan, which has surpassed 10 million downloads ("1000万ダウンロード突破" stated on the homepage). The product's premise is behavioral, not just instructional: language acquisition is hard mostly because momentum is hard to sustain, so mikan engineers the experience around "小さな『できた』" — small, frequent, felt moments of success — to keep learners coming back day after day. The name itself, *mikan* (みかん, the mandarin orange), gives the brand its cheerful citrus identity and its signature orange.
355
+
356
+ The company has grown from a single consumer app into a two-sided education business: the toC `英語アプリmikan` for individual learners, and `mikan for School` (`school.mikan.com`), a toB service for schools and cram schools that wraps the same learning engine in teacher-facing management tools ("先生の学習管理を効率化"). Partnerships with established Japanese education publishers (KADOKAWA's 『真・英文法大全』, Z会's 速読速聴・英単語 series) extend the content library, positioning mikan as infrastructure for English study rather than a single app.
357
+
358
+ What mikan refuses, visible in its design: the cold, exam-pressure aesthetic of legacy Japanese cram-school materials, and the gamified-but-hollow look of attention-farming apps. What it embraces: a bright, friendly citrus identity; heavy, approachable gothic type; flat, fast, low-friction layouts; and playful tactile buttons that make tapping "next" feel like a small reward. The design is the mission rendered visually — learning that feels like a stack of small wins.
359
+
360
+ ## 12. Principles
361
+
362
+ 1. **Celebrate small wins.** The product is built on "小さな『できた』." *UI implication:* surface progress visibly and frequently; reward the next tap with a tactile, satisfying affordance (the School 3D hard-shadow button).
363
+ 2. **One bright signal.** Orange (`#ff4c0a`) means "this is mikan, do this." *UI implication:* reserve the saturated citrus for CTAs and section identity so the action is never ambiguous; don't dilute it with decorative color.
364
+ 3. **Friendly, never intimidating.** English study should feel approachable. *UI implication:* heavy but rounded gothic type, generous whitespace, warm off-white canvas — no cram-school severity.
365
+ 4. **Flat and fast, with a tactile reward.** *UI implication:* keep marketing chrome flat (tint + hairline + navy bands); reserve the playful 3D shadow for the moments where a tap should feel good.
366
+ 5. **Two audiences, one warmth.** Learners and teachers both get an encouraging tone. *UI implication:* the toB School surface stays as friendly as the consumer app while adding concrete benefit framing.
367
+
368
+ ## 13. Personas
369
+
370
+ *Personas below are fictional archetypes informed by publicly observable mikan user segments (Japanese students preparing for English exams, working adults relearning vocabulary, teachers adopting toB tools), not individual people.*
371
+
372
+ **佐藤ひなた, 17, 名古屋.** A high-schooler studying for university entrance English. Uses mikan in short bursts between classes because the "できた!" feedback keeps her going when flashcards would bore her. Chose mikan because it felt like a game that happened to teach, not a test.
373
+
374
+ **田中健, 34, 東京.** A working professional rebuilding his English vocabulary for work. Values that mikan turns a dreaded chore into a daily streak of small wins he can finish on the train. Trusts the brand's calm, non-pushy tone.
375
+
376
+ **山本先生, 45, 新潟.** A high-school English teacher who adopted mikan for School to manage student study at scale. Appreciates that the toB dashboard streamlines assignment tracking ("先生の学習管理を効率化") while students still get the friendly app they already like.
377
+
378
+ ## 14. States
379
+
380
+ | State | Treatment |
381
+ |---|---|
382
+ | **Empty (no study history)** | Warm canvas (`#f7f4f3`). Single charcoal (`#333333`) line encouraging a first session, with one orange (`#ff4c0a`) CTA to start. Friendly, never blank or scolding. |
383
+ | **Empty (no saved word lists)** | Muted Grey (`#666666`) single line noting nothing saved yet, plus a path back to study. Calm and inviting. |
384
+ | **Loading (content fetch)** | Skeleton blocks at final card dimensions on `#fafafa`, 10px radius, flat pulse consistent with the shadow-light system. |
385
+ | **Loading (button press)** | School 3D buttons depress (offset shadow collapses) on tap; previous content stays visible. |
386
+ | **Error (network)** | Inline message in charcoal with a plain, encouraging explanation and a retry — no bare "エラーが発生しました." States the next step. |
387
+ | **Error (form validation)** | Field-level message below the input describing what's valid, in a warm tone — not just "必須". |
388
+ | **Success (lesson complete)** | Bright "できた!" celebration moment; orange/marigold accent confirms the win. The reward IS the success state. |
389
+ | **Skeleton** | `#fafafa` blocks at final dimensions, 8–10px radius, flat pulse. |
390
+ | **Disabled** | Muted Grey (`#666666`) text on reduced-opacity surface; orange actions fade rather than turn grey to preserve brand read. |
391
+
392
+ ## 15. Motion & Easing
393
+
394
+ **Durations**:
395
+
396
+ | Token | Value | Use |
397
+ |---|---|---|
398
+ | `motion-fast` | 120ms | Hover, button press, focus |
399
+ | `motion-standard` | 200ms | Card/section reveal, sheet, dropdown |
400
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
401
+
402
+ **Easings**:
403
+
404
+ | Token | Curve | Use |
405
+ |---|---|---|
406
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, panels |
407
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
408
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
409
+
410
+ **Motion rules**: Motion is friendly but restrained. The signature interaction is the School **3D hard-shadow button press** — on tap, the `#e26f00 0px 4px 0px 0px` offset collapses so the button visibly "presses down," a tactile reward consistent with the "できた!" philosophy. Section content fades in from below at `motion-standard / ease-enter`. Celebration moments (lesson complete) may use a brief bouncy accent, but routine UI avoids gratuitous spring. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the button-press offset becomes a static state change; the product remains fully functional.
411
+
412
+ <!--
413
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
414
+
415
+ Tier 1 live inspect (2026-06-17) via global playwright getComputedStyle:
416
+ - https://mikan.link/ (corporate site): brand orange rgb(255,76,10) #ff4c0a on every CTA + section
417
+ heading; deep navy rgb(0,28,70) #001c46 bands; text rgb(51,51,51) #333333 / rgb(0,14,34) #000e22;
418
+ warm canvas rgb(247,244,243) #f7f4f3; Hiragino Kaku Gothic ProN weight 900 display; nav weight 700.
419
+ - https://school.mikan.com/ (mikan for School, toB): accent orange rgb(255,127,9) #ff7f09 primary CTA
420
+ with 3D hard-shadow rgb(226,111,0) #e26f00 0px 4px 0px; marigold rgb(253,155,18) #fd9b12 download +
421
+ step numerals; Noto Sans / Noto Sans JP weight 700 headings; Oswald 46px numerals.
422
+
423
+ Token-level claims (§1-9) are sourced from this live inspection.
424
+
425
+ Voice samples (§10) are verbatim from the live surfaces:
426
+ - "小さな『できた』の積み重ねをずっと支える" — mikan.link corporate hero
427
+ - "生徒の学習が続く仕組み", "できた!を実感できるmikanの学習ステップ" — school.mikan.com
428
+
429
+ Brand narrative (§11): 株式会社mikan builds 英語アプリmikan ("1000万ダウンロード突破" stated on
430
+ mikan.link homepage); two-sided business with mikan for School (school.mikan.com); content
431
+ partnerships with KADOKAWA (『真・英文法大全』) and Z会 (速読速聴・英単語) are stated as partnership
432
+ cards on the homepage. The name mikan = みかん (mandarin orange) is the source of the citrus brand
433
+ identity. These are drawn from the live homepage; broader corporate facts are general public
434
+ knowledge, not quoted from a single verified mikan statement in this turn.
435
+
436
+ A public mikan DesignSystem (Figma) is documented by mikan designers (note.com/jirosh1998
437
+ "Figmaのリファクタリングからはじめるデザインシステムの構築") describing a semantic color model
438
+ (Background/Surface/Text/UI/Border/Social) with "mikan Orange" as the primary brand color, Component/
439
+ Type/Size/status naming, and cross-platform iOS/Android JP+EN typography — corroborating the orange-
440
+ primary, friendly-gothic system observed live. Exact in-app hex codes are not disclosed there, so all
441
+ hex values in this doc come from the live website inspection above, not from the Figma article.
442
+
443
+ Personas (§13) are fictional archetypes informed by publicly observable mikan user segments
444
+ (Japanese exam-prep students, adult relearners, teachers adopting toB tools). Names are illustrative;
445
+ they do not refer to real people.
446
+
447
+ Interpretive claims (e.g., "the design is the mission rendered visually", "one bright signal",
448
+ "flat and fast with a tactile reward") are editorial readings connecting mikan's observed design to
449
+ its stated mission, not directly sourced mikan statements.
450
+ -->