{"product_id":"biore-u-thebody-lotion-osmanthus","title":"Biore u Body Lotion for Wet Skin in the Bath, Osmanthus Fragrance","description":"\u003cstyle\u003e\n\/* -------------------------------------------------------------------------\n  Shopify Description CSS Scope - Biore u Wet Skin Body Milk Kinmokusei (v6)\n---------------------------------------------------------------------------- *\/\n\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #e67e22; \/* 金木犀パッケージ・オレンジ *\/\n  --acc-dark: #b35d10;\n  --acc-light: #fff5eb;\n  --acc-mid: #f5cba7;\n  font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  background-color: #ffffff;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* 1. Hero Section *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 24px;\n  text-align: center;\n  color: #ffffff;\n  position: relative;\n  overflow: hidden;\n  border-radius: 0 0 24px 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  right: -50px;\n  width: 150px;\n  height: 150px;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n}\n\n.pd-wrap .pd-hero .category-badge {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.2);\n  padding: 4px 12px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 16px;\n  border: 1px solid rgba(255, 255, 255, 0.4);\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 800 !important;\n  margin-bottom: 12px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.pd-wrap .pd-hero .tagline {\n  font-size: 16px;\n  font-weight: 500;\n  margin-bottom: 24px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  opacity: 0.95;\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: #ffffff;\n  color: var(--acc);\n  padding: 6px 14px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 700;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n\/* 2. Card Layout *\/\n.pd-wrap .section-card {\n  background: #ffffff;\n  margin: 20px 16px;\n  padding: 24px;\n  border-radius: 16px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.pd-wrap .section-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--acc);\n  margin-bottom: 18px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n  display: flex;\n  align-items: center;\n}\n\n.pd-wrap .section-title::before {\n  content: \"\";\n  width: 6px;\n  height: 24px;\n  background: #ffd700;\n  margin-right: 12px;\n  border-radius: 3px;\n}\n\n\/* 3. Grid *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 10px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  padding: 16px;\n  border-radius: 12px;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--acc);\n  margin-bottom: 6px;\n}\n\n.pd-wrap .action-card .pill {\n  display: inline-block;\n  font-size: 11px;\n  background: #fff;\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  margin: 0;\n  color: #444;\n}\n\n\/* 4. Table *\/\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin: 10px 0;\n  border-radius: 8px;\n  border: 1px solid #eee;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 12px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 12px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n\/* 5. Utility *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  padding: 6px 12px;\n  border-radius: 6px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .caution-box h4 {\n  color: #b45309;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .storage-box h4 {\n  color: #2e4a7d;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003c!-- 1. Hero セクション --\u003e\n  \u003cheader class=\"pd-hero\"\u003e\n    \u003cdiv class=\"category-badge\"\u003eBody Care | Lotion for wet skin\u003c\/div\u003e\n    \u003ch1\u003eBiore u Body Lotion for Wet Skin After Bath\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003ePrevents dryness. Just apply to wet skin to seal in moisture.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003eNo rinsing needed\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eSame mild acidity as bare skin\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eLimited Osmanthus Fragrance\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eHanging Easy Switch\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- 2. 商品概要カード --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMake \"instant moisturizing after bath\" your new habit\u003c\/h2\u003e\n    \u003cp\u003e\n      The moment you towel dry after bathing, your skin's moisture rapidly starts to evaporate. \"Biore u Body Lotion for Wet Skin After Bath\" is a revolutionary body care item that prevents this dryness gap.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The lotion smoothly blends into wet skin before leaving the bathroom, mixing with moisture to form a thin moisturizing film on the skin surface. Just gently pat with a towel, and your skin stays moist and hydrated all day. The seasonal limited \"Osmanthus Fragrance\" wraps your bath time in the comfortable calm of autumn.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\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        \u003ch3\u003eBenefits of use on wet skin\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003eMoisture sealing\u003c\/span\u003e\n        \u003cp\u003eMixes with moisture on the skin surface to form a tightly adhering moisturizing veil. Efficiently protects skin from dryness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003eSpeeds up post-bath routine\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003eNo rinsing needed\u003c\/span\u003e\n        \u003cp\u003eCare is completed before leaving the bathroom. It does not feel sticky after towel drying, allowing you to dress immediately with comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003eHanging \"Easy Switch\"\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003eHygienic \u0026 Convenient\u003c\/span\u003e\n        \u003cp\u003eSpace-saving hanging type. The nozzle dispenses the right amount with light pressure, allowing easy one-handed full-body care.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003ch3\u003eOsmanthus fragrance that evokes autumn\u003c\/h3\u003e\n        \u003cspan class=\"pill\"\u003eSeasonal Limited Edition\u003c\/span\u003e\n        \u003cp\u003eA softly fragrant, refreshing sweetness like real osmanthus. Creates a soothing body care time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 4. 有効成分テーブル --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMain Ingredients and Their Functions\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eFunctions\u003c\/th\u003e\n            \u003cth\u003eMain Ingredients\u003c\/th\u003e\n            \u003cth\u003eFeatures\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMoisturizing and skin conditioning\u003c\/td\u003e\n            \u003ctd\u003eShea Butter, Petrolatum\u003c\/td\u003e\n            \u003ctd\u003eHelps the skin's barrier function and forms a moisturizing film that prevents moisture loss.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBase agents\u003c\/td\u003e\n            \u003ctd\u003eWater, Glycerin, Diglycerin\u003c\/td\u003e\n            \u003ctd\u003eCreates a smooth texture that quickly blends into wet skin.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConditioning agents\u003c\/td\u003e\n            \u003ctd\u003eArginine, Behenic Acid Glyceride\u003c\/td\u003e\n            \u003ctd\u003eSupports gentle skin feel and reduces stickiness.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. 効能・効果 --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFor these concerns\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eRapid dryness after bathing\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFinding body care bothersome\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFlaky or dry skin\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eQuick moisturizing care\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eAfter a busy bath time with children\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp.png?v=1760064851\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp1.png?v=1760064851\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp2.png?v=1760064851\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp3.png?v=1760064851\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp4.png?v=1760064851\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/biore-u-thebody-lotion-lp-jp5.png?v=1760064851\" alt=\"\"\u003e\u003c\/p\u003e\n  \u003c!-- 6. 用法・用量 --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eHow to Use\u003c\/h2\u003e\n    \u003cp\u003eBefore leaving the bathroom and before towel drying, take an appropriate amount and apply evenly to wet skin all over the body.\u003c\/p\u003e\n    \u003cdiv style=\"border-left: 4px solid var(--acc-mid); background-color: var(--acc-light); padding: 12px; margin-top: 10px; font-size: 14px;\"\u003e\n      1. Use on wet skin before leaving the bathroom after bathing.\u003cbr\u003e\n      2. Take one pump into your hand and evenly apply to arms, legs, and the whole body.\u003cbr\u003e\n      3. After application, gently pat off excess moisture with a towel. (No need to rinse off)\u003cbr\u003e\n      *The recommended amount for adults is 2 to 3 pumps.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 8. ブランドストーリー --\u003e\n  \u003csection class=\"section-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n    \u003cp\u003e\n      Since its launch in 1980, \"Biore u\" has been a skincare brand closely watching over the skin of Japanese families. With the motto \"Happy Bare Skin,\" it pursues quality that the whole family, from babies to adults, can use with confidence.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Based on Kao's long-standing dermatological research, we have developed technologies that protect the skin's barrier function from cleansing to moisturizing. We continue to propose comfortable skincare experiences that fit changing lifestyles and can be easily maintained even in busy daily life.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\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\n      ● It can make floors slippery if spilled; wash thoroughly if it gets on the floor.\u003cbr\u003e\n      ● Do not use on wounds, swelling, eczema, or other abnormal areas.\u003cbr\u003e\n      ● Use with care, paying close attention to any skin abnormalities. Discontinue use if it does not suit your skin.\u003cbr\u003e\n      ● If it gets into your eyes, rinse thoroughly immediately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\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\n      ● Keep out of reach of infants and young children.\u003cbr\u003e\n      ● Do not place in direct sunlight or in high-temperature locations.\u003cbr\u003e\n      ● Lotion may solidify at the nozzle tip, but there is no quality issue. Please remove it before use.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n[Points to Check and Adjust]\nThis product is set with an orange color scheme (#e67e22) based on the seasonal limited edition \"Osmanthus Fragrance.\"\n\n[Reference Source]\nKao Corporation Biore u Brand Site\nKao Corporation Product Catalog (Biore u Body Lotion for Wet Skin After Bath, Osmanthus Fragrance)","brand":"Kao","offers":[{"title":"Main box set (285ml + hook + nozzle)","offer_id":52272878158140,"sku":"4901301452719","price":1185.0,"currency_code":"JPY","in_stock":true},{"title":"Hanging Pack (285ml)","offer_id":52272878190908,"sku":"4901301452801","price":730.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901301452719.jpg?v=1759974558","url":"https:\/\/mamigo.jp\/en-ph\/products\/biore-u-thebody-lotion-osmanthus","provider":"MamiGo","version":"1.0","type":"link"}