{"product_id":"beside_love_gel","title":"Beside Lotion 180ml","description":"\u003cstyle\u003e\n\/* ============================================================\n   Beside ローション スタンダード - Shopify 商品説明 HTML\n   Scope: .pd-wrap \/ Package color: Brown #7d5a3c\n   ============================================================ *\/\n\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc:       #7d5a3c;\n  --acc-dark:  #4a3220;\n  --acc-light: #f5ede5;\n  --acc-mid:   #b8896a;\n  font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\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  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 14px;\n  padding: 44px 32px 40px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 24px;\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  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\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  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n\n.pd-wrap .hero-badges {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 18px;\n}\n\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.45);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  padding: 4px 12px;\n  border-radius: 20px;\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  margin-bottom: 10px !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 .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}\n\n.pd-wrap .hero-tags {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .hero-tag {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.5);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 5px 14px;\n  border-radius: 20px;\n}\n\n\/* ============ SECTION WRAP ============ *\/\n.pd-wrap .section-wrap {\n  background: #fff;\n  border-radius: 12px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n}\n\n.pd-wrap .section-title {\n  font-size: 18px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  padding-bottom: 10px !important;\n  border-bottom: 2px solid var(--acc-light) !important;\n  margin-bottom: 18px !important;\n  position: relative;\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: -28px;\n  top: 2px;\n  bottom: 2px;\n  width: 4px;\n  background: #f59e0b;\n  border-radius: 2px;\n}\n\n\/* ============ 特長グリッド ============ *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\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-radius: 10px;\n  padding: 18px 16px;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 26px;\n  height: 26px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  border-radius: 50%;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card h3 {\n  font-size: 15px !important;\n  font-weight: 700 !important;\n  color: var(--acc-dark) !important;\n  margin-bottom: 6px !important;\n}\n\n.pd-wrap .feat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 600;\n  padding: 2px 10px;\n  border-radius: 12px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feat-card p {\n  font-size: 13px;\n  color: #555;\n  margin: 0;\n}\n\n\/* ============ 成分テーブル ============ *\/\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\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 !important;\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 #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-cat {\n  display: inline-block;\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  font-size: 10px;\n  font-weight: 600;\n  padding: 2px 8px;\n  border-radius: 10px;\n  white-space: nowrap;\n}\n\n\/* ============ 効能タグ ============ *\/\n.pd-wrap .efficacy-wrap {\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  font-size: 13px;\n  font-weight: 600;\n  padding: 6px 14px;\n  border-radius: 20px;\n}\n\n\/* ============ 用法テーブル ============ *\/\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n  margin-bottom: 16px;\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 !important;\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 #eee;\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 .note-box {\n  border-left: 4px solid var(--acc-mid);\n  background: var(--acc-light);\n  padding: 12px 16px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #555;\n  margin-top: 14px;\n}\n\n\/* ============ 比較テーブル ============ *\/\n.pd-wrap .compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n}\n\n.pd-wrap .compare-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 12px !important;\n  text-align: center !important;\n  white-space: nowrap;\n}\n\n.pd-wrap .compare-table tbody tr td {\n  padding: 9px 12px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  border-bottom: 1px solid #e0e0e0;\n  text-align: center;\n}\n\n.pd-wrap .compare-table tbody tr td:first-child {\n  font-weight: 600;\n  background-color: #f5f5f5 !important;\n  white-space: nowrap;\n  text-align: left;\n}\n\n.pd-wrap .compare-table tbody tr td.highlight {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .compare-table tbody tr:nth-child(even) td {\n  background-color: #fafafa;\n}\n\n.pd-wrap .compare-table tbody tr:nth-child(even) td.highlight {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .compare-best {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 700;\n  padding: 2px 8px;\n  border-radius: 10px;\n  margin-left: 4px;\n  vertical-align: middle;\n}\n\n\/* ============ 注意・保管ボックス ============ *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  border-radius: 0 10px 10px 0;\n  padding: 18px 20px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .caution-box h3 {\n  font-size: 15px !important;\n  font-weight: 700 !important;\n  color: #b45309 !important;\n  margin-bottom: 10px !important;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .caution-box ul li {\n  font-size: 13px;\n  color: #555;\n  margin-bottom: 5px;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  border-radius: 0 10px 10px 0;\n  padding: 18px 20px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .storage-box h3 {\n  font-size: 15px !important;\n  font-weight: 700 !important;\n  color: #1e3a6e !important;\n  margin-bottom: 10px !important;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .storage-box ul li {\n  font-size: 13px;\n  color: #555;\n  margin-bottom: 5px;\n}\n\n\/* ============ ブランドフッター ============ *\/\n.pd-wrap .brand-footer {\n  text-align: center;\n  padding: 20px 16px;\n  border-top: 1px solid var(--acc-light);\n  color: #888;\n  font-size: 12px;\n}\n\n.pd-wrap .brand-name {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--acc);\n  display: block;\n  margin-bottom: 4px;\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\"\u003eBody massage lotion\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eMade in Japan\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eWater-soluble\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eBeside Lotion Standard\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eSmooth and slippery, lasting slippery sensation. The new standard home lotion you can proudly place in your room.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003e🧴 Standard type\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🚿 Rinseable\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🎨 Fragrance-free and colorant-free\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e🇯🇵 Fujilatex\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 商品概要 ============ --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct overview\u003c\/h2\u003e\n    \u003cp\u003eBeside Lotion Standard is the standard model of body massage lotion by the Japanese condom brand Fujilatex. It spreads smoothly on the skin with a lasting smooth slippery feel, water-soluble type, designed for easy use by both men and women for massage purposes.\u003c\/p\u003e\n    \u003cp\u003eAdopts a stylish tube design that \"doesn’t look like lotion,\" with an interior-friendly appearance that fits right in your room. Contains glycerin-based moisturizing ingredients and a fragrance-free, colorant-free formula considerate of skin irritation. Easy to incorporate into daily body care or couple relaxation time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 特長グリッド ============ --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour features\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eSmooth spread and lasting sensation\u003c\/h3\u003e\n        \u003cspan class=\"feat-pill\"\u003eContains glycerin\u003c\/span\u003e\n        \u003cp\u003eAbsorbs smoothly into the skin, maintaining a slippery and smooth feel. Comfortably reduces friction during massage.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eFragrance-free and colorant-free formula\u003c\/h3\u003e\n        \u003cspan class=\"feat-pill\"\u003eLow-irritation design\u003c\/span\u003e\n        \u003cp\u003eFormulated without fragrance or colorants, safe for sensitive skin and those sensitive to scents.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eWater-soluble and non-sticky\u003c\/h3\u003e\n        \u003cspan class=\"feat-pill\"\u003eWater-soluble type\u003c\/span\u003e\n        \u003cp\u003eEasily rinsed off with lukewarm water or body soap after use. Can be washed off with water if it gets on sheets or clothing.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003eDesign that blends with interior\u003c\/h3\u003e\n        \u003cspan class=\"feat-pill\"\u003eStylish packaging\u003c\/span\u003e\n        \u003cp\u003eStylish tube shape that doesn’t look like a lotion. Easy to use with a one-touch cap and can be proudly placed in your room.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 有効成分 ============ --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIngredients\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\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\u003eMain role\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWater\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003eBase material\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eBase ingredient of lotion\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eGlycerin\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003eMoisturizer\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eHelps retain skin moisture and smooth feel\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCarbomer\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003eThickener\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eProvides moderate thickness and texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBG (Butylene Glycol)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003eMoisturizer and solvent\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eHelps moisturizing effect and ingredient dissolution\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium polyacrylate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003eThickener\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eStabilize smooth texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePhenoxyethanol\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003ePreservatives\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eMaintain product quality\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMethylparaben\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"ing-cat\"\u003ePreservatives\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eMaintain product quality\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 用法・用量 ============ --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eHow to use\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSteps\u003c\/th\u003e\n            \u003cth\u003eContents\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e① Take an appropriate amount in your hand\u003c\/td\u003e\n            \u003ctd\u003eTake an appropriate amount into the palm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e② Apply as if massaging\u003c\/td\u003e\n            \u003ctd\u003eUse all over the body as if massaging\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e③ Rinse after use\u003c\/td\u003e\n            \u003ctd\u003ePlease rinse with lukewarm water or body soap.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      💧 Being water-soluble, it can be easily rinsed off with lukewarm water or body soap after use.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 比較表 ============ --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eBeside Lotion 3 Types Comparison\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"compare-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eComparison items\u003c\/th\u003e\n            \u003cth\u003eStandard\u003cspan class=\"compare-best\"\u003eThis product\u003c\/span\u003e\n\u003c\/th\u003e\n            \u003cth\u003eStrong\u003c\/th\u003e\n            \u003cth\u003eEasy off\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eStandard (classic)\u003c\/td\u003e\n            \u003ctd\u003eSticky adhesion\u003c\/td\u003e\n            \u003ctd\u003eWipe-off OK\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTexture\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eSmooth slippery sensation lasts\u003c\/td\u003e\n            \u003ctd\u003eSticky and cohesive feeling\u003c\/td\u003e\n            \u003ctd\u003eLight and smooth texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMain active ingredients\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eGlycerin (moisturizing)\u003c\/td\u003e\n            \u003ctd\u003eContains maca, glycerin-free\u003c\/td\u003e\n            \u003ctd\u003eSodium hyaluronate and water-soluble collagen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePost-use care\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eRinse with lukewarm water or body soap\u003c\/td\u003e\n            \u003ctd\u003eRinse with lukewarm water or body soap\u003c\/td\u003e\n            \u003ctd\u003eJust wipe off (no rinsing needed)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eGlycerin\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eContains\u003c\/td\u003e\n            \u003ctd\u003eGlycerin-free\u003c\/td\u003e\n            \u003ctd\u003eDoes not contain (PG, ethanol-based)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eRecommended for\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eFor those who want to try first or use all-around\u003c\/td\u003e\n            \u003ctd\u003eFor those seeking a firm adhesion and vitality support\u003c\/td\u003e\n            \u003ctd\u003eFor those who want easy cleanup without rinsing\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFragrance-free and colorant-free\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e✅ Suitable for both\u003c\/td\u003e\n            \u003ctd\u003e✅ Suitable for both\u003c\/td\u003e\n            \u003ctd\u003e✅ Suitable for both\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMade in Japan\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e✅\u003c\/td\u003e\n            \u003ctd\u003e✅\u003c\/td\u003e\n            \u003ctd\u003e✅\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ============ 使用上の注意 ============ --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003ch3\u003e⚠️ Usage Precautions\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePay close attention to any abnormalities on your skin.\u003c\/li\u003e\n      \u003cli\u003eIf redness, swelling, itching, irritation, discoloration, or darkening occurs during or after use, discontinue use and consult a dermatologist or specialist.\u003c\/li\u003e\n      \u003cli\u003eDo not use on areas of the skin with abnormalities.\u003c\/li\u003e\n      \u003cli\u003eIf it gets into your eyes, do not rub and rinse immediately with water.\u003c\/li\u003e\n      \u003cli\u003eBe careful as it can be slippery if dropped on the floor.\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    \u003ch3\u003e📦 Storage Precautions\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore away from direct sunlight, high temperature, and high humidity.\u003c\/li\u003e\n      \u003cli\u003eAfter use, close the cap tightly and store, and use as soon as possible.\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=\"brand-footer\"\u003e\n    \u003cspan class=\"brand-name\"\u003eFujilatex Co., Ltd.\u003c\/span\u003e\n    Country of manufacture: Japan \/ Category: Lubricant (Body Massage Lotion)\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"FUJILATEX","offers":[{"title":"Standard","offer_id":50208521322812,"sku":"4902510106929","price":895.0,"currency_code":"JPY","in_stock":true},{"title":"Easy Off","offer_id":50208521355580,"sku":"4902510106943","price":895.0,"currency_code":"JPY","in_stock":true},{"title":"Strong","offer_id":50208521388348,"sku":"4902510106936","price":895.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/besidegel.jpg?v=1751851509","url":"https:\/\/mamigo.jp\/en-ph\/products\/beside_love_gel","provider":"MamiGo","version":"1.0","type":"link"}