{"product_id":"itsuki_soba","title":"Soba with Yam","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #5a7a2e;\n  --acc-dark: #3a5218;\n  --acc-light: #eef4e3;\n  --acc-mid: #8aaa55;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\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\/* ===== 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  overflow: hidden;\n  margin-bottom: 24px;\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: 240px;\n  height: 240px;\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 .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 16px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.35);\n  letter-spacing: 0.04em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 900 !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  letter-spacing: 0.03em;\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  line-height: 1.6;\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: rgba(255,255,255,0.22);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 6px 16px;\n  border-radius: 30px;\n  border: 1px solid rgba(255,255,255,0.4);\n}\n\n\/* ===== CARD ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 16px;\n  margin-bottom: 18px;\n  border-bottom: 2px solid var(--acc-light);\n  padding-bottom: 10px;\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: 3px;\n}\n\n.pd-wrap .pd-card p {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n  margin: 0 0 12px;\n}\n\n.pd-wrap .pd-card p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ===== ACTION GRID ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 20px;\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: #fff;\n  border-radius: 12px;\n  padding: 20px 18px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.07);\n  border-top: 4px solid var(--acc);\n}\n\n.pd-wrap .action-card .num-badge {\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: 800;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 15px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  margin-bottom: 8px !important;\n}\n\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 10px;\n  border-radius: 20px;\n  border: 1px solid var(--acc-mid);\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  line-height: 1.7;\n  color: #555;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  background: #fff;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.07);\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  font-size: 13px;\n  letter-spacing: 0.03em;\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  font-size: 13px;\n  line-height: 1.6;\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 .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 8px;\n  border-radius: 12px;\n  border: 1px solid var(--acc-mid);\n  white-space: nowrap;\n}\n\n\/* ===== EFFICACY ===== *\/\n.pd-wrap .efficacy-wrap {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 12px;\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\/* ===== DOSAGE TABLE ===== *\/\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  margin-top: 12px;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n\n.pd-wrap .dosage-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  font-size: 13px;\n}\n\n.pd-wrap .dosage-table tbody tr td {\n  padding: 10px 14px !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n  font-size: 13px;\n  vertical-align: middle !important;\n}\n\n.pd-wrap .dosage-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);\n  background: var(--acc-light);\n  padding: 12px 16px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  line-height: 1.7;\n  margin-top: 14px;\n}\n\n\/* ===== BRAND STORY ===== *\/\n.pd-wrap .brand-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n  border-left: 5px solid var(--acc);\n}\n\n\/* ===== CAUTION ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #b45309;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\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  line-height: 1.75;\n  margin-bottom: 4px;\n}\n\n\/* ===== STORAGE ===== *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #2c4a7c;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\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  line-height: 1.75;\n  margin-bottom: 4px;\n}\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-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eDried noodles · Buckwheat\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e320g (80g × 4 packets)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eItsuki Foods Yam-Added Buckwheat Noodles\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eSmooth throat feel created by the natural thickness of yam Powder.\u003cbr\u003eA long-selling Kyushu buckwheat noodle loved since 1972.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌿 Uses yam Powder\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍵 Smooth throat feel\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌾 Whole ground buckwheat Powder\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🏠 Suitable for home and commercial use\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e📝 Product Overview\u003c\/div\u003e\n    \u003cp\u003e\n      Itsuki Foods' \"Yam-Added Buckwheat Noodles\" is a dried noodle product blending whole ground buckwheat Powder with yam Powder. The natural thickness from yam adds a smooth throat feel and firm texture, making it delicious in any style—cold buckwheat noodles, hot buckwheat noodles, or any other way.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      A long-selling product loved nationwide, especially in Kyushu, since 1972. Conveniently packaged in 80g × 4 packets, suitable for family meals to commercial use. A dish combining the flavor of buckwheat and the umami of yam that you'll want to eat every day.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003cdiv class=\"action-grid\"\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eSmooth texture with yam Powder blend\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eYam Powder\u003c\/span\u003e\n      \u003cp\u003eBy blending yam Powder, it suppresses the typical roughness of buckwheat noodles, achieving a smooth throat feel and chewy texture. Greatly improves ease of eating.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRich flavor of whole ground buckwheat Powder\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eWhole ground buckwheat Powder\u003c\/span\u003e\n      \u003cp\u003eThe \"whole ground\" method of grinding buckwheat seeds brings out the rich aroma and flavor of buckwheat.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eLong-selling product since 1972\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eOver 50 years of proven track record\u003c\/span\u003e\n      \u003cp\u003eA trusted product loved in households nationwide, especially in Kyushu, for over half a century since its release. Quality chosen across generations.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eConvenient individual packaging \u0026 versatile use\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003e80g × 4 packets\u003c\/span\u003e\n      \u003cp\u003eIndividually packaged in 80g packets, designed for easy use for 1–2 servings. Suitable for various dishes such as cold buckwheat noodles, hot buckwheat noodles, and more.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 原材料テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🌾 Ingredients \u0026 components\u003c\/div\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredients\u003c\/th\u003e\n            \u003cth\u003eDetails \u0026 notes\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\u003eBuckwheat Powder (whole ground)\u003c\/td\u003e\n            \u003ctd\u003ePowder made by grinding whole buckwheat seeds. Main source of flavor and aroma\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMain ingredient\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWheat flour\u003c\/td\u003e\n            \u003ctd\u003eUsed as a binder. Maintains firmness and shape\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eBinder\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eYam Powder\u003c\/td\u003e\n            \u003ctd\u003eProvides smooth throat feel and chewy texture\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eKey ingredients\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSalt\u003c\/td\u003e\n            \u003ctd\u003eFlavor adjustment \u0026 dough tightening\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSeasoning\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px;color:#888;margin-top:8px;\"\u003e* Allergens: wheat, yam (contained in some). Please check the ingredient list on the back of the package for details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. おすすめの食べ方 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🍜 Recommended ways to eat\u003c\/div\u003e\n    \u003cdiv class=\"efficacy-wrap\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCold buckwheat noodles (zaru soba)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eHot buckwheat noodles (kake soba)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBuckwheat noodles with sauce poured over (bukkake soba)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBuckwheat noodle salad\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFinishing dish for hot pot\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eBuckwheat noodle lunchbox\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 調理方法 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🍳 Cooking method \u0026 guidelines\u003c\/div\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eHow to eat\u003c\/th\u003e\n            \u003cth\u003eServing size guideline\u003c\/th\u003e\n            \u003cth\u003eBoiling time guideline\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCold buckwheat noodles (zaru soba \/ chilled soba)\u003c\/td\u003e\n            \u003ctd\u003e1 packet (80g)\u003c\/td\u003e\n            \u003ctd\u003eAbout 4–5 minutes (in boiling water)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHot buckwheat noodles (kake soba)\u003c\/td\u003e\n            \u003ctd\u003e1 packet (80g)\u003c\/td\u003e\n            \u003ctd\u003eAbout 4–5 minutes (boil, then rinse with water and reheat)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLarge serving\u003c\/td\u003e\n            \u003ctd\u003e2 packets (160g)\u003c\/td\u003e\n            \u003ctd\u003eSame as above\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      💡 \u003cstrong\u003eTips for delicious preparation:\u003c\/strong\u003e Boil in plenty of water (at least 1L per packet), and after boiling, rinse thoroughly with cold water immediately to enhance firmness and smoothness.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. ブランドストーリー --\u003e\n  \u003cdiv class=\"brand-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🌱 Brand Story\u003c\/div\u003e\n    \u003cp\u003e\n      Itsuki Foods, founded in Kumamoto Prefecture in 1947, is a leading noodle manufacturer in Kyushu. Under the philosophy of \"enriching people's lives through food,\" it has manufactured and sold a variety of noodle products such as buckwheat, udon, and ramen. While rooted in the local Kyushu food culture, it is committed to delivering to households nationwide.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \"Yam-Added Buckwheat Noodles\" has been loved for over half a century as a long-selling product representing Itsuki Foods since its release in 1972. The idea of blending yam Powder is the result of the company's technical expertise pursuing smoothness and ease of eating in buckwheat noodles. The commitment to quality and the spirit of craftsmanship rooted in the local community are the reasons it is chosen across generations.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cdiv class=\"storage-title\"\u003e📦 Storage Instructions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore in a cool place away from direct sunlight, high temperature, and humidity.\u003c\/li\u003e\n      \u003cli\u003eAfter opening, transfer to a resealable bag or airtight container and use promptly.\u003c\/li\u003e\n      \u003cli\u003ePlease check the expiration date printed on the package.\u003c\/li\u003e\n      \u003cli\u003eAvoid storing near foods with strong odors.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. アレルギー・注意事項 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ Allergy \u0026 Precautions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eThis product contains \u003cstrong\u003ewheat and yam\u003c\/strong\u003e. Please be cautious if you have allergies.\u003c\/li\u003e\n      \u003cli\u003eDo not consume if you have a buckwheat allergy.\u003c\/li\u003e\n      \u003cli\u003eConsume promptly after opening.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and young children.\u003c\/li\u003e\n      \u003cli\u003eThis product may not be suitable depending on your constitution or physical condition. Please discontinue use if you feel any abnormalities.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ITSUKI","offers":[{"title":"320g","offer_id":50207969313084,"sku":"4901726014790","price":438.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901726014790.jpg?v=1751852258","url":"https:\/\/mamigo.jp\/en-ph\/products\/itsuki_soba","provider":"MamiGo","version":"1.0","type":"link"}