{"title":"top Alinamin","description":"","products":[{"product_id":"alinamin-medical-gold","title":"Alinamin Medical Gold","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --navy:   #0D2B5E;\n    --navy2:  #1A3F7A;\n    --navy3:  #22507A;\n    --gold:   #C8A84B;\n    --gold2:  #F0C94A;\n    --white:  #FFFFFF;\n    --bg:     #F4F7FB;\n    --border: #C8D8EE;\n    --text:   #1a1a2e;\n    --muted:  #5a6a8a;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Noto Sans JP', sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .prod-wrap { max-width: 820px; margin: 0 auto; padding: 0 16px 60px; }\n\n  \/* ════ HERO ════ *\/\n  .p-hero {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 55%, var(--navy3) 100%);\n    border-radius: 18px; padding: 48px 32px; text-align: center;\n    margin: 20px 0 36px; position: relative; overflow: hidden;\n    box-shadow: 0 8px 32px rgba(13,43,94,0.25);\n  }\n  .p-hero::before {\n    content: ''; position: absolute; inset: 0;\n    background:\n      radial-gradient(circle at 80% 20%, rgba(200,168,75,0.18) 0%, transparent 50%),\n      radial-gradient(circle at 20% 80%, rgba(200,168,75,0.10) 0%, transparent 45%);\n  }\n  .p-hero::after {\n    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, transparent, var(--gold), var(--gold2), var(--gold), transparent);\n  }\n  .p-hero-badge {\n    display: inline-block; background: rgba(200,168,75,0.18);\n    border: 1px solid rgba(200,168,75,0.55); color: var(--gold2);\n    font-size: 11px; font-weight: 700; letter-spacing: 2px;\n    padding: 4px 16px; border-radius: 20px; margin-bottom: 16px; position: relative;\n  }\n  .p-hero h1 {\n    font-size: clamp(24px, 5vw, 38px); font-weight: 900; color: var(--white);\n    line-height: 1.3; margin-bottom: 10px; position: relative; letter-spacing: 0.02em;\n  }\n  .p-hero h1 .gold-text { color: var(--gold2); text-shadow: 0 0 20px rgba(240,201,74,0.4); }\n  .p-hero-catch { color: rgba(255,255,255,0.80); font-size: 14px; margin-bottom: 22px; position: relative; }\n  .p-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; position: relative; }\n  .p-hero-tags span {\n    background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.25);\n    color: var(--white); font-size: 12px; padding: 5px 14px; border-radius: 20px;\n  }\n\n  \/* ════ SECTION TITLE ════ *\/\n  .p-sec-title {\n    font-size: clamp(16px, 2.8vw, 20px); font-weight: 900; color: var(--navy);\n    border-left: 5px solid var(--gold); padding-left: 13px; margin: 48px 0 18px; line-height: 1.4;\n  }\n\n  \/* ════ FEATURE CARDS ════ *\/\n  .feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .feat-card {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 12px;\n    padding: 16px; display: flex; gap: 13px; align-items: flex-start;\n    transition: box-shadow .2s, transform .15s;\n  }\n  .feat-card:hover { box-shadow: 0 6px 20px rgba(13,43,94,0.10); transform: translateY(-2px); }\n  .feat-num {\n    background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--gold2);\n    font-size: 12px; font-weight: 900; min-width: 30px; height: 30px;\n    border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .feat-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--navy); }\n  .feat-card p  { font-size: 12px; color: var(--muted); line-height: 1.65; }\n\n  \/* ════ SCENE CARDS ════ *\/\n  .scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .scene-card {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 14px;\n    overflow: hidden; transition: box-shadow .2s, transform .15s;\n    box-shadow: 0 2px 10px rgba(13,43,94,0.06);\n  }\n  .scene-card:hover { box-shadow: 0 8px 24px rgba(13,43,94,0.14); transform: translateY(-3px); }\n  .scene-img-wrap { width: 100%; aspect-ratio: 4\/3; overflow: hidden; position: relative; }\n  .scene-img-wrap img {\n    width: 100%; height: 100%; object-fit: cover; object-position: center top;\n    display: block; transition: transform .4s ease;\n  }\n  .scene-card:hover .scene-img-wrap img { transform: scale(1.04); }\n  .scene-img-wrap::after {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, var(--navy), var(--gold), var(--gold2)); z-index: 1;\n  }\n  .scene-body { padding: 14px 14px 16px; }\n  .scene-badge {\n    display: inline-flex; align-items: center; gap: 5px;\n    background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--gold2);\n    font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 20px;\n    margin-bottom: 8px; letter-spacing: 0.03em;\n  }\n  .scene-body h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 5px; line-height: 1.45; }\n  .scene-body p  { font-size: 11px; color: var(--muted); line-height: 1.65; }\n\n  \/* ════ 対応症状（SVGアイコンのみ）════ *\/\n  .symp-icon-row {\n    display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;\n  }\n  .symp-icon-card {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 12px;\n    padding: 14px 8px 12px; text-align: center;\n    display: flex; flex-direction: column; align-items: center; gap: 8px;\n    transition: box-shadow .2s, transform .15s, border-color .2s;\n  }\n  .symp-icon-card:hover {\n    box-shadow: 0 4px 16px rgba(13,43,94,0.12);\n    transform: translateY(-2px);\n    border-color: var(--gold);\n  }\n  .symp-icon-wrap {\n    width: 48px; height: 48px;\n    background: linear-gradient(135deg, #EEF3FF, #E0EAFF);\n    border-radius: 50%; padding: 10px;\n    display: flex; align-items: center; justify-content: center;\n    transition: background .2s;\n  }\n  .symp-icon-card:hover .symp-icon-wrap {\n    background: linear-gradient(135deg, var(--navy), var(--navy2));\n  }\n  .symp-icon-wrap img {\n    width: 100%; height: 100%; object-fit: contain;\n    filter: invert(14%) sepia(60%) saturate(800%) hue-rotate(200deg) brightness(70%);\n    transition: filter .2s;\n  }\n  .symp-icon-card:hover .symp-icon-wrap img { filter: invert(1) brightness(2); }\n  .symp-icon-name { font-size: 10px; font-weight: 700; color: var(--navy); line-height: 1.4; text-align: center; }\n\n  \/* ════ FURSULTIAMINE MECHANISM ════ *\/\n  .furs-section {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: 16px;\n    padding: 36px 28px 32px;\n    margin: 8px 0 28px;\n    box-shadow: 0 4px 20px rgba(13,43,94,0.08);\n    position: relative; overflow: hidden;\n  }\n  .furs-section::before {\n    content: '';\n    position: absolute; top: 0; left: 0; right: 0; height: 4px;\n    background: linear-gradient(90deg, var(--navy), var(--gold), var(--gold2), var(--gold), var(--navy));\n  }\n  .furs-eyebrow {\n    text-align: center; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.18em; color: var(--gold); margin-bottom: 4px;\n  }\n  .furs-section-title {\n    text-align: center; font-size: clamp(15px, 2.5vw, 18px); font-weight: 900;\n    color: var(--navy); margin-bottom: 28px; line-height: 1.4;\n  }\n  .furs-energy-box {\n    background: #F8F9FC; border: 1.5px solid var(--border);\n    border-radius: 12px; padding: 20px 22px; margin-bottom: 22px;\n  }\n  .furs-energy-label { font-size: 11px; color: var(--muted); margin-bottom: 8px; }\n  .furs-energy-headline {\n    font-size: clamp(14px, 2.2vw, 16px); font-weight: 800;\n    color: var(--text); margin-bottom: 14px; line-height: 1.5;\n  }\n  .furs-energy-headline .red-em { color: #C0392B; font-weight: 900; border-bottom: 2px dotted #C0392B; }\n  .furs-nutrient-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }\n  .furs-nutrient-pill {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 8px;\n    padding: 7px 14px; font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap;\n  }\n  .furs-nutrient-plus { font-size: 18px; font-weight: 900; color: var(--muted); }\n  .furs-vitamin-highlight { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }\n  .furs-vitamin-highlight .furs-nutrient-plus { color: var(--navy); font-size: 22px; }\n  .furs-vit-badge {\n    background: linear-gradient(135deg, #C0392B, #E74C3C); color: #fff;\n    font-size: 16px; font-weight: 900; padding: 8px 20px; border-radius: 8px;\n    letter-spacing: 0.04em; box-shadow: 0 3px 10px rgba(192,57,43,0.30);\n  }\n  .furs-key-text { font-size: 15px; font-weight: 800; color: var(--text); white-space: nowrap; }\n  .furs-sub-note {\n    font-size: 11px; color: var(--muted); margin-top: 10px; line-height: 1.6;\n    border-top: 1px dashed var(--border); padding-top: 10px;\n  }\n  .furs-arrow-wrap { text-align: center; margin: 6px 0; }\n  .furs-arrow-down {\n    display: inline-block; width: 0; height: 0;\n    border-left: 18px solid transparent; border-right: 18px solid transparent;\n    border-top: 22px solid #F0C94A;\n    filter: drop-shadow(0 2px 4px rgba(200,168,75,0.4));\n  }\n  .furs-problem-text {\n    text-align: center; font-size: 13px; color: #555; margin: 4px 0 18px; line-height: 1.7;\n  }\n  .furs-problem-text strong { color: var(--navy); }\n  .furs-hero-block {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);\n    border-radius: 14px; padding: 24px 22px 22px; margin-bottom: 22px;\n    position: relative; overflow: hidden;\n    box-shadow: 0 6px 22px rgba(13,43,94,0.22);\n  }\n  .furs-hero-block::after {\n    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, transparent, var(--gold), var(--gold2), var(--gold), transparent);\n  }\n  .furs-developed-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--gold), var(--gold2)); color: var(--navy);\n    font-size: 10px; font-weight: 900; padding: 3px 12px; border-radius: 4px;\n    margin-bottom: 8px; letter-spacing: 0.06em;\n  }\n  .furs-overcome-text { color: rgba(255,255,255,0.80); font-size: 13px; font-weight: 600; margin-bottom: 4px; }\n  .furs-name-large {\n    display: inline-block;\n    font-size: clamp(24px, 4.5vw, 34px); font-weight: 900; color: var(--gold2);\n    letter-spacing: 0.04em; line-height: 1.2;\n    text-shadow: 0 0 24px rgba(240,201,74,0.40);\n    border-bottom: 3px solid var(--gold); padding-bottom: 10px; margin-bottom: 18px;\n  }\n  .furs-point-list { display: flex; flex-direction: column; gap: 10px; }\n  .furs-point-item { display: flex; align-items: flex-start; gap: 12px; }\n  .furs-point-badge {\n    background: rgba(200,168,75,0.18); border: 1px solid rgba(200,168,75,0.45);\n    color: var(--gold2); font-size: 10px; font-weight: 900; padding: 3px 10px;\n    border-radius: 12px; white-space: nowrap; flex-shrink: 0; line-height: 1.6;\n  }\n  .furs-point-text { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.88); line-height: 1.65; }\n  .furs-active-explainer {\n    background: linear-gradient(135deg, #EEF3FF, #F4F7FF);\n    border: 1.5px solid var(--border); border-radius: 12px; padding: 20px 22px;\n  }\n  .furs-active-explainer-title {\n    font-size: 13px; font-weight: 800; color: var(--navy); margin-bottom: 12px;\n    display: flex; align-items: center; gap: 8px;\n  }\n  .furs-active-explainer-title::before {\n    content: ''; display: inline-block; width: 4px; height: 1em;\n    background: var(--gold); border-radius: 2px;\n  }\n  .furs-flow-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }\n  .furs-flow-box {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 8px;\n    padding: 10px 14px; font-size: 12px; font-weight: 700; color: var(--navy);\n    text-align: center; line-height: 1.45; flex: 1; min-width: 100px;\n  }\n  .furs-flow-box small { display: block; font-size: 10px; color: var(--muted); font-weight: 400; margin-top: 2px; }\n  .furs-flow-box.is-active {\n    background: linear-gradient(135deg, var(--navy), var(--navy2));\n    border-color: var(--gold); color: var(--gold2);\n  }\n  .furs-flow-box.is-active small { color: rgba(255,255,255,0.65); }\n  .furs-flow-arrow { font-size: 18px; color: var(--gold); font-weight: 900; flex-shrink: 0; }\n  .furs-active-note {\n    font-size: 12px; color: #445; line-height: 1.80;\n    border-top: 1px dashed var(--border); padding-top: 12px;\n  }\n\n  \/* ════ EFFICACY BOX ════ *\/\n  .efficacy-box {\n    font-size: 13px; color: #334; line-height: 1.85; padding: 16px 18px;\n    background: var(--white); border-radius: 10px; border-left: 4px solid var(--navy);\n    box-shadow: 0 2px 8px rgba(13,43,94,0.06);\n  }\n  .efficacy-box small { color: #99a; font-size: 11px; display: block; margin-top: 8px; }\n\n  \/* ════ TABLES ════ *\/\n  .p-table {\n    width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 12px;\n    box-shadow: 0 2px 10px rgba(13,43,94,0.06); border-radius: 10px; overflow: hidden;\n  }\n  .p-table th, .p-table td { border: 1px solid var(--border); padding: 11px 14px; vertical-align: middle; }\n  .p-table thead tr { background: linear-gradient(90deg, var(--navy), var(--navy2)); color: var(--white); }\n  .p-table thead th { font-weight: 700; }\n  .p-table tbody tr:nth-child(odd)  { background: #F0F5FF; }\n  .p-table tbody tr:nth-child(even) { background: var(--white); }\n  .p-table td:first-child { font-weight: 600; color: var(--navy); }\n  .tbl-note { font-size: 10px; color: #99a; text-align: right; margin-top: 6px; line-height: 1.6; }\n  .tbl-note a { color: var(--navy2); text-decoration: none; }\n\n  \/* ════ SERIES COMPARISON ════ *\/\n  .comp-wrap {\n    overflow-x: auto; margin-top: 8px; -webkit-overflow-scrolling: touch;\n    border-radius: 14px; box-shadow: 0 4px 20px rgba(13,43,94,0.12);\n  }\n  .comp-table { width: 100%; min-width: 580px; border-collapse: collapse; font-size: 12px; }\n  .comp-table thead tr.head-prod th {\n    padding: 14px 10px; font-size: 13px; font-weight: 700;\n    text-align: center; vertical-align: middle; border: 1px solid #2a4a8a;\n  }\n  .comp-table thead tr.head-prod th.col-label {\n    background: var(--navy); color: rgba(255,255,255,0.7);\n    text-align: left; width: 148px; font-size: 11px;\n  }\n  .comp-table thead tr.head-prod th.col-mg {\n    background: linear-gradient(135deg, #0a2050, #1a3a70); color: var(--gold2);\n    border: 2px solid var(--gold); border-bottom: none; min-width: 130px;\n  }\n  .comp-table thead tr.head-prod th.col-other {\n    background: #1e3560; color: rgba(255,255,255,0.75); min-width: 110px;\n  }\n  .comp-table thead tr.head-target td,\n  .comp-table thead tr.head-dose   td {\n    padding: 9px 10px; font-size: 11px; font-weight: 500;\n    text-align: center; vertical-align: middle; border: 1px solid var(--border); line-height: 1.55;\n  }\n  .comp-table thead tr.head-target td.col-label,\n  .comp-table thead tr.head-dose   td.col-label {\n    background: #E8EFF8; color: var(--navy); font-weight: 700; text-align: left; padding-left: 12px;\n  }\n  .comp-table thead tr.head-target td.col-mg,\n  .comp-table thead tr.head-dose   td.col-mg {\n    background: #EEF3FF; color: var(--navy); font-weight: 700;\n    border-left: 2px solid var(--gold); border-right: 2px solid var(--gold);\n  }\n  .comp-table thead tr.head-target td.col-other,\n  .comp-table thead tr.head-dose   td.col-other { background: #f9f9fb; color: var(--muted); }\n  .comp-table tbody tr:nth-child(odd)  { background: #F4F7FB; }\n  .comp-table tbody tr:nth-child(even) { background: var(--white); }\n  .comp-table tbody tr:hover           { background: #E8F0FF; }\n  .comp-table tbody td {\n    padding: 11px 10px; text-align: center; vertical-align: middle;\n    border: 1px solid var(--border); font-size: 12px; line-height: 1.55; color: #334;\n  }\n  .comp-table tbody td.row-head {\n    text-align: left; font-weight: 700; font-size: 12px; color: var(--navy);\n    background: #E8EFF8 !important; padding-left: 12px;\n  }\n  .comp-table tbody td.row-head small {\n    display: block; font-size: 10px; color: var(--muted); font-weight: 400; margin-top: 2px;\n  }\n  .comp-table tbody td.col-mg {\n    background: #EEF3FF !important; font-weight: 700; color: var(--navy);\n    border-left: 2px solid var(--gold); border-right: 2px solid var(--gold);\n  }\n  .comp-table tbody tr.row-last td.col-mg { border-bottom: 2px solid var(--gold); }\n  .badge-active {\n    display: inline-block; background: linear-gradient(90deg, var(--navy), var(--navy2));\n    color: var(--gold2); font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 3px;\n  }\n  .badge-natural {\n    display: inline-block; background: #1a5c2a; color: #a8f0b0;\n    font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 3px;\n  }\n  .badge-unique {\n    display: inline-block; background: linear-gradient(90deg, var(--gold), var(--gold2));\n    color: var(--navy); font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 3px;\n  }\n  .badge-std {\n    display: inline-block; background: #ccd; color: #556;\n    font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; margin-top: 3px;\n  }\n  .val-none { color: #c0c8d8; font-size: 16px; }\n  .comp-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; align-items: center; }\n  .comp-legend span { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--muted); }\n  .legend-dot { display: inline-block; width: 12px; height: 12px; border-radius: 3px; }\n  .comp-note { font-size: 10px; color: #99a; line-height: 1.7; margin-top: 12px; }\n  .comp-note a { color: var(--navy2); text-decoration: none; }\n\n  .choose-guide {\n    background: var(--white); border: 1.5px solid var(--border); border-radius: 12px;\n    padding: 20px; margin-top: 24px; box-shadow: 0 2px 10px rgba(13,43,94,0.06);\n  }\n  .choose-guide h4 {\n    font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 12px;\n    border-bottom: 2px solid var(--gold); padding-bottom: 8px;\n  }\n  .choose-row { display: flex; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px dashed var(--border); }\n  .choose-row:last-child { border-bottom: none; }\n  .choose-symptom { font-size: 12px; color: #445; flex: 1; line-height: 1.6; }\n  .choose-arrow   { color: var(--gold); font-weight: 700; flex-shrink: 0; font-size: 16px; }\n  .choose-prod    { font-size: 12px; font-weight: 700; color: var(--navy); flex-shrink: 0; min-width: 155px; text-align: right; }\n  .choose-prod.is-mg {\n    font-size: 13px; background: linear-gradient(90deg, var(--gold), var(--gold2));\n    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\n  }\n\n  \/* ════ BLOG CTA ════ *\/\n  .blog-cta {\n    background: linear-gradient(135deg, #E8F0FF, #F0F5FF); border: 1.5px solid var(--border);\n    border-left: 4px solid var(--navy); border-radius: 12px; padding: 20px 22px; margin: 28px 0;\n    display: flex; gap: 16px; align-items: center;\n  }\n  .blog-cta-icon { font-size: 28px; flex-shrink: 0; }\n  .blog-cta-body h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }\n  .blog-cta-body p  { font-size: 12px; color: var(--muted); line-height: 1.6; }\n  .blog-cta-body a {\n    display: inline-block; margin-top: 10px;\n    background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--gold2);\n    font-size: 12px; font-weight: 700; padding: 7px 20px; border-radius: 20px; text-decoration: none;\n  }\n\n  \/* ════ Q\u0026A ════ *\/\n  .qa-item { border-bottom: 1px solid var(--border); }\n  .qa-item summary {\n    list-style: none; cursor: pointer; padding: 14px 0; font-size: 13px; font-weight: 700;\n    color: var(--text); display: flex; align-items: center; gap: 10px; user-select: none;\n  }\n  .qa-item summary::-webkit-details-marker { display: none; }\n  .qa-item[open] summary { color: var(--navy); }\n  .qa-q {\n    background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--gold2);\n    font-size: 13px; font-weight: 900; width: 26px; height: 26px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .qa-body { padding: 0 0 16px 36px; font-size: 13px; color: #445; line-height: 1.85; }\n\n  \/* ════ CAUTION ════ *\/\n  .p-caution {\n    background: #FFFDF0; border: 1.5px solid var(--gold); border-radius: 12px;\n    padding: 20px 22px; font-size: 12px; color: #4a3d00; line-height: 1.9; margin-top: 36px;\n    box-shadow: 0 2px 10px rgba(200,168,75,0.10);\n  }\n  .p-caution h4 {\n    font-size: 13px; font-weight: 700; color: #7a5c00; margin-bottom: 10px;\n    display: flex; align-items: center; gap: 6px;\n  }\n\n  \/* ════ RESPONSIVE ════ *\/\n  @media (max-width: 620px) {\n    .feat-grid      { grid-template-columns: 1fr; }\n    .scene-grid     { grid-template-columns: 1fr; }\n    .symp-icon-row  { grid-template-columns: repeat(3, 1fr); }\n    .blog-cta       { flex-direction: column; }\n    .choose-row     { flex-wrap: wrap; }\n    .choose-prod    { min-width: auto; }\n    .furs-nutrient-row { gap: 6px; }\n    .furs-flow-row  { flex-direction: column; align-items: stretch; }\n    .furs-flow-arrow { transform: rotate(90deg); text-align: center; }\n  }\n  @media (min-width: 621px) and (max-width: 768px) {\n    .scene-grid    { grid-template-columns: repeat(2, 1fr); }\n    .symp-icon-row { grid-template-columns: repeat(3, 1fr); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"prod-wrap\"\u003e\n\u003c!-- ════ HERO ════ --\u003e\n\u003cdiv class=\"p-hero\"\u003e\n\u003cdiv class=\"p-hero-badge\"\u003eClass 3 OTC Drug\u003c\/div\u003e\n\u003ch1\u003eArinamin\u003cbr\u003e\u003cspan class=\"gold-text\"\u003eMedical Gold\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"p-hero-catch\"\u003eWhen severe symptoms have progressed to \"pain\"\u003c\/p\u003e\n\u003cdiv class=\"p-hero-tags\"\u003e\n\u003cspan\u003e👁 Eye fatigue\u003c\/span\u003e \u003cspan\u003e💪 Stiffness in shoulders \u0026 neck\u003c\/span\u003e \u003cspan\u003e🦴 Lower back pain \u0026 neuralgia\u003c\/span\u003e \u003cspan\u003e🤲 Numbness in hands and feet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ FEATURES ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eProduct features\u003c\/h2\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eContains Fursultiamine\u003c\/h4\u003e\n\u003cp\u003eVitamin B1 derivative with excellent absorption. Converted to active B1 in the body, supports energy production in nerves \u0026 muscles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eContains Mecobalamin 1,500µg\u003c\/h4\u003e\n\u003cp\u003eActive type B12 involved in peripheral nerve repair. Can be used directly without conversion in the body, effective for numbness in hands and feet \u0026 neuralgia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eContains active type Vitamin B6\u003c\/h4\u003e\n\u003cp\u003eUses pyridoxal phosphate ester (60mg). Works more efficiently than regular pyridoxine to maintain nerve function.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eContains natural type Vitamin E\u003c\/h4\u003e\n\u003cp\u003eSuccinic acid d-α-tocopherol (100mg) supports peripheral blood circulation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eContains folic acid + γ-oryzanol\u003c\/h4\u003e\n\u003cp\u003eUniquely formulated with folic acid (1mg) that works with Mecobalamin and γ-oryzanol (10mg) involved in blood circulation \u0026 autonomic nerves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ SCENE ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eRecommended for these times\u003c\/h2\u003e\n\u003cdiv class=\"scene-grid\"\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"scene-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Eye strain \u0026 eye fatigue\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_001.webp?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-body\"\u003e\n\u003cspan class=\"scene-badge\"\u003e👁 Eye fatigue\u003c\/span\u003e\n\u003ch4\u003ePain \u0026 blurriness deep in the eyes\u003c\/h4\u003e\n\u003cp\u003eFor deep eye fatigue caused by long hours of PC \u0026 smartphone use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"scene-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Stiffness \u0026 pain in shoulders \u0026 neck\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_002.webp?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-body\"\u003e\n\u003cspan class=\"scene-badge\"\u003e💪 Shoulder \u0026 neck\u003c\/span\u003e\n\u003ch4\u003eShoulder \u0026 neck pain\u003c\/h4\u003e\n\u003cp\u003eWhen stiffness progresses to pain\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"scene-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Lower back pain \u0026 neuralgia\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_003.webp?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-body\"\u003e\n\u003cspan class=\"scene-badge\"\u003e🦴 Lower back pain \u0026 neuralgia\u003c\/span\u003e\n\u003ch4\u003eLower back pain has worsened\u003c\/h4\u003e\n\u003cp\u003eFor chronic severe lower back pain and neuralgia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ 対応症状（SVGアイコン6枚のみ）════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eSymptoms addressed\u003c\/h2\u003e\n\u003cdiv class=\"symp-icon-row\"\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Neuralgia\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_13_icon_symptom05.svg?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eNeuralgia\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Numbness in hands and feet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_19_icon_symptom06.svg?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eHands and feet\u003cbr\u003eNumbness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Muscle pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_17_icon_symptom07.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eMuscle pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Joint pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_18_icon_symptom08.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eJoint pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Stiff shoulders\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_15_icon_symptom02.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eStiff shoulders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Lower back pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_16_icon_symptom04.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eLower back pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ FURSULTIAMINE MECHANISM ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eWhy Alinamin works for fatigue\u003c\/h2\u003e\n\u003cdiv class=\"furs-section\"\u003e\n\u003cp class=\"furs-eyebrow\"\u003eABOUT ALINAMIN\u003c\/p\u003e\n\u003ch2 class=\"furs-section-title\"\u003eCommitment to \"active type vitamins\"\u003c\/h2\u003e\n\u003c!-- STEP 1 --\u003e\n\u003cdiv class=\"furs-energy-box\"\u003e\n\u003cp class=\"furs-energy-label\"\u003eIn the first place...\u003c\/p\u003e\n\u003cp class=\"furs-energy-headline\"\u003eOne cause of fatigue is \u003cspan class=\"red-em\"\u003eenergy deficiency\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"furs-nutrient-row\"\u003e\n\u003cspan class=\"furs-nutrient-pill\"\u003eCarbohydrate\u003c\/span\u003e \u003cspan class=\"furs-nutrient-plus\"\u003e+\u003c\/span\u003e \u003cspan class=\"furs-nutrient-pill\"\u003eFat\u003c\/span\u003e \u003cspan class=\"furs-nutrient-plus\"\u003e+\u003c\/span\u003e \u003cspan class=\"furs-nutrient-pill\"\u003eProtein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"furs-vitamin-highlight\"\u003e\n\u003cspan style=\"font-size: 22px; color: var(--navy);\" class=\"furs-nutrient-plus\"\u003e+\u003c\/span\u003e \u003cspan class=\"furs-vit-badge\"\u003eVitamin\u003c\/span\u003e \u003cspan class=\"furs-key-text\"\u003eIntake is the key!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"furs-sub-note\"\u003eEspecially Vitamin B1 deficiency greatly affects energy production\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STEP 2 --\u003e\n\u003cdiv class=\"furs-arrow-wrap\"\u003e\n\u003cspan class=\"furs-arrow-down\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"furs-problem-text\"\u003eHowever\u003cbr\u003e\u003cstrong\u003eVitamin B1 from food is hard to absorb in the body...\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"margin-bottom: 18px;\" class=\"furs-arrow-wrap\"\u003e\n\u003cspan class=\"furs-arrow-down\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- STEP 3 --\u003e\n\u003cdiv class=\"furs-hero-block\"\u003e\n\u003cspan class=\"furs-developed-tag\"\u003eOriginal development\u003c\/span\u003e\n\u003cp class=\"furs-overcome-text\"\u003eOvercomes the weaknesses of Vitamin B1\u003c\/p\u003e\n\u003cspan class=\"furs-name-large\"\u003eFull-thiamine\u003c\/span\u003e\n\u003cdiv class=\"furs-point-list\"\u003e\n\u003cdiv class=\"furs-point-item\"\u003e\n\u003cspan class=\"furs-point-badge\"\u003ePoint 1\u003c\/span\u003e \u003cspan class=\"furs-point-text\"\u003eEasily absorbed in the body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"furs-point-item\"\u003e\n\u003cspan class=\"furs-point-badge\"\u003ePoint 2\u003c\/span\u003e \u003cspan class=\"furs-point-text\"\u003eConverted mostly into \"active type Vitamin B1\" in the body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"furs-point-item\"\u003e\n\u003cspan class=\"furs-point-badge\"\u003ePoint 3\u003c\/span\u003e \u003cspan class=\"furs-point-text\"\u003eWell distributed to muscles, nerves, and the whole body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STEP 4 --\u003e\n\u003cdiv class=\"furs-active-explainer\"\u003e\n\u003cdiv class=\"furs-active-explainer-title\"\u003eWhat is an active type vitamin?\u003c\/div\u003e\n\u003cdiv class=\"furs-flow-row\"\u003e\n\u003cdiv class=\"furs-flow-box\"\u003eRegular vitamin\u003cbr\u003e\u003csmall\u003eFrom food \u0026 general supplements\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cspan class=\"furs-flow-arrow\"\u003e→\u003c\/span\u003e\n\u003cdiv class=\"furs-flow-box\"\u003eConverted by enzymes in the body\u003cbr\u003e\u003csmall\u003eIndividual differences in conversion efficiency\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cspan class=\"furs-flow-arrow\"\u003e→\u003c\/span\u003e\n\u003cdiv class=\"furs-flow-box is-active\"\u003eActive type vitamin\u003cbr\u003e\u003csmall\u003eForm active in the body\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"furs-active-note\"\u003eVitamins function only after being converted into the \u003cstrong\u003eactive form\u003c\/strong\u003e by enzymes and other actions in the body. Alinamin Medical Gold contains all B1 (Fursultiamine), B6 (Pyridoxal phosphate ester), and B12 (Mecobalamin) as \u003cstrong\u003eactive forms or active derivatives\u003c\/strong\u003e. This design eliminates the need for conversion in the body and delivers them more efficiently throughout the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ EFFICACY ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eIndications \u0026 effects\u003c\/h2\u003e\n\u003cdiv class=\"efficacy-box\"\u003eEye fatigue \/ muscle pain \u0026 joint pain (stiff shoulders \u0026 neck, lower back pain, frozen shoulder, knee pain, muscle fatigue, bruises, fracture pain, sprains, stiff neck) \/ neuralgia \/ numbness in hands and feet \u003csmall\u003e* If symptoms do not improve after 1 month of use, please consult a doctor or pharmacist.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c!-- ════ DOSAGE ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eUsage \u0026 dosage\u003c\/h2\u003e\n\u003ctable class=\"p-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003eAge\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eDose per intake\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eNumber of doses per day\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eTiming of intake\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e15 years old and above (adult)\u003c\/td\u003e\n\u003ctd style=\"text-align: center; font-weight: bold;\"\u003e1 Tablet\u003c\/td\u003e\n\u003ctd style=\"text-align: center; font-weight: bold;\"\u003e3 times\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eImmediately after meals, with water or warm water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n\u003ctd style=\"text-align: center; color: #99a;\" colspan=\"3\"\u003eDo not take\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ════ INGREDIENTS ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eIngredients \u0026 content (per 3 Tablets \/ maximum daily dose)\u003c\/h2\u003e\n\u003ctable class=\"p-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003eIngredient name\u003c\/th\u003e\n\u003cth style=\"text-align: center; width: 90px;\"\u003eContent\u003c\/th\u003e\n\u003cth style=\"text-align: left;\"\u003eMain roles\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFursultiamine hydrochloride\u003cbr\u003e\u003csmall style=\"font-weight: 400; color: #888;\"\u003e(As Fursultiamine 100mg)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e109.16mg\u003c\/td\u003e\n\u003ctd\u003eVitamin B1 derivative・energy production・nerve function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePyridoxal phosphate ester hydrate\u003cbr\u003e\u003csmall style=\"font-weight: 400; color: #888;\"\u003e(Active type Vitamin B6)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e60mg\u003c\/td\u003e\n\u003ctd\u003eMaintenance of nerve function \u0026 amino acid metabolism\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMecobalamin\u003cbr\u003e\u003csmall style=\"font-weight: 400; color: #888;\"\u003e(Active type Vitamin B12)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e1,500µg\u003c\/td\u003e\n\u003ctd\u003eRepair \u0026 maintenance of peripheral nerves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuccinic acid d-α-tocopherol\u003cbr\u003e\u003csmall style=\"font-weight: 400; color: #888;\"\u003e(Natural type Vitamin E)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e100mg\u003c\/td\u003e\n\u003ctd\u003ePeripheral blood circulation \u0026 antioxidant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGamma oryzanol\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e10mg\u003c\/td\u003e\n\u003ctd\u003eBlood circulation \u0026 autonomic nerve support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolic acid\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e1mg\u003c\/td\u003e\n\u003ctd\u003eMaintenance of nerve function \u0026 cooperation with Mecobalamin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"tbl-note\"\u003e📋 Source: \u003ca href=\"https:\/\/alinamin.jp\/assets\/pdf\/component01.pdf\" target=\"_blank\"\u003eAlinamin Official Ingredient Comparison Table PDF\u003c\/a\u003e \/ \u003ca href=\"https:\/\/alinamin.jp\/lineup\/alinaminmedicalgold.html\" target=\"_blank\"\u003eAlinamin Official Product Page\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- ════ SERIES COMPARISON ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eArinamin series comparison\u003c\/h2\u003e\n\u003cdiv class=\"comp-wrap\"\u003e\n\u003ctable class=\"comp-table\"\u003e\n\u003cthead\u003e\n\u003ctr class=\"head-prod\"\u003e\n\u003cth class=\"col-label\"\u003eIngredients (per 3 Tablets)\u003c\/th\u003e\n\u003cth class=\"col-mg\"\u003e🥇 Arinamin\u003cbr\u003eMedical Gold\u003c\/th\u003e\n\u003cth class=\"col-other\"\u003eArinamin\u003cbr\u003eEX Plus α\u003c\/th\u003e\n\u003cth class=\"col-other\"\u003eArinamin\u003cbr\u003eEX Plus\u003c\/th\u003e\n\u003cth class=\"col-other\"\u003eArinamin A\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"head-target\"\u003e\n\u003ctd class=\"col-label\"\u003eTarget symptoms\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003eEye, shoulder, neck, and lower back \u003cstrong\u003epain\u003c\/strong\u003e and numbness\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003eEye, shoulder, and lower back fatigue + overall fatigue\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003eEye, shoulder, and lower back fatigue\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003eOverall fatigue and tiredness\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"head-dose\"\u003e\n\u003ctd class=\"col-label\"\u003eDaily dose\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e\u003cstrong\u003e3 doses × 1 Tablet (total 3 Tablets)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003e1 dose × 2–3 Tablets\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003e1 dose × 2–3 Tablets\u003c\/td\u003e\n\u003ctd class=\"col-other\"\u003e1 dose × 1–2 Tablets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eFull-thiamine\u003csmall\u003eVitamin B1 derivative\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e100mg\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eVitamin B6\u003csmall\u003e★ Focus on types\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003ePyridoxal 60mg\u003cbr\u003e\u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003ePyridoxine 100mg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003ePyridoxine 100mg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003ePyridoxine 20mg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eVitamin B12\u003csmall\u003e★ Focus on types\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003eMecobalamin 1,500µg\u003cbr\u003e\u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eCyanocobalamin 1,500µg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eCyanocobalamin 1,500µg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eCyanocobalamin 60µg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eVitamin E\u003csmall\u003e★ Focus on types\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003ed-α type 100mg\u003cbr\u003e\u003cspan class=\"badge-natural\"\u003eNatural type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003edl-α type 103.58mg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eSynthetic type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003edl-α type 103.58mg\u003cbr\u003e\u003cspan class=\"badge-std\"\u003eSynthetic type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eGamma oryzanol\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eCalcium pantothenate\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e30mg\u003c\/td\u003e\n\u003ctd\u003e30mg\u003c\/td\u003e\n\u003ctd\u003e15mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"row-head\"\u003eRiboflavin\u003csmall\u003eVitamin B2\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e12mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"row-last\"\u003e\n\u003ctd class=\"row-head\"\u003eFolic acid\u003c\/td\u003e\n\u003ctd class=\"col-mg\"\u003e1mg\u003cbr\u003e\u003cspan class=\"badge-unique\"\u003eUnique blend\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"val-none\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comp-legend\"\u003e\n\u003cspan\u003e\u003cspan style=\"background: linear-gradient(135deg,#0D2B5E,#1A3F7A);\" class=\"legend-dot\"\u003e\u003c\/span\u003eActive type\u003c\/span\u003e \u003cspan\u003e\u003cspan style=\"background: #1a5c2a;\" class=\"legend-dot\"\u003e\u003c\/span\u003eNatural type\u003c\/span\u003e \u003cspan\u003e\u003cspan style=\"background: linear-gradient(90deg,#C8A84B,#F0C94A);\" class=\"legend-dot\"\u003e\u003c\/span\u003eMedical Gold exclusive\u003c\/span\u003e \u003cspan\u003e\u003cspan style=\"background: #ccd;\" class=\"legend-dot\"\u003e\u003c\/span\u003eStandard type \/ Synthetic type\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"comp-note\"\u003e* All amounts are values in 3 Tablets (maximum daily dose). The maximum dose of Arinamin A is 2 Tablets\/day, so values are listed as reference.\u003cbr\u003e📋 Source: \u003ca href=\"https:\/\/alinamin.jp\/assets\/pdf\/component01.pdf\" target=\"_blank\"\u003eOfficial Arinamin ingredient comparison PDF\u003c\/a\u003e \/ \u003ca href=\"https:\/\/alinamin.jp\/product_comparison\/?id=4\" target=\"_blank\"\u003eOfficial Arinamin product comparison page\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"choose-guide\"\u003e\n\u003ch4\u003e🔍 Symptom-specific product selection guide\u003c\/h4\u003e\n\u003cdiv class=\"choose-row\"\u003e\n\u003cspan style=\"font-weight: bold; color: var(--navy);\" class=\"choose-symptom\"\u003eEye, shoulder, neck, and lower back \u003cstrong\u003epain\u003c\/strong\u003e \/ numbness in hands and feet\u003c\/span\u003e \u003cspan class=\"choose-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"choose-prod is-mg\"\u003e★ Medical Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"choose-row\"\u003e\n\u003cspan class=\"choose-symptom\"\u003eGeneral fatigue + concerns about metabolism of the three major nutrients\u003c\/span\u003e \u003cspan class=\"choose-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"choose-prod\"\u003eEX Plus α\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"choose-row\"\u003e\n\u003cspan class=\"choose-symptom\"\u003eEye, shoulder, and lower back fatigue (daily level)\u003c\/span\u003e \u003cspan class=\"choose-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"choose-prod\"\u003eEX Plus\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"choose-row\"\u003e\n\u003cspan class=\"choose-symptom\"\u003eBody feels heavy and overall fatigue\u003c\/span\u003e \u003cspan class=\"choose-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"choose-prod\"\u003eArinamin A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ BLOG CTA ════ --\u003e\n\u003cdiv class=\"blog-cta\"\u003e\n\u003cdiv class=\"blog-cta-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"blog-cta-body\"\u003e\n\u003ch4\u003eMore details on ingredients, absorption mechanisms, and clinical data\u003c\/h4\u003e\n\u003cp\u003eFor expert explanations such as absorption comparison of full-thiamine, research published in Scientific Reports, and details of mecobalamin, see the blog article.\u003c\/p\u003e\n\u003ca href=\"\/en-kr\/blogs\/living_knowhow_for_health\/alinamin-medical-gold\"\u003eRead the detailed explanation blog →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════ Q\u0026A ════ --\u003e\n\u003ch2 class=\"p-sec-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eIs it okay to take it every day continuously?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eIf symptoms are improving, you can continue taking it. For maintenance after improvement, consider switching to Arinamin EX Plus or EX Plus α.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eWhat if there is no improvement after taking it for one month?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eThere may be other causes that cannot be addressed by vitamins. Stop taking it and consult a doctor or pharmacist.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eWhat is the difference between EX Plus and Medical Gold?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eThe biggest difference is the type of vitamin B12. EX Plus contains 1,500µg of \"Cyanocobalamin (standard type),\" while Medical Gold contains 1,500µg of \"Mecobalamin (active type)\" which can be used directly without conversion in the body. It also uses active type B6, natural type vitamin E, and a unique folic acid blend. If symptoms have reached the level of pain, please choose Medical Gold.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eDoes it contain caffeine?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eIt is not included. Taking it after dinner is also fine.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eCan it be taken during pregnancy?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eIt can be taken, but please consult a doctor or pharmacist just in case before use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qa-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"qa-q\"\u003eQ\u003c\/span\u003eIs it possible to become accustomed to it so that it no longer works?\u003c\/summary\u003e\n\u003cdiv class=\"qa-body\"\u003eNo tolerance (reduced effect due to habituation) has been confirmed. Please take according to the dosage and administration instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ════ CAUTION ════ --\u003e\n\u003cdiv class=\"p-caution\"\u003e\n\u003ch4\u003e⚠️ Precautions for use\u003c\/h4\u003e\n・This product is a \u003cstrong\u003eClass 3 OTC Drug\u003c\/strong\u003e. Please be sure to follow the dosage and administration instructions.\u003cbr\u003e・Do not take if under 15 years old.\u003cbr\u003e・If symptoms do not improve after one month of use, please consult a doctor or pharmacist.\u003cbr\u003e・This product is a medicine approved under Japan's pharmaceutical regulations.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Alinamin","offers":[{"title":"45 tablets","offer_id":50208306856252,"sku":"4987910002422","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"105 tablets","offer_id":50208306889020,"sku":"4987910002439","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"180 tablets","offer_id":51711837700412,"sku":"4987910003160","price":8778.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/Arinamin_medical_Gold.jpg?v=1751851753"},{"product_id":"alinamin-ex-plus-alpha","title":"Alinamin EX Plus α","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --navy:    #0a2342;\n      --navy2:   #1a3a5c;\n      --yellow:  #f5c400;\n      --yellow2: #ffe066;\n      --red:     #c8272d;\n      --red2:    #e03a40;\n      --white:   #ffffff;\n      --light:   #fffdf0;\n      --light2:  #f4f7fb;\n      --border:  #e0d8a0;\n      --border2: #d0dae6;\n      --text:    #1a2a3a;\n      --sub:     #4a6080;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Noto Sans JP', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; font-size: 15px; }\n    a { color: var(--navy); text-decoration: none; }\n    img { max-width: 100%; display: block; }\n\n    \/* ── SECTION ── *\/\n    .p-section { padding: 48px 16px; }\n    .p-section--alt { background: var(--light); }\n    .p-sec-title {\n      font-size: clamp(18px, 4vw, 24px);\n      font-weight: 900;\n      color: var(--navy);\n      text-align: center;\n      margin-bottom: 8px;\n      letter-spacing: .04em;\n    }\n    .p-sec-title::after {\n      content: ''; display: block; width: 48px; height: 3px;\n      background: var(--yellow); margin: 10px auto 0;\n    }\n    .p-sec-sub {\n      text-align: center; color: var(--sub); font-size: 13px; margin-bottom: 28px;\n    }\n    .p-inner { max-width: 820px; margin: 0 auto; }\n\n    \/* ── HERO ── *\/\n    .p-hero {\n      background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 55%, #1e4976 100%);\n      color: var(--white);\n      padding: 48px 20px 40px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .p-hero::before {\n      content: '';\n      position: absolute; inset: 0;\n      background: radial-gradient(ellipse at 70% 30%, rgba(245,196,0,.18) 0%, transparent 65%);\n      pointer-events: none;\n    }\n    .p-hero-inner {\n      position: relative;\n      z-index: 1;\n      max-width: 820px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 24px;\n    }\n    .p-hero-text {\n      flex: 1;\n      text-align: left;\n    }\n    .p-hero-img {\n      flex-shrink: 0;\n      width: 200px;\n    }\n    .p-hero-img img {\n      width: 100%;\n      border-radius: 12px;\n      box-shadow: 0 8px 32px rgba(0,0,0,.35);\n    }\n    .p-badge {\n      display: inline-block;\n      background: rgba(255,255,255,.15);\n      border: 1px solid rgba(255,255,255,.4);\n      color: var(--white);\n      font-size: 11px;\n      padding: 4px 14px;\n      border-radius: 20px;\n      letter-spacing: .1em;\n      margin-bottom: 16px;\n    }\n    \/* ★ 修正1: color: white 明示 *\/\n    .p-hero-title {\n      font-size: clamp(22px, 6vw, 36px);\n      font-weight: 900;\n      line-height: 1.3;\n      margin-bottom: 12px;\n      letter-spacing: .05em;\n      color: var(--white);\n    }\n    .p-hero-title .t-yellow { color: var(--yellow2); }\n    .p-hero-title .t-red    { color: #ff7a7a; }\n    .p-hero-copy {\n      font-size: clamp(13px, 3vw, 15px);\n      color: rgba(255,255,255,.85);\n      margin-bottom: 24px;\n    }\n    .p-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }\n    .p-hero-tag {\n      background: rgba(245,196,0,.15);\n      border: 1px solid rgba(245,196,0,.5);\n      color: var(--yellow2);\n      font-size: 12px;\n      padding: 5px 14px;\n      border-radius: 20px;\n    }\n\n    \/* ── FEATURES ── *\/\n    .feat-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n    }\n    .feat-card {\n      background: var(--white);\n      border: 1px solid var(--border2);\n      border-top: 3px solid var(--yellow);\n      border-radius: 8px;\n      padding: 20px 16px;\n    }\n    .feat-num {\n      font-size: 11px;\n      font-weight: 700;\n      color: var(--yellow);\n      letter-spacing: .08em;\n      margin-bottom: 6px;\n    }\n    .feat-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }\n    .feat-body  { font-size: 13px; color: var(--sub); line-height: 1.6; }\n\n    \/* ── SCENE ── *\/\n    .scene-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 16px;\n    }\n    .scene-card {\n      border-radius: 10px;\n      overflow: hidden;\n      position: relative;\n      cursor: default;\n    }\n    .scene-card img {\n      width: 100%; aspect-ratio: 4\/3;\n      object-fit: cover;\n      display: block;\n      transition: transform .4s ease;\n    }\n    .scene-card:hover img { transform: scale(1.04); }\n    .scene-label {\n      position: absolute; bottom: 0; left: 0; right: 0;\n      background: linear-gradient(transparent, rgba(10,35,66,.75));\n      color: var(--white);\n      font-size: 14px; font-weight: 700;\n      padding: 24px 12px 12px;\n      text-align: center;\n    }\n\n    \/* ── SYMPTOMS ── *\/\n    .symp-icon-row {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      max-width: 540px;\n      margin: 0 auto;\n    }\n    .symp-icon-card {\n      display: flex; flex-direction: column; align-items: center; gap: 8px;\n    }\n    .symp-icon-wrap {\n      width: 72px; height: 72px;\n      background: var(--white);\n      border: 2px solid var(--border2);\n      border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      transition: border-color .2s, background .2s;\n    }\n    .symp-icon-card:hover .symp-icon-wrap {\n      border-color: var(--yellow);\n      background: #fffdf0;\n    }\n    .symp-icon-wrap img {\n      width: 44px; height: 44px;\n      object-fit: contain;\n    }\n    .symp-icon-name {\n      font-size: 12px; font-weight: 700; color: var(--navy);\n      text-align: center; line-height: 1.4;\n    }\n\n    \/* ── EFFICACY ── *\/\n    .eff-box {\n      background: var(--navy);\n      color: var(--white);\n      border-radius: 10px;\n      padding: 28px 24px;\n    }\n    .eff-box h3 {\n      font-size: 15px; font-weight: 700;\n      color: var(--yellow2); margin-bottom: 14px;\n      padding-bottom: 8px;\n      border-bottom: 1px solid rgba(255,255,255,.2);\n    }\n    .eff-list {\n      list-style: none; display: flex; flex-direction: column; gap: 8px;\n    }\n    .eff-list li {\n      font-size: 14px; padding-left: 20px; position: relative;\n    }\n    .eff-list li::before {\n      content: '■'; position: absolute; left: 0;\n      color: var(--yellow); font-size: 10px; top: 4px;\n    }\n    .eff-note {\n      margin-top: 14px; font-size: 12px;\n      color: rgba(255,255,255,.6);\n      border-top: 1px solid rgba(255,255,255,.15);\n      padding-top: 10px;\n    }\n\n    \/* ── TABLE ── *\/\n    .p-table {\n      width: 100%; border-collapse: collapse; font-size: 14px;\n    }\n    \/* ★ 修正2: th を白背景・黒文字・黄色ボーダーに *\/\n    .p-table th {\n      background: var(--light2);\n      color: var(--text);\n      padding: 10px 12px;\n      text-align: left;\n      font-weight: 700;\n      border-bottom: 2px solid var(--yellow);\n    }\n    .p-table td {\n      padding: 10px 12px;\n      border-bottom: 1px solid var(--border2);\n      vertical-align: top;\n    }\n    .p-table tr:last-child td { border-bottom: none; }\n    .p-table tr:nth-child(even) td { background: var(--light); }\n    .tbl-note   { font-size: 12px; color: var(--sub); margin-top: 8px; }\n    .tbl-source { font-size: 11px; color: var(--sub); margin-top: 6px; }\n    .tbl-source a { color: var(--navy2); text-decoration: underline; }\n\n    \/* ── ACTIVE BOX ── *\/\n    .active-box {\n      background: linear-gradient(135deg, #fffdf0, #fff9d6);\n      border: 2px solid var(--yellow);\n      border-radius: 10px;\n      padding: 24px;\n    }\n    .active-box h3 {\n      font-size: 16px; font-weight: 900; color: var(--navy);\n      margin-bottom: 12px;\n    }\n    .active-box h3 span { color: var(--red); }\n    .active-box p { font-size: 13px; color: var(--sub); line-height: 1.7; }\n    .active-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }\n    .active-tag {\n      background: var(--navy); color: var(--yellow2);\n      font-size: 12px; font-weight: 700;\n      padding: 4px 12px; border-radius: 20px;\n    }\n\n    \/* ── COMPARISON TABLE ── *\/\n    .cmp-wrap { overflow-x: auto; }\n    .cmp-table {\n      width: 100%; border-collapse: collapse;\n      font-size: 13px; min-width: 560px;\n    }\n    .cmp-table th, .cmp-table td {\n      padding: 10px 10px; text-align: center;\n      border: 1px solid var(--border2);\n      vertical-align: middle;\n    }\n    .cmp-table thead tr:first-child th { background: var(--navy); color: var(--white); font-weight: 700; }\n    .cmp-table thead tr:last-child th  { background: var(--navy2); color: var(--yellow2); font-size: 12px; }\n    .cmp-col-yellow { border-left: 3px solid var(--yellow) !important; border-right: 3px solid var(--yellow) !important; }\n    .cmp-col-yellow-top { border-top: 3px solid var(--yellow) !important; background: #fffdf0 !important; }\n    .cmp-col-yellow-bot { border-bottom: 3px solid var(--yellow) !important; }\n    .cmp-table tbody tr:nth-child(even) td { background: #f8fafd; }\n    .cmp-row-head td:first-child { text-align: left; font-weight: 700; color: var(--navy); background: var(--light2); }\n    .badge-active  { background: #d4edda; color: #155724; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 700; white-space: nowrap; }\n    .badge-natural { background: #fff3cd; color: #856404; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 700; white-space: nowrap; }\n    .badge-unique  { background: #cce5ff; color: #004085; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 700; white-space: nowrap; }\n    .badge-std     { background: #e2e3e5; color: #383d41; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 700; white-space: nowrap; }\n    .cmp-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; font-size: 12px; }\n    .cmp-legend span { display: flex; align-items: center; gap: 4px; }\n\n    \/* ── SELECT GUIDE ── *\/\n    .guide-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 12px;\n    }\n    .guide-card {\n      border: 2px solid var(--border2);\n      border-radius: 8px;\n      padding: 16px;\n      text-align: center;\n    }\n    .guide-card.highlight { border-color: var(--yellow); background: #fffdf0; }\n    .guide-card .gc-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }\n    .guide-card .gc-sympt { font-size: 12px; color: var(--sub); margin-bottom: 10px; }\n    .guide-card .gc-prod  { font-size: 13px; font-weight: 700; color: var(--red); }\n    .guide-card.highlight .gc-prod { font-size: 15px; color: var(--red); }\n\n    \/* ── BLOG CTA ── *\/\n    .blog-cta {\n      background: linear-gradient(135deg, var(--navy), var(--navy2));\n      color: var(--white);\n      border-radius: 12px;\n      padding: 32px 24px;\n      text-align: center;\n    }\n    .blog-cta h3 { font-size: 18px; font-weight: 900; margin-bottom: 8px; color: var(--yellow2); }\n    .blog-cta p  { font-size: 13px; color: rgba(255,255,255,.8); margin-bottom: 20px; }\n    .btn-yellow {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--yellow), var(--yellow2));\n      color: var(--navy);\n      font-weight: 700; font-size: 14px;\n      padding: 12px 32px;\n      border-radius: 30px;\n      transition: opacity .2s;\n    }\n    .btn-yellow:hover { opacity: .85; }\n\n    \/* ── FAQ アコーディオン ── *\/\n    .faq-list { display: flex; flex-direction: column; gap: 12px; }\n    .faq-item {\n      border: 1px solid var(--border2);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    .faq-item summary {\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 16px 20px;\n      cursor: pointer;\n      background: var(--white);\n      transition: background .2s;\n    }\n    .faq-item summary:hover { background: var(--light); }\n    .faq-item summary::-webkit-details-marker { display: none; }\n    .faq-q-text {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-weight: 700;\n      font-size: 14px;\n      color: var(--navy);\n    }\n    .faq-q-text .q-icon {\n      flex-shrink: 0;\n      width: 24px; height: 24px;\n      background: var(--navy);\n      color: var(--yellow2);\n      border-radius: 50%;\n      font-size: 13px; font-weight: 900;\n      display: flex; align-items: center; justify-content: center;\n    }\n    .faq-toggle-icon {\n      flex-shrink: 0;\n      width: 28px; height: 28px;\n      border: 2px solid var(--navy);\n      border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      font-size: 18px;\n      color: var(--navy);\n      font-weight: 400;\n      transition: background .2s, color .2s, transform .3s;\n      line-height: 1;\n    }\n    details[open] \u003e summary .faq-toggle-icon {\n      background: var(--navy);\n      color: var(--yellow2);\n      transform: rotate(45deg);\n    }\n    .faq-answer {\n      padding: 0 20px 18px 54px;\n      font-size: 13px;\n      color: var(--sub);\n      line-height: 1.8;\n      border-top: 1px solid var(--border2);\n      background: var(--light);\n    }\n    details[open] .faq-answer {\n      animation: fadeDown .25s ease;\n    }\n    @keyframes fadeDown {\n      from { opacity: 0; transform: translateY(-6px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ── CAUTION ── *\/\n    .caution-box {\n      background: #fff8f8;\n      border: 2px solid var(--red);\n      border-radius: 10px;\n      padding: 24px;\n    }\n    .caution-box h3 {\n      font-size: 15px; font-weight: 700;\n      color: var(--red); margin-bottom: 12px;\n    }\n    .caution-box ul {\n      list-style: disc; padding-left: 20px;\n      font-size: 13px; color: var(--sub);\n      line-height: 1.8;\n    }\n    .caution-box .caut-tel {\n      margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--navy);\n    }\n    .caution-box a { color: var(--navy2); text-decoration: underline; }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 600px) {\n      .p-hero-inner { flex-direction: column; align-items: center; text-align: center; }\n      .p-hero-text  { text-align: center; }\n      .p-hero-tags  { justify-content: center; }\n      .p-hero-img   { width: 160px; }\n      .symp-icon-row { grid-template-columns: repeat(3, 1fr); gap: 12px; }\n      .symp-icon-wrap { width: 58px; height: 58px; }\n      .symp-icon-wrap img { width: 34px; height: 34px; }\n      .scene-grid { grid-template-columns: 1fr; }\n      .feat-grid  { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003c!-- ════ HERO ════ --\u003e\n\u003csection class=\"p-hero\"\u003e\n\u003cdiv class=\"p-hero-inner\"\u003e\n\u003cdiv class=\"p-hero-text\"\u003e\n\u003cdiv class=\"p-badge\"\u003eClass 3 OTC Drug\u003c\/div\u003e\n\u003ch1 class=\"p-hero-title\"\u003eAlinamin \u003cspan class=\"t-yellow\"\u003eEX\u003c\/span\u003e\u003cspan class=\"t-red\"\u003e Plus α\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"p-hero-copy\"\u003eWhen fatigue accumulates and your eyes, shoulders, and lower back start to hurt\u003c\/p\u003e\n\u003cdiv class=\"p-hero-tags\"\u003e\n\u003cspan class=\"p-hero-tag\"\u003e👁 Eye fatigue\u003c\/span\u003e \u003cspan class=\"p-hero-tag\"\u003e💪 Stiffness in shoulders and neck\u003c\/span\u003e \u003cspan class=\"p-hero-tag\"\u003e🦴 Lower back pain \u0026 neuralgia\u003c\/span\u003e \u003cspan class=\"p-hero-tag\"\u003e⚡ Vitamin supplementation during physical fatigue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ FEATURES ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eProduct features\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003e7 active ingredients effective for eyes, shoulders, and lower back\u003c\/p\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003ePOINT 01\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains fursultiamine\u003c\/div\u003e\n\u003cdiv class=\"feat-body\"\u003eFat-soluble vitamin B1 derivative. More easily absorbed in the body than regular B1, acting on nerves and muscles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003ePOINT 02\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains vitamin B6 \u0026 B12\u003c\/div\u003e\n\u003cdiv class=\"feat-body\"\u003eContains vitamin B6 (100mg) and B12 (1,500µg), which are involved in maintaining nerve function. Supports eye fatigue, stiff shoulders, and lower back pain.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003ePOINT 03\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains vitamin B2\u003c\/div\u003e\n\u003cdiv class=\"feat-body\"\u003eContains 10mg riboflavin. Helps efficiently convert the three major nutrients (carbohydrates, fats, proteins) into energy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003ePOINT 04\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains vitamin E \u0026 pantothenic acid\u003c\/div\u003e\n\u003cdiv class=\"feat-body\"\u003eContains vitamin E (100mg), which is involved in blood circulation, and calcium pantothenate (30mg), which is involved in various metabolisms.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003ePOINT 05\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains gamma oryzanol\u003c\/div\u003e\n\u003cdiv class=\"feat-body\"\u003eContains 10mg gamma oryzanol, which helps the function of vitamins B1, B6, and B12.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ SCENE ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eRecommended for these times\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003eFor those troubled by eye fatigue, stiff shoulders, and lower back pain\u003c\/p\u003e\n\u003cdiv class=\"scene-grid\"\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Eye fatigue\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_001.webp?v=1777171065\"\u003e\n\u003cdiv class=\"scene-label\"\u003e👁 Eye fatigue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Stiffness in shoulders and neck\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_002.webp?v=1777171065\"\u003e\n\u003cdiv class=\"scene-label\"\u003e💪 Stiffness in shoulders and neck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Lower back pain \u0026 neuralgia\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/arinamin_mececla_gold_003.webp?v=1777171065\"\u003e\n\u003cdiv class=\"scene-label\"\u003e🦴 Lower back pain \u0026 neuralgia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ 対応症状 ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eSupported symptoms\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003eSupports six symptoms\u003c\/p\u003e\n\u003cdiv class=\"symp-icon-row\"\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Neuralgia\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_13_icon_symptom05.svg?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eNeuralgia\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Numbness in hands and feet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_19_icon_symptom06.svg?v=1777171065\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eHands and feet\u003cbr\u003eNumbness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Muscle pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_17_icon_symptom07.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eMuscle pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Joint pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_18_icon_symptom08.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eJoint pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Stiff shoulders\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_15_icon_symptom02.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eStiff shoulders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symp-icon-card\"\u003e\n\u003cdiv class=\"symp-icon-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Lower back pain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/imgi_16_icon_symptom04.svg?v=1777171064\"\u003e\u003c\/div\u003e\n\u003cspan class=\"symp-icon-name\"\u003eLower back pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ 効能・効果 ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eEfficacy and effects\u003c\/h2\u003e\n\u003cdiv class=\"eff-box\"\u003e\n\u003ch3\u003eTarget symptoms\u003c\/h3\u003e\n\u003cul class=\"eff-list\"\u003e\n\u003cli\u003eEye fatigue\u003c\/li\u003e\n\u003cli\u003eMuscle pain and joint pain (stiff shoulders, lower back pain, frozen shoulder, etc.)\u003c\/li\u003e\n\u003cli\u003eNeuralgia\u003c\/li\u003e\n\u003cli\u003eNumbness in hands and feet\u003c\/li\u003e\n\u003cli\u003eSupplementation of vitamins B1, B2, B6, and B12 during physical fatigue, pregnancy and lactation, or physical weakness during or after illness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eff-note\"\u003e*If no improvement is seen after about one month of use, please consult a doctor or pharmacist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ 用法・用量 ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eDosage and administration\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"p-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAge\u003c\/th\u003e\n\u003cth\u003eDose per intake\u003c\/th\u003e\n\u003cth\u003eNumber of doses\u003c\/th\u003e\n\u003cth\u003eTiming of intake\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e15 years old and above\u003c\/td\u003e\n\u003ctd\u003e2 to 3 Tablets\u003c\/td\u003e\n\u003ctd\u003eOnce a day\u003c\/td\u003e\n\u003ctd\u003eImmediately after meals (take without chewing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eDo not take if\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tbl-note\"\u003e*Please follow the prescribed dosage and take immediately after meals with water or lukewarm water without chewing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ 成分・含量 ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eIngredients \u0026 content\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003eIn 3 Tablets (maximum daily dose)\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"p-table\" style=\"width: 100.094%; height: 549.75px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 45.2969px;\"\u003e\n\u003cth style=\"width: 39.9632%; height: 45.2969px;\"\u003eIngredient name\u003c\/th\u003e\n\u003cth style=\"width: 30.3375%; height: 45.2969px;\"\u003eContent\u003c\/th\u003e\n\u003cth style=\"width: 29.4162%; height: 45.2969px;\"\u003eFunction\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 69.0938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 69.0938px;\"\u003eFursultiamine hydrochloride (Vitamin B1 derivative)\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 69.0938px;\"\u003e109.16mg (as B1 100mg)\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 69.0938px;\"\u003eSupports nerve and muscle function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 68.5938px;\"\u003ePyridoxine hydrochloride (Vitamin B6)\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 68.5938px;\"\u003e100mg\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 68.5938px;\"\u003eSynthesis of neurotransmitters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 68.5938px;\"\u003eCyanocobalamin (Vitamin B12)\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 68.5938px;\"\u003e1,500µg\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 68.5938px;\"\u003eMaintains peripheral nerve function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 68.5938px;\"\u003eTocopherol succinate calcium ester (Vitamin E)\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 68.5938px;\"\u003e103.58mg (100mg)\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 68.5938px;\"\u003ePromotes blood circulation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 68.5938px;\"\u003eCalcium pantothenate\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 68.5938px;\"\u003e30mg\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 68.5938px;\"\u003eSupports energy metabolism\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 92.3906px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 92.3906px;\"\u003eGamma oryzanol\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 92.3906px;\"\u003e10mg\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 92.3906px;\"\u003eRegulates autonomic nerves and supports the function of B vitamins\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 39.9632%; height: 68.5938px;\"\u003eRiboflavin (Vitamin B2)\u003c\/td\u003e\n\u003ctd style=\"width: 30.3375%; height: 68.5938px;\"\u003e10mg\u003c\/td\u003e\n\u003ctd style=\"width: 29.4162%; height: 68.5938px;\"\u003eEnergy conversion of the three major nutrients\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tbl-source\"\u003eSource: \u003ca href=\"https:\/\/alinamin.jp\/assets\/pdf\/component01.pdf\" target=\"_blank\"\u003eAlinamin Ingredient Table (Official PDF)\u003c\/a\u003e・\u003ca href=\"https:\/\/alinamin.jp\/lineup\/alinaminexpalpha.html\" target=\"_blank\"\u003eAlinamin EX Plus α Official Page\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ ACTIVE BOX ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003cdiv class=\"active-box\"\u003e\n\u003ch3\u003eWhat is Alinamin's original ingredient \u003cspan\u003e\"Fursultiamine\"\u003c\/span\u003e?\u003c\/h3\u003e\n\u003cp\u003eVitamin B₁ obtained from regular food has the weakness of being difficult to absorb in the body. Fursultiamine, originally developed by Alinamin, is a fat-soluble vitamin B₁ derivative with a high absorption rate in the body, reaching muscles, nerves, and the whole body well. It is converted mostly into \"active form vitamin B₁\" in the body, demonstrating excellent effects for fatigue recovery and nerve function support.\u003c\/p\u003e\n\u003cdiv class=\"active-tags\"\u003e\n\u003cspan class=\"active-tag\"\u003e★ Fursultiamine (active form B1 derivative)\u003c\/span\u003e \u003cspan class=\"active-tag\"\u003e★ Vitamin B2 (Riboflavin)\u003c\/span\u003e \u003cspan class=\"active-tag\"\u003e★ Vitamin B6 \u0026 B12 included\u003c\/span\u003e \u003cspan class=\"active-tag\"\u003e★ Vitamin E \u0026 Pantothenic acid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ ABOUT ALINAMIN ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003cp style=\"text-align: center; font-size: 11px; font-weight: bold; letter-spacing: .15em; color: var(--red); margin-bottom: 4px;\"\u003eABOUT ALINAMIN\u003c\/p\u003e\n\u003ch2 class=\"p-sec-title\"\u003eWhy Alinamin works for fatigue\u003c\/h2\u003e\n\u003c!-- STEP 1: エネルギー不足 --\u003e\n\u003cdiv style=\"background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 24px 20px 20px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 12px; color: var(--sub); margin-bottom: 6px;\"\u003eIn the first place...\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; font-weight: bold; color: var(--text); margin-bottom: 16px;\"\u003eOne cause of fatigue is \u003cspan style=\"color: var(--red); border-bottom: 2px dotted var(--red); padding-bottom: 1px;\"\u003eenergy deficiency\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- 三大栄養素 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 12px;\"\u003e\n\u003cspan style=\"background: var(--white); border: 1px solid var(--border2); border-radius: 6px; padding: 8px 18px; font-size: 14px; font-weight: bold; color: var(--text);\"\u003eCarbohydrate\u003c\/span\u003e \u003cspan style=\"font-size: 18px; color: var(--sub);\"\u003e＋\u003c\/span\u003e \u003cspan style=\"background: var(--white); border: 1px solid var(--border2); border-radius: 6px; padding: 8px 18px; font-size: 14px; font-weight: bold; color: var(--text);\"\u003eFat\u003c\/span\u003e \u003cspan style=\"font-size: 18px; color: var(--sub);\"\u003e＋\u003c\/span\u003e \u003cspan style=\"background: var(--white); border: 1px solid var(--border2); border-radius: 6px; padding: 8px 18px; font-size: 14px; font-weight: bold; color: var(--text);\"\u003eProtein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ビタミンの摂取が鍵 --\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px;\"\u003e\n\u003cspan style=\"font-size: 22px; font-weight: 900; color: var(--text);\"\u003e＋\u003c\/span\u003e \u003cspan style=\"background: var(--red); color: var(--white); font-size: 16px; font-weight: 900; padding: 8px 20px; border-radius: 6px; letter-spacing: .05em;\"\u003eVitamin\u003c\/span\u003e \u003cspan style=\"font-size: 16px; font-weight: 900; color: var(--text);\"\u003eIntake is the key!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12px; color: var(--sub); text-align: center; border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px;\"\u003eEspecially, vitamin B₁ deficiency greatly affects energy production\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STEP 2: 矢印＋課題 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 20px;\"\u003e\n\u003cp style=\"font-size: 13px; color: var(--sub); margin-bottom: 4px;\"\u003eHowever\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; font-weight: bold; color: var(--text); border-bottom: 2px solid var(--text); display: inline-block; padding-bottom: 2px; margin-bottom: 16px;\"\u003eVitamin B₁ obtained from food is difficult to absorb in the body...\u003c\/p\u003e\n\u003c!-- 矢印 --\u003e\n\u003cdiv style=\"width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-top: 36px solid var(--yellow); margin: 0 auto 20px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STEP 3: フルスルチアミン --\u003e\n\u003cdiv style=\"background: var(--white); border: 2px solid var(--yellow); border-radius: 12px; padding: 24px 20px; text-align: center;\"\u003e\n\u003cdiv style=\"display: inline-block; background: var(--red); color: var(--white); font-size: 11px; font-weight: bold; padding: 3px 12px; border-radius: 20px; margin-bottom: 10px; letter-spacing: .08em;\"\u003eOriginal development\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; font-weight: bold; color: var(--sub); margin-bottom: 4px;\"\u003eOvercoming the weaknesses of vitamin B₁\u003c\/p\u003e\n\u003cp style=\"font-size: clamp(24px, 6vw, 36px); font-weight: 900; color: var(--red); letter-spacing: .04em; border-bottom: 4px solid var(--yellow); display: inline-block; padding-bottom: 4px; margin-bottom: 24px;\"\u003eFursultiamine\u003c\/p\u003e\n\u003c!-- Point 1・2・3 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; text-align: left; max-width: 480px; margin: 0 auto;\"\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 14px;\"\u003e\n\u003cspan style=\"flex-shrink: 0; background: var(--navy); color: var(--yellow2); font-size: 11px; font-weight: bold; padding: 4px 10px; border-radius: 20px; letter-spacing: .06em; white-space: nowrap;\"\u003ePoint 1\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-weight: bold; color: var(--text); padding-top: 3px;\"\u003eEasily absorbed in the body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 14px;\"\u003e\n\u003cspan style=\"flex-shrink: 0; background: var(--navy); color: var(--yellow2); font-size: 11px; font-weight: bold; padding: 4px 10px; border-radius: 20px; letter-spacing: .06em; white-space: nowrap;\"\u003ePoint 2\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-weight: bold; color: var(--text); padding-top: 3px;\"\u003eConverted mostly into \"active form vitamin B₁\" in the body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: flex-start; gap: 14px;\"\u003e\n\u003cspan style=\"flex-shrink: 0; background: var(--navy); color: var(--yellow2); font-size: 11px; font-weight: bold; padding: 4px 10px; border-radius: 20px; letter-spacing: .06em; white-space: nowrap;\"\u003ePoint 3\u003c\/span\u003e \u003cspan style=\"font-size: 14px; font-weight: bold; color: var(--text); padding-top: 3px;\"\u003eWell distributed throughout muscles and nerves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ シリーズ比較 ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eArinamin series comparison\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003eContent in 3 Tablets (maximum daily dose)\u003c\/p\u003e\n\u003cdiv class=\"cmp-wrap\"\u003e\n\u003ctable class=\"cmp-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left; min-width: 140px;\" rowspan=\"2\"\u003eIngredients\u003c\/th\u003e\n\u003cth style=\"color: #ffe066; background: #1a3a5c; min-width: 130px;\" class=\"cmp-col-yellow cmp-col-yellow-top\"\u003e🥈 EX Plus α\u003cbr\u003e\u003csmall style=\"font-weight: 400; font-size: 11px;\"\u003eLv3 Eye, shoulder, lower back + fatigue\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth style=\"min-width: 110px;\"\u003eMedical Gold\u003cbr\u003e\u003csmall style=\"font-weight: 400; font-size: 11px;\"\u003eLv4 Highest level\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth style=\"min-width: 110px;\"\u003eEX Plus\u003cbr\u003e\u003csmall style=\"font-weight: 400; font-size: 11px;\"\u003eLv2\u003c\/small\u003e\n\u003c\/th\u003e\n\u003cth style=\"min-width: 110px;\"\u003eArinamin A\u003cbr\u003e\u003csmall style=\"font-weight: 400; font-size: 11px;\"\u003eLv1\u003c\/small\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth style=\"background: #254d6e; color: #ffe066; font-size: 11px;\" class=\"cmp-col-yellow\"\u003e2–3 Tablets × 1 time \/ after meals\u003c\/th\u003e\n\u003cth style=\"font-size: 11px; background: var(--navy2);\"\u003e1 Tablet × 3 times \/ after meals\u003c\/th\u003e\n\u003cth style=\"font-size: 11px; background: var(--navy2);\"\u003e2–3 Tablets × 1 time \/ after meals\u003c\/th\u003e\n\u003cth style=\"font-size: 11px; background: var(--navy2);\"\u003e1–2 Tablets × 1 time \/ after meals\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eFursultiamine (B1 derivative)\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\n\u003cstrong\u003e100mg\u003c\/strong\u003e \u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e100mg \u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e100mg \u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e100mg \u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eVitamin B6\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\n\u003cstrong\u003e100mg\u003c\/strong\u003e \u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e60mg \u003cspan class=\"badge-active\"\u003e★Active type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e100mg \u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eVitamin B12\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\n\u003cstrong\u003e1,500µg\u003c\/strong\u003e \u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e1,500µg \u003cspan class=\"badge-active\"\u003e★Active type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e1,500µg \u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eVitamin E\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\n\u003cstrong\u003e103.58mg\u003c\/strong\u003e \u003cspan class=\"badge-natural\"\u003eNatural type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e100mg \u003cspan class=\"badge-natural\"\u003e★Natural type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e103.58mg \u003cspan class=\"badge-natural\"\u003eNatural type\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eVitamin B2 (riboflavin)\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\n\u003cstrong\u003e10mg\u003c\/strong\u003e \u003cspan class=\"badge-unique\"\u003e★Unique formulation\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eCalcium pantothenate\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\u003cstrong\u003e30mg\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e30mg\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eGamma oryzanol\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow\"\u003e\u003cstrong\u003e10mg\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"cmp-row-head\"\u003e\n\u003ctd\u003eFolic acid\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow cmp-col-yellow-bot\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow-bot\"\u003e1mg \u003cspan class=\"badge-unique\"\u003e★Unique formulation\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow-bot\"\u003e—\u003c\/td\u003e\n\u003ctd class=\"cmp-col-yellow-bot\"\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cmp-legend\"\u003e\n\u003cspan\u003e\u003cspan class=\"badge-active\"\u003eActive type\u003c\/span\u003e Active vitamins usable as is\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"badge-natural\"\u003eNatural type\u003c\/span\u003e Highly absorbable natural vitamin E\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"badge-unique\"\u003eUnique formulation\u003c\/span\u003e Formulated only in this product\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"badge-std\"\u003eStandard type\u003c\/span\u003e Common vitamins requiring conversion in the body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px;\" class=\"tbl-source\"\u003eSource: \u003ca href=\"https:\/\/alinamin.jp\/assets\/pdf\/component01.pdf\" target=\"_blank\"\u003eIngredient list (official PDF)\u003c\/a\u003e・\u003ca href=\"https:\/\/alinamin.jp\/product_comparison\/?id=3\" target=\"_blank\"\u003eOfficial product comparison page\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ SELECT GUIDE ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eSymptom-based Product selection guide\u003c\/h2\u003e\n\u003cp class=\"p-sec-sub\"\u003ePlease choose the product that matches your symptoms\u003c\/p\u003e\n\u003cdiv class=\"guide-grid\"\u003e\n\u003cdiv class=\"guide-card highlight\"\u003e\n\u003cdiv class=\"gc-title\"\u003eEye, shoulder, lower back fatigue + body fatigue\u003c\/div\u003e\n\u003cdiv class=\"gc-sympt\"\u003eEye strain, stiff shoulders, lower back pain, chronic fatigue\u003c\/div\u003e\n\u003cdiv class=\"gc-prod\"\u003e➡ EX Plus α\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\u003e\n\u003cdiv class=\"gc-title\"\u003eNumbness, nerve pain, strong pain\u003c\/div\u003e\n\u003cdiv class=\"gc-sympt\"\u003eNumbness in hands and feet, nerve pain, stronger pain\u003c\/div\u003e\n\u003cdiv class=\"gc-prod\"\u003e➡ Medical Gold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\u003e\n\u003cdiv class=\"gc-title\"\u003eConcerned about stiff shoulders or lower back pain\u003c\/div\u003e\n\u003cdiv class=\"gc-sympt\"\u003eShoulder and lower back pain or fatigue\u003c\/div\u003e\n\u003cdiv class=\"gc-prod\"\u003e➡ EX Plus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\u003e\n\u003cdiv class=\"gc-title\"\u003eFirst, supplement vitamin B1\u003c\/div\u003e\n\u003cdiv class=\"gc-sympt\"\u003eEasily fatigued, loss of appetite, decreased physical strength\u003c\/div\u003e\n\u003cdiv class=\"gc-prod\"\u003e➡ Arinamin A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ BLOG CTA ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003cdiv class=\"blog-cta\"\u003e\n\u003ch3\u003e📖 Detailed explanation blog here\u003c\/h3\u003e\n\u003cp\u003eDetailed explanation of Arinamin EX Plus α ingredients, effects, and selection\u003c\/p\u003e\n\u003ca class=\"btn-yellow\" href=\"\/en-kr\/blogs\/living_knowhow_for_health\/alinamin-ex-plus-alpha\"\u003eRead the blog article →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ FAQ ════ --\u003e\n\u003csection class=\"p-section p-section--alt\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003ch2 class=\"p-sec-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e Is it okay to take it every day continuously? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAs long as you follow the dosage and administration, long-term continuous use is not a problem. If symptoms do not improve after about one month, other causes that cannot be addressed by vitamins may be involved, so stop taking it and consult a doctor or pharmacist.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e What is the difference between EX Plus and EX Plus α? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eEX Plus α newly contains vitamin B2 (10mg riboflavin), adding the effect of vitamin B2 supplementation. It helps efficiently convert the three major nutrients (carbohydrates, fats, proteins) into energy, providing further benefits to a tired body.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e What is the difference between EX Plus α and Medical Gold? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eEX Plus α contains vitamin B2 and supports the metabolism of the three major nutrients. On the other hand, Medical Gold has vitamin B6, B12, and E in active and natural forms, recommended for those concerned about numbness in hands and feet or nerve pain, or with more severe symptoms.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e Does it contain caffeine? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eArinamin EX Plus α does not contain caffeine. You can take it after dinner without worry.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e Can I take it during pregnancy or breastfeeding? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt is effective for \"supplementing vitamin B1, B2, B6, and B12 during pregnancy and breastfeeding,\" so you can take it. However, if you are taking prescription drugs, please consult your regular pharmacist.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-q-text\"\u003e \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e Will it stop working if I keep taking it? \u003c\/span\u003e \u003cspan class=\"faq-toggle-icon\"\u003e＋\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYour body will not become accustomed to the ingredients and lose effectiveness. Please use according to the dosage, administration, and precautions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════ CAUTION ════ --\u003e\n\u003csection class=\"p-section\"\u003e\n\u003cdiv class=\"p-inner\"\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003ch3\u003e⚠ Precautions for use\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThis product is a \u003cstrong\u003eClass 3 OTC Drug\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eDo not take if you are under 15 years old.\u003c\/li\u003e\n\u003cli\u003ePlease strictly follow the prescribed dosage and administration.\u003c\/li\u003e\n\u003cli\u003eIf there is no improvement after taking it for one month, stop taking it and consult a doctor or pharmacist.\u003c\/li\u003e\n\u003cli\u003eIf you have any questions about taking the medicine, please consult a specialist.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Alinamin","offers":[{"title":"80 tablets","offer_id":50208715538748,"sku":"4987910001203","price":3750.0,"currency_code":"JPY","in_stock":true},{"title":"140 tablets","offer_id":50208715571516,"sku":"4987910001227","price":5900.0,"currency_code":"JPY","in_stock":true},{"title":"280 tablets","offer_id":50208715604284,"sku":"4987910001234","price":10500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/alinamin-ex-plus-alpha.jpg?v=1777182411"},{"product_id":"alinamin-ex-plus","title":"Alinamin EX Plus","description":"\u003cstyle\u003e\n\/* ===================================================\n   アリナミンEXプラス 商品説明CSS\n   カラーテーマ: パッケージカラー レッド×イエロー\n   =================================================== *\/\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n\n.pd-wrap {\n  --acc:       #c8102e;\n  --acc-dark:  #8b0000;\n  --acc-light: #fff8e1;\n  --acc-mid:   #f5c518;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\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; padding: 0; line-height: 1.3; font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, #f5c518 0%, #c8102e 100%);\n  border-radius: 14px;\n  padding: 40px 32px 32px;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 20px;\n}\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 260px; height: 260px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\n  pointer-events: none;\n}\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px; left: -40px;\n  width: 200px; height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n.pd-wrap .pd-hero__badges {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;\n}\n.pd-wrap .pd-badge {\n  display: inline-block;\n  padding: 4px 12px;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.04em;\n}\n.pd-wrap .pd-badge--class {\n  background: rgba(255,255,255,0.22);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.4);\n}\n.pd-wrap .pd-badge--form {\n  background: rgba(255,255,255,0.12);\n  color: rgba(255,255,255,0.9);\n  border: 1px solid rgba(255,255,255,0.25);\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !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}\n.pd-wrap .pd-hero__tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: 15px;\n  margin-bottom: 18px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n.pd-wrap .pd-hero__pills {\n  display: flex; flex-wrap: wrap; gap: 8px;\n}\n.pd-wrap .pd-pill {\n  display: inline-block;\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.35);\n  border-radius: 20px;\n  padding: 4px 14px;\n  font-size: 12px;\n  font-weight: 600;\n}\n\n\/* ===== HERO IMAGE ===== *\/\n.pd-wrap .pd-hero-image {\n  margin-bottom: 24px;\n}\n.pd-wrap .pd-hero-image img {\n  width: 100% !important;\n  height: auto !important;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.12);\n}\n\n\/* ===== SECTION ===== *\/\n.pd-wrap .pd-section {\n  background: #fff;\n  border-radius: 12px;\n  padding: 28px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n.pd-wrap .pd-section__title {\n  font-size: 18px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  border-bottom: 2px solid var(--acc-mid);\n  padding-bottom: 8px !important;\n  margin-bottom: 18px !important;\n  position: relative;\n  padding-left: 14px !important;\n}\n.pd-wrap .pd-section__title::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0;\n  width: 4px; height: 100%;\n  background: var(--acc);\n  border-radius: 2px;\n}\n\n\/* ===== RECOMMEND SECTION ===== *\/\n.pd-wrap .pd-recommend-section {\n  background: #fff;\n  border-radius: 12px;\n  padding: 28px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n.pd-wrap .pd-recommend-section .pd-section__title {\n  font-size: 18px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  border-bottom: 2px solid var(--acc-mid);\n  padding-bottom: 8px !important;\n  margin-bottom: 6px !important;\n  position: relative;\n  padding-left: 14px !important;\n}\n.pd-wrap .pd-recommend-section .pd-section__title::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0;\n  width: 4px; height: 100%;\n  background: var(--acc);\n  border-radius: 2px;\n}\n.pd-wrap .pd-recommend-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  color: var(--acc);\n  text-transform: uppercase;\n  margin-bottom: 4px;\n}\n.pd-wrap .pd-recommend-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-top: 20px;\n}\n@media (max-width: 600px) {\n  .pd-wrap .pd-recommend-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .pd-recommend-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n.pd-wrap .pd-recommend-card__img {\n  width: 100%;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 12px;\n  margin-bottom: 14px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.10);\n}\n.pd-wrap .pd-recommend-card__check {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  margin-bottom: 8px;\n}\n.pd-wrap .pd-recommend-card__check-icon {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 22px;\n  height: 22px;\n  background: var(--acc);\n  border-radius: 4px;\n  flex-shrink: 0;\n}\n.pd-wrap .pd-recommend-card__check-icon svg {\n  width: 13px;\n  height: 13px;\n  fill: none;\n  stroke: #fff;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n.pd-wrap .pd-recommend-card__text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #333;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== FEATURE GRID ===== *\/\n.pd-wrap .pd-grid--2col {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .pd-grid--2col { grid-template-columns: 1fr; }\n}\n.pd-wrap .pd-card--feature {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 18px;\n}\n.pd-wrap .pd-card__number {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 800;\n  border-radius: 50%;\n  width: 26px; height: 26px;\n  line-height: 26px;\n  text-align: center;\n  margin-bottom: 8px;\n}\n.pd-wrap .pd-card__title {\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  margin-bottom: 6px !important;\n}\n.pd-wrap .pd-pill--ingredient {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 20px;\n  padding: 2px 10px;\n  font-size: 11px;\n  font-weight: 600;\n  margin-bottom: 6px;\n}\n.pd-wrap .pd-card__text {\n  font-size: 13px;\n  color: #555;\n  margin: 0;\n}\n\n\/* ===== TABLE ===== *\/\n.pd-wrap .pd-table-wrap { overflow-x: auto; }\n.pd-wrap .pd-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n.pd-wrap .pd-table--ingredients thead tr th,\n.pd-wrap .pd-table--dosage thead tr th,\n.pd-wrap .pd-table--comparison 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;\n}\n.pd-wrap .pd-table--ingredients tbody tr td,\n.pd-wrap .pd-table--dosage tbody tr td,\n.pd-wrap .pd-table--comparison tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  border-bottom: 1px solid #eee;\n  background-color: #fff;\n}\n.pd-wrap .pd-table--ingredients tbody tr:nth-child(even) td,\n.pd-wrap .pd-table--dosage tbody tr:nth-child(even) td,\n.pd-wrap .pd-table--comparison tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .pd-pill--category {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 2px 10px;\n  font-size: 11px;\n  font-weight: 600;\n}\n\n\/* ===== COMPARISON TABLE ===== *\/\n.pd-wrap .pd-table--comparison { min-width: 620px; }\n.pd-wrap .pd-table--comparison .col-highlight {\n  background-color: #fff8e1 !important;\n  border-left: 3px solid var(--acc-mid) !important;\n  border-right: 3px solid var(--acc-mid) !important;\n}\n.pd-wrap .pd-table--comparison thead tr th.col-highlight {\n  background-color: var(--acc-dark) !important;\n}\n.pd-wrap .pd-recommend {\n  display: inline-block;\n  background: #e8f5e9;\n  color: #2e7d32;\n  border: 1px solid #a5d6a7;\n  border-radius: 4px;\n  font-size: 10px;\n  font-weight: 700;\n  padding: 1px 6px;\n  margin-left: 4px;\n  vertical-align: middle;\n}\n.pd-wrap .pd-star { color: #f59e0b; }\n.pd-wrap .pd-check { color: #2e7d32; font-weight: 700; }\n.pd-wrap .pd-dash { color: #aaa; }\n\n\/* ===== EFFICACY TAGS ===== *\/\n.pd-wrap .pd-tags { display: flex; flex-wrap: wrap; gap: 8px; }\n.pd-wrap .pd-tag--efficacy {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 6px;\n  padding: 6px 14px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n\/* ===== NOTES ===== *\/\n.pd-wrap .pd-note {\n  border-radius: 8px;\n  padding: 16px 20px;\n  font-size: 14px;\n  line-height: 1.8;\n}\n.pd-wrap .pd-note--warning { background: #fff8e1; border-left: 4px solid #f59e0b; }\n.pd-wrap .pd-note--storage { background: #f0f4ff; border-left: 4px solid #4a6fa5; }\n.pd-wrap .pd-note--dosage  { margin-top: 12px; background: var(--acc-light); border-left: 4px solid var(--acc-mid); }\n.pd-wrap .pd-note ul { margin: 0; padding-left: 20px; }\n.pd-wrap .pd-note li { margin-bottom: 4px; }\n\n\/* ===== Q\u0026A ===== *\/\n.pd-wrap .pd-qa__item { border-bottom: 1px solid #eee; padding: 14px 0; }\n.pd-wrap .pd-qa__item:last-child { border-bottom: none; }\n.pd-wrap .pd-qa__q { font-weight: 700; color: var(--acc); margin-bottom: 6px; }\n.pd-wrap .pd-qa__q::before { content: 'Q. '; }\n.pd-wrap .pd-qa__a { font-size: 14px; color: #555; margin: 0; }\n.pd-wrap .pd-qa__a::before { content: 'A. '; font-weight: 600; color: #333; }\n\n\/* ===== COMPARISON GUIDE CARDS ===== *\/\n.pd-wrap .pd-guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-top: 20px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .pd-guide-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .pd-guide-card {\n  background: #f9f9f9;\n  border-radius: 8px;\n  padding: 16px;\n}\n.pd-wrap .pd-guide-card p { margin: 0; }\n.pd-wrap .pd-guide-card__title { font-weight: 700; margin-bottom: 6px !important; }\n.pd-wrap .pd-guide-card__body { font-size: 13px; color: #555; }\n.pd-wrap .pd-comparison-intro {\n  font-size: 14px; color: #555; margin-bottom: 16px;\n  padding: 12px 16px;\n  background: var(--acc-light); border-radius: 8px; border-left: 4px solid var(--acc-mid);\n}\n\n\/* ===== SYMPTOM ICON GRID ===== *\/\n.pd-wrap .pd-symptom-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-top: 8px;\n}\n@media (max-width: 540px) {\n  .pd-wrap .pd-symptom-grid { grid-template-columns: repeat(2, 1fr); }\n}\n.pd-wrap .pd-symptom-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  background: #f9f9f9;\n  border-radius: 12px;\n  padding: 16px 8px;\n}\n.pd-wrap .pd-symptom-card img {\n  width: 80px;\n  height: 80px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n.pd-wrap .pd-symptom-card__label {\n  font-size: 13px;\n  font-weight: 600;\n  color: #444;\n  line-height: 1.4;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ① HERO --\u003e\n\u003csection class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero__badges\"\u003e\n\u003cspan class=\"pd-badge pd-badge--class\"\u003eClass 3 OTC Drug\u003c\/span\u003e \u003cspan class=\"pd-badge pd-badge--form\"\u003eSugar-coated Tablets\u003c\/span\u003e \u003cspan class=\"pd-badge pd-badge--form\"\u003eNon-caffeine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eAlinamin EX Plus\u003c\/h1\u003e\n\u003cp class=\"pd-hero__tagline\"\u003eFor painful symptoms in eyes, shoulders, and lower back. A comprehensive vitamin product containing six ingredients centered on the highly absorbable Vitamin B1 derivative \"Fursultiamine.\"\u003c\/p\u003e\n\u003cdiv class=\"pd-hero__pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eFursultiamine 100mg\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eContains Vitamin B6 and B12\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eContains Vitamin E\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eOnce daily intake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ② HERO IMAGE --\u003e\n\u003cdiv class=\"pd-hero-image\"\u003e\u003cimg height=\"516\" width=\"860\" alt=\"Four main effects of Alinamin EX Plus: eye strain and neuralgia, muscle and joint pain, B vitamin supplementation, and nutritional supplementation during special periods\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/alinamin_4_jp.jpg?v=1776563578\"\u003e\u003c\/div\u003e\n\u003c!-- ③ 商品概要 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eProduct overview\u003c\/h2\u003e\n\u003cp\u003eAlinamin EX Plus is a standard vitamin product (Class 3 OTC Drug) developed by Alinamin Pharmaceutical for those whose daily fatigue appears as symptoms like eye strain, stiff shoulders, and lower back pain.\u003c\/p\u003e\n\u003cp\u003eThe main ingredient is \"Fursultiamine,\" a Vitamin B1 derivative designed for better absorption than regular Vitamin B1. Six ingredients including Vitamin B6 and B12 for nerve and muscle function maintenance, Vitamin E for blood circulation, and Calcium Pantothenate and Gamma Oryzanol to support energy production provide comprehensive care for eyes, shoulders, and lower back.\u003c\/p\u003e\n\u003cp\u003eYellow sugar-coated Tablets that are easy to take, \u003cstrong\u003eonce daily after meals\u003c\/strong\u003e. Caffeine-free, so safe even after dinner. The most popular standard product in the Alinamin series.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ④ こんな時におすすめ --\u003e\n\u003csection class=\"pd-recommend-section\"\u003e\n\u003cp class=\"pd-recommend-label\"\u003eRECOMMEND\u003c\/p\u003e\n\u003ch2 class=\"pd-section__title\"\u003eRecommended for these times\u003c\/h2\u003e\n\u003cdiv class=\"pd-recommend-grid\"\u003e\n\u003cdiv class=\"pd-recommend-card\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/alinamin_ex_plus_01.jpg?v=1777469216\"\u003e\u003cimg alt=\"With age, symptoms in eyes, shoulders, and lower back have become noticeable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/alinamin_ex_plus_01.jpg?v=1777469216\" class=\"pd-recommend-card__img\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"pd-recommend-card__check\"\u003e\u003cspan class=\"pd-recommend-card__check-icon\"\u003e\u003csvg viewbox=\"0 0 14 14\"\u003e\u003cpolyline points=\"2,7 5.5,10.5 12,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"pd-recommend-card__text\"\u003eWith age, symptoms in eyes, shoulders, and lower back\u003cbr\u003eSymptoms have become noticeable\u003cbr\u003eHas come\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-recommend-card\"\u003e\n\u003cimg alt=\"Getting tired more easily with age, so want to take daily fatigue measures\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/alinamin_ex_plus_02.jpg?v=1777469216\" class=\"pd-recommend-card__img\"\u003e\n\u003cdiv class=\"pd-recommend-card__check\"\u003e\u003cspan class=\"pd-recommend-card__check-icon\"\u003e\u003csvg viewbox=\"0 0 14 14\"\u003e\u003cpolyline points=\"2,7 5.5,10.5 12,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"pd-recommend-card__text\"\u003eGetting tired more easily with age\u003cbr\u003eBecause fatigue has increased, daily fatigue care\u003cbr\u003eWant to do\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-recommend-card\"\u003e\n\u003cimg alt=\"Address symptoms and always want to stay youthful\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/alinamin_ex_plus_03.jpg?v=1777469216\" class=\"pd-recommend-card__img\"\u003e\n\u003cdiv class=\"pd-recommend-card__check\"\u003e\u003cspan class=\"pd-recommend-card__check-icon\"\u003e\u003csvg viewbox=\"0 0 14 14\"\u003e\u003cpolyline points=\"2,7 5.5,10.5 12,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"pd-recommend-card__text\"\u003eAddress symptoms and always\u003cbr\u003eWant to stay youthful\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑤ 製品の特長グリッド (2×2) --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eProduct features\u003c\/h2\u003e\n\u003cdiv class=\"pd-grid--2col\"\u003e\n\u003cdiv class=\"pd-card--feature\"\u003e\n\u003cspan class=\"pd-card__number\"\u003e01\u003c\/span\u003e\n\u003ch3 class=\"pd-card__title\"\u003eAnti-fatigue ingredient with excellent absorption\u003c\/h3\u003e\n\u003cspan class=\"pd-pill--ingredient\"\u003eFursultiamine\u003c\/span\u003e\n\u003cp class=\"pd-card__text\"\u003eAbsorbed better than regular Vitamin B1 from the intestines and converted more into active Vitamin B1 in the body. It reaches nerves and muscles well, supporting care for eye fatigue, stiff shoulders, and lower back pain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-card--feature\"\u003e\n\u003cspan class=\"pd-card__number\"\u003e02\u003c\/span\u003e\n\u003ch3 class=\"pd-card__title\"\u003eSupports maintenance of nerve function\u003c\/h3\u003e\n\u003cspan class=\"pd-pill--ingredient\"\u003eVitamin B6 \/ Vitamin B12\u003c\/span\u003e\n\u003cp class=\"pd-card__text\"\u003ePyridoxine Hydrochloride (B6) and Cyanocobalamin (B12) help maintain nerve function and support relief of symptoms such as neuralgia and numbness in hands and feet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-card--feature\"\u003e\n\u003cspan class=\"pd-card__number\"\u003e03\u003c\/span\u003e\n\u003ch3 class=\"pd-card__title\"\u003eSupports blood circulation and energy production\u003c\/h3\u003e\n\u003cspan class=\"pd-pill--ingredient\"\u003eVitamin E \/ Calcium Pantothenate\u003c\/span\u003e\n\u003cp class=\"pd-card__text\"\u003eVitamin E is involved in blood circulation throughout the body. Calcium pantothenate helps energy production as a precursor of coenzyme A (CoA).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-card--feature\"\u003e\n\u003cspan class=\"pd-card__number\"\u003e04\u003c\/span\u003e\n\u003ch3 class=\"pd-card__title\"\u003eEasy to take, once a day is enough\u003c\/h3\u003e\n\u003cspan class=\"pd-pill--ingredient\"\u003eNon-caffeine \/ Sugar-coated Tablets\u003c\/span\u003e\n\u003cp class=\"pd-card__text\"\u003eYellow sugar-coated Tablets with less noticeable odor, effective with once-daily intake after meals. Caffeine-free, so safe to take at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑥ 有効成分テーブル --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eActive ingredients (per 3 Tablets, maximum daily dose)\u003c\/h2\u003e\n\u003cdiv class=\"pd-table-wrap\"\u003e\n\u003ctable class=\"pd-table pd-table--ingredients\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient name\u003c\/th\u003e\n\u003cth\u003eContent amount\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\u003eFursultiamine Hydrochloride\u003cbr\u003e\u003csmall\u003e(As Vitamin B1 derivative 100mg)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd\u003e109.16mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eAnti-fatigue and energy production\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePyridoxine Hydrochloride (Vitamin B6)\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eMaintains nerve function\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCyanocobalamin (Vitamin B12)\u003c\/td\u003e\n\u003ctd\u003e1,500μg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eMaintains nerve function\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTocopherol Succinate Calcium\u003cbr\u003e\u003csmall\u003e(As Vitamin E 100mg)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd\u003e103.58mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eBlood circulation\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCalcium Pantothenate\u003c\/td\u003e\n\u003ctd\u003e30mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eSupports energy production\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGamma Oryzanol\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-pill--category\"\u003eSupports the function of B vitamins\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑦ 効能・効果 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eIndications and effects\u003c\/h2\u003e\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag--efficacy\"\u003e👁 Eye strain\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e💪 Muscle pain and joint pain (such as stiff shoulders, lower back pain, frozen shoulder)\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e⚡ Neuralgia\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e🤲 Numbness in hands and feet\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e🔋 Vitamin B1, B6, and B12 supplementation during physical fatigue\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e🤰 Vitamin supplementation during pregnancy and breastfeeding\u003c\/span\u003e \u003cspan class=\"pd-tag--efficacy\"\u003e🏥 Vitamin supplementation during physical weakness caused by illness or recovery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-note pd-note--dosage\"\u003e* If symptoms such as eye strain, muscle pain, neuralgia, or numbness in the hands and feet do not improve after about one month of use, stop taking the product and consult a doctor or pharmacist.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑧ 用法・用量 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eDosage and administration\u003c\/h2\u003e\n\u003cdiv class=\"pd-table-wrap\"\u003e\n\u003ctable class=\"pd-table pd-table--dosage\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAge\u003c\/th\u003e\n\u003cth\u003eDose per intake\u003c\/th\u003e\n\u003cth\u003eNumber of doses per day\u003c\/th\u003e\n\u003cth\u003eTiming of intake\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e15 years old and above\u003c\/td\u003e\n\u003ctd\u003e2 to 3 Tablets\u003c\/td\u003e\n\u003ctd\u003e1 time\u003c\/td\u003e\n\u003ctd\u003eImmediately after meals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eDo not take if\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-note pd-note--dosage\"\u003e\n\u003cul\u003e\n\u003cli\u003eTake with water or warm water without chewing.\u003c\/li\u003e\n\u003cli\u003ePlease strictly follow the dosage and administration instructions.\u003c\/li\u003e\n\u003cli\u003eAvoid taking with tea or carbonated water; use water or warm water instead.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑨ シリーズ比較 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eComparison of the Alinamin Series — Which One Should You Choose?\u003c\/h2\u003e\n\u003cp class=\"pd-comparison-intro\"\u003eAll Arinamin series mainly contain Fursultiamine (Vitamin B1 derivative), but the ingredients, target symptoms, and usage differ. Please refer to the table below and choose the product that suits your symptoms.\u003c\/p\u003e\n\u003cdiv class=\"pd-table-wrap\"\u003e\n\u003ctable style=\"width: 122.651%; height: 781.211px;\" class=\"pd-table pd-table--comparison\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003cth style=\"width: 16.8713%; height: 68.5938px;\"\u003eComparison items\u003c\/th\u003e\n\u003cth style=\"width: 16.4265%; height: 68.5938px;\"\u003e🔴 Arinamin A\u003c\/th\u003e\n\u003cth style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e🟡 Arinamin EX Plus (this product)\u003c\/th\u003e\n\u003cth style=\"width: 20.0403%; height: 68.5938px;\"\u003e🥈 Arinamin EX Plus α\u003c\/th\u003e\n\u003cth style=\"width: 23.3821%; height: 68.5938px;\"\u003e🔵 Arinamin Medical Gold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 92.4766px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 92.4766px;\"\u003eFor people like this\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 92.4766px;\"\u003eSluggish and heavy feeling\u003cbr\u003eWhole body fatigue\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 92.4766px;\" class=\"col-highlight\"\u003e\n\u003cstrong\u003eSymptoms in eyes, shoulders, lower back\u003cbr\u003eDaily fatigue care\u003c\/strong\u003e\u003cspan class=\"pd-recommend\"\u003eRecommended\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 92.4766px;\"\u003eEyes, shoulders, lower back +\u003cbr\u003eConcerned about whole body fatigue as well\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 92.4766px;\"\u003eSevere symptoms\u003cbr\u003ePain in eyes, shoulders, neck, and lower back\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 139.984px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 139.984px;\"\u003eAmount of Fursultiamine included\u003cbr\u003e(3 tablets, maximum daily dose)\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 139.984px;\"\u003e100mg\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 139.984px;\" class=\"col-highlight\"\u003e\u003cstrong\u003e100mg\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 139.984px;\"\u003e100mg\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 139.984px;\"\u003e100mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eContains Vitamin B2\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Included (additional)\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eContains Vitamin B6\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Regular type\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Regular type\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Regular type\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Active type\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eContains Vitamin B12\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Cyanocobalamin\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Cyanocobalamin\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Active type (Mecobalamin)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eContains Vitamin E\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Natural type\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eEffect on neck stiffness\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-dash\"\u003e— Not included\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-check\"\u003e✔ Included\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003eDosage (per day)\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e1 time\u003cbr\u003e\u003csmall\u003e(7 years and older)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\u003cstrong\u003e1 time\u003cbr\u003e\u003csmall\u003e(15 years and older)\u003c\/small\u003e\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e1 time\u003cbr\u003e\u003csmall\u003e(15 years and older)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e3 times\u003cbr\u003e\u003csmall\u003e(15 years and older)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 68.5938px;\"\u003e\n\u003ctd style=\"width: 16.8713%; height: 68.5938px;\"\u003ePrice range guide\u003c\/td\u003e\n\u003ctd style=\"width: 16.4265%; height: 68.5938px;\"\u003e\n\u003cspan class=\"pd-star\"\u003e★★\u003c\/span\u003e☆☆\u003c\/td\u003e\n\u003ctd style=\"width: 23.1187%; height: 68.5938px;\" class=\"col-highlight\"\u003e\n\u003cspan class=\"pd-star\"\u003e★★★\u003c\/span\u003e☆\u003c\/td\u003e\n\u003ctd style=\"width: 20.0403%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-star\"\u003e★★★★\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 23.3821%; height: 68.5938px;\"\u003e\u003cspan class=\"pd-star\"\u003e★★★★\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-guide-grid\"\u003e\n\u003cdiv style=\"border-top: 3px solid #c0392b;\" class=\"pd-guide-card\"\u003e\n\u003cp style=\"color: #c0392b;\" class=\"pd-guide-card__title\"\u003e🔴 Choose Arinamin A if\u003c\/p\u003e\n\u003cp class=\"pd-guide-card__body\"\u003eYou are concerned about \"feeling sluggish or heavy\" whole body fatigue. Suitable for children from 7 years old.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 3px solid #c8102e; background: #fff8e1;\" class=\"pd-guide-card\"\u003e\n\u003cp style=\"color: #c8102e;\" class=\"pd-guide-card__title\"\u003e🟡 Choose Arinamin EX Plus (this product) if\u003c\/p\u003e\n\u003cp class=\"pd-guide-card__body\"\u003eYou are concerned about \"eye fatigue, stiff shoulders, and lower back pain.\" A popular standard product with high cost performance. Also ideal for first-time users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 3px solid #888;\" class=\"pd-guide-card\"\u003e\n\u003cp style=\"color: #555;\" class=\"pd-guide-card__title\"\u003e🥈 Choose Arinamin EX Plus α if\u003c\/p\u003e\n\u003cp class=\"pd-guide-card__body\"\u003eIn addition to EX Plus symptoms, you are concerned about whole body fatigue and sluggishness. Vitamin B2 is added to support energy conversion of the three major nutrients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 3px solid #1a3a6e; background: #f0f4ff;\" class=\"pd-guide-card\"\u003e\n\u003cp style=\"color: #1a3a6e;\" class=\"pd-guide-card__title\"\u003e🔵 Choose Arinamin Medical Gold if\u003c\/p\u003e\n\u003cp class=\"pd-guide-card__body\"\u003eHigher grade for stronger symptoms and neck stiffness. Contains active Vitamin B6, B12, and natural Vitamin E. Take three times a day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑩ 症状アイコングリッド --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eCorresponding symptoms\u003c\/h2\u003e\n\u003cdiv class=\"pd-symptom-grid\"\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/64da5e28-0d70-4b56-9a4c-b08c2c1917fd\/alinamin_ex_plus_04.jpg\" alt=\"Daily fatigue\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eDaily fatigue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/09aa78f4-7005-4836-894c-89da1b647b53\/alinamin_ex_plus_05.jpg\" alt=\"Eye fatigue and eye strain\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eEye fatigue and eye strain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/883d88bf-2454-4c4c-a792-58c7c8f5f3ac\/alinamin_ex_plus_06.jpg\" alt=\"Stiff shoulders\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eStiff shoulders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/7b745a35-6aca-4a2b-9277-055d9f20426e\/alinamin_ex_plus_07.jpg\" alt=\"Lower back pain\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eLower back pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/88e0c03e-02fc-4cdc-b8c3-caefb0a9ea55\/alinamin_ex_plus_08.jpg\" alt=\"Whole body fatigue\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eWhole body fatigue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-symptom-card\"\u003e\n\u003cimg src=\"https:\/\/shopify-staged-uploads.storage.googleapis.com\/tmp\/52740685983\/files\/388043ed-3b0f-4b1b-9d05-29bb00d6ddb6\/alinamin_ex_plus_09.jpg\" alt=\"Joint pain\"\u003e\n\u003cspan class=\"pd-symptom-card__label\"\u003eJoint pain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑪ Q\u0026A --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-qa\"\u003e\n\u003cdiv class=\"pd-qa__item\"\u003e\n\u003cp class=\"pd-qa__q\"\u003eIs it okay to take it every day?\u003c\/p\u003e\n\u003cp class=\"pd-qa__a\"\u003eIf you feel the effects or want to supplement vitamins during physical fatigue, you can continue taking it as long as you follow the dosage instructions. However, if symptoms do not improve after about one month, stop taking it and consult a doctor or pharmacist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-qa__item\"\u003e\n\u003cp class=\"pd-qa__q\"\u003eDoes it contain caffeine?\u003c\/p\u003e\n\u003cp class=\"pd-qa__a\"\u003eIt does not contain caffeine. You can take it after dinner without worry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-qa__item\"\u003e\n\u003cp class=\"pd-qa__q\"\u003eWhat is the difference from Arinamin EX Plus α?\u003c\/p\u003e\n\u003cp class=\"pd-qa__a\"\u003eArinamin EX Plus is recommended for those whose daily fatigue appears as symptoms in the eyes, shoulders, and lower back. Arinamin EX Plus α newly contains riboflavin (Vitamin B2), adding the effect of Vitamin B2 supplementation. In addition to effects on the eyes, shoulders, and lower back, it efficiently converts the three major nutrients (carbohydrates, fats, proteins) into energy, providing further benefits to a tired body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-qa__item\"\u003e\n\u003cp class=\"pd-qa__q\"\u003eWhat is the difference from Arinamin Medical Gold?\u003c\/p\u003e\n\u003cp class=\"pd-qa__a\"\u003eThe types of Vitamins B6, B12, and E differ, and Arinamin Medical Gold contains more efficiently working active ingredients. Arinamin Medical Gold is recommended when symptoms in the eyes, shoulders, neck, or lower back are more severe than usual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑫ 使用上の注意 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003e⚠️ Usage Precautions\u003c\/h2\u003e\n\u003cdiv class=\"pd-note pd-note--warning\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsult before taking:\u003c\/strong\u003e If you are under medical treatment or have had allergic reactions to medicines.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStop taking immediately and consult if side effects occur:\u003c\/strong\u003e Rash, redness, itching on the skin, nausea, vomiting, stomatitis, or stomach discomfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStop taking if symptoms persist or worsen:\u003c\/strong\u003e If loose stools, diarrhea, or constipation continue.\u003c\/li\u003e\n\u003cli\u003eIf symptoms do not improve after about one month of use, please consult a doctor or pharmacist.\u003c\/li\u003e\n\u003cli\u003eIf you have any questions, please consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑬ 保管上の注意 --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section__title\"\u003e📦 Storage Precautions\u003c\/h2\u003e\n\u003cdiv class=\"pd-note pd-note--storage\"\u003e\n\u003cul\u003e\n\u003cli\u003eStore in a cool, dry place away from direct sunlight.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eDo not transfer to other containers (may cause misuse or quality deterioration).\u003c\/li\u003e\n\u003cli\u003eDo not take the product after the expiration date.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Alinamin","offers":[{"title":"60 tablets","offer_id":50208789463356,"sku":"4987123145404","price":2025.0,"currency_code":"JPY","in_stock":true},{"title":"120 tablets","offer_id":50208789496124,"sku":"4987123146692","price":3800.0,"currency_code":"JPY","in_stock":true},{"title":"180 tablets","offer_id":50208789528892,"sku":"4987123145411","price":5525.0,"currency_code":"JPY","in_stock":true},{"title":"270 tablets","offer_id":50208789561660,"sku":"4987123145428","price":6850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/alinamin-ex-plus.jpg?v=1751851247"},{"product_id":"shin-neo-vitamin-ex","title":"New Neovitamin EX \"Kunihiro\"","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\/* =========================================================\n   B案：画像フル幅＋直下にバッジ・タイトル・Pill\n   ========================================================= *\/\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n\n.pd-wrap {\n  --acc: #8a6200;\n  --acc-dark: #5c4000;\n  --acc-light: #fdf3dc;\n  --acc-mid: #c8920a;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'Meiryo', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n.pd-wrap h1,.pd-wrap h2,.pd-wrap h3,\n.pd-wrap h4,.pd-wrap h5,.pd-wrap h6 {\n  margin:0; padding:0; line-height:1.3; font-family:inherit;\n}\n\n\/* ── Hero（B案：画像フル幅＋直下テキストブロック） ── *\/\n.pd-wrap .pd-hero {\n  border-radius: 14px;\n  overflow: hidden;\n  margin-bottom: 24px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.12);\n}\n.pd-wrap .pd-hero .hero-img-wrap {\n  width: 100%;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .pd-hero .hero-img-wrap img {\n  width: 100%;\n  height: auto;\n  display: block;\n  object-fit: contain;\n  object-position: center center;\n}\n\/* 画像上端に軽いフェード *\/\n.pd-wrap .pd-hero .hero-img-wrap::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 60px;\n  background: linear-gradient(to top, transparent, var(--acc-dark));\n}\n\/* テキストブロック：グラデーション背景 *\/\n.pd-wrap .pd-hero .hero-text-block {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 28px 32px 32px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .pd-hero .hero-text-block::before {\n  content: '';\n  position: absolute;\n  top: -50px; right: -50px;\n  width: 200px; height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.06);\n  pointer-events: none;\n}\n.pd-wrap .hero-badges {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;\n}\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.20);\n  color: #fff;\n  font-size: 12px; font-weight: 700;\n  padding: 4px 12px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.40);\n  letter-spacing: 0.04em;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(20px, 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) !important;\n}\n.pd-wrap .hero-tagline {\n  color: rgba(255,255,255,0.90);\n  font-size: 14px;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n.pd-wrap .hero-pills {\n  display: flex; flex-wrap: wrap; gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  font-size: 13px; font-weight: 600;\n  padding: 6px 14px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,200,80,0.55);\n}\n\n\/* ── こんな方に ── *\/\n.pd-wrap .for-whom {\n  background: #fff;\n  border-radius: 10px;\n  padding: 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n.pd-wrap .section-title {\n  position: relative;\n  color: var(--acc);\n  font-size: 18px; font-weight: 800;\n  margin-bottom: 16px;\n  padding-left: 14px;\n  border-bottom: 2px solid var(--acc-mid);\n  padding-bottom: 8px;\n}\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 50%;\n  transform: translateY(-50%);\n  width: 4px; height: 22px;\n  background: #f5a623;\n  border-radius: 2px;\n}\n.pd-wrap .whom-grid {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 12px;\n}\n@media(max-width:520px){ .pd-wrap .whom-grid { grid-template-columns:1fr; } }\n.pd-wrap .whom-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 14px;\n}\n.pd-wrap .whom-icon { font-size:26px; line-height:1; flex-shrink:0; }\n.pd-wrap .whom-text strong {\n  display: block;\n  font-size: 13px; font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 3px;\n}\n.pd-wrap .whom-text span { font-size:12px; color:#666; line-height:1.5; }\n\n\/* ── 共通カード ── *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 10px;\n  padding: 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n.pd-wrap .pd-card p { margin:0 0 12px; font-size:15px; color:#444; }\n.pd-wrap .pd-card p:last-child { margin-bottom:0; }\n\n\/* ── 特長グリッド ── *\/\n.pd-wrap .action-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }\n@media(max-width:480px){ .pd-wrap .action-grid { grid-template-columns:1fr; } }\n.pd-wrap .feat-card {\n  background: var(--acc-light); border:1px solid var(--acc-mid);\n  border-radius:10px; padding:18px 16px;\n}\n.pd-wrap .feat-num {\n  display:inline-block; background:var(--acc); color:#fff;\n  font-size:11px; font-weight:700;\n  width:22px; height:22px;\n  border-radius:50%; text-align:center; line-height:22px; margin-bottom:8px;\n}\n.pd-wrap .feat-title { font-size:14px; font-weight:800; color:var(--acc-dark); margin-bottom:6px; }\n.pd-wrap .feat-pill {\n  display:inline-block; background:var(--acc); color:#fff;\n  font-size:11px; font-weight:600; padding:2px 9px; border-radius:10px; margin-bottom:8px;\n}\n.pd-wrap .feat-desc { font-size:13px; color:#555; line-height:1.6; margin:0; }\n\n\/* ── 成分テーブル ── *\/\n.pd-wrap .table-scroll { overflow-x:auto; }\n.pd-wrap .ing-table { width:100%; border-collapse:collapse; font-size:14px; }\n.pd-wrap .ing-table thead tr th {\n  background-color:var(--acc) !important; color:#fff !important;\n  font-weight:700 !important; padding:10px 14px !important; text-align:left !important;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td { background-color:var(--acc-light) !important; }\n.pd-wrap .ing-table tbody tr td {\n  padding:10px 14px !important; vertical-align:middle !important;\n  color:#333 !important; background-color:#fff; border-bottom:1px solid #eee;\n}\n.pd-wrap .cat-pill {\n  display:inline-block; background:var(--acc-light);\n  border:1px solid var(--acc-mid); color:var(--acc);\n  font-size:11px; font-weight:600; padding:2px 8px; border-radius:10px;\n}\n\n\/* ── 効能タグ ── *\/\n.pd-wrap .efficacy-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }\n.pd-wrap .efficacy-tag {\n  background:var(--acc-light); border:1px solid var(--acc-mid); color:var(--acc);\n  font-size:13px; font-weight:700; padding:6px 14px; border-radius:20px;\n}\n.pd-wrap .efficacy-note {\n  margin-top:14px; font-size:13px; color:#666;\n  background:#f9f9f9; border-left:3px solid var(--acc-mid);\n  padding:10px 14px; border-radius:0 6px 6px 0;\n}\n\n\/* ── 用法テーブル ── *\/\n.pd-wrap .dosage-table { width:100%; border-collapse:collapse; font-size:14px; margin-bottom:14px; }\n.pd-wrap .dosage-table thead tr th {\n  background-color:var(--acc) !important; color:#fff !important;\n  font-weight:700 !important; padding:10px 14px !important; text-align:center !important;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding:10px 14px !important; text-align:center !important;\n  color:#333 !important; border-bottom:1px solid #eee; background-color:#fff;\n}\n.pd-wrap .dosage-table tbody tr:nth-child(even) td { background-color:var(--acc-light) !important; }\n.pd-wrap .dosage-note {\n  background:#f9f9f9; border-left:4px solid var(--acc-mid);\n  padding:12px 16px; border-radius:0 8px 8px 0;\n  font-size:13px; color:#555; margin-top:8px;\n}\n\n\/* ── 使用上の注意 ── *\/\n.pd-wrap .caution-box {\n  background:#fff8e1; border-left:5px solid #f59e0b;\n  border-radius:0 10px 10px 0; padding:20px 20px 16px; margin-bottom:20px;\n}\n.pd-wrap .caution-title { font-size:16px; font-weight:800; color:#b45309; margin-bottom:14px; }\n.pd-wrap .caution-box ul { margin:0 0 12px; padding-left:20px; }\n.pd-wrap .caution-box ul li { font-size:14px; color:#444; margin-bottom:6px; line-height:1.6; }\n.pd-wrap .caution-sub { font-size:13px; font-weight:700; color:#92400e; margin:12px 0 6px; }\n\n\/* ── 保管上の注意 ── *\/\n.pd-wrap .storage-box {\n  background:#f0f4ff; border-left:5px solid #4a6fa5;\n  border-radius:0 10px 10px 0; padding:20px 20px 16px; margin-bottom:20px;\n}\n.pd-wrap .storage-title { font-size:16px; font-weight:800; color:#1e3a6e; margin-bottom:14px; }\n.pd-wrap .storage-box ul { margin:0; padding-left:20px; }\n.pd-wrap .storage-box ul li { font-size:14px; color:#444; margin-bottom:6px; line-height:1.6; }\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ===== B案 HERO：テキストブロック上・画像下 ===== --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"hero-text-block\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003eClass 3 OTC Drug\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eSugar-coated Tablet\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e270 Tablets (90 days supply)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eNew Neo Vitamin EX \"Kunihiro\"\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eContains Vitamin B group × Vitamin E × Gamma-oryzanol. A complex vitamin preparation that thoroughly cares for tired bodies and nerves with six ingredients.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003e✦ Care for stiff shoulders and neuralgia\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e✦ For eye strain\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e✦ Fatigue recovery and energy supplementation\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e✦ Easy-to-take sugar-coated Tablets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\u003cimg alt=\"New Neo Vitamin EX Kunihiro for these people\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kunihiro_jp2.jpg?v=1776473351\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== こんな方に・こんなときに ===== --\u003e\n\u003cdiv class=\"for-whom\"\u003e\n\u003ch2 class=\"section-title\"\u003eFor these people and situations\u003c\/h2\u003e\n\u003cdiv class=\"whom-grid\"\u003e\n\u003cdiv class=\"whom-item\"\u003e\n\u003cdiv class=\"whom-icon\"\u003e💆\u003c\/div\u003e\n\u003cdiv class=\"whom-text\"\u003e\n\u003cstrong\u003eFor those concerned about stiff shoulders, lower back pain, and neuralgia\u003c\/strong\u003e \u003cspan\u003eVitamin B group and Vitamin E work synergistically to support care for muscles and peripheral nerves.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whom-item\"\u003e\n\u003cdiv class=\"whom-icon\"\u003e👁️\u003c\/div\u003e\n\u003cdiv class=\"whom-text\"\u003e\n\u003cstrong\u003eFor those feeling eye fatigue\u003c\/strong\u003e \u003cspan\u003eFor eye strain caused by excessive use of smartphones or PCs. B12 supports nerve repair.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whom-item\"\u003e\n\u003cdiv class=\"whom-icon\"\u003e😴\u003c\/div\u003e\n\u003cdiv class=\"whom-text\"\u003e\n\u003cstrong\u003eFor those who have difficulty recovering from fatigue\u003c\/strong\u003e \u003cspan\u003eFor Vitamin B1, B6, B12 supplementation during physical fatigue. Supports recovery during physical weakness and after illness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"whom-item\"\u003e\n\u003cdiv class=\"whom-icon\"\u003e🤱\u003c\/div\u003e\n\u003cdiv class=\"whom-text\"\u003e\n\u003cstrong\u003eFor those prone to Vitamin B deficiency during pregnancy and breastfeeding\u003c\/strong\u003e \u003cspan\u003eHelps supplement nutrition when the body needs more B vitamins. *Please consult a doctor before taking.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 商品概要 ===== --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eNew Neo Vitamin EX \"Kunihiro\" is a Class 3 OTC Drug manufactured and sold by Koukando Pharmaceutical. It is a complex vitamin preparation combining six active ingredients centered on the Vitamin B1 derivative Fursultiamine hydrochloride, along with Vitamins B6 and B12, Vitamin E, Calcium Pantothenate, and Gamma-oryzanol.\u003c\/p\u003e\n\u003cp\u003eIn addition to care for neuralgia, stiff shoulders, lower back pain, numbness in hands and feet, and eye strain, it helps supplement nutrition when the body needs more B vitamins, such as during physical fatigue or pregnancy and breastfeeding. Easy-to-take sugar-coated Tablets, 2 to 3 Tablets once a day immediately after meals. Contains 270 Tablets for about 90 days of continuous care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 特長グリッド ===== --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eFour features\u003c\/h2\u003e\n\u003cdiv class=\"action-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eContains highly absorbable Vitamin B1 derivative\u003c\/div\u003e\n\u003cspan class=\"feat-pill\"\u003eFursultiamine\u003c\/span\u003e\n\u003cp class=\"feat-desc\"\u003eUses Fursultiamine hydrochloride (100mg per daily dose), a Vitamin B1 derivative that is more easily absorbed than regular Vitamin B1. Efficiently supports fatigue recovery, nerve, and muscle function.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003ePromotes circulation with Vitamin E\u003c\/div\u003e\n\u003cspan class=\"feat-pill\"\u003eVitamin E\u003c\/span\u003e\n\u003cp class=\"feat-desc\"\u003eVitamin E promotes peripheral blood circulation and works synergistically with B vitamins to help relieve stiff shoulders and numbness in hands and feet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eVitamin B12 for eye strain\u003c\/div\u003e\n\u003cspan class=\"feat-pill\"\u003eCyanocobalamin\u003c\/span\u003e\n\u003cp class=\"feat-desc\"\u003eVitamin B12 (Cyanocobalamin) 1500μg per daily dose supports nerve repair and regeneration and helps relieve eye strain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eEasy-to-take sugar-coated Tablet\u003c\/div\u003e\n\u003cspan class=\"feat-pill\"\u003eSugar-coated Tablet\u003c\/span\u003e\n\u003cp class=\"feat-desc\"\u003eSmall sugar-coated Tablets that can be taken without chewing. Easy to use with 2 to 3 Tablets once a day (immediately after meals), containing 270 Tablets for about 90 days. A size easy to make a daily habit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 有効成分テーブル ===== --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eActive ingredients and amounts (per daily dose of 3 Tablets)\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable class=\"ing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient name\u003c\/th\u003e\n\u003cth\u003eAmount\u003c\/th\u003e\n\u003cth\u003eClassification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFursultiamine hydrochloride (Vitamin B1 derivative)\u003c\/td\u003e\n\u003ctd\u003e109.16mg (100mg as Fursultiamine)\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamin B1 derivative\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePyridoxine hydrochloride (Vitamin B6)\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamin B6\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCyanocobalamin (Vitamin B12)\u003c\/td\u003e\n\u003ctd\u003e1500μg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamin B12\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin E succinate calcium\u003c\/td\u003e\n\u003ctd\u003e103.58mg (100mg as dl-α-tocopherol succinate)\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamin E\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCalcium pantothenate\u003c\/td\u003e\n\u003ctd\u003e30mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eVitamin B5\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGamma-oryzanol\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePlant-derived ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12px; color: #888; margin-top: 10px;\"\u003eAdditives: lactose hydrate, cellulose, magnesium aluminosilicate, crosspovidone, hypromellose, white sugar, talc, titanium oxide, gum arabic, povidone, riboflavin, carnauba wax, magnesium stearate\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 効能・効果 ===== --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eIndications and effects\u003c\/h2\u003e\n\u003cdiv class=\"efficacy-tags\"\u003e\n\u003cspan class=\"efficacy-tag\"\u003eNeuralgia\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eMuscle pain and joint pain (lower back pain, stiff shoulders, frozen shoulder, etc.)\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eNumbness in hands and feet\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eEye strain\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eVitamin B1, B6, B12 supplementation during physical fatigue\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003ePregnancy and breastfeeding period\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eDuring physical weakness from illness or after illness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"efficacy-note\"\u003e⚠️ If these symptoms do not improve after about 1 month of use, consult a doctor or pharmacist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 用法・用量 ===== --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eDosage and administration\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable class=\"dosage-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAge\u003c\/th\u003e\n\u003cth\u003eDose amount\u003c\/th\u003e\n\u003cth\u003eNumber of doses\u003c\/th\u003e\n\u003cth\u003eTiming of intake\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e15 years old and above\u003c\/td\u003e\n\u003ctd\u003e2 to 3 Tablets\u003c\/td\u003e\n\u003ctd\u003eOnce a day\u003c\/td\u003e\n\u003ctd\u003eImmediately after meals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eDo not take\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dosage-note\"\u003e📌 \u003cstrong\u003eKey points for taking:\u003c\/strong\u003e Take as is without chewing with water or lukewarm water. Strictly follow the prescribed dosage and administration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 使用上の注意 ===== --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ Usage Precautions\u003c\/div\u003e\n\u003cp class=\"caution-sub\"\u003e■ Consult a doctor, pharmacist, or registered seller before taking\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThose receiving medical treatment\u003c\/li\u003e\n\u003cli\u003eThose who have had allergic reactions to medicines\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"caution-sub\"\u003e■ If the following symptoms appear after taking, stop immediately and consult a doctor, pharmacist, or registered seller\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSkin: rash, redness, itching\u003c\/li\u003e\n\u003cli\u003eDigestive system: nausea, vomiting, stomach discomfort, stomatitis\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"caution-sub\"\u003e■ Stop taking and consult if the following symptoms persist or worsen\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSoft stools, diarrhea, constipation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"caution-sub\"\u003e■ Other Precautions\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAfter taking, menstruation may come earlier than expected or bleeding may increase slightly. If bleeding continues for a long time, consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n\u003cli\u003eIf symptoms do not improve after about 1 month of use, stop taking it.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 保管上の注意 ===== --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003cdiv class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eStore tightly closed in a cool, dry place away from direct sunlight.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eTo avoid misuse and maintain quality, do not transfer to other containers.\u003c\/li\u003e\n\u003cli\u003eThe packing inside the bottle is to prevent damage during transportation. Please discard it after opening the lid.\u003c\/li\u003e\n\u003cli\u003eIf the lid is not closed properly, it may deteriorate due to moisture. Please close the lid tightly each time you take it.\u003c\/li\u003e\n\u003cli\u003eAfter opening, take within 6 months for quality preservation. Do not take the product after the expiration date.\u003c\/li\u003e\n\u003cli\u003eWrite the date of opening in the \"Date Opened\" section on the box or bottle and store it in the box together with the attached leaflet.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KOKANDO","offers":[{"title":"270 tablets","offer_id":50208800342332,"sku":"4987343081612","price":2800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987343081612.jpg?v=1751851244"},{"product_id":"shin-neo-vitamin-ex-set","title":"New Neo Vitamin EX \"Kunihiro\" Set","description":"\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eShin Neo Vitamin EX \"Kunihiro\" is vitamin B\u003csub\u003e1\u003c\/sub\u003eThe derivative, fursultiamine hydrochloride, B\u003csub\u003e6\u003c\/sub\u003e、B\u003csub\u003e12\u003c\/sub\u003eThis is an easy-to-take sugar-coated tablet containing vitamin B complex, vitamin E, calcium pantothenate, and gamma-oryzanol.\u003c\/li\u003e\n\u003cli\u003eThe main ingredient, fursultiamine, is well absorbed from the intestines and is a necessary vitamin B for nerve function\u003csub\u003e6\u003c\/sub\u003e、B\u003csub\u003e12\u003c\/sub\u003eIt works together to exhibit excellent effects on \"eye fatigue,\" \"stiff shoulders,\" \"lower back pain,\" and \"recovery of a tired body.\"\u003c\/li\u003e\n\u003cli\u003eFurthermore, it contains calcium pantothenate, which plays an important role in energy production, and vitamin E, which improves blood circulation in peripheral blood vessels, enhancing its effectiveness.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"KOKANDO","offers":[{"title":"270 tablets × 3 sets","offer_id":51881999499580,"sku":"4987343081612-3","price":8100.0,"currency_code":"JPY","in_stock":true},{"title":"270 tablets × 6 sets","offer_id":51881999532348,"sku":"4987343081612-6","price":15600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987343081612-set.jpg?v=1751852674"}],"url":"https:\/\/mamigo.jp\/en-kr\/collections\/arinamin.oembed","provider":"MamiGo","version":"1.0","type":"link"}