{"product_id":"perfect-whip-acne-care","title":"Senka Perfect Foam Acne Care","description":"\u003cstyle\u003e\n\/* -------------------------------------------------------------------------\n  SENKA Perfect Whip Acne Care - Custom Shopify Template (v6)\n---------------------------------------------------------------------------- *\/\n\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #1db89d; \/* アクネケア・ミントグリーン *\/\n  --acc-dark: #158a75;\n  --acc-light: #f0f9f7;\n  --acc-mid: #9ecfca;\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: #fcfcfc;\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 General *\/\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. Feature 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 .num {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 24px;\n  font-size: 14px;\n  font-weight: 800;\n  margin-bottom: 8px;\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}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  margin: 0;\n  color: #444;\n}\n\n\/* 4. Mechanism Section *\/\n.pd-wrap .mechanism-box {\n  text-align: center;\n  background: #fff;\n  padding: 20px;\n  border-radius: 16px;\n  margin: 20px 16px;\n  border: 2px dashed var(--acc-mid);\n}\n\n.pd-wrap .mechanism-box img {\n  max-width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin: 15px 0;\n}\n\n.pd-wrap .mechanism-box .mech-title {\n  color: var(--acc-dark);\n  font-weight: 700;\n  font-size: 18px;\n  margin-bottom: 10px;\n}\n\n\/* 5. Ingredient 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.pd-wrap .ing-table .cat-tag {\n  font-size: 11px;\n  padding: 2px 6px;\n  background: #fff;\n  border: 1px solid var(--acc-mid);\n  border-radius: 4px;\n  color: var(--acc);\n}\n\n\/* 6. Efficacy Tags *\/\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\/* 7. Usage Info *\/\n.pd-wrap .usage-note {\n  border-left: 4px solid var(--acc-mid);\n  padding: 10px 16px;\n  background: var(--acc-light);\n  font-size: 14px;\n  margin-top: 10px;\n}\n\n\/* 8. Caution Boxes *\/\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  display: flex;\n  align-items: center;\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  display: flex;\n  align-items: center;\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\" style=\"text-align: start;\"\u003e\n\u003c!-- 1. Hero セクション --\u003e\u003cheader class=\"pd-hero\"\u003e\n\u003cdiv class=\"category-badge\"\u003eQuasi-drug | Medicated Face Wash Foam\u003c\/div\u003e\n\u003ch1\u003eSENKA Perfect Whip Acne Care\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003ePrevents adult acne and rough skin with micro beauty foam\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003eContains anti-inflammatory ingredients\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eMicro Beauty Foam\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eClean, fresh skin\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eContains double hyaluronic acid\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\"\u003eFor those troubled by recurring \"adult rough skin\"\u003c\/h2\u003e\n\u003cp\u003e\"Lately, I get acne easily\" or \"My skin feels itchy and unsettled\"—SENKA's medicated Acne Care face wash was created to address such adult skin concerns.\u003c\/p\u003e\n\u003cp\u003eThe key is not just to remove dirt but to wash while protecting the skin's barrier function. The dense micro-beauty foam containing anti-inflammatory ingredient (dipotassium glycyrrhizate) protects delicate skin from friction and conditions it to healthy, fresh bare skin.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 特長グリッド --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eFour Key Points\u003c\/h2\u003e\n\u003cdiv class=\"action-grid\"\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cspan class=\"num\"\u003e1\u003c\/span\u003e\n\u003ch3\u003eContains anti-inflammatory active ingredients\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eDipotassium Glycyrrhizate\u003c\/span\u003e\n\u003cp\u003eActive ingredients that prevent acne and rough skin. Suppress inflammation and maintain a clean, healthy skin environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cspan class=\"num\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eMicro Beauty Foam Cushion\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eFrictionless Cleansing\u003c\/span\u003e\n\u003cp\u003eFirmly adsorbs dirt deep in pores. The foam cushion reduces friction damage during washing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cspan class=\"num\"\u003e3\u003c\/span\u003e\n\u003ch3\u003eMoisture Introduction Technology\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eSENKA Original Formula\u003c\/span\u003e\n\u003cp\u003eDoes not strip essential moisturizing ingredients from the skin, retains moisture, and prevents tightness after washing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cspan class=\"num\"\u003e4\u003c\/span\u003e\n\u003ch3\u003eLuxurious Beauty Ingredients\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eNatural Silk Essence\u003c\/span\u003e\n\u003cp\u003eContains double hyaluronic acid and silk essence. With every wash, it leads to moist, smooth bare skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. メカニズムセクション --\u003e\n\u003csection class=\"mechanism-box\"\u003e\n\u003cdiv class=\"mech-title\"\u003ePOINT: Mechanism to prevent adult acne and rough skin\u003c\/div\u003e\n\u003cimg alt=\"Acne Prevention Mechanism Diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/medical12.png?v=1777715624\" style=\"margin-top: 15px; margin-bottom: 15px; float: none;\"\u003e\n\u003cp style=\"font-size: 14px; color: #555; text-align: left; margin: 0 auto; max-width: 600px;\"\u003e\u003cb\u003eAdsorbs and cleans dirt clogged in pores:\u003c\/b\u003e\u003cbr\u003eMicro foam penetrates deep into pores, firmly capturing excess sebum and dirt that cause acne. Active ingredients prevent rough skin and create an environment where acne bacteria are less likely to grow.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 5. 有効成分テーブル --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"ing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient Names\u003c\/th\u003e\n\u003cth\u003eFeatures and Roles\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDipotassium Glycyrrhizate\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cat-tag\"\u003eActive Ingredients\u003c\/span\u003e Suppress inflammation and prevent acne and rough skin.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNatural Silk Essence\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cat-tag\"\u003eSkin Protection\u003c\/span\u003e Sericin, hydrolyzed silk, and glycerin retain moisture.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDouble Hyaluronic Acid\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cat-tag\"\u003eMoisturizing\u003c\/span\u003e Has high water retention power, leaving skin moist after washing.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. 効能・効果 --\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\"\u003ePrevents acne\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003ePrevents rough skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eCleanses the skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003ePrevents razor bumps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. 用法・用量 --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow to Use\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px;\"\u003eAfter wetting your hands, take about \u003cb\u003e2cm\u003c\/b\u003e on your palm, lather well with water or lukewarm water, wash, and then rinse thoroughly.\u003c\/p\u003e\n\u003cdiv class=\"usage-note\"\u003e※ For those with eyelash extensions, it is recommended to gently roll the foam sideways without rubbing.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. Q\u0026A --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003cp style=\"font-weight: bold; color: var(--acc-dark);\"\u003eQ: Will it cause dryness even if used daily?\u003c\/p\u003e\n\u003cp style=\"font-size: 14px;\"\u003eA: Yes, with moisture introduction technology and moisturizing ingredients, it gently cleanses while protecting the necessary moisture even with daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-weight: bold; color: var(--acc-dark);\"\u003eQ: What is the difference from the non-medicated type?\u003c\/p\u003e\n\u003cp style=\"font-size: 14px;\"\u003eA: Acne Care contains active ingredients that suppress inflammation, making it especially suitable for those troubled by acne and rough skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. ブランドストーリー --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n\u003cp\u003eSENKA was born from the desire to support the moment when hardworking people return to their fresh, natural selves. The proven technology inherited from over 100 years of Shiseido skincare research is condensed in its rich \"micro-beauty foam.\"\u003c\/p\u003e\n\u003cp\u003e\"Even on busy days, I want my face wash to be a luxurious care.\" SENKA continues to support people worldwide so they can greet tomorrow with fresh, bare skin.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 10. 使用上の注意 --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003ch4\u003e⚠️ Usage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● Avoid contact with eyes. If it gets into your eyes, rinse immediately without rubbing.\u003cbr\u003e● Keep out of reach of infants and young children.\u003cbr\u003e● Do not place in direct sunlight or in high-temperature areas.\u003cbr\u003e● Use with care, paying close attention to any abnormalities on your skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003ch4\u003e📦 Storage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● Please make sure to close the cap tightly after use.\u003cbr\u003e● When using a bathroom dryer, do not place the product inside the bathroom.\u003cbr\u003e● If stored in extremely low temperatures, the contents may harden; please return to room temperature before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e[Points requiring confirmation and adjustment] * The image URL for the mechanism diagram is assumed to be the publicly available asset URL (illustration) from the official SENKA website. * The color theme is set to the mint green unique to Acne Care. [References] * Shiseido \/ Fine Today SENKA official product page * Quasi-drug efficacy labeling regulations based on the Pharmaceutical Affairs Law * SENKA official site Q\u0026A content\u003c\/p\u003e","brand":"FineToday","offers":[{"title":"120g","offer_id":52553046786364,"sku":"4550516474902","price":576.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4550516474902_0e665cc4-2489-4122-9744-927c25f2e7cd.jpg?v=1765764139","url":"https:\/\/mamigo.jp\/en-ph\/products\/perfect-whip-acne-care","provider":"MamiGo","version":"1.0","type":"link"}