{"title":"Amino Collagen Series","description":"","products":[{"product_id":"meiji-amino-collagen-premium","title":"Amino Collagen Premium","description":"\u003cstyle\u003e\n.pd-wrap-pm {\n  --acc: #b8860b;\n  --acc-dark: #7a5500;\n  --acc-light: #fdf8ee;\n  --acc-mid: #deba6a;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  line-height: 1.75;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\n}\n\n\/* ── Hero ── *\/\n.pd-wrap-pm .hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 60%, #d4a830 100%);\n  border-radius: 18px;\n  padding: 44px 32px 40px;\n  color: #fff;\n  text-align: center;\n  margin-bottom: 36px;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 8px 32px rgba(122,85,0,0.22);\n}\n.pd-wrap-pm .hero::before {\n  content: '';\n  position: absolute;\n  top: -50px; right: -50px;\n  width: 200px; height: 200px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n}\n.pd-wrap-pm .hero::after {\n  content: '';\n  position: absolute;\n  bottom: -30px; left: -30px;\n  width: 140px; height: 140px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap-pm .hero .premium-crown {\n  font-size: 32px;\n  margin-bottom: 6px;\n  display: block;\n}\n.pd-wrap-pm .hero .brand-label {\n  display: inline-block;\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 20px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  padding: 4px 16px;\n  margin-bottom: 14px;\n  text-transform: uppercase;\n}\n.pd-wrap-pm .hero h1 {\n  font-size: clamp(22px, 5vw, 34px);\n  font-weight: 900;\n  margin: 0 0 8px;\n  line-height: 1.3;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.2);\n}\n.pd-wrap-pm .hero .hero-sub {\n  font-size: 14px;\n  opacity: 0.9;\n  margin: 0 0 22px;\n  line-height: 1.7;\n}\n.pd-wrap-pm .hero .hero-badge-row {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.pd-wrap-pm .hero .hero-badge {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 8px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n}\n\n\/* ── Section title ── *\/\n.pd-wrap-pm .sec-title {\n  font-size: 18px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 5px solid var(--acc);\n  padding-left: 12px;\n  margin: 42px 0 16px;\n  line-height: 1.4;\n}\n\n\/* ── No.1 バナー ── *\/\n.pd-wrap-pm .no1-banner {\n  background: linear-gradient(90deg, var(--acc-light) 0%, #fffdf5 100%);\n  border: 2px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 24px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  margin-bottom: 32px;\n  flex-wrap: wrap;\n}\n.pd-wrap-pm .no1-banner .no1-icon { font-size: 48px; line-height: 1; }\n.pd-wrap-pm .no1-banner .no1-text { flex: 1; min-width: 200px; }\n.pd-wrap-pm .no1-banner .no1-headline {\n  font-size: 19px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  margin: 0 0 4px;\n}\n.pd-wrap-pm .no1-banner .no1-note { font-size: 11px; color: #999; margin: 0; }\n\n\/* ── Standard vs Premium 比較 ── *\/\n.pd-wrap-pm .compare-wrap {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .compare-card {\n  border-radius: 14px;\n  padding: 22px 18px;\n  text-align: center;\n}\n.pd-wrap-pm .compare-card.std {\n  background: #f5f5f5;\n  border: 1.5px solid #ddd;\n}\n.pd-wrap-pm .compare-card.prm {\n  background: var(--acc-light);\n  border: 2.5px solid var(--acc);\n  position: relative;\n}\n.pd-wrap-pm .compare-card.prm::before {\n  content: 'PREMIUM';\n  position: absolute;\n  top: -12px; left: 50%;\n  transform: translateX(-50%);\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 900;\n  letter-spacing: 0.1em;\n  padding: 3px 14px;\n  border-radius: 10px;\n}\n.pd-wrap-pm .compare-card .cc-title {\n  font-size: 13px;\n  font-weight: 800;\n  margin-bottom: 12px;\n  color: #555;\n}\n.pd-wrap-pm .compare-card.prm .cc-title { color: var(--acc-dark); }\n.pd-wrap-pm .compare-card .cc-ing-list { list-style: none; padding: 0; margin: 0; }\n.pd-wrap-pm .compare-card .cc-ing-list li {\n  font-size: 12.5px;\n  padding: 5px 0;\n  border-bottom: 1px dashed #e0e0e0;\n  color: #555;\n}\n.pd-wrap-pm .compare-card.prm .cc-ing-list li { border-color: #e8d89a; }\n.pd-wrap-pm .compare-card .cc-ing-list li:last-child { border-bottom: none; }\n.pd-wrap-pm .compare-card .cc-ing-list li .cc-amount {\n  font-weight: 800;\n  color: #333;\n}\n.pd-wrap-pm .compare-card.prm .cc-ing-list li .cc-amount { color: var(--acc-dark); }\n.pd-wrap-pm .compare-card .prm-only {\n  background: var(--acc);\n  color: #fff;\n  border-radius: 4px;\n  font-size: 10px;\n  font-weight: 800;\n  padding: 1px 6px;\n  margin-left: 4px;\n  vertical-align: middle;\n}\n\n\/* ── プレミアム成分カード ── *\/\n.pd-wrap-pm .premium-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 14px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .premium-card {\n  background: #fff;\n  border: 2px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 20px 16px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap-pm .premium-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--acc-dark), var(--acc));\n}\n.pd-wrap-pm .premium-card .pc-icon { font-size: 34px; margin-bottom: 10px; display: block; }\n.pd-wrap-pm .premium-card .pc-name {\n  font-size: 15px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n}\n.pd-wrap-pm .premium-card .pc-amount {\n  font-size: 20px;\n  font-weight: 900;\n  color: var(--acc);\n  margin-bottom: 8px;\n}\n.pd-wrap-pm .premium-card .pc-desc {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.6;\n}\n\n\/* ── 全成分ハイライト ── *\/\n.pd-wrap-pm .ingredient-highlight {\n  background: #fff;\n  border: 2px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 24px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .ingredient-highlight .ing-row {\n  display: flex;\n  align-items: center;\n  padding: 10px 0;\n  border-bottom: 1px dashed #e8d89a;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap-pm .ingredient-highlight .ing-row:last-child { border-bottom: none; }\n.pd-wrap-pm .ingredient-highlight .ing-name {\n  font-size: 13.5px;\n  font-weight: 800;\n  color: var(--acc);\n  width: 160px;\n  flex-shrink: 0;\n}\n.pd-wrap-pm .ingredient-highlight .ing-amount {\n  font-size: 20px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  width: 110px;\n  flex-shrink: 0;\n}\n.pd-wrap-pm .ingredient-highlight .ing-desc { font-size: 12.5px; color: #555; flex: 1; min-width: 120px; }\n.pd-wrap-pm .ingredient-highlight .ing-badge-new {\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 900;\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-left: 6px;\n  vertical-align: middle;\n}\n\n\/* ── 栄養成分表 ── *\/\n.pd-wrap-pm table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  margin-bottom: 8px;\n  border-radius: 10px;\n  overflow: hidden;\n}\n.pd-wrap-pm table thead tr { background: var(--acc); color: #fff; }\n.pd-wrap-pm table thead th { padding: 10px 14px; text-align: left; font-weight: 700; }\n.pd-wrap-pm table tbody tr:nth-child(even) { background: var(--acc-light); }\n.pd-wrap-pm table tbody tr:nth-child(odd) { background: #fff; }\n.pd-wrap-pm table tbody td {\n  padding: 9px 14px;\n  border-bottom: 1px solid #e8d89a;\n  color: #333;\n}\n.pd-wrap-pm table tbody td:first-child { font-weight: 600; color: #555; }\n\n\/* ── ユーザー実感データ ── *\/\n.pd-wrap-pm .data-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .data-card {\n  background: var(--acc-light);\n  border: 2px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 24px 16px;\n  text-align: center;\n}\n.pd-wrap-pm .data-card .data-num {\n  font-size: 52px;\n  font-weight: 900;\n  color: var(--acc);\n  line-height: 1;\n  margin-bottom: 6px;\n}\n.pd-wrap-pm .data-card .data-unit {\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n.pd-wrap-pm .data-card .data-label {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.5;\n  margin-top: 6px;\n}\n.pd-wrap-pm .data-card .data-note { font-size: 10px; color: #aaa; margin-top: 8px; }\n\n\/* ── 飲み方ステップ ── *\/\n.pd-wrap-pm .how-steps {\n  display: flex;\n  gap: 0;\n  margin-bottom: 12px;\n  flex-wrap: wrap;\n}\n.pd-wrap-pm .how-step {\n  flex: 1;\n  min-width: 130px;\n  text-align: center;\n  padding: 20px 12px;\n  position: relative;\n}\n.pd-wrap-pm .how-step:not(:last-child)::after {\n  content: '→';\n  position: absolute;\n  right: -10px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 20px;\n  color: var(--acc-mid);\n}\n.pd-wrap-pm .how-step .step-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px; height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 13px;\n  font-weight: 900;\n  margin-bottom: 10px;\n}\n.pd-wrap-pm .how-step .step-icon { font-size: 32px; display: block; margin-bottom: 8px; }\n.pd-wrap-pm .how-step .step-label { font-size: 13px; font-weight: 700; color: var(--acc-dark); margin-bottom: 4px; }\n.pd-wrap-pm .how-step .step-desc { font-size: 11.5px; color: #666; line-height: 1.5; }\n\n\/* ── 飲み物タグ ── *\/\n.pd-wrap-pm .drink-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .drink-tag {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 5px 14px;\n  font-size: 12.5px;\n  color: var(--acc-dark);\n  font-weight: 600;\n}\n\n\/* ── 仕様テーブル ── *\/\n.pd-wrap-pm .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  border-radius: 10px;\n  overflow: hidden;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .spec-table th {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-weight: 700;\n  padding: 10px 14px;\n  text-align: left;\n  width: 30%;\n  border-bottom: 1px solid var(--acc-mid);\n  vertical-align: top;\n}\n.pd-wrap-pm .spec-table td {\n  padding: 10px 14px;\n  background: #fff;\n  border-bottom: 1px solid #e8d89a;\n  color: #444;\n  font-size: 13px;\n}\n\n\/* ── アレルギー ── *\/\n.pd-wrap-pm .allergy-box {\n  background: #fff8e1;\n  border: 1.5px solid #f5c842;\n  border-radius: 12px;\n  padding: 18px 20px;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .allergy-box .allergy-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: #b08000;\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-pm .allergy-box .allergy-tags { display: flex; flex-wrap: wrap; gap: 8px; }\n.pd-wrap-pm .allergy-box .allergy-tag {\n  background: #fdeea0;\n  border: 1px solid #e8c800;\n  border-radius: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 12px;\n  color: #7a5c00;\n}\n\n\/* ── 注意事項 ── *\/\n.pd-wrap-pm .caution-box {\n  background: #fafafa;\n  border: 1px solid #ddd;\n  border-radius: 10px;\n  padding: 18px 20px;\n  font-size: 12.5px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 12px;\n}\n.pd-wrap-pm .caution-box .caution-title { font-weight: 800; color: #444; margin-bottom: 8px; font-size: 13px; }\n.pd-wrap-pm .caution-box ul { margin: 0; padding-left: 18px; }\n.pd-wrap-pm .caution-box ul li { margin-bottom: 4px; }\n\n\/* ── ブランド信頼性フッター ── *\/\n.pd-wrap-pm .brand-trust {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 60%, #d4a830 100%);\n  border-radius: 14px;\n  padding: 30px 24px;\n  color: #fff;\n  text-align: center;\n  margin-bottom: 12px;\n  box-shadow: 0 6px 24px rgba(122,85,0,0.2);\n}\n.pd-wrap-pm .brand-trust .bt-crown { font-size: 28px; margin-bottom: 8px; display: block; }\n.pd-wrap-pm .brand-trust .bt-title { font-size: 13px; font-weight: 700; opacity: 0.85; margin-bottom: 8px; }\n.pd-wrap-pm .brand-trust .bt-headline { font-size: 22px; font-weight: 900; margin-bottom: 16px; line-height: 1.4; }\n.pd-wrap-pm .brand-trust .bt-row {\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n.pd-wrap-pm .brand-trust .bt-item { font-size: 12.5px; opacity: 0.85; display: flex; align-items: center; gap: 6px; }\n\n\/* ── 注記 ── *\/\n.pd-wrap-pm .footnote {\n  font-size: 11px;\n  color: #999;\n  line-height: 1.7;\n  margin-top: 20px;\n  padding-top: 14px;\n  border-top: 1px solid #e8d89a;\n}\n\n\/* ── Responsive ── *\/\n@media (max-width: 480px) {\n  .pd-wrap-pm .compare-wrap { grid-template-columns: 1fr; }\n  .pd-wrap-pm .data-row { grid-template-columns: 1fr; }\n  .pd-wrap-pm .how-step:not(:last-child)::after { display: none; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap-pm\"\u003e\n\u003c!-- ① Hero --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cspan class=\"premium-crown\"\u003e👑\u003c\/span\u003e\n\u003cdiv class=\"brand-label\"\u003eMeiji \/ Meiji — Premium\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eAmino Collagen\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePremium 196g\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCondensed luxurious premium ingredients \/ About 28 days supply\u003cbr\u003eLow-molecular fish collagen + hyaluronic acid + ceramide + CoQ10\u003c\/p\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"hero-badge\"\u003e🏆 No.1 Brand in the Collagen Market\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e👑 Contains 7 types of beauty ingredients\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e✨ Repeat rate 80%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ② No.1 バナー --\u003e\n\u003cdiv class=\"no1-banner\"\u003e\n\u003cdiv class=\"no1-icon\"\u003e🥇\u003c\/div\u003e\n\u003cdiv class=\"no1-text\"\u003e\n\u003cp class=\"no1-headline\"\u003eJapan’s No.1 selling collagen (health food) brand’s premium type\u003c\/p\u003e\n\u003cp class=\"no1-note\"\u003e*1 Intage SRI+ Health Food Collagen Market Cumulative sales amount by brand from January to December 2024\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ③ Standard vs Premium 比較 --\u003e\n\u003cdiv class=\"sec-title\"\u003eDifference from Standard — Added premium ingredients\u003c\/div\u003e\n\u003cdiv class=\"compare-wrap\"\u003e\n\u003cdiv class=\"compare-card std\"\u003e\n\u003cdiv class=\"cc-title\"\u003eAmino Collagen\u003cbr\u003eStandard\u003c\/div\u003e\n\u003cul class=\"cc-ing-list\"\u003e\n\u003cli\u003e🐟 Collagen Peptide \u003cspan class=\"cc-amount\"\u003e5,000mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e🍋 Vitamin C \u003cspan class=\"cc-amount\"\u003e50mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e💪 Glucosamine \u003cspan class=\"cc-amount\"\u003e60mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e🌿 Arginine \u003cspan class=\"cc-amount\"\u003e25mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-card prm\"\u003e\n\u003cdiv class=\"cc-title\"\u003eAmino Collagen\u003cbr\u003ePremium\u003c\/div\u003e\n\u003cul class=\"cc-ing-list\"\u003e\n\u003cli\u003e🐟 Collagen Peptide \u003cspan class=\"cc-amount\"\u003e5,000mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e🍋 Vitamin C \u003cspan class=\"cc-amount\"\u003e50mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e💪 Glucosamine \u003cspan class=\"cc-amount\"\u003e60mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e🌿 Arginine \u003cspan class=\"cc-amount\"\u003e25mg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e💧 Hyaluronic Acid \u003cspan class=\"cc-amount\"\u003e20mg\u003c\/span\u003e\u003cspan class=\"prm-only\"\u003eNEW\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e✨ Coenzyme Q10 \u003cspan class=\"cc-amount\"\u003e10mg\u003c\/span\u003e\u003cspan class=\"prm-only\"\u003eNEW\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e🌾 Ceramide \u003cspan class=\"cc-amount\"\u003e1,200μg\u003c\/span\u003e\u003cspan class=\"prm-only\"\u003eNEW\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ④ プレミアム3成分 詳細 --\u003e\n\u003cdiv class=\"sec-title\"\u003ePremium exclusive — Features of the luxurious 3 ingredients\u003c\/div\u003e\n\u003cdiv class=\"premium-grid\"\u003e\n\u003cdiv class=\"premium-card\"\u003e\n\u003cspan class=\"pc-icon\"\u003e🌾\u003c\/span\u003e\n\u003cdiv class=\"pc-name\"\u003eCeramide\u003c\/div\u003e\n\u003cdiv class=\"pc-amount\"\u003e1,200\u003csmall style=\"font-size: 13px;\"\u003eμg\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-desc\"\u003eAn important ingredient for moisture that holds water and prevents evaporation. Uses plant-based ceramide extracted from rice germ.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-card\"\u003e\n\u003cspan class=\"pc-icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv class=\"pc-name\"\u003eHyaluronic Acid\u003c\/div\u003e\n\u003cdiv class=\"pc-amount\"\u003e20\u003csmall style=\"font-size: 13px;\"\u003emg\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-desc\"\u003eStrong water retention that holds up to 6L of water per 1g. Continuously supports moisture deep within the skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-card\"\u003e\n\u003cspan class=\"pc-icon\"\u003e⚡\u003c\/span\u003e\n\u003cdiv class=\"pc-name\"\u003eCoenzyme Q10\u003c\/div\u003e\n\u003cdiv class=\"pc-amount\"\u003e10\u003csmall style=\"font-size: 13px;\"\u003emg\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-desc\"\u003eIngredients that create the source of body energy and support a lively life. Supports beauty and vitality simultaneously.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑤ 全成分ハイライト（1食7g）--\u003e\n\u003cdiv class=\"sec-title\"\u003eAll ingredients \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003e(Per serving 7g)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-highlight\"\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e🐟 Collagen Peptide\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e5,000\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003e100% low-molecular fish collagen. About 1.5 times more easily absorbed compared to pork skin-derived collagen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e🌾 Ceramide\u003cspan class=\"ing-badge-new\"\u003ePremium\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e1,200\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003eμg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003ePlant-based ceramide derived from rice germ extract. Supports skin barrier function and moisture retention.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e💧 Hyaluronic Acid\u003cbr\u003e\u003cspan class=\"ing-badge-new\"\u003ePremium\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e20\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eBasic beauty ingredient that maintains skin moisture with high water retention.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e⚡ Coenzyme Q10\u003cbr\u003e\u003cspan class=\"ing-badge-new\"\u003ePremium\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e10\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eSupports energy production and contributes to a lively daily life.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e🍋 Vitamin C\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e50\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eBasic beauty ingredient that supports collagen synthesis.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e💪 Glucosamine\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e60\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eIngredients that support joint and cartilage care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cdiv class=\"ing-name\"\u003e🌿 Arginine\u003c\/div\u003e\n\u003cdiv class=\"ing-amount\"\u003e25\u003cspan style=\"font-size: 13px; font-weight: 600; color: #888;\"\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eAmino acid ingredients that support beauty care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑥ 栄養成分表示 --\u003e\n\u003cdiv class=\"sec-title\"\u003eNutrition facts \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003ePer serving (7g)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eNutritional components\u003c\/th\u003e\n\u003cth\u003ePer serving (7g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnergy\u003c\/td\u003e\n\u003ctd\u003e27 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProtein\u003c\/td\u003e\n\u003ctd\u003e5.3 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFat\u003c\/td\u003e\n\u003ctd\u003e0.1 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbohydrates\u003c\/td\u003e\n\u003ctd\u003e1.2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEquivalent amount of salt\u003c\/td\u003e\n\u003ctd\u003e0.01–0.09 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C\u003c\/td\u003e\n\u003ctd\u003e50 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ⑦ ユーザー実感データ --\u003e\n\u003cdiv class=\"sec-title\"\u003eMany people feel the effects! User data\u003c\/div\u003e\n\u003cdiv class=\"data-row\"\u003e\n\u003cdiv class=\"data-card\"\u003e\n\u003cdiv class=\"data-num\"\u003e80\u003cspan class=\"data-unit\"\u003e%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-label\"\u003eAmong those who used it\u003cbr\u003eResponded \"I want to continue purchasing\"\u003c\/div\u003e\n\u003cdiv class=\"data-note\"\u003e*2 2014–2015 Our research n=739\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-card\"\u003e\n\u003cdiv class=\"data-num\"\u003e9\u003cspan class=\"data-unit\"\u003eDay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-label\"\u003e70% of those who felt a change\u003cbr\u003eFelt a change by the 9th day\u003c\/div\u003e\n\u003cdiv class=\"data-note\"\u003e*3 2014–2015 Our research n=203\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 11.5px; color: #aaa; margin-top: 4px;\"\u003e*Testimonials are individual opinions. Effects vary depending on health and constitution. This product does not guarantee effects.\u003c\/p\u003e\n\u003c!-- ⑧ かんたんな飲み方 --\u003e\n\u003cdiv class=\"sec-title\"\u003eSimple way to drink\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eLevel off one serving\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eLevel one included spoon (about 7g) for measuring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eAdd to your favorite beverage\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eGood with hot or cold drinks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eStir well\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eDissolves quickly and ready to enjoy. Easy to continue daily!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drink-tags\"\u003e\n\u003cspan class=\"drink-tag\"\u003e☕ Coffee\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍵 Green Tea \/ Black Tea\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥛 Milk\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍊 Orange Juice\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥣 Yogurt\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍲 Soup\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍜 Miso Soup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ⑨ 商品仕様 --\u003e\n\u003cdiv class=\"sec-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eCollagen Powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNet weight\u003c\/th\u003e\n\u003ctd\u003e196g (about 28 days supply if taking 7g per day)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDaily recommended amount\u003c\/th\u003e\n\u003ctd\u003eAbout 7g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredients\u003c\/th\u003e\n\u003ctd\u003eFish collagen peptides (domestically produced), maltodextrin, vegetable oils and fats, coenzyme Q10, rice germ extract (contains ceramide) \/ trehalose, glucosamine, vitamin C, arginine, thickener (arabic gum), hyaluronic acid, emulsifier, flavoring, sweetener (sucralose) (contains milk ingredients, orange, soy, gelatin)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage Instructions\u003c\/th\u003e\n\u003ctd\u003eStore away from direct sunlight and high temperature\/humidity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd\u003eJapan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eMeiji Co., Ltd.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ⑩ アレルギー --\u003e\n\u003cdiv class=\"allergy-box\"\u003e\n\u003cdiv class=\"allergy-title\"\u003e⚠️ Allergy Information (Specified Ingredients, etc.)\u003c\/div\u003e\n\u003cdiv class=\"allergy-tags\"\u003e\n\u003cspan class=\"allergy-tag\"\u003e🥛 Milk ingredients\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🍊 Orange\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🌱 Soy\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🐟 Gelatin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑪ 注意事項 --\u003e\n\u003cdiv class=\"sec-title\"\u003ePrecautions\u003c\/div\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003cdiv class=\"caution-title\"\u003e📋 Please check before use\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eThis product is a food. It is not a medicine. It is not intended for diagnosis, treatment, or prevention of diseases.\u003c\/li\u003e\n\u003cli\u003eFollow the daily recommended amount (about 7g) and avoid excessive intake.\u003c\/li\u003e\n\u003cli\u003eConsume as soon as possible after opening. Always transfer to a can (sold separately) for use.\u003c\/li\u003e\n\u003cli\u003eInfants, pregnant or breastfeeding women, and those under medical care or taking medication should consult their doctor before use.\u003c\/li\u003e\n\u003cli\u003eIf you have allergies, please check the ingredients before use.\u003c\/li\u003e\n\u003cli\u003eStore away from direct sunlight, high temperature, and humidity.\u003c\/li\u003e\n\u003cli\u003eThis product is sold for personal import and cross-border sales overseas. Please check local laws before use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ⑫ ブランド信頼性フッター --\u003e\n\u003cdiv class=\"brand-trust\"\u003e\n\u003cspan class=\"bt-crown\"\u003e👑\u003c\/span\u003e\n\u003cdiv class=\"bt-title\"\u003eMeiji’s pinnacle, with over 100 years of focus on \"Food and Health\"\u003c\/div\u003e\n\u003cdiv class=\"bt-headline\"\u003eAmino Collagen Premium\u003cbr\u003eMake supreme beauty a daily habit\u003c\/div\u003e\n\u003cdiv class=\"bt-row\"\u003e\n\u003cdiv class=\"bt-item\"\u003e🏆 No.1 Brand in the Collagen Market\u003c\/div\u003e\n\u003cdiv class=\"bt-item\"\u003e🐟 100% Fish Collagen\u003c\/div\u003e\n\u003cdiv class=\"bt-item\"\u003e💧 Hyaluronic Acid + Ceramide + CoQ10\u003c\/div\u003e\n\u003cdiv class=\"bt-item\"\u003e🇯🇵 Made in Japan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 注記 --\u003e\n\u003cdiv class=\"footnote\"\u003e*1 Intage SRI+ Health Food Collagen Market Cumulative sales amount by brand from January to December 2024\u003cbr\u003e*2 2014–2015 Our research n=739 Percentage of respondents who answered \"I want to continue purchasing\"\u003cbr\u003e*3 2014–2015 Our research n=203 Percentage of those who felt a change by the 9th day\u003cbr\u003e*100% collagen means it is collagen as the raw material.\u003cbr\u003e*The listed information is based on official manufacturer data. Please be sure to check the actual product packaging.\u003cbr\u003e*This product is an authentic item manufactured and sold by a Japanese domestic manufacturer.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Meiji","offers":[{"title":"196g","offer_id":52952209162556,"sku":"4902777451619","price":4500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4902777451619.jpg?v=1775262658"},{"product_id":"meiji-amino-collagen-standard","title":"Amino Collagen","description":"\u003cstyle\u003e\n\/* ===== ベースリセット ===== *\/\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #c0607a;\n  --acc-dark: #8c3a52;\n  --acc-light: #fdf0f3;\n  --acc-mid: #e8a0b0;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\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;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ── Hero ── *\/\n.pd-wrap .hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 40px 32px;\n  color: #fff;\n  text-align: center;\n  margin-bottom: 36px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 180px; height: 180px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 50%;\n}\n.pd-wrap .hero::after {\n  content: '';\n  position: absolute;\n  bottom: -60px; left: -30px;\n  width: 220px; height: 220px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap .hero .brand-label {\n  display: inline-block;\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 20px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  padding: 4px 14px;\n  margin-bottom: 14px;\n  text-transform: uppercase;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero h1 {\n  font-size: clamp(22px, 5vw, 32px) !important;\n  font-weight: 900 !important;\n  color: #ffffff !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.35);\n  margin: 0 0 10px !important;\n  line-height: 1.3 !important;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-sub {\n  font-size: 14px;\n  opacity: 0.88;\n  margin: 0 0 20px;\n  text-shadow: 0 1px 4px rgba(0,0,0,0.3);\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-badge-row {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-badge {\n  background: rgba(255,255,255,0.22);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 8px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n}\n\n\/* ── Section title ── *\/\n.pd-wrap .sec-title {\n  font-size: 18px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 5px solid var(--acc);\n  padding-left: 12px;\n  margin: 40px 0 16px;\n  line-height: 1.4;\n}\n\n\/* ── No.1 バナー ── *\/\n.pd-wrap .no1-banner {\n  background: linear-gradient(90deg, var(--acc-light) 0%, #fff5f7 100%);\n  border: 2px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 24px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  margin-bottom: 30px;\n  flex-wrap: wrap;\n}\n.pd-wrap .no1-banner .no1-icon {\n  font-size: 48px;\n  line-height: 1;\n}\n.pd-wrap .no1-banner .no1-text { flex: 1; min-width: 200px; }\n.pd-wrap .no1-banner .no1-headline {\n  font-size: 20px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  margin: 0 0 4px;\n}\n.pd-wrap .no1-banner .no1-note {\n  font-size: 11px;\n  color: #888;\n  margin: 0;\n}\n\n\/* ── 商品概要 ── *\/\n.pd-wrap .product-overview {\n  background: #fff;\n  border-radius: 14px;\n  padding: 15px;\n  margin-bottom: 12px;\n}\n.pd-wrap .product-overview p {\n  font-size: 18x;\n  color: #444;\n  line-height: 1.85;\n  margin: 0 0 14px;\n}\n.pd-wrap .product-overview p:last-child {\n  margin: 0;\n}\n\n\/* ── Feature cards: 常に2列2行 ── *\/\n.pd-wrap .feature-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 22px 18px;\n  text-align: center;\n}\n.pd-wrap .feature-card .fc-icon {\n  font-size: 36px;\n  margin-bottom: 10px;\n  display: block;\n}\n.pd-wrap .feature-card .fc-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 6px;\n}\n.pd-wrap .feature-card .fc-body {\n  font-size: 12.5px;\n  color: #555;\n  line-height: 1.6;\n}\n\n\/* ── 期待できる健康サポート ── *\/\n.pd-wrap .health-support {\n  background: linear-gradient(135deg, #fff8f0 0%, #fff3f6 100%);\n  border: 2px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 24px;\n  margin-bottom: 12px;\n}\n.pd-wrap .health-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 14px;\n}\n.pd-wrap .health-tag {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 7px 16px;\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n.pd-wrap .health-note {\n  font-size: 11px;\n  color: #999;\n  margin: 0;\n}\n\n\/* ── 比較テーブル ── *\/\n.pd-wrap .compare-intro {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 16px;\n}\n.pd-wrap .compare-scroll { overflow-x: auto; margin-bottom: 20px; }\n.pd-wrap .compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 320px;\n}\n.pd-wrap .compare-table thead tr th {\n  padding: 12px 16px !important;\n  text-align: center !important;\n  font-weight: 700 !important;\n  font-size: 13px !important;\n}\n.pd-wrap .compare-table thead tr th:first-child {\n  background: #555 !important;\n  color: #fff !important;\n  border-radius: 8px 0 0 0;\n}\n.pd-wrap .compare-table thead tr th:nth-child(2) {\n  background: var(--acc) !important;\n  color: #fff !important;\n}\n.pd-wrap .compare-table thead tr th:nth-child(3) {\n  background: #2e7d32 !important;\n  color: #fff !important;\n  border-radius: 0 8px 0 0;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) { background: #f9f9f9; }\n.pd-wrap .compare-table tbody tr:nth-child(odd) { background: #fff; }\n.pd-wrap .compare-table tbody td {\n  padding: 10px 16px !important;\n  border-bottom: 1px solid #eee;\n  text-align: center !important;\n  color: #444 !important;\n  font-size: 13px !important;\n}\n.pd-wrap .compare-table tbody td:first-child {\n  font-weight: 700 !important;\n  color: #333 !important;\n  text-align: left !important;\n  background: #f5f5f5;\n}\n.pd-wrap .compare-table tbody tr:last-child td {\n  font-size: 12px !important;\n  color: var(--acc) !important;\n  font-weight: 600 !important;\n}\n.pd-wrap .compare-table tbody tr:last-child td:first-child {\n  color: #333 !important;\n}\n\n\/* ── 比較ポイントカード ── *\/\n.pd-wrap .compare-points {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .cp-card {\n  border-radius: 12px;\n  padding: 18px 16px;\n  font-size: 13px;\n  line-height: 1.75;\n  color: #444;\n}\n.pd-wrap .cp-card.std {\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n}\n.pd-wrap .cp-card.prm {\n  background: #e8f5e9;\n  border: 1.5px solid #81c784;\n}\n.pd-wrap .cp-card .cp-title {\n  font-size: 14px;\n  font-weight: 900;\n  margin-bottom: 8px;\n}\n.pd-wrap .cp-card.std .cp-title { color: var(--acc-dark); }\n.pd-wrap .cp-card.prm .cp-title { color: #1b5e20; }\n\n\/* ── 主要成分 2列2行カード ── *\/\n.pd-wrap .ing-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .ing-card {\n  background: #fff;\n  border: 2px solid var(--acc-mid);\n  border-radius: 16px;\n  padding: 24px 18px;\n  text-align: center;\n  transition: box-shadow 0.2s;\n}\n.pd-wrap .ing-card:hover {\n  box-shadow: 0 4px 16px rgba(192,96,122,0.13);\n}\n.pd-wrap .ing-card .ic-icon {\n  font-size: 40px;\n  display: block;\n  margin-bottom: 10px;\n}\n.pd-wrap .ing-card .ic-name {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc);\n  margin-bottom: 8px;\n}\n.pd-wrap .ing-card .ic-amount {\n  font-size: 32px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  line-height: 1.1;\n  margin-bottom: 2px;\n}\n.pd-wrap .ing-card .ic-amount span {\n  font-size: 14px;\n  font-weight: 600;\n  color: #888;\n}\n.pd-wrap .ing-card .ic-desc {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.65;\n  margin-top: 8px;\n}\n\n\/* ── 栄養成分テーブル ── *\/\n.pd-wrap .table-scroll { overflow-x: auto; margin-bottom: 8px; }\n.pd-wrap .table-scroll table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 280px;\n}\n.pd-wrap .table-scroll table thead tr {\n  background: var(--acc);\n  color: #fff;\n}\n.pd-wrap .table-scroll table thead th {\n  padding: 10px 14px !important;\n  text-align: left !important;\n  font-weight: 700 !important;\n  color: #fff !important;\n  background-color: var(--acc) !important;\n}\n.pd-wrap .table-scroll table tbody tr:nth-child(even) { background: var(--acc-light); }\n.pd-wrap .table-scroll table tbody tr:nth-child(odd) { background: #fff; }\n.pd-wrap .table-scroll table tbody td {\n  padding: 9px 14px !important;\n  border-bottom: 1px solid #f5d8de;\n  color: #333 !important;\n  vertical-align: middle !important;\n}\n.pd-wrap .table-scroll table tbody td:first-child {\n  font-weight: 600;\n  color: #555 !important;\n}\n\n\/* ── 飲み方ステップ ── *\/\n.pd-wrap .how-steps {\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  gap: 0;\n  margin-bottom: 20px;\n}\n.pd-wrap .how-step {\n  flex: 1;\n  text-align: center;\n  padding: 16px 8px;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0;\n}\n.pd-wrap .how-step .step-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 14px;\n  font-weight: 900;\n  flex-shrink: 0;\n  margin-bottom: 10px;\n}\n.pd-wrap .how-step .step-icon {\n  font-size: 34px;\n  display: block;\n  line-height: 1;\n  margin-bottom: 8px;\n}\n.pd-wrap .how-step .step-label {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  line-height: 1.4;\n  margin-bottom: 4px;\n}\n.pd-wrap .how-step .step-desc {\n  font-size: 11.5px;\n  color: #666;\n  line-height: 1.5;\n}\n.pd-wrap .how-step:not(:last-child)::after {\n  content: '→';\n  position: absolute;\n  right: -10px;\n  top: 30px;\n  font-size: 18px;\n  color: var(--acc-mid);\n  line-height: 1;\n}\n\n\/* ── 飲み物例タグ ── *\/\n.pd-wrap .drink-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n.pd-wrap .drink-tag {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 5px 14px;\n  font-size: 12.5px;\n  color: var(--acc-dark);\n  font-weight: 600;\n}\n\n\/* ── 商品仕様テーブル ── *\/\n.pd-wrap .spec-wrap { overflow-x: auto; margin-bottom: 12px; }\n.pd-wrap .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 280px;\n}\n.pd-wrap .spec-table th {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-weight: 700;\n  padding: 10px 14px;\n  text-align: left;\n  width: 30%;\n  border-bottom: 1px solid var(--acc-mid);\n  vertical-align: top;\n}\n.pd-wrap .spec-table td {\n  padding: 10px 14px;\n  background: #fff;\n  border-bottom: 1px solid #f5d8de;\n  color: #444;\n  font-size: 13px;\n  word-break: break-all;\n}\n\n\/* ── アレルギー ── *\/\n.pd-wrap .allergy-box {\n  background: #fff8e1;\n  border: 1.5px solid #f5c842;\n  border-radius: 12px;\n  padding: 18px 20px;\n  margin-bottom: 12px;\n}\n.pd-wrap .allergy-box .allergy-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: #b08000;\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap .allergy-box .allergy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .allergy-box .allergy-tag {\n  background: #fdeea0;\n  border: 1px solid #e8c800;\n  border-radius: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 12px;\n  color: #7a5c00;\n}\n\n\/* ── Q\u0026A ── *\/\n.pd-wrap .qa-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-bottom: 12px;\n}\n.pd-wrap .qa-card {\n  background: #f8f9fa;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 18px 20px;\n}\n.pd-wrap .qa-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  margin-bottom: 10px;\n}\n.pd-wrap .qa-row:last-child { margin-bottom: 0; }\n.pd-wrap .qa-badge {\n  width: 26px; height: 26px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 900;\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-wrap .qa-badge.q { background: var(--acc); color: #fff; }\n.pd-wrap .qa-badge.a { background: #888; color: #fff; }\n.pd-wrap .qa-q {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  line-height: 1.6;\n  margin: 0;\n}\n.pd-wrap .qa-a {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin: 0;\n}\n\n\/* ── 使用上の注意 ── *\/\n.pd-wrap .caution-box-new {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 24px;\n  margin-bottom: 16px;\n}\n.pd-wrap .caution-box-new .cb-title {\n  font-size: 15px;\n  font-weight: 900;\n  color: #92400e;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .caution-list-new {\n  list-style: none;\n  padding: 0; margin: 0;\n}\n.pd-wrap .caution-list-new li {\n  position: relative;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 6px;\n}\n.pd-wrap .caution-list-new li::before {\n  content: '▸';\n  position: absolute;\n  left: 0;\n  color: #f59e0b;\n  font-size: 12px;\n  top: 3px;\n}\n\n\/* ── 保管上の注意 ── *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 24px;\n  margin-bottom: 16px;\n}\n.pd-wrap .storage-box .sb-title {\n  font-size: 15px;\n  font-weight: 900;\n  color: #1e3a6e;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .storage-list {\n  list-style: none;\n  padding: 0; margin: 0;\n}\n.pd-wrap .storage-list li {\n  position: relative;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 6px;\n}\n.pd-wrap .storage-list li::before {\n  content: '▸';\n  position: absolute;\n  left: 0;\n  color: #4a6fa5;\n  font-size: 12px;\n  top: 3px;\n}\n\n\/* ── 注記 ── *\/\n.pd-wrap .footnote {\n  font-size: 11px;\n  color: #999;\n  line-height: 1.8;\n  margin-top: 20px;\n  padding-top: 14px;\n  border-top: 1px solid var(--acc-mid);\n}\n\n\/* ===== モバイル対応 ===== *\/\n@media (max-width: 600px) {\n  .pd-wrap .hero { padding: 32px 18px 28px; }\n  .pd-wrap .hero h1 { font-size: 22px !important; }\n  .pd-wrap .hero .hero-badge-row { gap: 6px; }\n  .pd-wrap .hero .hero-badge { font-size: 11px; padding: 5px 10px; }\n\n  .pd-wrap .no1-banner { flex-direction: column; text-align: center; padding: 18px 16px; gap: 12px; }\n  .pd-wrap .no1-banner .no1-icon { font-size: 38px; }\n  .pd-wrap .no1-banner .no1-headline { font-size: 16px; }\n\n  .pd-wrap .product-overview { padding: 18px 16px; }\n  .pd-wrap .product-overview p { font-size: 13.5px; }\n\n  .pd-wrap .feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n  .pd-wrap .feature-card { padding: 14px 10px; }\n  .pd-wrap .feature-card .fc-icon { font-size: 28px; margin-bottom: 6px; }\n  .pd-wrap .feature-card .fc-title { font-size: 12.5px; }\n  .pd-wrap .feature-card .fc-body { font-size: 11.5px; }\n\n  .pd-wrap .ing-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n  .pd-wrap .ing-card { padding: 16px 12px; }\n  .pd-wrap .ing-card .ic-amount { font-size: 24px; }\n  .pd-wrap .ing-card .ic-icon { font-size: 30px; }\n\n  .pd-wrap .compare-points { grid-template-columns: 1fr; }\n\n  .pd-wrap .how-steps { flex-direction: row; align-items: flex-start; }\n  .pd-wrap .how-step { padding: 10px 4px; }\n  .pd-wrap .how-step .step-num {\n    width: 26px; height: 26px;\n    font-size: 12px;\n    margin-bottom: 8px;\n  }\n  .pd-wrap .how-step .step-icon { font-size: 26px; }\n  .pd-wrap .how-step .step-label { font-size: 10.5px; }\n  .pd-wrap .how-step .step-desc { font-size: 10px; }\n  .pd-wrap .how-step:not(:last-child)::after {\n    right: -8px; top: 26px; font-size: 13px;\n  }\n\n  .pd-wrap .spec-table th { width: 38%; font-size: 12px; padding: 8px 10px; }\n  .pd-wrap .spec-table td { font-size: 12px; padding: 8px 10px; }\n\n  .pd-wrap .qa-card { padding: 14px; }\n  .pd-wrap .qa-q { font-size: 13px; }\n  .pd-wrap .qa-a { font-size: 13px; }\n\n  .pd-wrap .caution-box-new { padding: 16px; }\n  .pd-wrap .storage-box { padding: 16px; }\n\n  .pd-wrap .sec-title { font-size: 16px; margin: 30px 0 14px; }\n}\n\n@media (max-width: 400px) {\n  .pd-wrap .feature-grid { grid-template-columns: 1fr 1fr; }\n  .pd-wrap .feature-card .fc-body { font-size: 11px; }\n  .pd-wrap .ing-grid { grid-template-columns: 1fr 1fr; }\n  .pd-wrap .drink-tags { gap: 6px; }\n  .pd-wrap .drink-tag { font-size: 12px; padding: 4px 10px; }\n  .pd-wrap .how-step .step-icon { font-size: 22px; }\n  .pd-wrap .how-step .step-label { font-size: 9.5px; }\n  .pd-wrap .how-step .step-desc { font-size: 9px; }\n  .pd-wrap .how-step:not(:last-child)::after {\n    right: -6px; top: 24px; font-size: 11px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ① Hero --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"brand-label\"\u003eMeiji \/ Meiji\u003c\/div\u003e\n\u003ch1\u003eAmino Collagen\u003cbr\u003eStandard 196g\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e100% low molecular weight fish collagen \/ approximately 28 days supply\u003cbr\u003eJust mix with your favorite drink\u003c\/p\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"hero-badge\"\u003e🐟 5000mg Fish Collagen\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e💊 Contains Vitamin C\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🥛 Dissolves in anything\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🏆 No.1 in the Collagen Market\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e✨ Patented Manufacturing Method\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ② No.1バナー --\u003e\n\u003cdiv class=\"no1-banner\"\u003e\n\u003cdiv class=\"no1-icon\"\u003e🥇\u003c\/div\u003e\n\u003cdiv class=\"no1-text\"\u003e\n\u003cp class=\"no1-headline\"\u003eJapan's No.1 best-selling collagen (health food) brand\u003c\/p\u003e\n\u003cp class=\"no1-note\"\u003e*1 Intage SRI+ Health Food Collagen Market, cumulative brand sales amount from January to December 2024\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 商品概要（NEW） --\u003e\n\u003cdiv class=\"sec-title\"\u003e🌸 Product Overview\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cp\u003e\"Amino Collagen\" is a powdered beauty collagen food developed by Meiji Co., Ltd., which has been focused on \"food and health\" for over 100 years. It uses 100% low molecular weight fish collagen (fish-derived), which has been shown to have about 1.5 times higher absorption in the body compared to pork-derived collagen.\u003c\/p\u003e\n\u003cp\u003eUsing a patented manufacturing method (Patent No. 5877695), the characteristic unpleasant odor of collagen is significantly reduced during production. Easily dissolves in yogurt, coffee, milk, soup, smoothies, and more, whether hot or cold, allowing simple intake with your favorite drinks or meals. Contains collagen, amino acids (arginine), glucosamine, and vitamin C to fully support your daily beauty care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 特長: 2列2行 --\u003e\n\u003cdiv class=\"sec-title\"\u003e\n\u003cspan\u003e✨ \u003c\/span\u003eFour Features of Amino Collagen\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🐟\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003e100% Fish Collagen\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eUses only pure collagen peptides extracted from fish scales and skin. Approximately 1.5 times more absorbable than pork skin-derived collagen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🔬\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003eLow molecular weight for easy absorption\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eProcessed into low molecular weight peptides to enhance absorption in the body.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e💡\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003ePatented Manufacturing Method\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eUnique masking technology reduces the characteristic collagen odor. Almost tasteless and odorless for easy drinking (Patent No. 5877695).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003eCan be mixed with anything\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eEasily dissolves in coffee, yogurt, soup, and other hot or cold drinks. No impact on ingredients when heated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑤ 期待できる健康サポート --\u003e\n\u003cdiv class=\"sec-title\"\u003e🌟 Expected health support\u003c\/div\u003e\n\u003cdiv class=\"health-support\"\u003e\n\u003cdiv class=\"health-tags\"\u003e\n\u003cspan class=\"health-tag\"\u003e✨ Support for daily beauty care\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e💧 Supply of high-quality protein\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e🍋 Collagen absorption support with vitamin C\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e🦴 Body care support with glucosamine\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e⚡ Easy continuation of beauty habits\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"health-note\"\u003e* This product is a food item and is not intended for diagnosis, treatment, or prevention of diseases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ⑥ 比較セクション --\u003e\n\u003cdiv class=\"sec-title\"\u003e📊 Amino Collagen vs Amino Collagen Premium — Which to Choose?\u003c\/div\u003e\n\u003cp class=\"compare-intro\"\u003eFor basic daily beauty collagen supplementation, \"Amino Collagen (Standard)\" is suitable. For those who want to add luxurious premium ingredients like hyaluronic acid, coenzyme Q10, and ceramide for enhanced care, \"Amino Collagen Premium\" is recommended.\u003c\/p\u003e\n\u003cdiv class=\"compare-scroll\"\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComparison Items\u003c\/th\u003e\n\u003cth\u003eAmino Collagen\u003cbr\u003eStandard\u003c\/th\u003e\n\u003cth\u003eAmino Collagen\u003cbr\u003ePremium\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCollagen Peptides\u003c\/td\u003e\n\u003ctd\u003e5,000mg\u003c\/td\u003e\n\u003ctd\u003e5,000mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHyaluronic Acid\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e20mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoenzyme Q10\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e10mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCeramide\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e1,200μg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C\u003c\/td\u003e\n\u003ctd\u003e50mg\u003c\/td\u003e\n\u003ctd\u003e50mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArginine\u003c\/td\u003e\n\u003ctd\u003e25mg\u003c\/td\u003e\n\u003ctd\u003e25mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlucosamine\u003c\/td\u003e\n\u003ctd\u003e60mg\u003c\/td\u003e\n\u003ctd\u003e60mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended for\u003c\/td\u003e\n\u003ctd\u003eFor those starting collagen supplementation and for everyday use\u003c\/td\u003e\n\u003ctd\u003eFor those concerned about dryness and aging signs or who want more luxurious care\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-points\"\u003e\n\u003cdiv class=\"cp-card std\"\u003e\n\u003cdiv class=\"cp-title\"\u003e🌸 Amino Collagen Standard Highlights\u003c\/div\u003e\nJapan's best-selling classic powdered beauty collagen. Centered on 5000mg of low molecular weight fish collagen, it also contains vitamin C, arginine, and glucosamine. Ideal for collagen beginners and those who want to continue daily.\u003c\/div\u003e\n\u003cdiv class=\"cp-card prm\"\u003e\n\u003cdiv class=\"cp-title\"\u003e💎 Amino Collagen Premium Highlights\u003c\/div\u003e\nIn addition to the standard base ingredients, this luxurious formula includes hyaluronic acid, coenzyme Q10, and ceramide (rice germ extract). Especially recommended for those concerned about dryness, starting aging care, or in their late 20s to 40s.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑦ 主要成分 --\u003e\n\u003cdiv class=\"sec-title\"\u003e💊 Key Ingredients \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003e(Per 7g serving)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-grid\"\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🐟\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eLow Molecular Weight Fish Collagen\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e5,000\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003e100% fish-derived. Approximately 1.5 times more absorbable than pork-derived collagen, designed to be low molecular weight and easily soluble in water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eArginine (Amino Acid)\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e25\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eAn amino acid component essential for a vibrant natural look, which is also the origin of the name \"Amino Collagen.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🍋\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eVitamin C\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e50\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eA nutrient that supports collagen absorption. Contains essential vitamins for beauty.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🦴\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eGlucosamine\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e60\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eFormulated with ingredients that support healthy daily body care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑧ 栄養成分表示 --\u003e\n\u003cdiv class=\"sec-title\"\u003eNutrition Facts \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003ePer serving (7g)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eNutritional Information\u003c\/th\u003e\n\u003cth\u003ePer serving (7g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnergy\u003c\/td\u003e\n\u003ctd\u003e27 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProtein\u003c\/td\u003e\n\u003ctd\u003e5.3 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFat\u003c\/td\u003e\n\u003ctd\u003e0.09 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbohydrates\u003c\/td\u003e\n\u003ctd\u003e1.2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEquivalent Salt Content\u003c\/td\u003e\n\u003ctd\u003e0.01–0.09 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C\u003c\/td\u003e\n\u003ctd\u003e50 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ⑨ 飲み方 --\u003e\n\u003cdiv class=\"sec-title\"\u003eEasy way to drink\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eLevel one serving\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eMeasure one level scoop (about 7g)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eAdd to your favorite drink\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eSuitable for hot or cold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eStir well\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eDissolves quickly and ready\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drink-tags\"\u003e\n\u003cspan class=\"drink-tag\"\u003e☕ Coffee\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍵 Green Tea \/ Black Tea\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥛 Milk\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍊 Orange Juice\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥣 Yogurt\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍲 Soup\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍜 Miso Soup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ⑩ 商品仕様 --\u003e\n\u003cdiv class=\"sec-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-wrap\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eCollagen Powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e196g (about 28 days supply *if taking 7g per day)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDaily Recommended Amount\u003c\/th\u003e\n\u003ctd\u003eAbout 7g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredients\u003c\/th\u003e\n\u003ctd\u003eFish collagen peptides (domestically produced), maltodextrin, vegetable oils\/fats, glucosamine, vitamin C, arginine, thickener (arabic gum), emulsifier, flavoring (contains milk components, orange, soy, gelatin)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage Method\u003c\/th\u003e\n\u003ctd\u003eStore away from direct sunlight and high temperature and humidity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd\u003eJapan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eMeiji Co., Ltd.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ⑪ アレルギー --\u003e\n\u003cdiv class=\"allergy-box\"\u003e\n\u003cdiv class=\"allergy-title\"\u003e⚠️ Allergy Information (Specified Ingredients, etc.)\u003c\/div\u003e\n\u003cdiv class=\"allergy-tags\"\u003e\n\u003cspan class=\"allergy-tag\"\u003e🥛 Milk components\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🍊 Orange\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🌱 Soy\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🐟 Gelatin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑫ よくある質問 --\u003e\n\u003cdiv class=\"sec-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"qa-list\"\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhat is the raw material of collagen?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eWe use 100% low molecular weight fish collagen.* (*As collagen raw material)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhy is the daily amount 5000mg?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eThe amount used for collagen regeneration is about one-third (20g) of the recommended daily protein intake (about 60g). Furthermore, collagen stays in the body about four times longer than other proteins, so one-quarter of 20g, that is 5g (5000mg), is the daily recommended amount. (Supervised by PhD in Pharmacy, Shushichi Takahashi)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhat does the \"Amino\" in \"Amino Collagen\" mean?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eIt refers to the essential ingredient \"amino acid (arginine)\" for a healthy natural look. The daily recommended amount (7g) contains 25mg of arginine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eDoes it have any taste or smell?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eThanks to a patented manufacturing method (Patent No. 5877695), it has a flavor that can be mixed with anything. We have improved the raw materials and manufacturing process to enhance quality and reduce the noticeable odor components of collagen during production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhen is the best time to take it?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eSince \"Amino Collagen\" is a food, there is no specific time like medicine. Please take it at a time that fits your lifestyle and is easy to continue as a habit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhich has higher absorption, fish-derived or pork-derived?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eFish-derived fish collagen has been shown to have about 1.5 times higher absorption than pork-derived collagen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eIs it necessary to take it in your 20s?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eCollagen is said to decrease rapidly after the age of 20. Additionally, UV rays and stress accelerate collagen deficiency. We recommend starting early.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eThere were lumps in the powder; is that okay?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eIf water droplets get inside the product, collagen powder lumps may form after a while. Avoid storing in high humidity places or using a wet spoon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑬ 使用上の注意 --\u003e\n\u003cdiv class=\"sec-title\"\u003eUsage Precautions\u003c\/div\u003e\n\u003cdiv class=\"caution-box-new\"\u003e\n\u003cdiv class=\"cb-title\"\u003e⚠️ Please check before use\u003c\/div\u003e\n\u003cul class=\"caution-list-new\"\u003e\n\u003cli\u003eThis product is a food. It is not a medicine. It is not intended for diagnosis, treatment, or prevention of diseases.\u003c\/li\u003e\n\u003cli\u003eFollow the daily recommended amount (about 7g) and avoid excessive intake. Excessive consumption may eventually be converted into subcutaneous fat in the body.\u003c\/li\u003e\n\u003cli\u003eIf you have allergies, please check the ingredients before use (contains milk components, orange, soy, gelatin).\u003c\/li\u003e\n\u003cli\u003eInfants, pregnant or breastfeeding women, those under medical care or taking medication should consult their doctor before use.\u003c\/li\u003e\n\u003cli\u003eIn rare cases, it may not suit your constitution or condition. If so, stop consumption and consult a doctor.\u003c\/li\u003e\n\u003cli\u003eAvoid using a wet spoon. It may cause the powder to clump.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eConsume as soon as possible after opening.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ⑭ 保管上の注意 --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003cdiv class=\"sb-title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n\u003cul class=\"storage-list\"\u003e\n\u003cli\u003eStore away from direct sunlight and high temperature and humidity.\u003c\/li\u003e\n\u003cli\u003eAfter opening, close the zipper tightly and consume as soon as possible.\u003c\/li\u003e\n\u003cli\u003eAvoid storing in high humidity places as it may cause the powder to clump.\u003c\/li\u003e\n\u003cli\u003eIf using the can type, be sure to close the lid tightly for storage.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 注記 --\u003e\n\u003c\/div\u003e","brand":"Meiji","offers":[{"title":"196g","offer_id":52952209031484,"sku":"4902777313696","price":3090.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4902777313696_ec1f27f0-bb44-4a9b-b96a-707bde8170b5.jpg?v=1775262641"},{"product_id":"meiji-amino-collagen-plus-calcium","title":"Amino Collagen Plus Calcium","description":"\u003cstyle\u003e\n\/* ===== ベースリセット ===== *\/\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #e55a2b;\n  --acc-dark: #c43d15;\n  --acc-light: #fff3ed;\n  --acc-mid: #f49574;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\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;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ── Hero ── *\/\n.pd-wrap .hero {\n  background: linear-gradient(135deg, #c43d15 0%, #e55a2b 50%, #f47f50 100%);\n  border-radius: 16px;\n  padding: 40px 32px;\n  color: #fff;\n  text-align: center;\n  margin-bottom: 36px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 180px; height: 180px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 50%;\n}\n.pd-wrap .hero::after {\n  content: '';\n  position: absolute;\n  bottom: -60px; left: -30px;\n  width: 220px; height: 220px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap .hero .brand-label {\n  display: inline-block;\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 20px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  padding: 4px 14px;\n  margin-bottom: 14px;\n  text-transform: uppercase;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero h1 {\n  font-size: clamp(22px, 5vw, 32px) !important;\n  font-weight: 900 !important;\n  color: #ffffff !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.35);\n  margin: 0 0 10px !important;\n  line-height: 1.3 !important;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-sub {\n  font-size: 14px;\n  opacity: 0.88;\n  margin: 0 0 20px;\n  text-shadow: 0 1px 4px rgba(0,0,0,0.3);\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-badge-row {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n  position: relative; z-index: 1;\n}\n.pd-wrap .hero .hero-badge {\n  background: rgba(255,255,255,0.22);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 8px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n}\n\n\/* ── Section title ── *\/\n.pd-wrap .sec-title {\n  font-size: 18px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 5px solid var(--acc);\n  padding-left: 12px;\n  margin: 40px 0 16px;\n  line-height: 1.4;\n}\n\n\/* ── No.1 バナー ── *\/\n.pd-wrap .no1-banner {\n  background: linear-gradient(90deg, var(--acc-light) 0%, #fff8f4 100%);\n  border: 2px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 24px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  margin-bottom: 30px;\n  flex-wrap: wrap;\n}\n.pd-wrap .no1-banner .no1-icon {\n  font-size: 48px;\n  line-height: 1;\n}\n.pd-wrap .no1-banner .no1-text { flex: 1; min-width: 200px; }\n.pd-wrap .no1-banner .no1-headline {\n  font-size: 20px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  margin: 0 0 4px;\n}\n.pd-wrap .no1-banner .no1-note {\n  font-size: 11px;\n  color: #888;\n  margin: 0;\n}\n\n\/* ── 商品概要 ── *\/\n.pd-wrap .product-overview {\n  background: #fff;\n  border-radius: 14px;\n  padding: 15px;\n  margin-bottom: 12px;\n}\n.pd-wrap .product-overview p {\n  font-size: 18x;\n  color: #444;\n  line-height: 1.85;\n  margin: 0 0 14px;\n}\n.pd-wrap .product-overview p:last-child {\n  margin: 0;\n}\n\n\/* ── Feature cards: 常に2列2行 ── *\/\n.pd-wrap .feature-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 22px 18px;\n  text-align: center;\n}\n.pd-wrap .feature-card .fc-icon {\n  font-size: 36px;\n  margin-bottom: 10px;\n  display: block;\n}\n.pd-wrap .feature-card .fc-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 6px;\n}\n.pd-wrap .feature-card .fc-body {\n  font-size: 12.5px;\n  color: #555;\n  line-height: 1.6;\n}\n\n\/* ── 期待できる健康サポート ── *\/\n.pd-wrap .health-support {\n  background: linear-gradient(135deg, #fff8f0 0%, #fff3ed 100%);\n  border: 2px solid var(--acc-mid);\n  border-radius: 14px;\n  padding: 24px;\n  margin-bottom: 12px;\n}\n.pd-wrap .health-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 14px;\n}\n.pd-wrap .health-tag {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 7px 16px;\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n.pd-wrap .health-note {\n  font-size: 11px;\n  color: #999;\n  margin: 0;\n}\n\n\/* ── 比較テーブル ── *\/\n.pd-wrap .compare-intro {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 16px;\n}\n.pd-wrap .compare-scroll { overflow-x: auto; margin-bottom: 20px; }\n.pd-wrap .compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 320px;\n}\n.pd-wrap .compare-table thead tr th {\n  padding: 12px 16px !important;\n  text-align: center !important;\n  font-weight: 700 !important;\n  font-size: 13px !important;\n}\n.pd-wrap .compare-table thead tr th:first-child {\n  background: #555 !important;\n  color: #fff !important;\n  border-radius: 8px 0 0 0;\n}\n.pd-wrap .compare-table thead tr th:nth-child(2) {\n  background: var(--acc) !important;\n  color: #fff !important;\n}\n.pd-wrap .compare-table thead tr th:nth-child(3) {\n  background: #2e7d32 !important;\n  color: #fff !important;\n  border-radius: 0 8px 0 0;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) { background: #f9f9f9; }\n.pd-wrap .compare-table tbody tr:nth-child(odd) { background: #fff; }\n.pd-wrap .compare-table tbody td {\n  padding: 10px 16px !important;\n  border-bottom: 1px solid #eee;\n  text-align: center !important;\n  color: #444 !important;\n  font-size: 13px !important;\n}\n.pd-wrap .compare-table tbody td:first-child {\n  font-weight: 700 !important;\n  color: #333 !important;\n  text-align: left !important;\n  background: #f5f5f5;\n}\n.pd-wrap .compare-table tbody tr:last-child td {\n  font-size: 12px !important;\n  color: var(--acc) !important;\n  font-weight: 600 !important;\n}\n.pd-wrap .compare-table tbody tr:last-child td:first-child {\n  color: #333 !important;\n}\n\n\/* ── 比較ポイントカード ── *\/\n.pd-wrap .compare-points {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .cp-card {\n  border-radius: 12px;\n  padding: 18px 16px;\n  font-size: 13px;\n  line-height: 1.75;\n  color: #444;\n}\n.pd-wrap .cp-card.std {\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n}\n.pd-wrap .cp-card.prm {\n  background: #e8f5e9;\n  border: 1.5px solid #81c784;\n}\n.pd-wrap .cp-card .cp-title {\n  font-size: 14px;\n  font-weight: 900;\n  margin-bottom: 8px;\n}\n.pd-wrap .cp-card.std .cp-title { color: var(--acc-dark); }\n.pd-wrap .cp-card.prm .cp-title { color: #1b5e20; }\n\n\/* ── 主要成分 2列2行カード ── *\/\n.pd-wrap .ing-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 12px;\n}\n.pd-wrap .ing-card {\n  background: #fff;\n  border: 2px solid var(--acc-mid);\n  border-radius: 16px;\n  padding: 24px 18px;\n  text-align: center;\n  transition: box-shadow 0.2s;\n}\n.pd-wrap .ing-card:hover {\n  box-shadow: 0 4px 16px rgba(229,90,43,0.15);\n}\n.pd-wrap .ing-card .ic-icon {\n  font-size: 40px;\n  display: block;\n  margin-bottom: 10px;\n}\n.pd-wrap .ing-card .ic-name {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc);\n  margin-bottom: 8px;\n}\n.pd-wrap .ing-card .ic-amount {\n  font-size: 32px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  line-height: 1.1;\n  margin-bottom: 2px;\n}\n.pd-wrap .ing-card .ic-amount span {\n  font-size: 14px;\n  font-weight: 600;\n  color: #888;\n}\n.pd-wrap .ing-card .ic-desc {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.65;\n  margin-top: 8px;\n}\n\n\/* ── 栄養成分テーブル ── *\/\n.pd-wrap .table-scroll { overflow-x: auto; margin-bottom: 8px; }\n.pd-wrap .table-scroll table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 280px;\n}\n.pd-wrap .table-scroll table thead tr {\n  background: var(--acc);\n  color: #fff;\n}\n.pd-wrap .table-scroll table thead th {\n  padding: 10px 14px !important;\n  text-align: left !important;\n  font-weight: 700 !important;\n  color: #fff !important;\n  background-color: var(--acc) !important;\n}\n.pd-wrap .table-scroll table tbody tr:nth-child(even) { background: var(--acc-light); }\n.pd-wrap .table-scroll table tbody tr:nth-child(odd) { background: #fff; }\n.pd-wrap .table-scroll table tbody td {\n  padding: 9px 14px !important;\n  border-bottom: 1px solid #ffd9cc;\n  color: #333 !important;\n  vertical-align: middle !important;\n}\n.pd-wrap .table-scroll table tbody td:first-child {\n  font-weight: 600;\n  color: #555 !important;\n}\n\n\/* ── 飲み方ステップ ── *\/\n.pd-wrap .how-steps {\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  gap: 0;\n  margin-bottom: 20px;\n}\n.pd-wrap .how-step {\n  flex: 1;\n  text-align: center;\n  padding: 16px 8px;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0;\n}\n.pd-wrap .how-step .step-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 14px;\n  font-weight: 900;\n  flex-shrink: 0;\n  margin-bottom: 10px;\n}\n.pd-wrap .how-step .step-icon {\n  font-size: 34px;\n  display: block;\n  line-height: 1;\n  margin-bottom: 8px;\n}\n.pd-wrap .how-step .step-label {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  line-height: 1.4;\n  margin-bottom: 4px;\n}\n.pd-wrap .how-step .step-desc {\n  font-size: 11.5px;\n  color: #666;\n  line-height: 1.5;\n}\n.pd-wrap .how-step:not(:last-child)::after {\n  content: '→';\n  position: absolute;\n  right: -10px;\n  top: 30px;\n  font-size: 18px;\n  color: var(--acc-mid);\n  line-height: 1;\n}\n\n\/* ── 飲み物例タグ ── *\/\n.pd-wrap .drink-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n.pd-wrap .drink-tag {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 5px 14px;\n  font-size: 12.5px;\n  color: var(--acc-dark);\n  font-weight: 600;\n}\n\n\/* ── 商品仕様テーブル ── *\/\n.pd-wrap .spec-wrap { overflow-x: auto; margin-bottom: 12px; }\n.pd-wrap .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 280px;\n}\n.pd-wrap .spec-table th {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-weight: 700;\n  padding: 10px 14px;\n  text-align: left;\n  width: 30%;\n  border-bottom: 1px solid var(--acc-mid);\n  vertical-align: top;\n}\n.pd-wrap .spec-table td {\n  padding: 10px 14px;\n  background: #fff;\n  border-bottom: 1px solid #ffd9cc;\n  color: #444;\n  font-size: 13px;\n  word-break: break-all;\n}\n\n\/* ── アレルギー ── *\/\n.pd-wrap .allergy-box {\n  background: #fff8e1;\n  border: 1.5px solid #f5c842;\n  border-radius: 12px;\n  padding: 18px 20px;\n  margin-bottom: 12px;\n}\n.pd-wrap .allergy-box .allergy-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: #b08000;\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap .allergy-box .allergy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .allergy-box .allergy-tag {\n  background: #fdeea0;\n  border: 1px solid #e8c800;\n  border-radius: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 12px;\n  color: #7a5c00;\n}\n\n\/* ── Q\u0026A ── *\/\n.pd-wrap .qa-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-bottom: 12px;\n}\n.pd-wrap .qa-card {\n  background: #f8f9fa;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 18px 20px;\n}\n.pd-wrap .qa-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  margin-bottom: 10px;\n}\n.pd-wrap .qa-row:last-child { margin-bottom: 0; }\n.pd-wrap .qa-badge {\n  width: 26px; height: 26px;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 900;\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-wrap .qa-badge.q { background: var(--acc); color: #fff; }\n.pd-wrap .qa-badge.a { background: #888; color: #fff; }\n.pd-wrap .qa-q {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  line-height: 1.6;\n  margin: 0;\n}\n.pd-wrap .qa-a {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin: 0;\n}\n\n\/* ── 使用上の注意 ── *\/\n.pd-wrap .caution-box-new {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 24px;\n  margin-bottom: 16px;\n}\n.pd-wrap .caution-box-new .cb-title {\n  font-size: 15px;\n  font-weight: 900;\n  color: #92400e;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .caution-list-new {\n  list-style: none;\n  padding: 0; margin: 0;\n}\n.pd-wrap .caution-list-new li {\n  position: relative;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 6px;\n}\n.pd-wrap .caution-list-new li::before {\n  content: '▸';\n  position: absolute;\n  left: 0;\n  color: #f59e0b;\n  font-size: 12px;\n  top: 3px;\n}\n\n\/* ── 保管上の注意 ── *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 24px;\n  margin-bottom: 16px;\n}\n.pd-wrap .storage-box .sb-title {\n  font-size: 15px;\n  font-weight: 900;\n  color: #1e3a6e;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .storage-list {\n  list-style: none;\n  padding: 0; margin: 0;\n}\n.pd-wrap .storage-list li {\n  position: relative;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 6px;\n}\n.pd-wrap .storage-list li::before {\n  content: '▸';\n  position: absolute;\n  left: 0;\n  color: #4a6fa5;\n  font-size: 12px;\n  top: 3px;\n}\n\n\/* ── 注記 ── *\/\n.pd-wrap .footnote {\n  font-size: 11px;\n  color: #999;\n  line-height: 1.8;\n  margin-top: 20px;\n  padding-top: 14px;\n  border-top: 1px solid var(--acc-mid);\n}\n\n\/* ===== モバイル対応 ===== *\/\n@media (max-width: 600px) {\n  .pd-wrap .hero { padding: 32px 18px 28px; }\n  .pd-wrap .hero h1 { font-size: 22px !important; }\n  .pd-wrap .hero .hero-badge-row { gap: 6px; }\n  .pd-wrap .hero .hero-badge { font-size: 11px; padding: 5px 10px; }\n\n  .pd-wrap .no1-banner { flex-direction: column; text-align: center; padding: 18px 16px; gap: 12px; }\n  .pd-wrap .no1-banner .no1-icon { font-size: 38px; }\n  .pd-wrap .no1-banner .no1-headline { font-size: 16px; }\n\n  .pd-wrap .product-overview { padding: 18px 16px; }\n  .pd-wrap .product-overview p { font-size: 13.5px; }\n\n  .pd-wrap .feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n  .pd-wrap .feature-card { padding: 14px 10px; }\n  .pd-wrap .feature-card .fc-icon { font-size: 28px; margin-bottom: 6px; }\n  .pd-wrap .feature-card .fc-title { font-size: 12.5px; }\n  .pd-wrap .feature-card .fc-body { font-size: 11.5px; }\n\n  .pd-wrap .ing-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n  .pd-wrap .ing-card { padding: 16px 12px; }\n  .pd-wrap .ing-card .ic-amount { font-size: 24px; }\n  .pd-wrap .ing-card .ic-icon { font-size: 30px; }\n\n  .pd-wrap .compare-points { grid-template-columns: 1fr; }\n\n  .pd-wrap .how-steps { flex-direction: row; align-items: flex-start; }\n  .pd-wrap .how-step { padding: 10px 4px; }\n  .pd-wrap .how-step .step-num {\n    width: 26px; height: 26px;\n    font-size: 12px;\n    margin-bottom: 8px;\n  }\n  .pd-wrap .how-step .step-icon { font-size: 26px; }\n  .pd-wrap .how-step .step-label { font-size: 10.5px; }\n  .pd-wrap .how-step .step-desc { font-size: 10px; }\n  .pd-wrap .how-step:not(:last-child)::after {\n    right: -8px; top: 26px; font-size: 13px;\n  }\n\n  .pd-wrap .spec-table th { width: 38%; font-size: 12px; padding: 8px 10px; }\n  .pd-wrap .spec-table td { font-size: 12px; padding: 8px 10px; }\n\n  .pd-wrap .qa-card { padding: 14px; }\n  .pd-wrap .qa-q { font-size: 13px; }\n  .pd-wrap .qa-a { font-size: 13px; }\n\n  .pd-wrap .caution-box-new { padding: 16px; }\n  .pd-wrap .storage-box { padding: 16px; }\n\n  .pd-wrap .sec-title { font-size: 16px; margin: 30px 0 14px; }\n}\n\n@media (max-width: 400px) {\n  .pd-wrap .feature-grid { grid-template-columns: 1fr 1fr; }\n  .pd-wrap .feature-card .fc-body { font-size: 11px; }\n  .pd-wrap .ing-grid { grid-template-columns: 1fr 1fr; }\n  .pd-wrap .drink-tags { gap: 6px; }\n  .pd-wrap .drink-tag { font-size: 12px; padding: 4px 10px; }\n  .pd-wrap .how-step .step-icon { font-size: 22px; }\n  .pd-wrap .how-step .step-label { font-size: 9.5px; }\n  .pd-wrap .how-step .step-desc { font-size: 9px; }\n  .pd-wrap .how-step:not(:last-child)::after {\n    right: -6px; top: 24px; font-size: 11px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ① Hero --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"brand-label\"\u003eMeiji \/ Meiji\u003c\/div\u003e\n\u003ch1\u003eAmino Collagen\u003cbr\u003ePlus Calcium 98g\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e100% low molecular weight fish collagen \/ about 14 days supply\u003cbr\u003eCalcium, Vitamin D, and Glucosamine enhanced type\u003c\/p\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"hero-badge\"\u003e🐟 Fish collagen 5000mg\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🦴 Calcium 102mg\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e☀️ Contains Vitamin D\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🔄 Glucosamine doubled\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e✨ Patented manufacturing method\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ② 推奨バナー --\u003e\n\u003cdiv class=\"no1-banner\"\u003e\n\u003cdiv class=\"no1-text\"\u003e\n\u003cp class=\"no1-headline\"\u003e93% of registered dietitians recommend it\u003c\/p\u003e\n\u003cp class=\"no1-note\"\u003e* Survey period (November 2019), respondents (248 medical institution nutritionists), question (Would you like to continue recommending \"Amino Collagen Plus Calcium\"?), conducted by Fundery Co., Ltd.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ③ 商品概要（NEW） --\u003e\n\u003cdiv class=\"sec-title\"\u003e🌸 Product overview\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cp\u003e\"Amino Collagen Plus Calcium\" is a special version with enhanced health support ingredients born from Japan’s best-selling collagen brand \"Amino Collagen\" series. It uses 5000mg of low molecular weight fish collagen as the base ingredient and includes calcium 102mg and vitamin D 12.5μg, nutrients often lacking in Japanese people. Additionally, glucosamine, which supports a healthy daily life, is increased to 120mg, double the standard version.\u003c\/p\u003e\n\u003cp\u003eAfter age 20, collagen levels in the body rapidly decrease, and bone mass peaks around the 20s to 30s. Especially women are more susceptible to calcium deficiency with age, so it is recommended to actively supplement with supplements in addition to daily diet. Thanks to a patented manufacturing method (Patent No. 5877695), the characteristic odor of collagen is greatly reduced, so you can easily dissolve it in your favorite drinks or dishes like coffee, yogurt, or soup to take collagen and calcium simultaneously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ④ 特長: 2列2行 --\u003e\n\u003cdiv class=\"sec-title\"\u003e\n\u003cspan\u003e✨ \u003c\/span\u003eFour features of Amino Collagen Plus Calcium\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🦴\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003eContains Calcium 102mg\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eContains 102mg of calcium per serving (7g), a nutrient often lacking in Japanese people. An important mineral that makes up 1-2% of adult body weight.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e☀️\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003eContains Vitamin D 12.5μg\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eContains vitamin D which supports calcium absorption. The synergistic effect further enhances health support.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🔄\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003eGlucosamine doubled (120mg)\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eGlucosamine, a raw material for hyaluronic acid and chondroitin which have water retention properties, has been doubled from the standard version.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🐟\u003c\/span\u003e\n\u003cdiv class=\"fc-title\"\u003e100% fish collagen\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003eFish-derived collagen is about 1.5 times more absorbable than pork skin-derived collagen, and low molecular weight further enhances absorption in the body.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑤ 期待できる健康サポート --\u003e\n\u003cdiv class=\"sec-title\"\u003e🌟 Expected health support\u003c\/div\u003e\n\u003cdiv class=\"health-support\"\u003e\n\u003cdiv class=\"health-tags\"\u003e\n\u003cspan class=\"health-tag\"\u003e🦴 Bone health support\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e✨ Support for daily beauty care\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e💪 Support for an active daily life\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e💧 Supply of high-quality protein\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e🌿 Support for a healthy body care\u003c\/span\u003e \u003cspan class=\"health-tag\"\u003e⚡ Easy continuation of healthy habits\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"health-note\"\u003e* This product is a food and is not intended for diagnosis, treatment, or prevention of diseases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ⑥ 比較セクション --\u003e\n\u003cdiv class=\"sec-title\"\u003e📊 Amino Collagen Standard vs Plus Calcium — Which to choose?\u003c\/div\u003e\n\u003cp class=\"compare-intro\"\u003eFor those aiming for basic beauty collagen supplementation, \"Amino Collagen (Standard)\" is suitable, while those who want to take health support ingredients like calcium, vitamin D, and glucosamine along with collagen should choose \"Amino Collagen Plus Calcium.\"\u003c\/p\u003e\n\u003cdiv class=\"compare-scroll\"\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComparison items\u003c\/th\u003e\n\u003cth\u003eAmino Collagen\u003cbr\u003e(Standard)\u003c\/th\u003e\n\u003cth\u003eAmino Collagen\u003cbr\u003ePlus Calcium\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCollagen peptides\u003c\/td\u003e\n\u003ctd\u003e5,000mg\u003c\/td\u003e\n\u003ctd\u003e5,000mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCalcium\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e102mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin D\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003e12.5μg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlucosamine\u003c\/td\u003e\n\u003ctd\u003e60mg\u003c\/td\u003e\n\u003ctd\u003e120mg (double)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C\u003c\/td\u003e\n\u003ctd\u003e50mg\u003c\/td\u003e\n\u003ctd\u003e50mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArginine\u003c\/td\u003e\n\u003ctd\u003e25mg\u003c\/td\u003e\n\u003ctd\u003e25mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended for\u003c\/td\u003e\n\u003ctd\u003eFor those starting beauty collagen supplementation and for daily use\u003c\/td\u003e\n\u003ctd\u003eFor those concerned about bone health and those over 40 who want to stay active\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-points\"\u003e\n\u003cdiv class=\"cp-card std\"\u003e\n\u003cdiv class=\"cp-title\"\u003e🌸 Amino Collagen (Standard) Highlights\u003c\/div\u003e\nJapan’s best-selling classic powdered beauty collagen. Centered on 5000mg of low molecular weight fish collagen, it also contains vitamin C, arginine, and glucosamine. Ideal for collagen beginners and those who want to continue daily steadily.\u003c\/div\u003e\n\u003cdiv class=\"cp-card prm\"\u003e\n\u003cdiv class=\"cp-title\"\u003e🦴 Amino Collagen Plus Calcium Highlights\u003c\/div\u003e\nKeeping the standard basic beauty ingredients as is, it includes health support ingredients \"Calcium 102mg\" and \"Vitamin D 12.5μg,\" and doubles the glucosamine content. Especially recommended for those concerned about bone health and those over 40 who want to stay active by continuing steadily.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑦ 主要成分 --\u003e\n\u003cdiv class=\"sec-title\"\u003e💊 Main ingredients \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003e(Per serving 7g)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-grid\"\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🐟\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eLow molecular weight fish collagen\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e5,000\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003e100% fish-derived. About 1.5 times more absorbable than pork-derived, designed to be low molecular weight and easily soluble in water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🦴\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eCalcium\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e102\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eA mineral that makes up 1-2% of adult body weight and is the most abundant in the body. A nutrient often lacking in Japanese people.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e☀️\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eVitamin D\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e12.5\u003cspan\u003eμg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eA type of vitamin that supports calcium. Supports health with a synergistic effect with calcium.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cspan class=\"ic-icon\"\u003e🔄\u003c\/span\u003e\n\u003cdiv class=\"ic-name\"\u003eGlucosamine\u003c\/div\u003e\n\u003cdiv class=\"ic-amount\"\u003e120\u003cspan\u003emg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ic-desc\"\u003eRaw materials for hyaluronic acid and chondroitin, which have water retention properties. Doubled compared to the standard version.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑧ 栄養成分表示 --\u003e\n\u003cdiv class=\"sec-title\"\u003eNutrition Facts \u003csmall style=\"font-size: 13px; font-weight: 400; color: #888;\"\u003ePer serving (7g)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eNutritional Information\u003c\/th\u003e\n\u003cth\u003ePer serving (7g)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnergy\u003c\/td\u003e\n\u003ctd\u003e26 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProtein\u003c\/td\u003e\n\u003ctd\u003e5.3 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFat\u003c\/td\u003e\n\u003ctd\u003e0.1 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbohydrates\u003c\/td\u003e\n\u003ctd\u003e1.0 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEquivalent Salt Content\u003c\/td\u003e\n\u003ctd\u003e0.01–0.09 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCalcium\u003c\/td\u003e\n\u003ctd\u003e102 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin C\u003c\/td\u003e\n\u003ctd\u003e50 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin D\u003c\/td\u003e\n\u003ctd\u003e12.5 μg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ⑨ 飲み方 --\u003e\n\u003cdiv class=\"sec-title\"\u003eEasy way to drink\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eLevel one serving\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eMeasure 1.5 level tablespoons (about 7g)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eAdd to your favorite drink\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eSuitable for hot or cold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cspan class=\"step-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"step-label\"\u003eStir well\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eDissolves quickly and ready\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drink-tags\"\u003e\n\u003cspan class=\"drink-tag\"\u003e☕ Coffee\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍵 Green Tea \/ Black Tea\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥛 Milk\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍊 Orange Juice\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🥣 Yogurt\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍲 Soup\u003c\/span\u003e \u003cspan class=\"drink-tag\"\u003e🍜 Miso Soup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ⑩ 商品仕様 --\u003e\n\u003cdiv class=\"sec-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-wrap\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eCollagen Powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eContent Weight\u003c\/th\u003e\n\u003ctd\u003e98g (about 14 days supply when taking 7g per day)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDaily Recommended Amount\u003c\/th\u003e\n\u003ctd\u003eAbout 7g (1.5 level tablespoons)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredients\u003c\/th\u003e\n\u003ctd\u003eFish collagen peptides (domestically produced), maltodextrin, vegetable oils\/fats, calcium carbonate, glucosamine, vitamin C, arginine, thickener (arabic gum), emulsifier, flavoring, vitamin D (contains orange, kiwi fruit, soy, and gelatin)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage Method\u003c\/th\u003e\n\u003ctd\u003eStore away from direct sunlight and high temperature and humidity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd\u003eJapan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eMeiji Co., Ltd.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ⑪ アレルギー --\u003e\n\u003cdiv class=\"allergy-box\"\u003e\n\u003cdiv class=\"allergy-title\"\u003e⚠️ Allergy Information (Specified Ingredients)\u003c\/div\u003e\n\u003cdiv class=\"allergy-tags\"\u003e\n\u003cspan class=\"allergy-tag\"\u003e🍊 Orange\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🥝 Kiwi Fruit\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🌱 Soy\u003c\/span\u003e \u003cspan class=\"allergy-tag\"\u003e🐟 Gelatin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑫ よくある質問 --\u003e\n\u003cdiv class=\"sec-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"qa-list\"\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhat is the difference from the standard version?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eWhile keeping the basic beauty ingredients (fish collagen 5000mg, vitamin C, arginine), it contains health support ingredients \"calcium 102mg\" and \"vitamin D 12.5μg,\" and doubles the glucosamine amount to 120mg compared to the standard version.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWho is it recommended for?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eRecommended for those concerned about bone health, calcium deficiency, and those over 40 who want to stay active steadily, especially women.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhy is calcium necessary?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eCalcium is one of the nutrients that Japanese people tend to lack. Bone mass peaks around the 20s to 30s, and especially women are more susceptible to calcium deficiency with age. Therefore, it is recommended to actively supplement with supplements in addition to daily dietary intake.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eDoes it have any noticeable taste or smell?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eThanks to a patented manufacturing method (Patent No. 5877695), it has a flavor that can be mixed with anything. We have improved the raw materials and manufacturing process to enhance quality and reduce the unpleasant smell of collagen during production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhen is the best time to drink it?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eSince \"Amino Collagen Plus Calcium\" is a food, there is no specific time like medicine. Please drink it freely at a time that fits your lifestyle and is easy to continue as a habit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eDoes it dissolve in cold drinks?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eYes, it dissolves quickly even in cold drinks. You can use it in hot or cold drinks according to your preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eWhich has higher absorption, fish-derived or pork-derived?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eFish-derived fish collagen has been shown to have about 1.5 times higher absorption than pork skin-derived collagen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-card\"\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge q\"\u003eQ\u003c\/span\u003e\n\u003cp class=\"qa-q\"\u003eThere were clumps in the powder, is it okay?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-row\"\u003e\n\u003cspan class=\"qa-badge a\"\u003eA\u003c\/span\u003e\n\u003cp class=\"qa-a\"\u003eIf water droplets get into the product, collagen powder clumps may form after a while. Avoid storing in high humidity places and using a wet spoon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ⑬ 使用上の注意 --\u003e\n\u003cdiv class=\"sec-title\"\u003eUsage Precautions\u003c\/div\u003e\n\u003cdiv class=\"caution-box-new\"\u003e\n\u003cdiv class=\"cb-title\"\u003e⚠️ Please check before use\u003c\/div\u003e\n\u003cul class=\"caution-list-new\"\u003e\n\u003cli\u003eThis product is a food. It is not a medicine. It is not intended for diagnosis, treatment, or prevention of diseases.\u003c\/li\u003e\n\u003cli\u003eFollow the daily recommended amount (about 7g) and avoid excessive intake. Excessive consumption may eventually be converted into subcutaneous fat in the body.\u003c\/li\u003e\n\u003cli\u003eIf you have allergies, please check the ingredients before use (contains orange, kiwi fruit, soy, and gelatin).\u003c\/li\u003e\n\u003cli\u003eInfants, pregnant or breastfeeding women, those under medical care or taking medication should consult their doctor before use.\u003c\/li\u003e\n\u003cli\u003eIn rare cases, it may not suit your constitution or condition. If so, stop consumption and consult a doctor.\u003c\/li\u003e\n\u003cli\u003eAvoid using a wet spoon. It may cause the powder to clump.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eConsume as soon as possible after opening.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ⑭ 保管上の注意 --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003cdiv class=\"sb-title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n\u003cul class=\"storage-list\"\u003e\n\u003cli\u003eStore away from direct sunlight and high temperature and humidity.\u003c\/li\u003e\n\u003cli\u003eAfter opening, close the zipper tightly and consume as soon as possible.\u003c\/li\u003e\n\u003cli\u003eAvoid storing in high humidity places as it may cause the powder to clump.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 注記 --\u003e\n\u003c\/div\u003e","brand":"Meiji","offers":[{"title":"196g","offer_id":52968277705020,"sku":"4902777306209","price":2425.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4902777306209.jpg?v=1775718027"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/collections\/093284092384.jpg?v=1775261350","url":"https:\/\/mamigo.jp\/en-kr\/collections\/meiji-amino-collagen.oembed","provider":"MamiGo","version":"1.0","type":"link"}