{"title":"Club Suppin Series","description":"","products":[{"product_id":"club-suppin-powder-pastel-rose-scent","title":"Club Suppin Powder C Pastel Rose Scent","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\"\u003eCosmetic\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eFace powder\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e26g with puff\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eClub Suppin Powder C\u003cbr\u003ePastel rose fragrance\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eNo need to wash off. Safe to sleep with on. A 24-hour skincare powder that doesn’t feel powdery.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🌸 Contains amino acid-based powder\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e✨ Moist and smooth finish\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💧 Plenty of moisturizing ingredients\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🛡 Contains PM2.5 filter\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📋 Product overview\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “Club Suppin Powder C Pastel Rose Fragrance” is a face powder you can use daily as an extension of your skincare. The soft texture with amino acid-based powder (lauroyl lysine) blends smoothly without any powdery feel, creating a natural translucent bare skin look. The slightly beige clear type minimizes white cast and offers a 24-hour skincare formula that is gentler on the skin than staying bare-faced.\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:12px;\"\u003e\n      While smoothing stickiness after skincare, abundant moisturizing ingredients like hyaluronic acid, water-soluble collagen, lactic acid bacteria, and damask rose flower extract keep skin hydrated. Also contains filter ingredients that prevent adhesion of fine particles like PM2.5, tobacco smoke, and dust. A versatile skincare powder useful as a morning finishing powder, a night skincare finish, and for travel or overnight stays. The gentle pastel rose fragrance, like soft rose blossoms, makes daily care pleasant.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⭐ Four features\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\"\u003eAmino acid-based powder that doesn’t feel powdery\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eLauroyl lysine\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eSoft amino acid-derived powder adheres to the skin, creating a smooth and translucent bare skin finish. The slightly beige clear type blends naturally without white cast.\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\"\u003eSebum absorption for a smooth matte finish\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eCellulose (powder base)\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eSebum-absorbing ingredient (cellulose) firmly absorbs excess sebum, eliminating stickiness after skincare and leaving a smooth finish. Controls shine and maintains a comfortable matte feel for a long time.\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\"\u003eKeeps moisture with abundant moisturizing ingredients\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eHyaluronic acid and damask rose flower extract\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eContains multiple moisturizing ingredients such as sodium hyaluronate, hydrolyzed hyaluronic acid, water-soluble collagen, lactic acid bacteria, damask rose flower extract, and chamomile flower extract. Keeps skin hydrated while feeling smooth.\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 and dust filter function\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eSodium alginate and Scutellaria baicalensis root extract\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eFilm-forming filter ingredients (sodium alginate, Scutellaria baicalensis root extract, hydrolyzed hyaluronic acid, etc.) block adhesion of fine particles in the air to the skin. The skincare formula allows you to sleep with it on and works 24 hours a day.\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🧪 Main ingredients\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eFunction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLauroyl lysine\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAmino acid-based powder (powder base)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eAmino acid-derived smooth ingredient. Creates a smooth finish without powderiness\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCellulose\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSebum-absorbing ingredient (powder base)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eAbsorbs excess sebum and creates a smooth matte finish\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium hyaluronate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eRetains skin moisture and conditions skin to be hydrated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHydrolyzed hyaluronic acid\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing and filter ingredients (film-forming agents)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eLow molecular weight hyaluronic acid. Maintains moisture on the skin surface and acts as a filter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHydroxypropyltrimonium hyaluronate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing and film-forming ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eEnhances adhesion to skin, supporting moisture and protective film\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWater-soluble collagen\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eMoisturizes and smooths the skin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLactobacillus (lactic acid bacteria)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eFermentation-derived ingredients that support skin environment and replenish moisture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDamask rose flower extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eRose-derived extract. Provides moisture and softens the skin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChamomile flower extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eChamomile-derived extract. Gently conditions the skin and supports moisture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium alginate and Scutellaria baicalensis root extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFilter ingredients (film-forming agents)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003ePrevents adhesion of fine particles in the air (PM2.5, dust, tobacco smoke, etc.)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLauroyl glutamic acid di(phytosteryl\/octyldodecyl)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAmino acid-based Oil (moisturizing ingredient)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eAmino acid-derived Oil provides moist, smooth hydration to the skin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSynthetic fluorphlogopite\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eLuminous powder (powder base)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eCreates an elegant shine and glow, finishing with translucent bare skin\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      *Full ingredients (Pastel Rose fragrance): Octenyl succinic acid starch Al, Tetraethylhexyl pentarythritol, Cellulose, Zinc myristate, Lauroyl lysine, Dimethylsilylated silica, Lauroyl glutamic acid di(phytosteryl\/octyldodecyl), Pentylene glycol, Phenoxyethanol, Methylparaben, Fragrance, Tocopherol, Water, Silica, BG, Sodium alginate, Hydrolyzed hyaluronic acid, Maltodextrin, Lactobacillus, Sodium hyaluronate, Hydroxypropyltrimonium hyaluronate, Scutellaria baicalensis root extract, Chamomile flower extract, Damask rose flower extract, Citric acid, Water-soluble collagen, Sodium citrate, Talc, Synthetic fluorphlogopite, Iron oxide\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 使用目的・期待できる肌効果 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e✅ Purpose and expected skin benefits\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCreates a translucent bare skin finish\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eNaturally covers pores and uneven skin tone\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eControls sebum and shine for a smooth finish\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eEliminates stickiness after skincare\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eKeeps moisture for a long time\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBlocks adhesion of PM2.5 and dust\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFinishing powder for foundation\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eSafe to sleep with on\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eReduces adhesion to masks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12.5px; color:#888; margin-top:14px;\"\u003e*This product is a cosmetic. It is not a medicine or Quasi-drug. It does not have effects such as whitening or wrinkle improvement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 使用方法 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📖 Usage instructions and occasions\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOccasions\u003c\/th\u003e\n            \u003cth\u003eHow to use\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e🌅 Morning (as a finishing powder)\u003c\/td\u003e\n            \u003ctd\u003eAfter preparing your skin with lotion, emulsion, or other skincare products, apply an appropriate amount to the included puff and gently stroke it over your entire face. It can also be used as a finishing powder after foundation.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e🌙 Night (as a finishing step in skincare)\u003c\/td\u003e\n            \u003ctd\u003eUse as the final step in skincare and rest with it on. It has a skincare formula that does not require washing your face, so it works well as skin correction before bedtime.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e😷 For mask makeup\u003c\/td\u003e\n            \u003ctd\u003eApplying a layer as a finishing touch to base makeup makes makeup less likely to transfer to masks.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e✈️ For travel and overnight stays\u003c\/td\u003e\n            \u003ctd\u003eWhen you don’t want to wear makeup but want to make your bare skin look beautiful, it naturally tones up your skin (※due to makeup effect). Handy when you want to minimize your luggage.\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\u003eTips for a beautiful finish:\u003c\/strong\u003e Apply lotion or emulsion thoroughly during skincare before use. Press the powder contained in the puff onto your face to blend evenly without streaks. Always keep the puff clean when using.\u003cbr\u003e\u003cbr\u003e\n      ⚠️ It does not have sunscreen effects. If you go out during the day, we recommend using separate sunscreen. If you use other makeup products or sunscreen, please use cleansing before washing your face.\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❓ Frequently Asked Questions (Official)\u003c\/p\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat color is Suppin Powder?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIt looks light beige but is a clear type that hardly adds color when applied.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat is the difference between the Pastel Rose scent and the White Floral Bouquet scent?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThe only difference is the scent; everything else is the same.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eDoes it have sunscreen effects?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIt does not have sunscreen effects. If you go out during the day, we recommend using sunscreen. In that case, please use cleansing to remove it and then wash your face.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eCan it be used over foundation?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eYou can use it alone, but it can also be used as a finishing powder over foundation. In that case, please use cleansing to remove it and then wash your face.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIt says no need to wash your face, so why is washing not necessary?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIt contains moisturizing ingredients and is made with skin-friendly components, so you can rest with it on. However, if used during the day, sweat and dust accumulate. Sebum oxidizes and dirties over time, so we recommend washing your face to remove dirt.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat should I do if the puff gets dirty?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIf the puff is dirty, gently press wash it with lukewarm water diluted with neutral detergent, then air dry in the shade and use only after it is completely dry.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eThe powder surface has hardened and no longer sticks to the puff. What should I do?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIf oil or moisture adheres to the puff during use, the powder surface may harden (the \"caking\" phenomenon). This is not a foreign substance or deterioration. If the hardened surface is lightly scraped off, it can be used as before. To prevent caking, please wash the puff frequently and keep it clean.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eI want to send it overseas by air mail; does it contain alcohol?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eNot included.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat is the material of the can?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThis is aluminum. Please dispose of the container after use according to the method specified by your local municipality.\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🌱 Brand Story\u003c\/p\u003e\n    \u003cdiv class=\"brand-text\"\u003e\n      \u003cp\u003eThe history of Club Cosmetics began in 1903 (Meiji 36) when founder Taichi Nakayama established the cosmetics wholesaler \"Nakayama Taiyodo\" in Hanakuma-cho, Kobe City. In 1906, driven by the belief \"Products without falsehood are the ultimate winners,\" the first in-house manufactured product \"Club Washing Powder,\" mainly made from natural plant-based ingredients, was launched. It became a huge hit, selling 4 million units in about a year, and was counted among the four great champions of the Meiji era. Taichi Nakayama, who led the industry with his commitment to quality and pioneering advertising, was called the \"King of Cosmetics in the East\" and left his name in history as a business leader who modernized Japan's cosmetics industry.\u003c\/p\u003e\n      \u003cp\u003eFor over 120 years since our founding, the product philosophy of \"Quality Club\" has been passed down and lives on in the Suppin Series. Suppin Powder C embodies the concept of \"gentler on the skin than staying bare-faced.\" The founder's wish to \"deliver beauty to more women, not just one\" continues to be inherited across generations, evolving with the times. Our sincere craftsmanship, improved even to make the can easier to open based on customer feedback, is why we are supported across generations.\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⚠️ Usage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eUse with care, paying close attention to any abnormalities on your skin.\u003c\/li\u003e\n      \u003cli\u003eDo not use on wounds, swelling, eczema, or other abnormal areas.\u003c\/li\u003e\n      \u003cli\u003eIf redness, itching, irritation, or other abnormalities appear during or after use, discontinue use and consult a dermatologist. Continuing to use it may worsen symptoms.\u003c\/li\u003e\n      \u003cli\u003eBe careful not to get it in your eyes. If it gets into your eyes, rinse immediately with water or lukewarm water.\u003c\/li\u003e\n      \u003cli\u003eIf you use other makeup products or sunscreen, please use cleansing and then wash your face.\u003c\/li\u003e\n      \u003cli\u003eAlways use the puff in a clean condition.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and young children.\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📦 Storage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore away from direct sunlight and avoid high temperature and high humidity.\u003c\/li\u003e\n      \u003cli\u003ePlease close the lid tightly after use.\u003c\/li\u003e\n      \u003cli\u003eAfter use, always place the transparent sheet on top of the puff before closing the lid. This prevents lotion, emulsion, sweat, etc. on the puff from sticking to the powder surface.\u003c\/li\u003e\n      \u003cli\u003ePlease use as soon as possible after opening.\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":"Club Suppin Powder C White Floral Bouquet Scent","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":"Club Suppin Powder Whitening","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":"Club Suppin Cream C Pastel Rose Scent","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":"30g","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":"Club Suppin Cream Whitening","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\"\u003eQuasi-drug | Face Cream\u003c\/div\u003e\n\u003ch1\u003eClub Suppin Cream Whitening\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003e24-hour whitening care while looking cute bare-faced. Whitening skincare Powder-In Cream that can be slept in.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003eContains vitamin C derivative\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eNo need to wash off before sleeping\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eContains blue light cut ingredients\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eWhitening and skin roughness prevention effects\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\"\u003eCreates the ideal \"bare face\" while protecting future beautiful skin\u003c\/h2\u003e\n\u003cp\u003e“Club Suppin Cream Whitening” is a quasi-drug whitening Cream that, while being skincare, softly covers uneven skin tone and pores the moment it is applied, creating the ideal bare skin look. It fulfills the wish to look beautiful without makeup during sleepovers or short outings.\u003c\/p\u003e\n\u003cp\u003eThe whitening active ingredient vitamin C derivative suppresses melanin production and prevents spots and freckles. Additionally, it contains ingredients to prevent skin roughness, providing skincare effects while worn. No need to wash off, so it can be used as intensive night care or natural daytime makeup, making it a multifunctional product.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 特長グリッド --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eFour Key Features\u003c\/h2\u003e\n\u003cdiv class=\"action-grid\"\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eWhitening care while you sleep\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eVitamin C Derivative\u003c\/span\u003e\n\u003cp\u003eWhitening active ingredients penetrate the skin. Whitening care is possible 24 hours a day, leading to translucent skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eGentle on skin without needing to wash the face\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eSkincare Design\u003c\/span\u003e\n\u003cp\u003eAs it is a Cream with moisturizing ingredients, cleansing is unnecessary. It does not burden the skin even if you sleep with it on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eBeautifully corrects bare skin\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003ePowder-In\u003c\/span\u003e\n\u003cp\u003eThe included powder diffuses light. Naturally covers pores and dullness, creating a brighter skin tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eGuards against external irritation\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eBlue Light Cut\u003c\/span\u003e\n\u003cp\u003eProtects skin from blue light from smartphones and PCs. Filter ingredients also prevent tobacco smoke and dust adhesion.\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\"\u003eDetails of Active Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"ing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCategory\u003c\/th\u003e\n\u003cth\u003eIngredient Name\u003c\/th\u003e\n\u003cth\u003eRole\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);\"\u003eWhitening Active Ingredient\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eL-Ascorbic Acid 2-Glucoside\u003c\/td\u003e\n\u003ctd\u003eSuppresses melanin production, prevents spots and freckles, and maintains transparency.\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);\"\u003eAnti-inflammatory Active Ingredient\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eGlycyrrhetinic Acid Stearyl\u003c\/td\u003e\n\u003ctd\u003eSuppresses skin inflammation, prevents rough skin and acne, and maintains healthy skin.\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);\"\u003eMoisturizing Ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eHyaluronic Acid Na(2), Water-soluble Collagen(F)\u003c\/td\u003e\n\u003ctd\u003eProvides plenty of moisture to the skin and protects it from dryness.\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\"\u003eEfficacy and Effects\u003c\/h2\u003e\n\u003cdiv class=\"efficacy-list\"\u003e\n\u003cspan class=\"efficacy-tag\"\u003eSuppresses melanin production to prevent spots and freckles\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eFor rough and sensitive skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003ePrevents acne\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eTightens and conditions the skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eMoisturizes the skin\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\"\u003eHow to Use\u003c\/h2\u003e\n\u003cp\u003eAfter preparing your skin with lotion and emulsion, take an appropriate amount in your hand and apply evenly over the entire face.\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● Use as the final step of skincare.\u003cbr\u003e● Applying to the neck and décolleté results in a more natural finish.\u003cbr\u003e● When removing, use a facial cleanser (or cleansing). *If only this product is used, washing the face is not necessary.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. ブランドストーリー --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n\u003cp\u003eClub Cosmetics Co., Ltd. is a long-established cosmetics manufacturer that has supported the beauty of Japanese women for over 100 years since its founding in 1903. Under the philosophy of \"creating women's beauty and brightening society,\" it has delivered unique products with a focus on quality.\u003c\/p\u003e\n\u003cp\u003eThe \"Suppin Series\" was born from modern women's real desire to look cute 24 hours a day. It is not just makeup but pursues gentleness and care effects for the skin, continuously offering women worldwide the joy of confidently being \"bare-faced.\"\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 9. 使用上の注意 --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003ch4\u003e⚠️ Usage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● Use with care, paying close attention to any abnormalities on your skin.\u003cbr\u003e● Do not use on areas with wounds, swelling, eczema, or other abnormalities.\u003cbr\u003e● If redness, swelling, itching, irritation, discoloration (such as white spots), or darkening occurs during or after use when exposed to sunlight, stop using and consult a dermatologist.\u003cbr\u003e● If it gets into your eyes, rinse immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 10. 保管上の注意 --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003ch4\u003e📦 Storage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● Always close the lid tightly after use.\u003cbr\u003e● Keep out of reach of infants and young children.\u003cbr\u003e● Do not store in extremely hot or cold places, or in direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLUB cosmetics","offers":[{"title":"30g","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":"Club Suppin Cream C White Floral Bouquet Scent","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\"\u003eCosmetic\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eColor control cream\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eGreen \/ Moist type\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eClub Suppin Cream C\u003cbr\u003eWhite floral bouquet scent\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eNo need to wash face. Safe to sleep with it on. A bare skin beauty cream you can use anytime, 24 hours a day.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🌿 Green color control\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e💧 Moist type\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e✨ Enhances clarity\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🛡 Contains PM2.5 filter\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📋 Product overview\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “Club Suppin Cream C White Floral Bouquet Scent” is a color control cream that can be used as an extension of skincare. The light green color gently blurs acne scars and redness, creating clear, natural skin. Although a makeup product, it uses a skincare formula that requires no washing off and is safe to sleep with, making it useful as a makeup base in the morning and a finishing skincare step at night.\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:12px;\"\u003e\n      Contains over 10 moisturizing ingredients including Hyaluronic Acid, Water-soluble Collagen, and Chamomile Flower Extract. The moist, fresh texture absorbs smoothly. Recommended especially for spring and summer seasons and for normal to oily skin types. The subtle white floral bouquet scent turns daily skincare into a pleasant moment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⭐ Four features\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\"\u003eEnhances clarity with green color\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eChromium Oxide, Zinc Oxide\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eLight green color naturally blurs acne scars and redness, creating clear, natural-looking skin. Provides a natural finish without a heavy feel.\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\"\u003eMore than 10 moisturizing and pore care ingredients\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eHyaluronic Acid \u0026 Chamomile Flower Extract\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eContains Sodium Hyaluronate, Hydrolyzed Hyaluronic Acid, Water-soluble Collagen, Lactic Acid Bacteria, Chamomile Flower Extract, and more. Leads to moist, smooth skin while caring for pores with Artichoke Leaf Extract.\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 and dust filter function\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eSodium Alginate, Scutellaria Baicalensis Root Extract\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eFilter ingredients (Sodium Alginate and Scutellaria Baicalensis Root Extract) guard skin against adhesion of airborne fine particles like tobacco smoke, dust, and 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-hour skincare formula\u003c\/p\u003e\n        \u003cspan class=\"feat-pill\"\u003eNo need to wash face; safe to sleep with it on\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eFormulated with a skincare-inspired formula gentle on skin. Use as a makeup base in the morning and as a finishing skincare step at night without rinsing off. Convenient for travel and overnight stays.\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🧪 Main ingredients\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eFunction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium Hyaluronate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eKeeps skin moisture and smooths skin texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHydrolyzed Hyaluronic Acid\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eLow molecular weight hyaluronic acid. Fills skin surface with moisture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHydroxypropyltrimonium Hyaluronate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing and film-forming ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eEnhances adhesion to skin surface and supports moisture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWater-soluble collagen\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eMoisturizes and smooths skin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLactobacillus (lactic acid bacteria)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSupports skin environment and replenishes moisture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChamomile Flower Extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eChamomile-derived extract. Softens and smooths skin\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eArtichoke Leaf Extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePore care ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eTightens skin and cares to make pores less noticeable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium Alginate, Scutellaria Baicalensis Root Extract\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFilter ingredients (film-forming agents)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eGuards against adhesion of airborne fine particles (PM2.5, dust, etc.)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAmino acids (11 types including Arginine and Glycine)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eMoisturizes with ingredients close to natural moisturizing factors (NMF)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eChromium Oxide, Titanium Dioxide\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eColoring agent (color control)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eGreen color develops to cover redness and uneven tones\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      *All ingredients: Water, BG, Cetyl Ethylhexanoate, Diglycerin, Pentaerythrityl Tetraethylhexanoate, Phenyl Trimethicone, (Acrylates Hydroxyethyl\/Acryloyldimethyl Taurate Na) Copolymer, Polyglyceryl-10 Laurate, Dimethicone, 1,2-Hexanediol, Lauroyl Glutamic Acid Di(phytosteryl\/octyldodecyl), Polyhydroxystearic Acid, PEG-9 Dimethicone, Phenoxyethanol, Xanthan Gum, Fragrance, Sorbitan Isostearate, Polysorbate 60, Arginine, Zinc Oxide, Sodium Alginate, Sodium Hyaluronate, Mica, Phytic Acid, Tocopherol, PCA-Na, Hydroxyapatite, Sodium Lactate, Hydrolyzed Hyaluronic Acid, Silver Oxide, Hydrolyzed Silk, Aspartic Acid, Maltodextrin, Lactobacillus, PCA, Glycine, Alanine, Chamomile Flower Extract, Hydroxypropyltrimonium Hyaluronate, Scutellaria Baicalensis Root Extract, Serine, Valine, Isoleucine, Threonine, Proline, Citric Acid, Water-Soluble Collagen, Histidine, Phenylalanine, Artichoke Leaf Extract, Sodium Citrate, Titanium Dioxide, Octyldodecanol, Chromium Oxide, Diisostearyl Malate, Jojoba Ester, Trihydroxystearin, Alumina, Silica\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 効能・効果（用途） --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e✅ Purpose \u0026 Expected Skin Benefits\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCreates a clear, natural skin appearance\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBlurs acne scars and redness\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCares to make pores less noticeable\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eColor control (Green)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eMoisturizes and hydrates\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBlocks PM2.5 and dust adhesion\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCan be used as a makeup base\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eSafe to sleep with it on\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12.5px; color:#888; margin-top:14px;\"\u003e*This product is a cosmetic. It is not a medicine or Quasi-drug. It does not have effects such as whitening or wrinkle improvement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 用法・用量 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📖 Instructions \u0026 Usage\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eScenes\u003c\/th\u003e\n            \u003cth\u003eHow to use\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e🌅 Morning (as a makeup base)\u003c\/td\u003e\n            \u003ctd\u003eTake an appropriate amount on your fingertips as a skincare finish, place it on five points of your face (both cheeks, forehead, nose, chin), and gently spread it over your entire face without rubbing. Then apply foundation or sunscreen as needed.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e🌙 Night (as a skincare finishing step)\u003c\/td\u003e\n            \u003ctd\u003eAfter fully absorbing lotion and emulsion, apply an appropriate amount evenly over your entire face as a finishing step. You can go to bed without rinsing.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e✈️ Travel \u0026 Overnight Stay\u003c\/td\u003e\n            \u003ctd\u003eComplete skincare and makeup effects in one product. Convenient when you want to reduce luggage.\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\u003eTips for a beautiful finish:\u003c\/strong\u003e Fully absorb lotion and emulsion into your skin during skincare before use. Take an appropriate amount on your fingertips, place it on five points of your face, and gently spread without rubbing for an even and beautiful finish.\u003cbr\u003e\u003cbr\u003e\n      ⚠️ There is no sunscreen effect. If you go outside during the day, we recommend using separate sunscreen. If you layer sunscreen or other makeup products, please use cleansing to wash them off.\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❓ Frequently Asked Questions (Official)\u003c\/p\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat color is Suppin Cream?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThe White Floral Bouquet scent is a pale green color that creates a translucent bare skin appearance.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eIt says no face washing is necessary, so why is washing not required?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eIt contains moisturizing ingredients and is made with skin-friendly components, so you can sleep with it on. However, if used during the day, sweat, sebum, and dust will adhere, so we recommend washing your face to remove dirt.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eDoes it have sunscreen effects?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThere is no sunscreen effect. If you go outside during the day, we recommend using sunscreen. In that case, please use cleansing to remove it and then wash your face.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eHow do I achieve a beautiful finish?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eDuring skincare, please fully absorb lotion and emulsion into your skin. Then take an appropriate amount of Suppin Cream on your fingertips, place it on five points of your face (both cheeks, forehead, nose, chin), and gently spread it over your entire face without rubbing.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat is the difference between the Pastel Rose scent and the White Floral Bouquet scent (in the case of Suppin Cream)?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eThe color and scent differ. The White Floral Bouquet scent is a green color with a moisturizing type that enhances transparency, while the Pastel Rose scent is pink with a very moisturizing type that enhances complexion. White Floral Bouquet is recommended for spring and summer or for normal to oily skin.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-q\"\u003eWhat is the difference from Suppin Whitening Cream?\u003c\/div\u003e\n      \u003cdiv class=\"qa-a\"\u003e\u003cspan\u003eSuppin Cream does not have whitening effects but creates a more translucent bare skin appearance. It differs in color and scent (the Whitening Cream is white with an innocent floral scent) and contains pearls.\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🌱 Brand Story\u003c\/p\u003e\n    \u003cdiv class=\"brand-text\"\u003e\n      \u003cp\u003eThe history of Club Cosmetics began in 1903 (Meiji 36) when founder Taichi Nakayama started the wholesale business \"Nakayama Taiyodo\" for Western goods and cosmetics in Hanakuma-cho, Kobe City. Three years after its founding, in 1906, based on the belief that \"products without falsehood are the ultimate winners,\" the company released its first in-house manufactured product, \"Club Fine Powder,\" mainly made from natural plant-based ingredients. It became a huge hit, selling 4 million units in about a year, and was counted among the \"Four Great Champions of Meiji\" alongside Misono powder, Lion toothpaste, and Rate lotion. Taichi is remembered in history as a businessman who led the modernization of Japan's cosmetics industry with his commitment to quality and pioneering advertising activities, earning the title \"Cosmetics King of the East.\"\u003c\/p\u003e\n      \u003cp\u003eFor over 120 years, the technology and philosophy inherited as the \"Club of Quality\" continue to live in our current products. Suppin Cream C is based on the concept that \"being bare-faced is gentler on the skin,\" breaking down the barriers between skincare and makeup to propose a new form of beauty care that naturally fits into daily life. The founder's wish to \"deliver beauty to more women, not just one\" continues to be passed down through the ages.\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⚠️ Usage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePlease use with careful attention to any abnormalities on your skin.\u003c\/li\u003e\n      \u003cli\u003eDo not use on areas with wounds, swelling, eczema, or other abnormalities.\u003c\/li\u003e\n      \u003cli\u003eIf redness, itching, irritation, or other abnormalities appear during or after use, discontinue use and consult a dermatologist. Continuing to use it may worsen the symptoms.\u003c\/li\u003e\n      \u003cli\u003eBe careful not to get it in your eyes. If it gets into your eyes, rinse immediately with water or lukewarm water.\u003c\/li\u003e\n      \u003cli\u003eIf you use other makeup or sunscreen products, please remove them with a cleansing product before washing your face.\u003c\/li\u003e\n      \u003cli\u003eIf using this product alone, face washing is not necessary, but if you are concerned about dirt, please wash with lukewarm water or facial cleanser.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and young children.\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📦 Storage Precautions\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore away from direct sunlight and avoid high temperature and high humidity.\u003c\/li\u003e\n      \u003cli\u003eMake sure to close the cap tightly after use.\u003c\/li\u003e\n      \u003cli\u003ePlease use as soon as possible after opening.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"CLUB cosmetics","offers":[{"title":"30g","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\/en-ph\/collections\/clubcosmetics.oembed","provider":"MamiGo","version":"1.0","type":"link"}