SKIN MAKER ロングキープスキンメイク タトゥーマシン BLACK
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap'); .md-article { --ink: #111111; --muted: #6b6b70; --accent: #a5a5aa; --accent-deep: #2a2a2a; --wash: #f4f4f5; --hair: #e0e0e2; max-width: 760px; margin: 0 auto; color: var(--ink); font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Inter", -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.85; letter-spacing: 0.01em; } .md-article p { margin: 0 0 1.1em; } .md-article a { color: var(--accent-deep); } .md-article img { max-width: 100%; } .md-article .eyebrow { display: block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.26em; color: var(--accent); text-transform: uppercase; margin: 0 0 10px; } /* ヒーロー */ .md-article .hero { width: 100%; height: auto; display: block; border-radius: 3px; background: var(--wash); margin-bottom: 34px; } /* タイトル */ .md-article h2.title { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 40px; line-height: 1.15; letter-spacing: 0.06em; text-align: center; margin: 0 0 6px; color: var(--ink); } .md-article .subtitle { text-align: center; font-size: 16px; font-weight: 600; color: var(--muted); margin: 0 0 6px; } .md-article .title-rule { width: 46px; height: 2px; background: var(--accent); margin: 20px auto 30px; } .md-article section { margin: 48px 0; } .md-article h3 { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 21px; line-height: 1.4; letter-spacing: 0.02em; margin: 0 0 18px; } .md-article h4 { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif; font-weight: 700; font-size: 16px; margin: 30px 0 10px; } .md-article ul { margin: 0 0 1.1em; padding-left: 1.3em; } .md-article li { margin: 5px 0; } /* 特徴カード */ .md-article .features { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 8px; } .md-article .feat { padding: 24px 2px; border-top: 1px solid var(--hair); } .md-article .feat:last-child { border-bottom: 1px solid var(--hair); } .md-article .feat .no { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; color: var(--accent); } .md-article .feat h4 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 18px; margin: 6px 0 8px; } .md-article .feat p { margin: 0; color: var(--ink); } /* 図解画像 */ .md-article figure { margin: 26px 0 0; } .md-article figure img { width: 100%; height: auto; display: block; border-radius: 3px; background: var(--wash); } .md-article figure figcaption { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 8px; } /* 対応施術タグ */ .md-article .treatment-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; } .md-article .treatment-list .tag { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--ink); background: var(--wash); border: 1px solid var(--hair); border-radius: 2px; padding: 8px 16px; text-transform: uppercase; } /* ターゲット・差別化 callout */ .md-article .callout { background: var(--wash); border-left: 3px solid var(--accent); border-radius: 0 4px 4px 0; padding: 18px 22px; margin: 24px 0 0; } .md-article .callout p { margin: 0; } .md-article .callout .pin { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--accent); margin-bottom: 6px; } /* スペック定義リスト */ .md-article .spec { margin: 0; } .md-article .spec .row { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 13px 2px; border-top: 1px solid var(--hair); } .md-article .spec .row:last-child { border-bottom: 1px solid var(--hair); } .md-article .spec .dt { flex: 0 0 116px; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); padding-top: 3px; } .md-article .spec .dd { flex: 1 1 240px; } /* 出力レベル表 */ .md-article .speed-table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 14px; } .md-article .speed-table th { padding: 12px 6px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; text-align: center; border-bottom: 1px solid var(--ink); } .md-article .speed-table td { padding: 11px 6px; text-align: center; border-bottom: 1px solid var(--hair); } .md-article .speed-table td.lv { font-family: "Montserrat", sans-serif; font-weight: 700; color: var(--ink); letter-spacing: 0.04em; } .md-article .speed-table td.rpm { font-family: "Montserrat", sans-serif; } .md-article .speed-table tbody tr { transition: background-color 0.15s ease; } .md-article .speed-table tbody tr:hover { background-color: #eaf2fa; } /* アーティストプロフィール */ .md-article .artist-profile { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 16px; } .md-article .artist-portrait img { width: 100%; height: auto; display: block; border-radius: 4px; background: var(--wash); } .md-article .artist-meta .ap-en { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; color: var(--muted); margin: 0 0 8px; } .md-article .artist-meta .ap-role { font-size: 13.5px; color: var(--accent); margin: 0 0 18px; } .md-article .artist-meta .ap-bio { margin: 0 0 4px; } .md-article .artist-meta h4 { font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: var(--muted); text-transform: uppercase; margin: 24px 0 8px; border-top: 1px solid var(--hair); padding-top: 18px; } .md-article .artist-meta ul { font-size: 14px; line-height: 1.75; margin: 0; padding-left: 1.2em; } .md-article .artist-meta li { margin: 3px 0; } /* Instagram 埋め込み */ .md-article .ig-embed-wrap { margin: 36px auto 0; text-align: center; } .md-article .ig-embed-wrap blockquote.instagram-media { margin-left: auto !important; margin-right: auto !important; } /* YouTube 動画埋め込み(レスポンシブ) */ .md-article .video-wrap { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 4px; overflow: hidden; margin-top: 8px; } .md-article .video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .md-article .video-note { font-size: 13px; color: var(--muted); margin: 0 0 14px; padding: 10px 14px; background: var(--wash); border-radius: 4px; border-left: 3px solid var(--hair); } .md-article .divider { border: 0; border-top: 1px solid var(--hair); margin: 48px 0; } .md-article .note { font-size: 12.5px; color: var(--muted); margin-top: 14px; } @media (min-width: 620px) { .md-article .features { grid-template-columns: 1fr 1fr; column-gap: 36px; } .md-article .feat { padding-left: 0; padding-right: 0; } .md-article .feat:nth-child(2) { border-top: 1px solid var(--hair); } .md-article .artist-profile { grid-template-columns: 220px 1fr; gap: 32px; align-items: start; } } @media (max-width: 480px) { .md-article { font-size: 15px; } .md-article h2.title { font-size: 30px; } .md-article h3 { font-size: 19px; } } Pro PMU Machine SKIN MAKER 低出力でも、ぶれない。 本場韓国で話題のイ・ユダン院長のスキンメイク技術を学べるタトゥーの講習現場から生まれた、実用特化型のタトゥーマシン。高トルクモーターと自動抵抗補正コントロールの組み合わせにより、低出力域でも一定のパワーを維持し、施術者のスキルに関わらず安定した仕上がりを実現します。 初心者の繊細な練習から、プロアーティストの本番施術まで。SKIN MAKER BLACK は、デリケートなタトゥーが求める「安定」という最重要要素に、正面から応えた一台です。 Features SKIN MAKER が選ばれる理由 01 高トルクモーター搭載 モーターサイズを大型化し、トルクを大幅に向上。低出力でも安定したパワーを維持でき、繊細な施術が可能です。 02 自動抵抗補正コントロール 顧客ごとに異なる皮膚や、各種ニードルによる抵抗を自動検知し、出力をリアルタイムに補正。常に一定のパワーを維持し、施術時のムラの原因を防止します。 03 LED PCB による電流安定化 電流のブレを抑え、低速域でも安定した動作を実現。初心者でも扱いやすく、仕上がりの再現性が高まります。 04 デジタルタッチパネル操作 超薄型コントロールボックスを採用。1〜12段階のきめ細やかなスピード調整が可能で、洗練されたデザインと高い操作性を両立しています。 超薄型コントロールボックスと1〜12段階のデジタルタッチパネル Compatible Treatments 1台でフル対応 パウダーブロウからアイラインまで、主要なタトゥー施術に対応しています。 Powder Brow Feathering Hair Line Lip Eye Line For Whom あらゆる施術者のための一台 SKIN MAKER BLACK は、スキルレベルを問わず同じパフォーマンスを引き出せる設計です。 タトゥー講習受講生 初心者〜プロアーティスト 安定した施術を求めるすべての施術者 Why SKIN MAKER 実際の講習現場からのフィードバックをもとに設計され、受講生へのスムーズな導入提案・販売展開が可能な教育連動型の仕様です。「低出力でも安定する」という明確な強みが、デリケートなタトゥー施術において最も求められる要素をクリアしています。 Specifications 製品仕様 Product ロングキープスキンメイクタトゥーマシン BLACK Weight 約58g(マシン本体部) Size W12.5cm × H9.5cm(コントロールボックス) Needle ユニバーサル規格カートリッジ Made in 韓国製 Warranty 1年保証 ※ 仕様は予告なく変更となる場合があります。 Speed Levels 出力レベルと回転数 1〜12段階のスピード調整で、施術内容に合わせて最適な出力を選択できます。低速域は繊細なパウダーブロウやリップに、高速域はヘアラインなどの線描写に。 Level Voltage (V) RPM 1 3.00 2,200 2 3.30 2,490 3 3.60 2,790 4 3.90 3,030 5 4.20 3,300 6 4.50 3,650 7 4.80 3,880 8 5.10 4,150 9 5.40 4,370 10 5.70 4,760 11 6.00 5,080 12 6.30 5,300 ※ 数値は目安です。実際の回転数は使用環境やニードルの種類によって変動する場合があります。 Artist Profile イ・ユダン院長 LEE YUDAN · 이유단 LEE YUDAN BEAUTY SCHOOL 代表 / スキンメイク技術講師 韓国有名クリニックで 4万人 の施術経験をもつ、ロングキープスキンメイクの第一人者。中国北京・上海・深圳・広州ほか11都市で実演会を開催し、2013年広州世界ビューティー博覧会で初施術を披露。 Specialty / 専門分野 パウダーブロウ(グラデーション) マシンフェザリング眉 アイライン / リップ / ヘアライン Qualifications / 保有資格 ドイツ Longtime Liner contour makeup 専門資格 ドイツ Amiea camouflage class master course 修了 Hera makeup academy charming course 修了 MBC beauty academy makeup class 修了 国家公認 皮膚管理士資格 / メイクアップ資格 / 看護助手資格 Career / 主な経歴 前 狎鴎亭 B&M 美容整形外科 半永久メイクアップ総括室長 前 狎鴎亭モジェリム整形外科 ロングキープスキンメイク院長 前 北京アイビューティー 半永久化粧院長 前 リージェン整形外科 半永久センター院長 現 中国深圳 R.Skin 皮膚科 半永久化粧院 院長 現 CSC ローレン整形外科 半永久成外科 院長 この投稿をInstagramで見る 이유단イユダン|PMU Educator(@yudan_longkeepsm)がシェアした投稿 How to use 使い方の解説動画 ※ 動画内のマシンは旧タイプですが、基本的な使い方は SKIN MAKER BLACK でも同じです。 Warranty 安心の1年保証 SKIN MAKER BLACK は購入日から1年間の製品保証付き。施術者が安心して使い続けられる、信頼のサポート体制です。
More you might like
Related
Black, Red Green Maars Maker Skinny Matte Tumbler, 20oz
Related
Future Black History Maker -20oz Skinny Tumbler Sublimation
Related
HoldFast Gear Money Maker Water Buffalo Skinny 2 Camera Harn
Related