{"product_id":"ネイルハードナー-ストロング-外箱なし","title":"ネイルハードナー ストロング (外箱なし)","description":"\u003cstyle\u003e\n\n      \/* ===== タイポグラフィ ===== *\/\n      .content h2.product-title {\n        font-size: 1.5rem !important;\n        font-weight: bold !important;\n        font-family: 'Arial', sans-serif !important;\n        margin: 0 0 0.4rem 0;\n        line-height: 1.35;\n      }\n      .content .subtitle {\n        font-size: 1rem !important;\n        font-weight: bold;\n        color: #555;\n        margin-bottom: 1.2rem;\n        line-height: 1.5;\n      }\n      .content h2 {\n        font-size: 1.2rem !important;\n        font-weight: bold !important;\n        font-family: 'Arial', sans-serif !important;\n        margin: 2.3rem 0 0.75rem 0;\n        line-height: 1.4;\n      }\n      .content p {\n        margin-bottom: 1rem;\n        line-height: 1.75;\n      }\n      .content ul {\n        list-style: none !important;\n        padding-left: 0.2rem;\n        margin-bottom: 1.2rem;\n      }\n      .content ul li {\n        margin-bottom: 0.55rem;\n        line-height: 1.65;\n      }\n      .content ol {\n        padding-left: 1.4rem;\n        margin-bottom: 1.2rem;\n      }\n      .content ol li {\n        margin-bottom: 0.55rem;\n        line-height: 1.65;\n      }\n\n      \/* ===== note-box ===== *\/\n      .note-box {\n        background: #fdf8f2;\n        border: 1px solid #e8d9c4;\n        border-radius: 6px;\n        padding: 1rem 1.2rem;\n        margin: 1.8rem 0;\n        font-size: 0.95rem;\n        line-height: 1.7;\n      }\n      .note-box p {\n        margin: 0;\n      }\n      .note-box p + p {\n        margin-top: 0.6rem;\n      }\n\n      \/* ===== 特徴テーブル（PC：横並び／モバイル：縦積み） ===== *\/\n      .feature-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 1.4rem 0;\n        font-size: 0.95rem;\n      }\n      .feature-table th {\n        width: 30%;\n        background: #fdf8f2;\n        color: #8a6a50;\n        font-weight: bold;\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid #e8d9c4;\n        vertical-align: middle;\n        white-space: nowrap;\n      }\n      .feature-table td {\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid #e8d9c4;\n        line-height: 1.7;\n        vertical-align: middle;\n      }\n      .feature-table tr:last-child th,\n      .feature-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      \/* ===== 製品情報テーブル ===== *\/\n      .product-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 1.3rem 0;\n        font-size: 0.9rem;\n      }\n      .product-table th,\n      .product-table td {\n        padding: 0.6rem 0.9rem;\n        text-align: left;\n        border-bottom: 1px solid #f0ece6;\n        vertical-align: top;\n      }\n      .product-table th {\n        width: 38%;\n        color: #8a6a50;\n        font-weight: bold;\n        background: #fdf8f2;\n      }\n\n      \/* ===== モバイル対応 ===== *\/\n      @media (max-width: 480px) {\n\n        .content h2.product-title {\n          font-size: 1.25rem !important;\n        }\n        .content h2 {\n          font-size: 1.12rem !important;\n          margin-top: 2.1rem !important;\n          margin-bottom: 0.7rem !important;\n        }\n\n        \/* 特徴テーブル：縦積み *\/\n        .feature-table {\n          display: block !important;\n          width: 100% !important;\n          border-collapse: separate !important;\n        }\n        .feature-table tbody {\n          display: block !important;\n          width: 100% !important;\n        }\n        .feature-table tr {\n          display: block !important;\n          width: 100% !important;\n          margin-bottom: 0.75rem !important;\n          border: 1px solid #e8d9c4 !important;\n          border-radius: 6px !important;\n          overflow: hidden !important;\n        }\n        .feature-table th {\n          display: block !important;\n          width: 100% !important;\n          box-sizing: border-box !important;\n          border-right: none !important;\n          border-bottom: none !important;\n          padding: 0.55rem 1rem !important;\n          font-size: 0.88rem !important;\n          white-space: normal !important;\n        }\n        .feature-table td {\n          display: block !important;\n          width: 100% !important;\n          box-sizing: border-box !important;\n          border-bottom: none !important;\n          padding: 0.65rem 1rem !important;\n          font-size: 0.9rem !important;\n        }\n\n        \/* 製品情報テーブル：縦積み *\/\n        .product-table,\n        .product-table tbody,\n        .product-table tr,\n        .product-table th,\n        .product-table td {\n          display: block !important;\n          width: 100% !important;\n        }\n        .product-table tr {\n          margin-bottom: 0.6rem !important;\n          border-bottom: 2px solid #f0ece6 !important;\n          padding-bottom: 0.4rem !important;\n        }\n        .product-table th {\n          font-size: 0.78rem !important;\n          padding: 0.4rem 0.6rem 0.2rem !important;\n          border-bottom: none !important;\n          width: 100% !important;\n          box-sizing: border-box !important;\n        }\n        .product-table td {\n          font-size: 0.88rem !important;\n          padding: 0.2rem 0.6rem 0.4rem !important;\n          border-bottom: none !important;\n          box-sizing: border-box !important;\n        }\n      }\n\n      \/* ===== 続きを読む（more） ===== *\/\n      #cb { display: none; }\n      .more_wrap { display: none; }\n      #cb:checked ~ .more_wrap { display: block; }\n      .more_btn {\n        display: inline-block;\n        margin-top: 0.8rem;\n        padding: 0.5rem 1.2rem;\n        background: #f5ede4;\n        border-radius: 20px;\n        font-size: 0.88rem;\n        color: #6a4a3a;\n        cursor: pointer;\n      }\n      .more_btn::after { content: \"▼ 続きを読む\"; }\n      #cb:checked ~ .more_btn::after { content: \"▲ 閉じる\"; }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cinput type=\"checkbox\" id=\"cb\"\u003e \u003c!-- ===== 商品タイトル ===== --\u003e\n\u003ch2 class=\"product-title\"\u003eエローム（Herome）ネイルハードナー ストロング MF（外箱なし）\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003e二枚爪・薄い爪・割れやすい爪を、根本から鍛えるネイル補強コート\u003c\/p\u003e\n\u003c!-- ===== リード文 ===== --\u003e\n\u003cp\u003e\u003cstrong\u003eこの商品を一言で言うと\u003c\/strong\u003e\u003cbr\u003e\u003cmark\u003e 爪の\u003cstrong\u003eセラミド\u003c\/strong\u003eに着目。セロリシードエキス・シリカなどの\u003cstrong\u003e植物由来成分\u003c\/strong\u003eで爪の強度と潤いを同時に高める、オランダ発の爪補強コートです。\u003c\/mark\u003e\u003c\/p\u003e\n\u003cdiv class=\"more_wrap\"\u003e\n\u003cp\u003e爪を単に「硬くする」のではなく、爪を内側から鍛えるという新発想のケアアイテムです。セロリシードエキスやシリカなどの植物由来成分が爪の潤いを保ちながら強度を高め、健康的で自然な乳白色の素爪へと導きます。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e※必ず\u003ca title=\"ネイルオイル\" href=\"\/collections\/nail_oil\"\u003eネイルオイル\u003c\/a\u003eによる保湿と併用してください。\u003c\/strong\u003e保湿なしで使い続けると、乾燥を招くことがあります。\u003c\/p\u003e\n\u003c!-- ===== こんな方に ===== --\u003e\n\u003ch2\u003eこんなお悩み、ありませんか？\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✓ 日常的に爪が割れやすく、なかなか伸ばせない\u003c\/li\u003e\n\u003cli\u003e✓ 爪が柔らかくて、すぐ曲がったり欠けたりしてしまう\u003c\/li\u003e\n\u003cli\u003e✓ ジェルやポリッシュをとると、爪が傷んでいる\u003c\/li\u003e\n\u003cli\u003e✓ ネイルカラーではなく、素爪で清潔感を出したい\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ===== 成分テーブル ===== --\u003e\n\u003ch2\u003eなぜ爪を鍛えることができるのか——主な成分\u003c\/h2\u003e\n\u003cp\u003e従来のネイルハードナーは「爪を硬くする」ことはできても、逆に柔軟性を失わせてしまうものが多くありました。エローム（Herome）が選んだのは、爪の自活力そのものを育てるアプローチです。\u003c\/p\u003e\n\u003ctable class=\"feature-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eセロリシードエキス\u003c\/th\u003e\n\u003ctd\u003e爪ケラチンの「接着剤」とも言えるセラミドに直接働きかけ、爪の層をしっかり密着させます。二枚爪の根本原因にアプローチする注目成分です。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eピスタチオエキス\u003c\/th\u003e\n\u003ctd\u003e爪に潤いを届け、乾燥による縦割れを防ぎます。硬くするだけでなく、しなやかさも同時にケアします。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eシリカ\u003c\/th\u003e\n\u003ctd\u003e年齢とともに減少しがちなシリカを補い、外部刺激から爪を守るバリア機能をサポートします。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eビタミンC・E・B5\u003c\/th\u003e\n\u003ctd\u003e内側から爪を育む栄養成分。美しい素爪づくりの土台を整えます。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ===== 使い方 ===== --\u003e\n\u003ch2\u003e使い方ガイド\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e① 集中ケア（最初の2〜3週間）\u003c\/strong\u003e\u003cbr\u003e早く爪を強くしたい方向けの短期プログラム\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003e保湿（セラム等）の後、本品を1層塗布します。\u003c\/li\u003e\n\u003cli\u003e翌日、その上からさらに重ね塗りします。\u003c\/li\u003e\n\u003cli\u003e3日目にリムーバーで一度すべてオフし、再度保湿してから改めて1層塗布します。\u003c\/li\u003e\n\u003cli\u003eこの「2日塗って1日オフ」を2〜3週間繰り返します。\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e\u003cstrong\u003e② 通常ケア（メンテナンス）\u003c\/strong\u003e\u003cbr\u003e爪の状態が整ってきたら週1回のメンテナンスへ\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003e清潔な爪に保湿後、薄く1〜2層塗布します。\u003c\/li\u003e\n\u003cli\u003e1週間後にオフして塗り替えます。これを続けるだけです。\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c!-- ===== ブランド note ===== --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cp\u003eエローム（Herome）はオランダ生まれのネイルケアブランドです。日本ではザ・パフューマリー＆Co. 株式会社が正規輸入代理店として取り扱っています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 製品情報テーブル ===== --\u003e\n\u003ch2\u003e製品情報\u003c\/h2\u003e\n\u003ctable class=\"product-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003eエローム（Herome）ネイルハードナー ストロング MF（外箱なし）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eブランド\u003c\/th\u003e\n\u003ctd\u003eエローム（Herome）｜オランダ製\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e内容量\u003c\/th\u003e\n\u003ctd\u003e10mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e仕上がり\u003c\/th\u003e\n\u003ctd\u003e乳白色（自然な素爪を演出）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e主な成分\u003c\/th\u003e\n\u003ctd\u003eセロリシードエキス、ピスタチオエキス、シリカ、ビタミンC・E・B5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e容器\u003c\/th\u003e\n\u003ctd\u003eガラス瓶・専用ブラシ付\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e販売価格\u003c\/th\u003e\n\u003ctd\u003e2,420円（税込）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e原産国\u003c\/th\u003e\n\u003ctd\u003eオランダ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e輸入販売元\u003c\/th\u003e\n\u003ctd\u003eザ・パフューマリー＆Co. 株式会社（日本国内正規品）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e※ケースなしのバリエーションを選択できます。ただし、ケースなし商品は数量が限られているため、定期購入はできません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- \/.more_wrap --\u003e \u003clabel for=\"cb\" class=\"more_btn\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- \/.content --\u003e\n\u003c\/div\u003e\n\u003c!-- \/.container --\u003e","brand":"Herome（エローム）","offers":[{"title":"Default Title","offer_id":50552831443164,"sku":"8711661004345","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/0293\/4236\/files\/herome_nail_hardener_strong_01.png?v=1774244252","url":"https:\/\/tpandco.jp\/products\/%e3%83%8d%e3%82%a4%e3%83%ab%e3%83%8f%e3%83%bc%e3%83%89%e3%83%8a%e3%83%bc-%e3%82%b9%e3%83%88%e3%83%ad%e3%83%b3%e3%82%b0-%e5%a4%96%e7%ae%b1%e3%81%aa%e3%81%97","provider":"TP\u0026Co. |【KOH】【Herome】公式オンラインストア  ","version":"1.0","type":"link"}