{"title":"ドリップポット","description":"","products":[{"product_id":"9794176","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        \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\/9794176_1002.jpg?v=1724035190\" class=\"img-fluid d-block w-100 product-img\"\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\u003e1000ccの大容量\u003c\/strong\u003eは、複数人分の抽出にも対応。緻密に設計された注ぎ口（外径8mm、内径6mm）は、狙い通りの湯量を正確にコントロールし、コーヒー豆の豊かな香りを最大限に引き出します。自宅で\u003cstrong\u003e専門店のような味わい\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794176_1001.jpg?v=1724035190\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\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\u003eユキワブランドが長年培ってきた技術と信頼性から生まれた、プロ仕様のドリップポットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e半世紀にわたる実績を持つステンレス専門メーカー「ユキワ」の信頼品質\u003c\/li\u003e\n                \u003cli\u003e国内屈指のシェアを誇るプロも愛用するブランド\u003c\/li\u003e\n                \u003cli\u003e1000ccの大容量で複数人分の抽出に対応\u003c\/li\u003e\n                \u003cli\u003e緻密に設計された注ぎ口（外径8mm、内径6mm）で湯量を正確にコントロール\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=\"basic-list\"\u003e\n                \u003cli\u003e素材: ステンレス\u003c\/li\u003e\n                \u003cli\u003e容量: 約1000cc\u003c\/li\u003e\n                \u003cli\u003e注ぎ口サイズ: 外径8mm、内径6mm\u003c\/li\u003e\n                \u003cli\u003e本体サイズ: 約 φ13.5 × H10 cm\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                \u003cli\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色など様々な表面加工に対応（ご要望の場合は要お問い合わせ）\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":"●13.5φ×H10（㎝） ●1,000（c.c.）","offer_id":50578420007187,"sku":null,"price":10500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794176_1002.jpg?v=1724035190"},{"product_id":"9794177","title":"コーヒードリップポット　670cc　STハンドル\/籐づる巻\u003cYUKIWA\u003e(ユキワ）","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\"\u003e本格おうちカフェを彩る\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      半世紀にわたり\u003cstrong\u003e一流の現場を支えてきた\u003c\/strong\u003eユキワブランドの確かな品質。\n      磨き上げられたステンレスの輝きが、あなたのコーヒータイムを格上げします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794177_1004.jpg?v=1724035200\" 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\n      自然素材の籐づる巻ハンドルが、手元に\u003cstrong\u003e心地よくフィット\u003c\/strong\u003e。\n      熱伝導を和らげ、長時間の抽出でも\u003cstrong\u003e安定したグリップ感\u003c\/strong\u003eを保ちます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794177_1005.jpg?v=1724035200\" 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\n      細く設計された注ぎ口は、一滴一滴を狙い通りに注ぐ\u003cstrong\u003e精密な湯量コントロール\u003c\/strong\u003eを可能に。\n      複雑なコーヒーの風味を\u003cstrong\u003e最大限に引き出し\u003c\/strong\u003eます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794177_1006.jpg?v=1724035200\" 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    \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          \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\n\u003cstrong\u003e商品名\u003c\/strong\u003e: コーヒードリップポット\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eブランド\u003c\/strong\u003e: YUKIWA (ユキワ)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e容量\u003c\/strong\u003e: 670cc\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: ステンレス\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eハンドル\u003c\/strong\u003e: STハンドル\/籐づる巻\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: #YUKIWA Service Pot\u003c\/li\u003e\n        \u003c\/ul\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    \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"STハンドル仕様\n●8φ×H14（㎝） ●670（c.c.）","offer_id":52069928534291,"sku":null,"price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"籐づる巻き仕様\n●8φ×H14（㎝） ●670（c.c.）","offer_id":52069928567059,"sku":null,"price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794177_1004.jpg?v=1724035200"},{"product_id":"9794282","title":"1人用コーヒードリップポット　250cc\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  \u003ch2 class=\"product-name\"\u003e1人用コーヒードリップポット　250cc\u003cyukiwa\u003e(ユキワ）\u003c\/yukiwa\u003e\n\u003c\/h2\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へと昇華させる。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794282_1002.jpg?v=1724035205\" class=\"img-fluid d-block w-100 product-img\"\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わずか250ccの容量は、\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\/9794282_1001.jpg?v=1724035205\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eあなただけの至福の時間\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eYUKIWAブランドについて\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\u003e1人用コーヒードリップポットの基本情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e容量: 250cc\u003c\/li\u003e\n        \u003cli\u003e素材: ステンレス\u003c\/li\u003e\n        \u003cli\u003eサイズ: 6φ × H7.3 (cm)\u003c\/li\u003e\n        \u003cli\u003e商品コード\/型番: #YUKIWA Service Pot\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ご要望の場合はお気軽にお問い合わせください。\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      \u003cp\u003e商品画像に写っている撮影用小物は付属いたしません。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"●6φ×H7.3（㎝） ●250（c.c.）","offer_id":50578419908883,"sku":null,"price":3800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794282_1002.jpg?v=1724035205"},{"product_id":"9794285","title":"コーヒードリップポット／ペア　290cc・530cc\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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eペアで叶える上質ドリップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自宅で楽しむ本格コーヒータイムに、\u003cstrong\u003eYUKIWA\u003c\/strong\u003eが贈るドリップポットのペアセット。半世紀続くステンレス専門メーカーの技術が息づく、洗練されたフォルムと高貴な輝きが日常を特別な空間へと変えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794285_1000.jpg?v=1724035213\" class=\"img-fluid d-block w-100 product-img\"\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が、ご自宅のコーヒー時間を格上げします。異なるサイズで用途に合わせた使い分けが可能です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794285_1001.jpg?v=1724035213\" class=\"img-fluid d-block w-100 product-img\"\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へと昇華させます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794285_1002.jpg?v=1724035213\" class=\"img-fluid d-block w-100 product-img\"\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 class=\"body-text\"\u003eステンレス専門メーカーとして半世紀にわたり、最高級のバンケット・テーブル・キッチンウェアを一流のテーブルへとご提供してきたユキワブランドが送るバーアクセサリーシリーズです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e海外の業界でも有名なYUKIWAブランド\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 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                \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                \u003cp class=\"body-text\"\u003e本商品は2種類の容量をご用意しております。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e290cc:\u003c\/strong\u003e Φ6 × 高さ9 cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e530cc:\u003c\/strong\u003e Φ6.7 × 高さ11 cm\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    \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\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"290cc\n●6φ×H9（㎝） ●290（c.c.）","offer_id":52119914479891,"sku":null,"price":5150.0,"currency_code":"JPY","in_stock":true},{"title":"530cc\n●6.7φ×H11（㎝）  ●530（c.c.）","offer_id":52119914512659,"sku":null,"price":5870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794285_1000.jpg?v=1724035213"},{"product_id":"9794286","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    \u003cp class=\"body-text\"\u003e湯を操る喜びをこの上ない形で。\u003cstrong\u003eYUKIWAの誇る繊細な注ぎ口\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\/9794286_1002.jpg?v=1724035219\" class=\"img-fluid d-block w-100 product-img\"\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\/9794286_1000.jpg?v=1724035219\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\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\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      \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\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商品名: コーヒードリップポット\u0026lt;YUKIWA\u0026gt;(ユキワ）\u003c\/li\u003e\n        \u003cli\u003e素材: ステンレス\u003c\/li\u003e\n        \u003cli\u003e商品コード: #YUKIWA Service Pot\u003c\/li\u003e\n        \u003cli\u003e容量バリエーション: 480cc, 600cc, 750cc, 1000cc\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":"480cc\n●480（c.c.）","offer_id":52119914545427,"sku":null,"price":4200.0,"currency_code":"JPY","in_stock":true},{"title":"600cc\n●600（c.c.）","offer_id":52119914578195,"sku":null,"price":4500.0,"currency_code":"JPY","in_stock":true},{"title":"750cc\n●750（c.c.）","offer_id":52119914610963,"sku":null,"price":5200.0,"currency_code":"JPY","in_stock":true},{"title":"1000cc\n●1,000（c.c.）","offer_id":52119914643731,"sku":null,"price":5600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794286_1002.jpg?v=1724035219"},{"product_id":"9794288","title":"コーヒードリップポット／D　250cc・350cc\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    \u003cp class=\"body-text\"\u003e半世紀の歴史を刻むユキワブランドが誇る、\u003cstrong\u003e洗練されたフォルムと高貴な輝き\u003c\/strong\u003e。日常に溶け込みながら、確かな存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794288_1002.jpg?v=1724035240\" 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\u003e250ccと350cc\u003c\/strong\u003e、用途に合わせて選べる容量も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794288_1001.jpg?v=1724035240\" 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\/9794288_1003.jpg?v=1724035240\" 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  \u003c!-- スペック・詳細セクション --\u003e\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          \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=\"benefit-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用途に合わせてお選びいただける2種類の容量をご用意しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e250ccモデル: 直径6cm × 高さ7cm\u003c\/li\u003e\n          \u003cli\u003e350ccモデル: 直径6.5cm × 高さ9.3cm\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\u003eYUKIWA（ユキワ）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/スペック・詳細セクション --\u003e\n\n  \u003c!-- 注意事項セクション --\u003e\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\u003c!-- \/注意事項セクション --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"250cc\n●6φ×H7（㎝） ●250（c.c.）","offer_id":52119914676499,"sku":null,"price":3800.0,"currency_code":"JPY","in_stock":true},{"title":"350cc\n●6.5φ×H9.3（㎝）  ●350（c.c.）","offer_id":52119914709267,"sku":null,"price":7500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794288_1002.jpg?v=1724035240"},{"product_id":"9794289","title":"コーヒードリップポット　600cc\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) --\u003e\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\/9794289_1002.jpg?v=1724035246\" 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\"\u003e600cc 至福のハンドドリップ体験\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e厳選された素材\u003c\/strong\u003eと、ユキワが半世紀培った技術が融合。600ccの最適容量で、一杯から複数杯まで\u003cstrong\u003e安定した湯量\u003c\/strong\u003eを注ぎ分け、香りと味わいを最大限に引き出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794289_1001.jpg?v=1724035246\" class=\"img-fluid d-block w-100 product-img\" alt=\"600ccドリップポットとコーヒーカップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\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    \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半世紀にわたる実績を持つ\u003cstrong\u003eステンレス専門メーカー\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e一流のテーブルへ提供される\u003cstrong\u003e最高級の品質\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e海外業界でも認められる\u003cstrong\u003e高い知名度\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e国内屈指のシェアを誇る\u003cstrong\u003e信頼のブランド\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eレストラン、バーでの\u003cstrong\u003e上質な時間演出\u003c\/strong\u003e\n\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\n\u003cstrong\u003e商品名\u003c\/strong\u003e: コーヒードリップポット\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eブランド\u003c\/strong\u003e: YUKIWA (ユキワ)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e容量\u003c\/strong\u003e: 600cc\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: ステンレス\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番\u003c\/strong\u003e: 0303 7600\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: Φ9.5 × H11.5 (cm)\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レーザー刻印による\u003cstrong\u003eオリジナル名入れ対応\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e各種記念や\u003cstrong\u003eお祝い事のギフト\u003c\/strong\u003e、ノベルティグッズに最適\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色\u003c\/strong\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    \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\n\u003cstrong\u003e製品コード\u003c\/strong\u003e: YUKIWA Service Pot\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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":"●9.5φ×H11.5（㎝）\n●600（c.c.）","offer_id":52069929287955,"sku":null,"price":7500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794289_1002.jpg?v=1724035246"},{"product_id":"9794332","title":"コーヒードリップポット　250cc・350cc　STハンドル\/籐づる巻\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) --\u003e\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\/9794332_1004.jpg?v=1724035258\" class=\"img-fluid d-block w-100 product-img\"\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が、握るたびに心地よい温もりを伝えます。熟練の職人技が光る逸品は、本格コーヒー愛好家のおうちカフェの時間をより豊かに演出。美しい佇まいが、洗練された空間に溶け込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794332_1006.jpg?v=1724035258\" class=\"img-fluid d-block w-100 product-img\"\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。緻密な設計が、狙い通りの湯量と速度を可能にし、豆本来の豊かな香りを最大限に引き出します。プロが認める繊細なコントロールで、最高のコーヒー体験を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794332_1002.jpg?v=1724035258\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプロの技術をあなたの手に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\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ステンレス専門メーカーが送る、信頼と誇りの\u003cstrong\u003e高品質\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e繊細な注ぎ口\u003c\/strong\u003eと\u003cstrong\u003e緻密な設計\u003c\/strong\u003eによる正確な抽出コントロール\u003c\/li\u003e\n                \u003cli\u003e籐づる巻ハンドルがもたらす、手仕事の\u003cstrong\u003e温もりと快適な握り心地\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e洗練されたデザインが、プロの現場からおうちカフェまで\u003cstrong\u003e上質な空間を演出\u003c\/strong\u003e\n\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=\"basic-list\"\u003e\n                \u003cli\u003e商品名: コーヒードリップポット\u003c\/li\u003e\n                \u003cli\u003eブランド: YUKIWA (ユキワ)\u003c\/li\u003e\n                \u003cli\u003e容量: 250cc \/ 350cc\u003c\/li\u003e\n                \u003cli\u003eハンドルタイプ: ステンレスハンドル \/ 籐づる巻ハンドル\u003c\/li\u003e\n                \u003cli\u003e型番\/サイズ（約）:\n                    \u003cul\u003e\n                        \u003cli\u003e250cc (STハンドル): 0303 7521-250 \/ 6φ × H7 (cm)\u003c\/li\u003e\n                        \u003cli\u003e350cc (STハンドル): 0303 7511-350 \/ 6.5φ × H9.3 (cm)\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003eカテゴリ: バーアクセサリーシリーズ \/ バンケット・テーブル・キッチンウェア\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※商品コード: YUKIWA Service Pot\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            \u003cp\u003e厳選された素材と確かな技術によって製造されています。\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\n\u003cstrong\u003eレーザー刻印\u003c\/strong\u003eによるオリジナル名入れ対応\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e金メッキ、ピンクゴールドメッキ、艶消し、発色\u003c\/strong\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!-- 注意事項セクション (Notes) --\u003e\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        \u003cp class=\"body-text\"\u003e※その他、ご不明な点がございましたらお気軽にお問い合わせください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"STハンドル仕様\n350cc\n●6.5φ×H9.3（㎝）  ●350（c.c.）","offer_id":52119914774803,"sku":null,"price":3900.0,"currency_code":"JPY","in_stock":true},{"title":"籐づる巻仕様\n350cc\n●6.5φ×H9.3（㎝）  ●350（c.c.）","offer_id":52119914807571,"sku":null,"price":5000.0,"currency_code":"JPY","in_stock":true},{"title":"STハンドル仕様\n250cc\n●6φ×H7（㎝） ●250（c.c.）","offer_id":52119914840339,"sku":null,"price":3450.0,"currency_code":"JPY","in_stock":true},{"title":"籐づる巻仕様\n250cc\n●6φ×H7（㎝） ●250（c.c.）","offer_id":52119914873107,"sku":null,"price":4450.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794332_1004.jpg?v=1724035258"},{"product_id":"11394110","title":"\u003cYUKIWAオリジナル鶴口加工＞M型 コーヒーポット\u003cYUKIWA\u003e(ユキワ）","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\"\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\/11394110_1000.jpg?v=1724043059\" 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\"\u003eYUKIWA独自の\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\/11394110_1001.jpg?v=1724043059\" 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、細部まで考え抜かれたデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11394110_1005.jpg?v=1724043059\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eユキワブランドのM型コーヒーポットは、その注ぎやすさと洗練されたデザインで高い評価を受けています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e業界で最も支持されるMタイプシリーズ\u003c\/li\u003e\n        \u003cli\u003e業務用から個人ユーザーまで幅広く愛用\u003c\/li\u003e\n        \u003cli\u003eドリップポットとしても高い評価の注ぎやすさ\u003c\/li\u003e\n        \u003cli\u003eYUKIWAオリジナルの細口加工でドリップに特化\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=\"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    \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        \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  \u003cdiv class=\"note-box\"\u003e\n    \u003cp\u003e●商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"7人用 鶴口\n●11φ×H20（㎝） ●1,000（c.c.）","offer_id":52069997412627,"sku":"03031207鶴","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997445395,"sku":"03031205鶴","price":22400.0,"currency_code":"JPY","in_stock":true},{"title":"3人用 鶴口\n●7.5φ×H13.5（㎝）  ●400（c.c.）","offer_id":52069997478163,"sku":"03031203鶴","price":19700.0,"currency_code":"JPY","in_stock":true},{"title":"7人用 鶴口\n・蓋を木の実ツマミに変更仕様\n●11φ×H20（㎝） ●1,000（c.c.）","offer_id":52069997510931,"sku":"03031207鶴木","price":27000.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\n・蓋を木の実ツマミに変更仕様\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997543699,"sku":"03031205鶴木","price":25400.0,"currency_code":"JPY","in_stock":true},{"title":"3人用 鶴口\n・蓋を木の実ツマミに変更仕様様\n●7.5φ×H13.5（㎝）  ●400（c.c.）","offer_id":52069997576467,"sku":"03031203鶴木","price":22700.0,"currency_code":"JPY","in_stock":true},{"title":"3人用 鶴口\/藤づる巻き加工\n●7.5φ×H13.5（㎝）  ●400（c.c.）","offer_id":52069997609235,"sku":"03031203鶴藤","price":22700.0,"currency_code":"JPY","in_stock":true},{"title":"3人用 鶴口\/藤づる巻き\n・蓋を木の実ツマミに変更仕様様\n●7.5φ×H13.5（㎝）  ●400（c.c.）","offer_id":52069997642003,"sku":"03031203鶴藤木","price":25700.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\/藤づる巻き\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997674771,"sku":"03031205鶴藤","price":25400.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\/藤づる巻き\n・蓋を木の実ツマミに変更仕様\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997707539,"sku":"03031205鶴藤木","price":28400.0,"currency_code":"JPY","in_stock":true},{"title":"7人用 鶴口\/藤づる巻き\n●11φ×H20（㎝） ●1,000（c.c.）","offer_id":52069997740307,"sku":"03031207鶴藤","price":27000.0,"currency_code":"JPY","in_stock":true},{"title":"7人用 鶴口\/藤づる巻き\n・蓋を木の実ツマミに変更仕様\n●11φ×H20（㎝） ●1,000（c.c.）","offer_id":52069997773075,"sku":"03031207鶴藤木","price":30000.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\/藤づる巻き\n・蓋を木の実ツマミに変更仕様\n・注ぎ口根本内部　目皿無し仕様\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997805843,"sku":"03031205鶴藤木無","price":31800.0,"currency_code":"JPY","in_stock":true},{"title":"5人用 鶴口\n・蓋を木の実ツマミに変更仕様\n・注ぎ口根本内部　目皿無し仕様\n●10φ×H17.5 （㎝） ●750（c.c.）","offer_id":52069997838611,"sku":"03031205鶴木無","price":28800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/11394110_1000.jpg?v=1724043059"}],"url":"https:\/\/yukiwa-online.we-shop.jp\/collections\/%e3%83%89%e3%83%aa%e3%83%83%e3%83%97%e3%83%9d%e3%83%83%e3%83%88.oembed","provider":"厨房用品・ステンレス調理器具 専門店 | YUKIWA 公式通販","version":"1.0","type":"link"}