{"product_id":"lion-oct-shampoo","title":"奥克托洗发水 温和花香味","description":"\u003cstyle\u003e\n\/* -------------------------------------------------------------------------\n  Shopify Description CSS Scope - Octo Shampoo (v6)\n---------------------------------------------------------------------------- *\/\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #1a7a3c; \/* パッケージカラー：清潔感のあるグリーン *\/\n  --acc-dark: #0d4d26;\n  --acc-light: #f0f9f4;\n  --acc-mid: #a8d5ba;\n  font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  background-color: #ffffff;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3, \n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* 1. Hero Section *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 24px;\n  text-align: center;\n  color: #ffffff;\n  position: relative;\n  overflow: hidden;\n  border-radius: 0 0 24px 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  right: -50px;\n  width: 150px;\n  height: 150px;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n}\n\n.pd-wrap .pd-hero .category-badge {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.2);\n  padding: 4px 12px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 16px;\n  border: 1px solid rgba(255, 255, 255, 0.4);\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 800 !important;\n  margin-bottom: 12px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.pd-wrap .pd-hero .tagline {\n  font-size: 16px;\n  font-weight: 500;\n  margin-bottom: 24px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  opacity: 0.95;\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: #ffffff;\n  color: var(--acc);\n  padding: 6px 14px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 700;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n\/* 2. Card Layout *\/\n.pd-wrap .section-card {\n  background: #ffffff;\n  margin: 20px 16px;\n  padding: 24px;\n  border-radius: 16px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.pd-wrap .section-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--acc);\n  margin-bottom: 18px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n  display: flex;\n  align-items: center;\n}\n\n.pd-wrap .section-title::before {\n  content: \"\";\n  width: 6px;\n  height: 24px;\n  background: #ffd700;\n  margin-right: 12px;\n  border-radius: 3px;\n}\n\n\/* 3. Grid *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 10px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  padding: 16px;\n  border-radius: 12px;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--acc);\n  margin-bottom: 6px;\n}\n\n.pd-wrap .action-card .pill {\n  display: inline-block;\n  font-size: 11px;\n  background: #fff;\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  margin: 0;\n  color: #444;\n}\n\n\/* 4. Table *\/\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin: 10px 0;\n  border-radius: 8px;\n  border: 1px solid #eee;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 12px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 12px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n\/* 5. Utility *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  padding: 6px 12px;\n  border-radius: 6px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .caution-box h4 {\n  color: #b45309;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .storage-box h4 {\n  color: #2e4a7d;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003c!-- 1. Hero Section --\u003e\n  \u003cheader class=\"pd-hero\"\u003e\n    \u003cdiv class=\"category-badge\"\u003e医药部外品 | 医药部外品洗发水\u003c\/div\u003e\n    \u003ch1\u003e奥克托洗发水\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003e含防止头皮屑和瘙痒的医药部外品有效成分。保持头皮清洁，营造健康头皮环境。\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e含医药部外品有效成分奥克托皮洛克斯\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e强力防止头皮屑和瘙痒\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e温和花香\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e除臭效果防止异味\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- 2. 商品概要カード --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e为头皮问题带来可靠的“清洁”。\u003c\/h2\u003e\n    \u003cp\u003e\n      “奥克托洗发水”是为反复出现头皮屑、瘙痒及头皮异味困扰者开发的医药部外品洗发水。有效成分“奥克托皮洛克斯”抑制导致头皮屑和瘙痒的菌群繁殖，保持头皮健康。\n    \u003c\/p\u003e\n    \u003cp\u003e\n      细腻泡沫彻底清洁头皮各处污垢，洗感温和。除臭效果有效防止汗臭。适合全家使用，是清洁清爽头皮护理的经典产品。\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e四大特色\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003e抑制头皮屑和瘙痒发生\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003e有效成分奥克托皮洛克斯\u003c\/span\u003e\n        \u003cp\u003e具有杀菌和抗氧化作用的成分，针对头皮屑和瘙痒的致病菌，调节健康头皮环境。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003e防止异味\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003e除臭效果\u003c\/span\u003e\n        \u003cp\u003e优异杀菌效果，防止头皮汗臭，保持一整天清爽头皮。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003e对头皮温和的泡沫\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003e细腻泡沫\u003c\/span\u003e\n        \u003cp\u003e丰富泡沫包裹污垢，温和清洁头皮。设计减轻头皮压力。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003e清洁感香气\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003e温和花香\u003c\/span\u003e\n        \u003cp\u003e清新舒缓的温和花香。洗后留有淡淡香气，营造清洁感。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 4. 有効成分テーブル --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e配合成分详情\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e分类\u003c\/th\u003e\n            \u003cth\u003e成分名称\u003c\/th\u003e\n            \u003cth\u003e作用\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cspan style=\"font-size: 11px; padding: 2px 6px; background: #fff; border: 1px solid var(--acc-mid); border-radius: 4px; color: var(--acc);\"\u003e有效成分\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e吡咯酮羟胺\u003c\/td\u003e\n            \u003ctd\u003e通过杀菌和抗氧化作用，防止头皮屑、瘙痒及头皮异味。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e其他成分\u003c\/td\u003e\n            \u003ctd\u003e月桂醇硫酸钠、苯甲酸钠\u003c\/td\u003e\n            \u003ctd\u003e清洁头皮并保持产品品质的成分。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e保湿与调理肌肤\u003c\/td\u003e\n            \u003ctd\u003e甘草提取物、磷酸盐\u003c\/td\u003e\n            \u003ctd\u003e调节头皮状态，保持健康。\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. 効能・効果 --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e功效与效果\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e防止头皮屑和瘙痒\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e防止头发和头皮汗臭\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e清洁头发和头皮\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e保持头发和头皮健康\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 6. 用法・用量 --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e使用方法\u003c\/h2\u003e\n    \u003cp\u003e按摩头皮清洗后请彻底冲洗干净。\u003c\/p\u003e\n    \u003cdiv style=\"border-left: 4px solid var(--acc-mid); background-color: var(--acc-light); padding: 12px; margin-top: 10px; font-size: 14px;\"\u003e\n      ●用温水充分润湿头皮和头发后，取适量于手中起泡。\u003cbr\u003e\n      ●用指腹轻柔按摩整个头皮洗净效果更佳。\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 8. ブランドストーリー --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 品牌故事\u003c\/h2\u003e\n    \u003cp\u003e\n      “奥克托”是日本代表性日用品制造商狮王长期推出的头皮护理畅销品牌。基于“保持头皮清洁”是养护美丽秀发的第一步的信念而诞生。\n    \u003c\/p\u003e\n    \u003cp\u003e\n      采用有效成分“奥克托皮洛克斯（吡咯酮羟胺）”，追求确实效果与日常使用的舒适感。随着时代变化，持续关注众多用户的头皮问题，守护清洁健康的头皮。\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 9. 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003ch4\u003e⚠️ 使用注意事项\u003c\/h4\u003e\n    \u003cp style=\"font-size: 13px; margin: 0;\"\u003e\n      ●如有湿疹、皮炎（皮肤发红、溃烂）等皮肤问题，请勿使用，以免加重症状。\u003cbr\u003e\n      ●使用中如出现皮肤发红或刺激感，请停止使用并携带产品咨询医生。\u003cbr\u003e\n      ●若不慎入眼，请立即用水冲洗。\u003cbr\u003e\n      ●请放置在婴幼儿无法触及的地方。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 10. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003ch4\u003e📦 储存注意事项\u003c\/h4\u003e\n    \u003cp style=\"font-size: 13px; margin: 0;\"\u003e\n      ●请勿存放在直射阳光照射处或极端高温或低温的地方。\u003cbr\u003e\n      ●开封后请尽快用完。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lion","offers":[{"title":"320ml","offer_id":52320960643388,"sku":"4903301437239","price":880.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4903301437239.png?v=1777733209","url":"https:\/\/mamigo.jp\/zh-hans-kr\/products\/lion-oct-shampoo","provider":"MamiGo","version":"1.0","type":"link"}