{"product_id":"kobayashi-inochinohaha-kairo-white","title":"Inochi no Haha White Heat Patch, Adhesive Type","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n.pd-wrap {\n  --acc: #c75a82;\n  --acc-dark: #8a3358;\n  --acc-light: #fdeef3;\n  --acc-mid: #e6a3bd;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Hiragino Sans\", \"Yu Gothic\", sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 960px;\n  margin: 0 auto;\n  padding: 0;\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.pd-wrap img { max-width: 100%; height: auto; }\n\n\/* Hero *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 28px;\n  border-radius: 14px;\n  overflow: hidden;\n  margin-bottom: 26px;\n  color: #fff;\n}\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 220px; height: 220px;\n  background: rgba(255,255,255,0.12);\n  border-radius: 50%;\n}\n.pd-wrap .pd-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -80px; left: -50px;\n  width: 180px; height: 180px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 50%;\n}\n.pd-wrap .pd-hero .hero-inner { position: relative; z-index: 2; }\n.pd-wrap .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 14px;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  padding: 5px 13px;\n  background: rgba(255,255,255,0.22);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 20px;\n  font-size: 12px;\n  color: #fff;\n  font-weight: 600;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 800;\n  margin-bottom: 10px;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n.pd-wrap .hero-tagline {\n  font-size: 15px;\n  color: #fff;\n  opacity: 0.96;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  margin-bottom: 18px;\n}\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.95);\n  color: var(--acc-dark);\n  padding: 6px 14px;\n  border-radius: 18px;\n  font-size: 12.5px;\n  font-weight: 700;\n}\n\n\/* Card *\/\n.pd-wrap .card {\n  background: #fff;\n  border: 1px solid #ececec;\n  border-radius: 12px;\n  padding: 24px 22px;\n  margin-bottom: 22px;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n}\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 19px;\n  font-weight: 700;\n  color: var(--acc);\n  padding-left: 14px;\n  padding-bottom: 8px;\n  margin-bottom: 16px;\n  border-bottom: 2px solid var(--acc);\n}\n.pd-wrap .section-title::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 4px;\n  width: 5px;\n  height: 20px;\n  background: #f5b800;\n  border-radius: 2px;\n}\n.pd-wrap .card p { margin: 0 0 12px 0; font-size: 14.5px; }\n.pd-wrap .card p:last-child { margin-bottom: 0; }\n\n\/* Action grid (特長) *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width:480px) {\n  .pd-wrap .action-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 18px 16px;\n  position: relative;\n}\n.pd-wrap .action-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px; height: 28px;\n  background: var(--acc);\n  color: #fff !important;\n  border-radius: 50%;\n  font-weight: 700;\n  font-size: 13px;\n  margin-bottom: 8px;\n}\n.pd-wrap .action-card h3 {\n  font-size: 15px;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n  font-weight: 700;\n}\n.pd-wrap .action-pill {\n  display: inline-block;\n  background: #fff;\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  font-size: 11.5px;\n  font-weight: 600;\n  padding: 3px 9px;\n  border-radius: 12px;\n  margin-bottom: 8px;\n}\n.pd-wrap .action-card p { font-size: 13.5px; color: #444; margin: 0; }\n\n\/* Spec table *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 0;\n  border-radius: 8px;\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  background: #fff;\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  border: 1px solid var(--acc-dark);\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: 1px solid #e5e5e5;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .cat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff !important;\n  font-size: 11.5px;\n  font-weight: 600;\n  padding: 3px 9px;\n  border-radius: 10px;\n}\n\n\/* Efficacy tag *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  padding: 8px 14px;\n  border-radius: 8px;\n  font-size: 13.5px;\n  font-weight: 600;\n}\n\n\/* Note box *\/\n.pd-wrap .note-box {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  padding: 12px 14px;\n  margin-top: 14px;\n  font-size: 13.5px;\n  border-radius: 0 6px 6px 0;\n}\n\n\/* Caution box *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  padding: 16px 18px;\n  border-radius: 0 8px 8px 0;\n  margin-bottom: 22px;\n}\n.pd-wrap .caution-box h2 {\n  font-size: 17px;\n  color: #92400e;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #5b3a00;\n}\n.pd-wrap .caution-box ul li { margin-bottom: 6px; }\n\n\/* Storage box *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  padding: 16px 18px;\n  border-radius: 0 8px 8px 0;\n  margin-bottom: 22px;\n}\n.pd-wrap .storage-box h2 {\n  font-size: 17px;\n  color: #1e3a5f;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 13.5px;\n  color: #2c3e50;\n}\n.pd-wrap .storage-box ul li { margin-bottom: 6px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- 1. Hero --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-inner\"\u003e\n      \u003cdiv class=\"hero-badges\"\u003e\n        \u003cspan class=\"hero-badge\"\u003eDisposable warmer\u003c\/span\u003e\n        \u003cspan class=\"hero-badge\"\u003eType to apply on clothing\u003c\/span\u003e\n        \u003cspan class=\"hero-badge\"\u003eKobayashi Pharmaceutical\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003ch1\u003eInochi no Haha White Warmer (to apply)\u003c\/h1\u003e\n      \u003cp class=\"hero-tagline\"\u003eAn abdomen warmer that gently warms fluctuating coldness and irritability during the menstrual cycle with gentle warmth of about 40℃ and a calming scent.\u003c\/p\u003e\n      \u003cdiv class=\"hero-pills\"\u003e\n        \u003cspan class=\"hero-pill\"\u003eGentle warmth of about 40℃\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003e12-hour duration\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003eThree types of extracted fragrances\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003eSoap-like scent\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. 商品概要 --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003e\"Inochi no Haha White Warmer\" is an abdomen warmer to apply on clothing that supports days when the body and mind tend to feel heavy due to the menstrual cycle, such as before and during menstruation. It was born from the collaboration of the pharmaceutical brand \"Inochi no Haha White,\" which has continuously addressed women's ailments, and \"Kiribai Warmer,\" a brand loved for many years specializing in warmers.\u003c\/p\u003e\n    \u003cp\u003eWith a gentle temperature design that keeps the skin surface at about 40℃, it warms the abdomen gently without becoming too hot even when worn continuously. Additionally, the elegant soap-like scent with bergamot, orange, and spearmint extracts gently soothes the mood tightened by coldness. It is a piece to incorporate as a moment of self-care on days when you feel cold or irritable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cspan class=\"action-num\"\u003e1\u003c\/span\u003e\n        \u003ch3\u003eGentle warmth of about 40℃\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eDesigned not to become too hot\u003c\/span\u003e\n        \u003cp\u003eSkin surface temperature indoors is about 40℃. Provides gentle warmth that is not burdensome even when worn for long periods, wrapping the abdomen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cspan class=\"action-num\"\u003e2\u003c\/span\u003e\n        \u003ch3\u003eContains three types of extracted fragrances\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eBergamot \/ Orange \/ Spearmint\u003c\/span\u003e\n        \u003cp\u003eAn elegant soap-like scent that transitions from fresh top notes to floral and musk, creating a calming atmosphere.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cspan class=\"action-num\"\u003e3\u003c\/span\u003e\n        \u003ch3\u003eWarmth lasting 12 hours\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eFrom morning to night\u003c\/span\u003e\n        \u003cp\u003eIf applied in the morning, warmth continues throughout outings and after returning home. Perfect for those who want care throughout a cold-prone day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cspan class=\"action-num\"\u003e4\u003c\/span\u003e\n        \u003ch3\u003eAbdomen warmer to apply on clothing\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003e13cm × 9.5cm\u003c\/span\u003e\n        \u003cp\u003eType to be applied inside underwear or clothing. Designed to cover the abdomen firmly, made for women concerned about coldness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 品質表示テーブル --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eQuality Indication\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eItems\u003c\/th\u003e\n            \u003cth\u003eContents\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Temperature\u003c\/td\u003e\n            \u003ctd\u003e62℃\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eTemperature\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAverage Temperature\u003c\/td\u003e\n            \u003ctd\u003e51℃\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eTemperature\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDuration Time\u003c\/td\u003e\n            \u003ctd\u003e12 hours\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eDuration\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e13cm × 9.5cm\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSize\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eIngredients\u003c\/td\u003e\n            \u003ctd\u003eIron Powder, water, activated carbon, absorbent resin, vermiculite, salts, fragrance\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eIngredients\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"note-box\"\u003eThe indicated maximum temperature, average temperature, and duration are measured values based on Tokyo regulations. There may be slight differences when used on the human body.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. 使用シーン（効能の代わり） --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRecommended for\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor those who feel cold easily due to the menstrual cycle\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor days when your body or mind feels heavy\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor those who want to gently warm their abdomen\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor those who want to relax with fragrance\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFor those seeking long-lasting warmth\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 使用方法 --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUsage Instructions\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSteps\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\u003e1\u003c\/td\u003e\n            \u003ctd\u003eRemove the warmer from the outer bag just before use.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e2\u003c\/td\u003e\n            \u003ctd\u003ePeel off the release sheet and apply to clothing without touching the skin directly or rubbing.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e3\u003c\/td\u003e\n            \u003ctd\u003eThe scent perception varies depending on where you apply it. Rubbing the warmer's surface intensifies the fragrance.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"note-box\"\u003eStore unused warmers in the outer bag after opening and use them promptly. Storage conditions may affect duration. White residue of fragrance may appear inside the warmer or bag, but this does not affect product performance.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. ブランドストーリー --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n    \u003cp\u003e\"Inochi no Haha\" was born in 1903 (Meiji 36) from the founder Shozo Sasaoka's desire to help women suffering from illness. The name carries the sentiment of cherishing the motherhood that nurtures life, and for over 120 years, it has been a brand for women that supports their changing lives and ailments through the ages.\u003c\/p\u003e\n    \u003cp\u003e\"Inochi no Haha White Warmer\" is a product born from the collaboration of \"Inochi no Haha White,\" which carries on the spirit, and \"Kiribai Warmer,\" a brand long trusted for warmers. It supports women's fluctuating mind and body through the menstrual cycle with the expertise of a pharmaceutical brand and reliable thermal technology, embodying the brand's philosophy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003ch2\u003e⚠️ Usage Precautions (To Prevent Low-Temperature Burns)\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eDo not use while sleeping.\u003c\/li\u003e\n      \u003cli\u003eDo not use inside bedding or with heating devices as it may become too hot.\u003c\/li\u003e\n      \u003cli\u003eDo not use if you have diabetes or any condition affecting temperature sensation or blood circulation.\u003c\/li\u003e\n      \u003cli\u003eIf the user is an infant or physically disabled and cannot respond, a guardian should take care.\u003c\/li\u003e\n      \u003cli\u003ePeople with sensitive skin should be especially careful of low-temperature burns.\u003c\/li\u003e\n      \u003cli\u003eDo not apply directly to the skin. Do not use under pressure.\u003c\/li\u003e\n      \u003cli\u003eIf you feel it is too hot, stop use immediately.\u003c\/li\u003e\n      \u003cli\u003eIf you experience symptoms of burns, stop use immediately and consult a doctor.\u003c\/li\u003e\n      \u003cli\u003eIf you feel unwell due to the scent, stop using immediately. If you experience any skin abnormalities, discontinue use immediately and consult a doctor.\u003c\/li\u003e\n      \u003cli\u003eDo not use on clothing that may be damaged by adhesive or on high-quality clothing. Some thermal clothing may not adhere well to the warmer.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003ch2\u003e📦 Storage Precautions\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eAvoid direct sunlight and store in a cool place.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children and people with dementia.\u003c\/li\u003e\n      \u003cli\u003eBe careful to prevent accidental ingestion by children and people with dementia.\u003c\/li\u003e\n      \u003cli\u003eDo not use for purposes other than intended.\u003c\/li\u003e\n      \u003cli\u003ePlease dispose of according to your municipality's classification after use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Kobayashi","offers":[{"title":"8 sheets","offer_id":52968241758524,"sku":"4901548604285","price":421.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901548604285.jpg?v=1775716227","url":"https:\/\/mamigo.jp\/en-ph\/products\/kobayashi-inochinohaha-kairo-white","provider":"MamiGo","version":"1.0","type":"link"}