{"title":"俱乐部素颜系列","description":"","products":[{"product_id":"club-suppin-powder-pastel-rose-scent","title":"俱乐部 素颜散粉C 淡粉玫瑰香味","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #b5485a;\n  --acc-dark: #8b2d3d;\n  --acc-light: #fde8ec;\n  --acc-mid: #e0879a;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\n  line-height: 1.7;\n}\n\n\/* ===== 見出しリセット ===== *\/\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 48px 36px 44px;\n  margin-bottom: 28px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 260px;\n  height: 260px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 200px;\n  height: 200px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.2);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 50px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  letter-spacing: 0.06em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 800 !important;\n  letter-spacing: 0.04em;\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  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: clamp(13px, 2vw, 16px);\n  margin-bottom: 22px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tag {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 50px;\n  font-size: 12px;\n  padding: 5px 14px;\n}\n\n\/* ===== カード共通 ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 30px 28px;\n  margin-bottom: 22px;\n  box-shadow: 0 2px 14px rgba(0,0,0,0.07);\n}\n\n\/* ===== セクションタイトル ===== *\/\n.pd-wrap .section-title {\n  position: relative;\n  font-size: clamp(16px, 2.5vw, 20px);\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 16px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 2px;\n  bottom: 2px;\n  width: 5px;\n  background: #f5c518;\n  border-radius: 4px;\n}\n\n\/* ===== 商品概要 ===== *\/\n.pd-wrap .overview-text {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n}\n\n\/* ===== 特長グリッド ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 4px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feat-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 18px;\n}\n\n.pd-wrap .feat-card .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .feat-card .feat-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  border-radius: 50px;\n  padding: 2px 10px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-desc {\n  font-size: 13px;\n  color: #444;\n  line-height: 1.7;\n}\n\n\/* ===== 成分テーブル ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-top: 4px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 500px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #fce4e9;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .ing-table .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  border: 1px solid var(--acc-mid);\n  border-radius: 50px;\n  font-size: 11px;\n  padding: 2px 10px;\n  font-weight: 600;\n}\n\n.pd-wrap .ing-note {\n  font-size: 12px;\n  color: #666;\n  margin-top: 10px;\n  line-height: 1.7;\n}\n\n\/* ===== 効能・効果タグ ===== *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 6px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  border-radius: 6px;\n  padding: 6px 14px;\n  font-size: 13.5px;\n  font-weight: 600;\n}\n\n\/* ===== 用法テーブル ===== *\/\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  margin-top: 4px;\n}\n\n.pd-wrap .usage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 10px 14px !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #fce4e9;\n  vertical-align: middle !important;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .usage-note {\n  background: #fff5f7;\n  border-left: 4px solid var(--acc);\n  padding: 14px 18px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  margin-top: 16px;\n  line-height: 1.75;\n}\n\n\/* ===== Q\u0026A ===== *\/\n.pd-wrap .qa-item {\n  border-bottom: 1px solid var(--acc-light);\n  padding: 16px 0;\n}\n\n.pd-wrap .qa-item:last-child {\n  border-bottom: none;\n}\n\n.pd-wrap .qa-q {\n  font-weight: 700;\n  color: var(--acc-dark);\n  font-size: 14.5px;\n  margin-bottom: 8px;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n}\n\n.pd-wrap .qa-q::before {\n  content: 'Q';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .qa-a {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n  padding-left: 0;\n}\n\n.pd-wrap .qa-a::before {\n  content: 'A';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc-mid);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .qa-a span {\n  flex: 1;\n}\n\n\/* ===== ブランドストーリー ===== *\/\n.pd-wrap .brand-text {\n  font-size: 14.5px;\n  line-height: 1.9;\n  color: #444;\n}\n\n.pd-wrap .brand-text p + p {\n  margin-top: 14px;\n}\n\n\/* ===== 使用上の注意 ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #b45309;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .caution-box ul li {\n  margin-bottom: 6px;\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: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #2e4a80;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .storage-box ul li {\n  margin-bottom: 6px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e化妆品\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e面部粉\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e26g・附粉扑\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eClub 裸妆粉C\u003cbr\u003e淡雅玫瑰香\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e无需洗脸。可带妆睡觉。无粉感24小时护肤粉。\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🌸 含氨基酸系粉末\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e✨ 保湿且清爽妆效\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💧 丰富保湿成分\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🛡 含PM2.5滤膜\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📋 商品概要\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      「Club 裸妆粉C 淡雅玫瑰香」是可作为护肤延续每日使用的面部粉。配合氨基酸系粉末（月桂酰赖氨酸），质地柔软，毫无粉感，轻松贴合肌肤，展现透明自然裸肌。淡米色透明款，不易泛白，实现“比裸妆更温和肌肤”的24小时护肤配方。\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:12px;\"\u003e\n      调理护肤后黏腻感为清爽，同时丰富保湿成分如透明质酸、水溶性胶原蛋白、乳酸菌、大马士革玫瑰花提取物保持润泽。还配合防止PM2.5、烟雾、灰尘等大气微粒物质附着的滤膜成分。可作为早晨定妆粉，夜间护肤收尾，旅行住宿皆适用的万能护肤粉。淡淡玫瑰花香，愉悦每日护理。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⭐ 4大特点\u003c\/p\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e无粉感氨基酸系粉末\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e月桂酰赖氨酸\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e氨基酸来源的柔软粉末紧贴肌肤，打造顺滑透明感裸肌。淡米色透明款，不泛白，自然融合。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e吸附皮脂，打造清爽哑光肌\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e纤维素（粉体基剂）\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e皮脂吸附成分（纤维素）有效吸附多余皮脂，调理护肤后黏腻感为清爽。抑制油光，持久舒适清爽感。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e丰富保湿成分保持润泽\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e透明质酸・大马士革玫瑰花提取物\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e配合透明质酸钠、水解透明质酸、水溶性胶原蛋白、乳酸菌、大马士革玫瑰花提取物、洋甘菊花提取物等多种保湿成分。清爽同时保持肌肤润泽。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003ePM2.5及灰尘滤膜功能\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e海藻酸钠・黄芩根提取物\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e成膜剂中的滤膜成分（海藻酸钠、黄芩根提取物、水解透明质酸等）阻挡大气中微粒物质附着肌肤。可带妆睡觉的护肤配方，全天24小时发挥作用。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183720-6.jpg?v=1759907962\" alt=\"\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-2-jp.jpg?v=1759907982\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-3-jp.jpg?v=1759907983\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-4-jp.jpg?v=1759907983\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183720-5-jp.jpg?v=1759907983\"\u003e\u003c\/p\u003e\n  \u003c!-- ④ 主な配合成分テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🧪 主要配合成分\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\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月桂酰赖氨酸\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e氨基酸系粉末（粉体基剂）\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e皮脂吸附成分（粉体基剂）\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿・滤膜成分（成膜剂）\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿・成膜成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e滤膜成分（成膜剂）\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e防止大气中微粒物质（PM2.5、灰尘、烟雾等）附着\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e月桂酰谷氨酸二（植物甾醇／辛基十二烷基）\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e氨基酸系油（保湿成分）\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e光泽粉末（粉体基剂）\u003c\/span\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    \u003cp class=\"ing-note\"\u003e\n      ※全成分（淡雅玫瑰香）：辛烯基琥珀酸淀粉铝、四乙基己酸戊聚甘油酯、纤维素、肉豆蔻酸锌、月桂酰赖氨酸、二甲基硅氧烷化二氧化硅、月桂酰谷氨酸二（植物甾醇／辛基十二烷基）、戊二醇、苯氧乙醇、甲基对羟基苯甲酸酯、香料、生育酚、水、二氧化硅、丁二醇、海藻酸钠、水解透明质酸、麦芽糊精、乳酸杆菌、透明质酸钠、透明质酸羟丙基三甲铵盐、黄芩根提取物、洋甘菊花提取物、大马士革玫瑰花提取物、柠檬酸、水溶性胶原蛋白、柠檬酸钠、滑石粉、合成氟磷灰石、氧化铁\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 使用目的・期待できる肌効果 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e✅ 使用目的及预期肌肤效果\u003c\/p\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      \u003cspan class=\"efficacy-tag\"\u003e长时间保持润泽\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e阻挡PM2.5及灰尘附着\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    \u003cp style=\"font-size:12.5px; color:#888; margin-top:14px;\"\u003e※本品为化妆品。非医药品及医药部外品。无美白、抗皱等药效。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 使用方法 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📖 使用方法与使用场景\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\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🌅 早晨（作为定妆粉）\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          \u003c\/tr\u003e\n          \u003ctr\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          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-note\"\u003e\n      💡 \u003cstrong\u003e完美妆效小贴士：\u003c\/strong\u003e护肤时请充分让化妆水、乳液等吸收后使用。用粉扑按压粉末均匀涂抹，妆效自然均匀。请保持粉扑清洁。\u003cbr\u003e\u003cbr\u003e\n      ⚠️ 无防晒效果。白天外出时建议另用防晒霜。使用本品以外的化妆品或防晒霜时，请先用卸妆产品卸妆，再洗脸。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ Q\u0026A（公式サイトより） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e❓ 常见问题（官方）\u003c\/p\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e素颜粉是什么颜色？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e外观为浅米色，使用时几乎无色，是透明类型。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e粉色玫瑰香和白色花束香的区别是什么？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e区别仅在香味，其他相同。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e有防晒效果吗？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e无防晒效果。白天外出时建议使用防晒霜。使用后请用卸妆产品卸妆，然后洗脸。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e可以在粉底上使用吗？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e可单独使用，也可作为粉底后的定妆粉使用。使用后请用卸妆产品卸妆，然后洗脸。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e说明写着不需要洗脸，为什么不需要洗脸？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e本品含保湿成分，采用温和成分制成，可带妆睡觉。但白天使用时会因汗水和灰尘附着，皮脂也会随时间氧化变脏，建议洗脸以清洁污垢。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e粉扑脏了怎么办？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e粉扑脏了时，请用稀释的中性洗涤剂温水轻轻按压清洗，阴干并完全干燥后再使用。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e粉末表面变硬，粉扑无法沾取，怎么办？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e如果粉扑沾有油分或水分使用，粉末表面可能会变硬（称为“结块”现象）。这不是异物或变质。将变硬的表面稍微刮除后即可恢复使用。为防止结块，请经常清洗粉扑保持清洁。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e想通过航空邮寄到海外，含酒精吗？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e未添加。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e罐子的材质是什么？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e本品为铝制。使用后容器的废弃请遵守您所在地自治体规定的方法。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ ブランドストーリー --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🌱 品牌故事\u003c\/p\u003e\n    \u003cdiv class=\"brand-text\"\u003e\n      \u003cp\u003e俱乐部化妆品的历史始于1903年（明治36年），创始人中山太一在神户市花隈町创立了化妆品批发商“中山太阳堂”。1906年，秉持“商品无虚假者为最终胜者”的信念，推出以天然植物性原料为主的自制首款产品“俱乐部洗粉”。上市仅约1年即售出400万个，成为明治时代四大霸主之一。中山太一以对品质的执着和开创性的宣传活动引领行业，被誉为“东方化妆品王”，作为推动日本化妆品产业现代化的实业家载入史册。\u003c\/p\u003e\n      \u003cp\u003e自创立120多年来，作为“品质俱乐部”传承下来的产品理念也体现在“素颜系列”中。素颜粉C体现了“比素颜更温和肌肤”的理念。创始人希望“将美丽带给更多女性”，这一愿望跨越时代不断传承。基于顾客反馈不断改进罐子的开启便利性，这种诚实的制造精神是跨世代支持的原因。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cp class=\"caution-title\"\u003e⚠️ 使用注意事项\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e使用时请注意皮肤是否有异常。\u003c\/li\u003e\n      \u003cli\u003e请勿用于有伤口、肿块、湿疹等异常部位。\u003c\/li\u003e\n      \u003cli\u003e使用中或使用后如出现发红、瘙痒、刺激等异常，请停止使用并咨询皮肤科医生。继续使用可能会加重症状。\u003c\/li\u003e\n      \u003cli\u003e请注意避免入眼。如不慎入眼，请立即用水或温水冲洗。\u003c\/li\u003e\n      \u003cli\u003e如果使用本品以外的化妆品或防晒霜，请先使用卸妆产品，然后洗脸。\u003c\/li\u003e\n      \u003cli\u003e请保持粉扑清洁后使用。\u003c\/li\u003e\n      \u003cli\u003e请放置在婴幼儿无法触及的地方。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑩ 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cp class=\"storage-title\"\u003e📦 存放注意事项\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e请避开直射阳光，存放于阴凉干燥处。\u003c\/li\u003e\n      \u003cli\u003e使用后请务必盖紧盖子。\u003c\/li\u003e\n      \u003cli\u003e使用后，请务必将透明薄膜放回粉扑上再盖上盖子。这样可以防止化妆水、乳液、汗液等附着在粉扑上后沾到粉末表面。\u003c\/li\u003e\n      \u003cli\u003e开封后请尽快使用。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"CLUB cosmetics","offers":[{"title":"26g","offer_id":52269960233276,"sku":"4901416183720","price":2000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183720.jpg?v=1777765605"},{"product_id":"club-suppin-powder-white-floral-bouquet-scent","title":"俱乐部 素颜散粉C 白色花束香味","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183720-6.jpg?v=1759907962\" alt=\"\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-2-jp.jpg?v=1759907982\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-3-jp.jpg?v=1759907983\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-4-jp.jpg?v=1759907983\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183720-5-jp.jpg?v=1759907983\"\u003e\u003c\/p\u003e","brand":"CLUB","offers":[{"title":"26g","offer_id":52269960167740,"sku":"4901416183737","price":2000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183737.jpg?v=1759889958"},{"product_id":"club-suppin-whiteningpowder","title":"俱乐部素颜粉 美白款","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183768-1.jpg?v=1759910849\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183768-2.jpg?v=1759910849\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183768-3.jpg?v=1759910849\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183768-4.jpg?v=1759910849\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183768-5.jpg?v=1759910849\" alt=\"\"\u003e\u003c\/p\u003e","brand":"CLUB","offers":[{"title":"26g","offer_id":52269960364348,"sku":"4901416183768","price":2000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183768.jpg?v=1759889958"},{"product_id":"club-suppin-cream-pastel-rose-scent","title":"俱乐部 素颜霜C 淡粉玫瑰香味","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-2.jpg?v=1759908204\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-3-jp.jpg?v=1759907983\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-4-jp.jpg?v=1759907983\" alt=\"\"\u003e\u003c\/p\u003e","brand":"CLUB cosmetics","offers":[{"title":"30ｇ","offer_id":52270385987900,"sku":"4901416183744","price":1540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183744.jpg?v=1759902558"},{"product_id":"club-suppin-cream-whitening","title":"俱乐部 素颜霜 美白","description":"\u003cstyle\u003e\n\/* -------------------------------------------------------------------------\n  Shopify Description CSS Scope - Club Suppin Cream Whitening (v6)\n---------------------------------------------------------------------------- *\/\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #a0304a; \/* カテゴリ：美容・スキンケア（ローズ系） *\/\n  --acc-dark: #7a2438;\n  --acc-light: #fdf2f4;\n  --acc-mid: #d6a1ad;\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\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- 1. Hero Section --\u003e\u003cheader class=\"pd-hero\"\u003e\n\u003cdiv class=\"category-badge\"\u003e医药部外品 | 面霜\u003c\/div\u003e\n\u003ch1\u003eClub 素颜霜 美白\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003e24小时美白护理，打造可爱素颜。含粉末的美白护肤霜，可直接睡觉。\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003e含维生素C衍生物\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e无需洗脸即可直接入睡\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e含蓝光防护成分\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e美白与防止肌肤粗糙效果\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- 2. 商品概要カード --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e营造理想“素颜”，守护未来美肌\u003c\/h2\u003e\n\u003cp\u003e“Club 素颜霜 美白”是一款药用美白霜，既是护肤品，又能瞬间柔和遮盖色斑和毛孔，营造理想素肌感。适合聚会或短途外出时，不想化妆但想看起来漂亮的需求。\u003c\/p\u003e\n\u003cp\u003e美白有效成分维生素C衍生物抑制黑色素生成，预防色斑和雀斑。此外还含有防止肌肤粗糙的成分，使用期间持续发挥护肤效果。无需洗脸即可直接入睡，既可作为夜间集中护理，也可作为日间自然妆容使用，是多功能产品。\u003c\/p\u003e\n\u003c\/section\u003e\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维生素C衍生物\u003c\/span\u003e\n\u003cp\u003e美白有效成分渗透肌肤。可24小时随时进行美白护理，打造透明感肌肤。\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\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\u003eL-抗坏血酸2-葡糖苷\u003c\/td\u003e\n\u003ctd\u003e抑制黑色素生成，预防色斑和雀斑，保持肌肤透明感。\u003c\/td\u003e\n\u003c\/tr\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\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透明质酸Na(2)、水溶性胶原蛋白(F)\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\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183755-2.jpg?v=1759910849\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183755-3.jpg?v=1759910849\" alt=\"\"\u003e\u003c\/p\u003e\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 \u003cspan class=\"efficacy-tag\"\u003e改善肌肤粗糙\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e预防痘痘\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e收紧并调理肌肤\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e为皮肤补充水分\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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●请作为护肤的最后一步使用。\u003cbr\u003e●涂抹至颈部和锁骨处，效果更自然。\u003cbr\u003e●卸妆时请使用洗面奶（或洁面产品）。※仅使用本品时无需洗脸。\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. ブランドストーリー --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e🌱 品牌故事\u003c\/h2\u003e\n\u003cp\u003e株式会社Club Cosmetics自明治36年创立以来，作为拥有百年以上历史的老牌化妆品制造商，一直陪伴日本女性的美丽。秉持“创造女性美丽，照亮社会”的理念，推出了注重品质的独创产品。\u003c\/p\u003e\n\u003cp\u003e“素颜系列”诞生于现代女性“24小时随时保持可爱”的真实愿望。它不仅仅是化妆品，更追求对肌肤的温和与护理效果，持续为全球女性带来自信素颜的喜悦。\u003c\/p\u003e\n\u003c\/section\u003e\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●使用时请注意皮肤是否有异常。\u003cbr\u003e●请勿在伤口、肿块、湿疹等异常部位使用。\u003cbr\u003e●使用中（或使用后暴露于阳光下）如出现发红、肿胀、瘙痒、刺激、色素脱落（白斑等）或变黑等异常情况，请停止使用并咨询皮肤科专家。\u003cbr\u003e●若不慎入眼，请立即用水冲洗。\u003c\/p\u003e\n\u003c\/div\u003e\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●使用后请务必盖紧盖子。\u003cbr\u003e●请放置在婴幼儿无法触及的地方。\u003cbr\u003e●请勿存放在极端高温或低温的地方，避免阳光直射。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLUB cosmetics","offers":[{"title":"30ｇ","offer_id":52270386053436,"sku":"4901416183775","price":1540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183775.jpg?v=1761531536"},{"product_id":"club-suppin-cream-white-floral-bouquet-scent","title":"俱乐部 素颜霜C 白色花束香味","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #2d6a4f;\n  --acc-dark: #1b4332;\n  --acc-light: #d8f3dc;\n  --acc-mid: #74c69d;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\n  line-height: 1.7;\n}\n\n\/* ===== 見出しリセット ===== *\/\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 48px 36px 44px;\n  margin-bottom: 28px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 260px;\n  height: 260px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 200px;\n  height: 200px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.2);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 50px;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  letter-spacing: 0.06em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 800 !important;\n  letter-spacing: 0.04em;\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  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: clamp(13px, 2vw, 16px);\n  margin-bottom: 22px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero .hero-tag {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 50px;\n  font-size: 12px;\n  padding: 5px 14px;\n}\n\n\/* ===== カード共通 ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 30px 28px;\n  margin-bottom: 22px;\n  box-shadow: 0 2px 14px rgba(0,0,0,0.07);\n}\n\n\/* ===== セクションタイトル ===== *\/\n.pd-wrap .section-title {\n  position: relative;\n  font-size: clamp(16px, 2.5vw, 20px);\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 16px;\n  margin-bottom: 20px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 2px;\n  bottom: 2px;\n  width: 5px;\n  background: #f5c518;\n  border-radius: 4px;\n}\n\n\/* ===== 商品概要 ===== *\/\n.pd-wrap .overview-text {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n}\n\n\/* ===== 特長グリッド ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 4px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feat-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 20px 18px;\n}\n\n.pd-wrap .feat-card .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .feat-card .feat-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  border-radius: 50px;\n  padding: 2px 10px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card .feat-desc {\n  font-size: 13px;\n  color: #444;\n  line-height: 1.7;\n}\n\n\/* ===== 成分テーブル ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-top: 4px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  min-width: 500px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #e8f5e9;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .ing-table .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  border: 1px solid var(--acc-mid);\n  border-radius: 50px;\n  font-size: 11px;\n  padding: 2px 10px;\n  font-weight: 600;\n}\n\n.pd-wrap .ing-note {\n  font-size: 12px;\n  color: #666;\n  margin-top: 10px;\n  line-height: 1.7;\n}\n\n\/* ===== 効能・効果 ===== *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 6px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  border-radius: 6px;\n  padding: 6px 14px;\n  font-size: 13.5px;\n  font-weight: 600;\n}\n\n\/* ===== 用法・用量 ===== *\/\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n  margin-top: 4px;\n}\n\n.pd-wrap .usage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 10px 14px !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #e8f5e9;\n  vertical-align: middle !important;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .usage-note {\n  background: #f0f9f4;\n  border-left: 4px solid var(--acc);\n  padding: 14px 18px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  margin-top: 16px;\n  line-height: 1.75;\n}\n\n\/* ===== Q\u0026A ===== *\/\n.pd-wrap .qa-item {\n  border-bottom: 1px solid var(--acc-light);\n  padding: 16px 0;\n}\n\n.pd-wrap .qa-item:last-child {\n  border-bottom: none;\n}\n\n.pd-wrap .qa-q {\n  font-weight: 700;\n  color: var(--acc-dark);\n  font-size: 14.5px;\n  margin-bottom: 8px;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n}\n\n.pd-wrap .qa-q::before {\n  content: 'Q';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n}\n\n.pd-wrap .qa-a {\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.75;\n  padding-left: 34px;\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n}\n\n.pd-wrap .qa-a::before {\n  content: 'A';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 24px;\n  height: 24px;\n  background: var(--acc-mid);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 800;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .qa-a span {\n  flex: 1;\n}\n\n\/* ===== ブランドストーリー ===== *\/\n.pd-wrap .brand-text {\n  font-size: 14.5px;\n  line-height: 1.9;\n  color: #444;\n}\n\n.pd-wrap .brand-text p + p {\n  margin-top: 14px;\n}\n\n\/* ===== 使用上の注意 ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #b45309;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .caution-box ul li {\n  margin-bottom: 6px;\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: 22px 24px;\n  margin-bottom: 22px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #2e4a80;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #555;\n  line-height: 1.8;\n}\n\n.pd-wrap .storage-box ul li {\n  margin-bottom: 6px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e化妆品\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e颜色调控霜\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e绿色 \/ 滋润型\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eClub 裸妆霜C\u003cbr\u003e白色花束香氛\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e无需洗脸。可带妆睡觉。24小时随时使用的裸妆美肌霜。\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🌿 绿色颜色调控\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💧 滋润型\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e✨ 提升透明感\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🛡 含PM2.5滤膜\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📋 商品概要\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “Club 裸妆霜C 白色花束香氛”是一款可作为护肤延伸使用的颜色调控霜。淡绿色温和遮盖痘印和红肿，打造透明感肌肤。作为彩妆品，采用无需洗脸即可带妆睡觉的护肤配方，既可作为早晨妆前乳，也可作为晚间护肤收尾使用。\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:12px;\"\u003e\n      配合透明质酸・水溶性胶原蛋白・洋甘菊花提取物等10种以上保湿成分，质地滋润清爽，易于吸收。特别推荐春夏季节及中性・油性肌肤使用。淡淡的白色花束香气，让每日护肤时光更加愉悦。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⭐ 4大特点\u003c\/p\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e绿色提升透明感\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e铬氧化物・氧化锌\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e淡绿色自然遮盖痘印和红肿，打造透明感肌肤。无厚重感，呈现自然裸妆效果。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e10种以上保湿・毛孔护理成分\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e透明质酸・洋甘菊花提取物\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e配合透明质酸钠・水解透明质酸・水溶性胶原蛋白・乳酸菌・洋甘菊花提取物等。滋润光滑肌肤，同时用朝鲜蓟叶提取物护理毛孔。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003ePM2.5・灰尘滤膜功能\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e海藻酸钠・黄芩根提取物\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e含成膜剂（海藻酸钠・黄芩根提取物）的滤膜成分，防护烟雾、灰尘、PM2.5等空气中微粒物质附着肌肤。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cp class=\"feat-title\"\u003e24小时可用护肤配方\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003e无需洗脸・可带妆睡觉\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003e采用护肤理念配方，温和设计肌肤。早晨作为妆前乳，晚上作为护肤收尾，无需洗净即可休息。旅行和住宿时也非常方便。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-2.jpg?v=1759908204\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-3-jp.jpg?v=1759907983\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4901416183744-4-jp.jpg?v=1759907983\" alt=\"\"\u003e\u003c\/p\u003e\n  \u003c!-- ④ 有効成分テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🧪 主要配合成分\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\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透明质酸钠\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿・成膜成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e毛孔护理成分\u003c\/span\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\u003cspan class=\"cat-pill\"\u003e滤膜成分（成膜剂）\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e防护空气中的微粒物质（PM2.5・灰尘等）附着\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e氨基酸类（精氨酸・甘氨酸等11种）\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e保湿成分\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e补充接近天然保湿因子（NMF）的成分水分\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e铬氧化物・二氧化钛\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003e着色剂（颜色调控）\u003c\/span\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    \u003cp class=\"ing-note\"\u003e\n      ※全成分：水、BG、鲸蜡硬脂酸乙基己酯、二甘醇、四乙基己酸五羟基糖醇酯、苯基三甲基硅氧烷、（丙烯酸羟乙基\/丙烯酰二甲基牛磺酸钠）共聚物、月桂酸聚甘油-10、二甲硅油、1,2-己二醇、月桂酰谷氨酸二（植物甾醇\/辛基十二烷基）、聚羟基硬脂酸、PEG-9二甲硅油、苯氧乙醇、黄原胶、香料、异硬脂酸山梨坦、聚山梨酯60、精氨酸、氧化锌、海藻酸钠、透明质酸钠、云母、植酸、维生素E、PCA-Na、羟基磷灰石、乳酸钠、水解透明质酸、氧化银、水解丝、天冬氨酸、麦芽糊精、乳酸杆菌、PCA、甘氨酸、丙氨酸、洋甘菊花提取物、透明质酸羟丙基三甲铵盐、黄芩根提取物、丝氨酸、缬氨酸、异亮氨酸、苏氨酸、脯氨酸、柠檬酸、水溶性胶原蛋白、组氨酸、苯丙氨酸、朝鲜蓟叶提取物、柠檬酸钠、二氧化钛、辛基癸醇、铬氧化物、苹果酸二异硬脂酯、霍霍巴酯、三羟基硬脂酸、氧化铝、二氧化硅\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 効能・効果（用途） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e✅ 使用目的・预期肌肤效果\u003c\/p\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      \u003cspan class=\"efficacy-tag\"\u003e滋润补水\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e阻挡PM2.5和灰尘附着\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    \u003cp style=\"font-size:12.5px; color:#888; margin-top:14px;\"\u003e※本品为化妆品。非医药品、医药部外品。无美白、抗皱等药效。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 用法・用量 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📖 使用说明・用法\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\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🌅 早晨（作为妆前乳使用）\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          \u003c\/tr\u003e\n          \u003ctr\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    \u003cdiv class=\"usage-note\"\u003e\n      💡 \u003cstrong\u003e打造完美妆效要点：\u003c\/strong\u003e护肤时请充分让化妆水和乳液吸收。取适量于指尖，点于脸部五点，轻轻向外均匀涂抹，避免用力摩擦，可均匀上妆。\u003cbr\u003e\u003cbr\u003e\n      ⚠️ 无防晒效果。白天外出建议另用防晒霜。若与防晒或其他化妆品叠加使用，请用卸妆产品清洁。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ Q\u0026A（公式サイトより） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e❓ 常见问题（官方）\u003c\/p\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eすっぴん霜是什么颜色？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e白花花束香味呈淡绿色，营造透明感素肌。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e说明写着无需洗脸，为什么可以不洗脸？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e含保湿成分，采用温和配方，可带霜睡觉。但白天使用时会沾染汗水、皮脂和灰尘，建议洗脸清洁。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e有防晒效果吗？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e无防晒效果。白天外出建议使用防晒霜。卸妆时请先用卸妆产品，再洗脸。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e如何打造完美妆效？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e护肤时请充分让化妆水和乳液等吸收。取适量すっぴん霜于指尖，点于脸部五点（双颊、额头、鼻子、下巴），然后轻轻向外均匀涂抹，避免用力摩擦。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003e粉玫瑰香味和白花花束香味两种有什么区别（针对すっぴん霜）？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003e色泽和香味不同。白花花束香味为绿色，提升透明感，质地滋润；粉玫瑰香味为粉色，提升气色，非常滋润。春夏季及普通至油性肌肤推荐白花花束香味。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eすっぴん美白霜有什么不同？\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eすっぴん霜虽无美白效果，但能展现更透明的素肌。此外，色泽和香味不同（美白霜为白色，带纯净花香），含有珍珠成分。\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ ブランドストーリー --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🌱 品牌故事\u003c\/p\u003e\n    \u003cdiv class=\"brand-text\"\u003e\n      \u003cp\u003e俱乐部化妆品的历史始于1903年（明治36年），创始人中山太一在神户市花隈町创立了洋品杂货及化妆品批发商“中山太阳堂”。三年后，即1906年，秉持“商品无虚假者为最终胜者”的信念，推出以天然植物原料为主的自制首款产品“俱乐部洗粉”。上市约一年内销量达400万件，成为明治时代四大霸主之一，与御园白粉、狮子牙膏、雷特化妆水齐名。太一以对品质的执着和开创性的广告活动被誉为“东方化妆品之王”，作为推动日本化妆品产业现代化的实业家载入史册。\u003c\/p\u003e\n      \u003cp\u003e120多年来，作为“品质俱乐部”传承下来的技术与理念依然体现在现有产品中。すっぴん霜C以“比素颜更温和肌肤”为理念，打破护肤与化妆的界限，提倡自然融入日常生活的新型美妆护理方式。创始人“希望将美丽带给更多女性”的心愿跨越时代，至今仍被传承。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cp class=\"caution-title\"\u003e⚠️ 使用注意事项\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e使用时请注意皮肤是否有异常。\u003c\/li\u003e\n      \u003cli\u003e请勿用于有伤口、肿胀、湿疹等异常部位。\u003c\/li\u003e\n      \u003cli\u003e使用中或使用后如出现发红、瘙痒、刺激等异常，请停止使用并咨询皮肤科医生。继续使用可能会加重症状。\u003c\/li\u003e\n      \u003cli\u003e请注意避免入眼。如不慎入眼，请立即用水或温水冲洗。\u003c\/li\u003e\n      \u003cli\u003e若使用本品以外的化妆品或防晒霜，请先用卸妆产品卸除后再洗脸。\u003c\/li\u003e\n      \u003cli\u003e仅使用本品时无需洗脸，但若感觉脏污，请用温水或洗面奶清洗。\u003c\/li\u003e\n      \u003cli\u003e请放置于婴幼儿无法触及的地方。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑩ 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cp class=\"storage-title\"\u003e📦 储存注意事项\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e请避开直射阳光，存放于阴凉干燥处。\u003c\/li\u003e\n      \u003cli\u003e使用后请务必盖紧盖子。\u003c\/li\u003e\n      \u003cli\u003e开封后请尽快使用。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"CLUB cosmetics","offers":[{"title":"30ｇ","offer_id":52270385955132,"sku":"4901416183751","price":1540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901416183751.jpg?v=1759902558"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/collections\/clubcosmetics.jpg?v=1762924483","url":"https:\/\/mamigo.jp\/zh-hans-ca\/collections\/clubcosmetics.oembed","provider":"MamiGo","version":"1.0","type":"link"}