{"product_id":"orihiro-nattokinaze-4000","title":"Nattokinase 4000","description":"\u003cstyle\u003e\n  .pd-wrap, .pd-wrap * {\n    box-sizing: border-box;\n  }\n\n  .pd-wrap {\n    --acc: #5a8a00;\n    --acc-dark: #3a5c00;\n    --acc-light: #eef5e0;\n    --acc-mid: #8ab840;\n    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;\n    color: #333;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 0 40px;\n  }\n\n  .pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n  .pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n    margin: 0;\n    padding: 0;\n    line-height: 1.3;\n    font-family: inherit;\n  }\n\n  \/* ── Hero ── *\/\n  .pd-wrap .pd-hero {\n    background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n    border-radius: 16px;\n    padding: 48px 36px 44px;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 28px;\n  }\n\n  .pd-wrap .pd-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px;\n    right: -60px;\n    width: 260px;\n    height: 260px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.07);\n    pointer-events: none;\n  }\n\n  .pd-wrap .pd-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px;\n    left: -40px;\n    width: 200px;\n    height: 200px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n    pointer-events: none;\n  }\n\n  .pd-wrap .hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 18px;\n  }\n\n  .pd-wrap .hero-badge {\n    background: rgba(255,255,255,0.2);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 4px 14px;\n    border-radius: 30px;\n    border: 1px solid rgba(255,255,255,0.4);\n    letter-spacing: 0.05em;\n  }\n\n  .pd-wrap .pd-hero h1 {\n    color: #ffffff !important;\n    font-size: clamp(22px, 4vw, 34px) !important;\n    font-weight: 800 !important;\n    margin-bottom: 10px !important;\n    text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n    position: relative;\n    z-index: 1;\n  }\n\n  .pd-wrap .hero-tagline {\n    color: rgba(255,255,255,0.92);\n    font-size: clamp(14px, 2vw, 16px);\n    margin-bottom: 24px;\n    text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n    position: relative;\n    z-index: 1;\n    line-height: 1.6;\n  }\n\n  .pd-wrap .hero-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .pd-wrap .hero-pill {\n    background: rgba(255,255,255,0.18);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 16px;\n    border-radius: 20px;\n    border: 1px solid rgba(255,255,255,0.35);\n  }\n\n  \/* ── セクション共通 ── *\/\n  .pd-wrap .pd-section {\n    background: #fff;\n    border-radius: 14px;\n    padding: 32px 28px;\n    margin-bottom: 20px;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.06);\n  }\n\n  .pd-wrap .section-title {\n    font-size: clamp(16px, 2.5vw, 20px);\n    font-weight: 800;\n    color: var(--acc);\n    margin-bottom: 20px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid var(--acc-mid);\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .pd-wrap .section-title::before {\n    content: '';\n    display: inline-block;\n    width: 5px;\n    height: 22px;\n    background: var(--acc);\n    border-radius: 3px;\n    flex-shrink: 0;\n  }\n\n  .pd-wrap .section-body {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #444;\n  }\n\n  \/* ── 特長グリッド ── *\/\n  .pd-wrap .action-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  @media (max-width: 480px) {\n    .pd-wrap .action-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .pd-wrap .feat-card {\n    background: var(--acc-light);\n    border: 1px solid var(--acc-mid);\n    border-radius: 12px;\n    padding: 20px 18px;\n  }\n\n  .pd-wrap .feat-num {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--acc);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  .pd-wrap .feat-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--acc-dark);\n    margin-bottom: 8px;\n  }\n\n  .pd-wrap .feat-pill {\n    display: inline-block;\n    background: var(--acc);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 600;\n    padding: 2px 10px;\n    border-radius: 12px;\n    margin-bottom: 8px;\n  }\n\n  .pd-wrap .feat-desc {\n    font-size: 13px;\n    line-height: 1.7;\n    color: #555;\n  }\n\n  \/* ── 成分テーブル ── *\/\n  .pd-wrap .table-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    margin-top: 8px;\n  }\n\n  .pd-wrap .ing-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n    min-width: 420px;\n  }\n\n  .pd-wrap .ing-table thead tr th {\n    background-color: var(--acc) !important;\n    color: #ffffff !important;\n    font-weight: 700 !important;\n    padding: 10px 14px !important;\n    text-align: left !important;\n    white-space: nowrap;\n  }\n\n  .pd-wrap .ing-table tbody tr:nth-child(even) td {\n    background-color: var(--acc-light) !important;\n  }\n\n  .pd-wrap .ing-table tbody tr td {\n    padding: 10px 14px !important;\n    vertical-align: middle !important;\n    color: #333 !important;\n    background-color: #fff;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .pd-wrap .cat-pill {\n    display: inline-block;\n    background: var(--acc-light);\n    color: var(--acc-dark);\n    font-size: 11px;\n    font-weight: 600;\n    padding: 2px 8px;\n    border-radius: 10px;\n    border: 1px solid var(--acc-mid);\n  }\n\n  \/* ── 効能タグ ── *\/\n  .pd-wrap .efficacy-wrap {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 10px;\n  }\n\n  .pd-wrap .efficacy-tag {\n    background: var(--acc-light);\n    border: 1px solid var(--acc-mid);\n    color: var(--acc);\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 16px;\n    border-radius: 20px;\n  }\n\n  \/* ── 用法テーブル ── *\/\n  .pd-wrap .usage-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n    margin-bottom: 16px;\n  }\n\n  .pd-wrap .usage-table thead tr th {\n    background-color: var(--acc) !important;\n    color: #fff !important;\n    font-weight: 700 !important;\n    padding: 10px 14px !important;\n    text-align: center !important;\n  }\n\n  .pd-wrap .usage-table tbody tr td {\n    padding: 10px 14px !important;\n    vertical-align: middle !important;\n    color: #333 !important;\n    border-bottom: 1px solid #e8e8e8;\n    text-align: center;\n    background-color: #fff;\n  }\n\n  .pd-wrap .usage-table tbody tr:nth-child(even) td {\n    background-color: var(--acc-light) !important;\n  }\n\n  .pd-wrap .usage-note {\n    background: var(--acc-light);\n    border-left: 4px solid var(--acc);\n    border-radius: 0 8px 8px 0;\n    padding: 14px 16px;\n    font-size: 13px;\n    line-height: 1.7;\n    color: #444;\n    margin-top: 12px;\n  }\n\n  \/* ── Q\u0026A ── *\/\n  .pd-wrap .qa-list {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  .pd-wrap .qa-card {\n    background: #f8f9fa;\n    border: 1px solid #e0e0e0;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n\n  .pd-wrap .qa-q {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  .pd-wrap .qa-badge-q {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--acc);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .pd-wrap .qa-q-text {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--acc);\n    line-height: 1.6;\n  }\n\n  .pd-wrap .qa-a {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n\n  .pd-wrap .qa-badge-a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #888;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .pd-wrap .qa-a-text {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.75;\n  }\n\n  \/* ── 注意事項 ── *\/\n  .pd-wrap .caution-box {\n    background: #fff8e1;\n    border-left: 5px solid #f59e0b;\n    border-radius: 0 10px 10px 0;\n    padding: 20px 20px;\n    margin-bottom: 20px;\n  }\n\n  .pd-wrap .caution-title {\n    font-size: 16px;\n    font-weight: 700;\n    color: #b45309;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .pd-wrap .caution-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .pd-wrap .caution-list li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.7;\n    padding-left: 18px;\n    position: relative;\n  }\n\n  .pd-wrap .caution-list li::before {\n    content: '▸';\n    position: absolute;\n    left: 0;\n    color: #f59e0b;\n  }\n\n  \/* ── 保管 ── *\/\n  .pd-wrap .storage-box {\n    background: #f0f4ff;\n    border-left: 5px solid #4a6fa5;\n    border-radius: 0 10px 10px 0;\n    padding: 20px 20px;\n  }\n\n  .pd-wrap .storage-title {\n    font-size: 16px;\n    font-weight: 700;\n    color: #2c4a80;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .pd-wrap .storage-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .pd-wrap .storage-list li {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    padding-left: 18px;\n    position: relative;\n  }\n\n  .pd-wrap .storage-list li::before {\n    content: '▸';\n    position: absolute;\n    left: 0;\n    color: #4a6fa5;\n  }\n\n  @media (max-width: 600px) {\n    .pd-wrap .pd-hero {\n      padding: 36px 20px 32px;\n    }\n    .pd-wrap .pd-section {\n      padding: 24px 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① Hero --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eHealth food \/ Supplement\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eSoft capsule\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e30-day supply \/ 60 capsules\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eOrihiro Nattokinase 4000\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      Concentrates nattokinase activity equivalent to about 100 g of natto (4000 FU) in just 2 capsules.\u003cbr\u003e\n      A full-fledged supplement for blood flow care containing DHA, EPA, hesperidin, lecithin, and vitamin E together.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🫀 Nattokinase 4000 FU\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🐟 Contains DHA and EPA\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e💊 Soft capsules, easy to take\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🚫 No natto smell\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eProduct overview\u003c\/div\u003e\n    \u003cdiv class=\"section-body\"\u003e\n      \u003cp\u003e“Nattokinase 4000” is a blood flow care supplement by Orihiro, a Japanese health food manufacturer. It contains the enzyme nattokinase produced by natto bacteria as a high-purity extract without odor, encapsulated in soft capsules. Just 2 capsules provide nattokinase activity equivalent to about 100 g of natto, 4000 FU.\u003c\/p\u003e\n      \u003cp style=\"margin-top:12px;\"\u003eChosen by those concerned about irregular diet or lack of exercise and those wanting easy daily health support. Especially recommended for those who dislike natto or want a capsule type easy to continue outside. Contains DHA, EPA, hesperidin, lecithin, and vitamin E to support nattokinase function, providing all necessary ingredients in one capsule.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eFour features\u003c\/div\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eHigh activity 4000 FU in 2 capsules\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eNattokinase 200 mg\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eProvides 4000 FU, double the 2000 FU daily intake recommended by the Japan Nattokinase Association, in just 2 capsules (one day’s supply). Equivalent to about 100 g of natto activity, easily consumed.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eDHA, EPA, and DPA also included\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eDHA 85 mg \/ EPA 9 mg\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eAdded omega-3 fatty acids (DHA, EPA, DPA) abundant in blue fish. Synergistic effect with nattokinase to better support daily health management.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eContains hesperidin, rutin, and lecithin\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eHesperidin 4 mg \/ Rutin 8 mg\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eContains citrus-derived flavonoids hesperidin and rutin, plus lecithin. A complex formula supporting nattokinase for comprehensive health care.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eNo natto smell, easy to take design\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eSoft capsule\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eSoft capsule type with the unique smell, stickiness, and flavor of natto completely removed. Designed for easy intake, suitable for those who dislike natto or want to take it discreetly at work or outside.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 有効成分テーブル --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eMain ingredients (per 2 capsules \/ 970 mg)\u003c\/div\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eContent amount\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eFunction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eNatto bacteria culture extract\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e200 mg\u003cbr\u003e\u003csmall\u003e(Nattokinase activity 4000 FU \/ at manufacturing)\u003c\/small\u003e\n\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMain ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eProvides high concentration nattokinase to support blood flow care\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eDHA\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e85 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eOmega-3\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eEssential fatty acids derived from blue fish. Supports health maintenance\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eEPA\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e9 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eOmega-3\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSupports comprehensive health care in cooperation with DHA\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eDPA\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eOmega-3\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eOmega-3 fatty acids complementing DHA and EPA\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eRutin\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e8 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFlavonoids\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003ePolyphenol components derived from buckwheat and citrus fruits\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHesperidin\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e4 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFlavonoids\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eFlavonoid components derived from citrus fruits\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eLecithin\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e10 mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSupport ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSoy-derived emulsifier. Included as a health support ingredient\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eVitamin E\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5.0 mg (77% of Nutrient Reference Value)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamins\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eFat-soluble vitamin with antioxidant properties\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:12px; font-size:12px; color:#888;\"\u003e*Based on Nutrient Reference Values 2025 (ages 18+, standard energy intake 2200 kcal). Allergy information: contains soy-derived ingredients.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 効能・効果 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eExpected health support\u003c\/div\u003e\n    \u003cdiv class=\"section-body\" style=\"margin-bottom:14px;\"\u003e\n      This product is a health supplement in soft capsule form containing natto bacteria culture extract with nattokinase activity. It supports daily health management for those with irregular eating habits or lifestyles.\n    \u003c\/div\u003e\n    \u003cdiv class=\"efficacy-wrap\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e🫀 Daily care for those concerned about blood flow\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e🧬 Health support with nattokinase\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e🐟 DHA and EPA supplementation\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e🌿 For those with irregular lifestyles, to support health management\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e💤 Make it a daily habit from after dinner until before bedtime\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:16px; font-size:12px; color:#888;\"\u003e※ This product is not a medicine and is not intended for diagnosing, treating, or preventing diseases. If you have any questions, please consult a doctor or pharmacist.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 用法・用量 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eHow to take\u003c\/div\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTarget users\u003c\/th\u003e\n            \u003cth\u003eDaily recommended amount\u003c\/th\u003e\n            \u003cth\u003eTiming\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAdults (15 years and older)\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003e2 capsules\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eRecommended from after dinner until before bedtime\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-note\"\u003e\n      ● Take with water or warm water.\u003cbr\u003e\n      ● If you feel discomfort in your throat, drink plenty of water.\u003cbr\u003e\n      ● Please adhere to the recommended daily intake.\u003cbr\u003e\n      ● Since blood clots tend to form during sleep or long periods of rest, it is considered effective to take \u003cstrong\u003efrom after dinner until before bedtime\u003c\/strong\u003e.\u003cbr\u003e\n      ● If you are using this for the first time, start with a small amount and adjust according to your condition.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ Q\u0026A --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n    \u003cdiv class=\"qa-list\"\u003e\n\n      \u003cdiv class=\"qa-card\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"qa-badge-q\"\u003eQ\u003c\/span\u003e\n          \u003cdiv class=\"qa-q-text\"\u003eWhat is the difference between natto and nattokinase?\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cspan class=\"qa-badge-a\"\u003eA\u003c\/span\u003e\n          \u003cdiv class=\"qa-a-text\"\u003eNatto is a food made by fermenting boiled soybeans with natto bacteria. Nattokinase refers to the enzyme produced by natto bacteria during this fermentation process. When taken as a supplement, it is less affected by stomach acid, allowing for stable absorption.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-card\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"qa-badge-q\"\u003eQ\u003c\/span\u003e\n          \u003cdiv class=\"qa-q-text\"\u003eWhat effects does nattokinase have?\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cspan class=\"qa-badge-a\"\u003eA\u003c\/span\u003e\n          \u003cdiv class=\"qa-a-text\"\u003eNattokinase not only directly dissolves blood clots but also activates fibrinolytic enzymes in the body such as plasmin and urokinase. It has also been confirmed to reduce a substance called PAI-1 in the body. Blood flow improvement, blood pressure reduction, and platelet aggregation inhibition effects have also been reported. (Source: Japan Nattokinase Association)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-card\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"qa-badge-q\"\u003eQ\u003c\/span\u003e\n          \u003cdiv class=\"qa-q-text\"\u003eWhen is the best time to take it for effectiveness?\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cspan class=\"qa-badge-a\"\u003eA\u003c\/span\u003e\n          \u003cdiv class=\"qa-a-text\"\u003eBlood clots tend to form when the body is dehydrated or blood flow is compressed for long periods, so it is said to be most effective to take this from after dinner until before bedtime. It is also recommended before long flights. (Source: Japan Nattokinase Association)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-card\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"qa-badge-q\"\u003eQ\u003c\/span\u003e\n          \u003cdiv class=\"qa-q-text\"\u003eWhat is the recommended daily intake?\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cspan class=\"qa-badge-a\"\u003eA\u003c\/span\u003e\n          \u003cdiv class=\"qa-a-text\"\u003eThe Japan Nattokinase Association recommends a daily intake of 2000 FU. This product contains 4000 FU in 2 capsules, providing twice the recommended activity. Taking more does not increase the effect, so please follow the daily recommended amount. (Source: Japan Nattokinase Association)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-card\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"qa-badge-q\"\u003eQ\u003c\/span\u003e\n          \u003cdiv class=\"qa-q-text\"\u003eI am taking warfarin; is it safe to take this together?\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cspan class=\"qa-badge-a\"\u003eA\u003c\/span\u003e\n          \u003cdiv class=\"qa-a-text\"\u003eThe nattokinase in this product only works to dissolve blood clots and does not cause bleeding to continue. Clinical trials have confirmed the safety of combining nattokinase with warfarin. However, if you are taking medication, please consult a doctor or pharmacist before use as a precaution. (Source: Japan Nattokinase Association)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ Precautions for use\u003c\/div\u003e\n    \u003cul class=\"caution-list\"\u003e\n      \u003cli\u003eIf you have food allergies, please check the ingredients before consumption (contains soy-derived ingredients).\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and children.\u003c\/li\u003e\n      \u003cli\u003eIf you are taking medication, under medical care, pregnant, or breastfeeding, please consult a doctor or pharmacist.\u003c\/li\u003e\n      \u003cli\u003eSome individuals may experience adverse reactions depending on their constitution or condition. If this occurs, discontinue use.\u003c\/li\u003e\n      \u003cli\u003eMaintain a balanced diet based on staple foods, main dishes, and side dishes.\u003c\/li\u003e\n      \u003cli\u003eDo not exceed the recommended daily intake.\u003c\/li\u003e\n      \u003cli\u003eThis product is not a medicine. It is not intended for diagnosing, treating, or preventing diseases.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cdiv class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n    \u003cul class=\"storage-list\"\u003e\n      \u003cli\u003eStore in a cool place, avoiding direct sunlight, high temperatures, and humidity.\u003c\/li\u003e\n      \u003cli\u003eAfter opening, be careful of moisture and consume promptly.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and toddlers.\u003c\/li\u003e\n      \u003cli\u003eTo maintain product quality, it is recommended to store in a cool, dark place.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"ORIHIRO","offers":[{"title":"60 capsules","offer_id":52955487994172,"sku":"4571157259116","price":2250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4571157259116.jpg?v=1759888157","url":"https:\/\/mamigo.jp\/en-ph\/products\/orihiro-nattokinaze-4000","provider":"MamiGo","version":"1.0","type":"link"}