{"title":"アイスペール","description":"","products":[{"product_id":"11133569","title":"アイスバケット／トラッシュ\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を彩る、ユキワのバーアクセサリー\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11133569_1.jpg?v=1724043008\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼が息づくプロの選択\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e半世紀にわたり最高級のテーブルウェアを提供してきた\u003cstrong\u003eユキワブランド\u003c\/strong\u003eの誇りが、このアイスバケットには息づいています。高貴な輝きは、レストランやバーの優雅な時間を演出し、お客様に上質なおもてなしを提供します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eプロの現場を支える、機能性アイスバケット\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11133569_2.jpg?v=1724043008\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e用途で選ぶ、貴店だけの特別な逸品\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e国内屈指のシェアを誇る\u003cstrong\u003eユキワのバーグッズ\u003c\/strong\u003eは、優れた機能性で日々のオペレーションを円滑にします。用途に合わせて選べるサイズに加え、特別な名入れや表面加工で貴店だけの逸品に仕立てることも可能です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細情報\u003c\/h3\u003e\n\n    \u003c!-- 商品の特徴 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「アイスバケット／トラッシュ」は、プロの現場を支える信頼の品質です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eステンレス専門メーカーとして半世紀にわたり、最高級のバンケット・テーブル・キッチンウェアを提供\u003c\/li\u003e\n          \u003cli\u003e海外でも有名な国内屈指のシェアを誇るユキワブランドの信頼と誇りの品質\u003c\/li\u003e\n          \u003cli\u003e優れた機能性で日々のオペレーションを円滑化\u003c\/li\u003e\n          \u003cli\u003e高貴な輝きがレストランやバーの上質な時間を演出\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e【サイズ・容量】\u003c\/p\u003e\n        \u003cul class=\"size-info-list\"\u003e\n          \u003cli\u003eLサイズ (型番: 0328 0302-L): 直径16.5cm × 高さ15.8cm、容量2,400cc\u003c\/li\u003e\n          \u003cli\u003eSサイズ (型番: 0328 0300-S): 直径13.7cm × 高さ12.8cm、容量1,200cc\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- カスタマイズ・特別加工 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカスタマイズ・特別加工\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e貴店だけの特別な逸品に仕立てるオプションをご用意しております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eレーザー刻印によるオリジナル名入れ対応\u003c\/li\u003e\n          \u003cli\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色など様々な表面加工に対応\u003c\/li\u003e\n          \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズにも最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eご要望の場合はお気軽にお問い合わせください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"S","offer_id":49765765841171,"sku":"3280300","price":2900.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":49765765906707,"sku":"3280302","price":3900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11133569_1.jpg?v=1724043008"},{"product_id":"12060998","title":"アイスバケット／ストレート","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eYUKIWA品質、輝くステンレス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e半世紀の歴史を誇るユキワが贈る、\u003cstrong\u003eプロが認めるステンレス製アイスバケット\u003c\/strong\u003e。その\u003cstrong\u003e洗練された輝き\u003c\/strong\u003eが、ご自宅での時間をワンランク上の体験に変えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060998_1000.jpg?v=1724043507\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUKIWA品質、輝くステンレス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e卓上を彩る確かな存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の時間、冷たさ続く\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eドリンクの\u003cstrong\u003e最適な温度を長時間保ち\u003c\/strong\u003e、テーブルを濡らす心配もありません。大切な方との語らいや、心ゆくまで楽しむ家飲みに、\u003cstrong\u003e上質な雰囲気\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060998_1005.jpg?v=1724043507\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人の時間、冷たさ続く\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eおうちで本格バー体験\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e精巧な造り、特別な逸品へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e各パーツは取り外しやすく、お手入れも簡単。\u003cstrong\u003e半世紀にわたる実績\u003c\/strong\u003eが支える\u003cstrong\u003e堅牢な作り\u003c\/strong\u003eは、永くご愛用いただけます。\u003cstrong\u003e名入れで世界に一つだけのギフト\u003c\/strong\u003eにも。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060998_1006.jpg?v=1724043507\" class=\"img-fluid d-block w-100 product-img\" alt=\"精巧な造り、特別な逸品へ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼と機能の結晶\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eステンレス専門メーカーとして半世紀にわたり、最高級のバンケット・テーブル・キッチンウェアを提供してきたユキワブランドのバーアクセサリーシリーズです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e海外の業界でも有名な国内屈指のシェアを誇る信頼の品質\u003c\/li\u003e\n          \u003cli\u003e優れた機能性と高貴な輝きでレストラン、バーの上質な時間を演出\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eプロが認めるYUKIWA品質のステンレス製アイスバケットです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ステンレス\u003c\/li\u003e\n          \u003cli\u003e各パーツは取り外しやすく、お手入れも簡単\u003c\/li\u003e\n          \u003cli\u003e半世紀にわたる実績に裏打ちされた堅牢な作り\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e名入れ・カスタマイズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eレーザー刻印によるオリジナル名入れに対応しており、貴方だけの特別な逸品作りをお手伝いいたします。各種記念やお祝い事のギフト、ノベルティグッズ等にも最適です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色等、様々な表面加工に対応。\u003c\/li\u003e\n          \u003cli\u003eご要望の場合はお気軽にお問い合わせください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e#YUKIWA Bar Accessories\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"〈S〉","offer_id":52070001705235,"sku":null,"price":6300.0,"currency_code":"JPY","in_stock":true},{"title":"〈M〉","offer_id":49765774459155,"sku":"3280160","price":6900.0,"currency_code":"JPY","in_stock":true},{"title":"〈L〉","offer_id":52070001738003,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060998_1000.jpg?v=1724043507"},{"product_id":"12060999","title":"アイスバスケット／ECO","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e半世紀の歴史が紡ぐ上質の輝き\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060999_1000.jpg?v=1724043514\" class=\"img-fluid d-block w-100 product-img\" alt=\"プロが認める本物の存在感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプロが認める本物の存在感\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eステンレス専門メーカー\u003c\/strong\u003eとして、一流のテーブルウェアを届け続けてきたユキワブランドの真髄。妥協を許さない\u003cstrong\u003eプロが選ぶ確かな品質\u003c\/strong\u003eが、ご自宅の空間を\u003cstrong\u003eワンランク上の大人の時間\u003c\/strong\u003eへと誘います。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eシーンで選ぶ機能美アイスバケツ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060999_1001.jpg?v=1724043514\" class=\"img-fluid d-block w-100 product-img\" alt=\"多様なニーズに応える逸品\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e多様なニーズに応える逸品\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e用途に合わせて選べる\u003cstrong\u003eサイズ展開\u003c\/strong\u003eで、ご自宅での晩酌からホームパーティーまで幅広く活躍します。\u003cstrong\u003eレーザー刻印によるオリジナル名入れ対応\u003c\/strong\u003eで、特別なギフトや記念品としても最適です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e自宅で叶える贅沢なバー体験\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060999_1002.jpg?v=1724043514\" class=\"img-fluid d-block w-100 product-img\" alt=\"特別な時間を彩る演出\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e特別な時間を彩る演出\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eグラスに注ぐたびに\u003cstrong\u003e心地よい音を奏でる氷\u003c\/strong\u003eが、大人の寛ぎ時間を演出。お気に入りのドリンクを\u003cstrong\u003e最適な温度で最後まで楽しめ\u003c\/strong\u003e、\u003cstrong\u003e洗練されたホームバー空間\u003c\/strong\u003eを心ゆくまで満喫いただけます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e半世紀にわたり最高級のバンケット・テーブル・キッチンウェアを提供してきた、ユキワブランドが贈るバーアクセサリーシリーズ。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e海外でも有名なブランドとして国内屈指のシェアを誇る信頼と品質\u003c\/li\u003e\n                \u003cli\u003e優れた機能性と高貴な輝きでレストランやバーの上質な時間を演出\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e名入れ・カスタマイズについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e特別な逸品作りをお手伝いする、名入れ・カスタマイズサービスをご利用いただけます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eレーザー刻印によるオリジナル名入れ対応\u003c\/li\u003e\n                \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズに最適\u003c\/li\u003e\n                \u003cli\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色等、様々な表面加工に対応（ご要望の場合はお気軽にお問い合わせください）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品名: アイスバスケット／ECO\u003c\/li\u003e\n                \u003cli\u003e製品シリーズコード: #YUKIWA Bar Accessories\u003c\/li\u003e\n                \u003cli\u003e型番: 0328 0330-L (サイズ: φ17.5×H16cm, 容量: 2,300c.c.)\u003c\/li\u003e\n                \u003cli\u003e型番: 0328 0320-M (サイズ: φ15.5×H13.5cm, 容量: 2,000c.c.)\u003c\/li\u003e\n                \u003cli\u003e型番: 0328 0310-S (サイズ: φ13×H10cm, 容量: 1,500c.c.)\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"〈S〉","offer_id":49765774557459,"sku":"3280310","price":1700.0,"currency_code":"JPY","in_stock":true},{"title":"〈M〉","offer_id":49765774590227,"sku":"3280320","price":1950.0,"currency_code":"JPY","in_stock":true},{"title":"〈L〉","offer_id":49765774622995,"sku":"3280330","price":2100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060999_1000.jpg?v=1724043514"},{"product_id":"12061023","title":"アイスペール／ステラ（二重構造）\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e煌めく燕の技 満たす贅沢な時間\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11000499.jpg?v=1741741230\" class=\"img-fluid d-block w-100 product-img\" alt=\"煌めくアイスペール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e輝きを纏う 大人の逸品\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e燕が誇る研磨職人の技が息づく、鏡面のような輝き。手にするたびに感じる、なめらかな曲線とシャープなカッティングが織りなす洗練された美しさが、いつもの晩酌を\u003cstrong\u003e特別なバータイム\u003c\/strong\u003eへと昇華させます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e究極の保冷力 極上のひとときを贈る\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11000499-1.jpg?v=1741741233\" class=\"img-fluid d-block w-100 product-img\" alt=\"保冷力の高いアイスペール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e冷たさ続く おもてなしの心\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e長年のノウハウが凝縮された\u003cstrong\u003e二重構造\u003c\/strong\u003eが、溶けにくい氷を守り、飲み物の風味を損ないません。大切な方へ贈る上質なギフトとして、またおもてなしの席で、至福のアフターディナーを演出します。\u003cstrong\u003e名入れも可能\u003c\/strong\u003eです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e金属加工の街、新潟県燕市に拠点を置く老舗のステンレス製器物専門メーカー、三宝産業（YUKIWA）が手掛けた逸品です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e長年培った金属加工のノウハウと研磨技術が込められたこだわりのデザインと機能\u003c\/li\u003e\n          \u003cli\u003eシンプルな外見ながらも高級感をより高める洗練されたフォルム\u003c\/li\u003e\n          \u003cli\u003e燕の研磨職人達が一つ一つ丁寧に仕上げた、芸術の域に達した磨きの外観\u003c\/li\u003e\n          \u003cli\u003e鏡のように美しく輝く外側研磨と、徹底的に磨き上げられた内面研磨\u003c\/li\u003e\n          \u003cli\u003e商品名にもある二重構造による優れた保冷力\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e型番: 1100 0499\u003c\/li\u003e\n          \u003cli\u003eサイズ: φ12×H13.5cm\u003c\/li\u003e\n          \u003cli\u003e容量: 1,000c.c. (満水時)\u003c\/li\u003e\n          \u003cli\u003e材質: 18-8 ステンレス スチール (二重構造)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e名入れ・カスタマイズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eレーザー刻印によるオリジナル名入れ対応で貴方だけの特別な逸品作りをお手伝いいたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズ等に最適\u003c\/li\u003e\n          \u003cli\u003e金メッキやピンクゴールドメッキ、艶消し等、様々な表面加工に対応（ご要望に応じて）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e詳細は\u003ca href=\"https:\/\/yukiwa-online.we-shop.jp\/products\/11635859\" target=\"_blank\"\u003e三宝産業 YUKIWAオンラインストア\u003c\/a\u003eにてご確認ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"●φ12×H13.5（cm）\/1,000（cc）（満水時）","offer_id":49765775737107,"sku":"11000499","price":14700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11000499.jpg?v=1741741230"}],"url":"https:\/\/yukiwa-online.we-shop.jp\/collections\/%e3%82%a2%e3%82%a4%e3%82%b9%e3%83%9a%e3%83%bc%e3%83%ab-1.oembed","provider":"厨房用品・ステンレス調理器具 専門店 | YUKIWA 公式通販","version":"1.0","type":"link"}