{"title":"メジャーカップ","description":"","products":[{"product_id":"9754940","title":"メジャーカップ\/スマートリング\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\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が、本格カクテルへの期待を高めます。注ぐ所作も美しく。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754940_1000.jpg?v=1724032433\" 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\/9754940_1001.jpg?v=1724032433\" class=\"img-fluid d-block w-100 product-img\" alt=\"完璧な一杯、精密な計量で叶える\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eYUKIWAの技術、あなたのカクテルに\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                \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レーザー刻印によるオリジナル名入れに対応しており、貴方だけの特別な逸品作りをお手伝いいたします。各種記念やお祝い事のギフト、ノベルティグッズ等にも最適です。\u003c\/p\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        \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商品名: メジャーカップ\/スマートリング\u003c\/li\u003e\n                    \u003cli\u003eブランド名: YUKIWA (ユキワ)\u003c\/li\u003e\n                    \u003cli\u003eカテゴリ: Bar Accessories\u003c\/li\u003e\n                    \u003cli\u003eサイズ: H11.3 cm\u003c\/li\u003e\n                    \u003cli\u003e容量: 約45ml\/30ml (c.c.)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"H11.3（㎝）","offer_id":52069905727763,"sku":"03301220","price":5900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754940_1000.jpg?v=1724032433"},{"product_id":"9754942","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  \u003c!-- 商品名セクション --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eメジャーカップ\/スマート(ユキワ）\u003c\/h3\u003e\n  \u003c\/div\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に輝いた芸術的なフォルムが、あなたのカクテルタイムを一層特別なものへと高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754942_1001.jpg?v=1724032437\" 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!-- スペック・詳細セクション (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グッドデザイン賞にも選ばれた逸品\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レーザー刻印によるオリジナル名入れ対応で、貴方だけの特別な逸品作りをお手伝いいたします。各種記念やお祝い事のギフト、ノベルティグッズ等にいかがでしょうか。\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: #YUKIWA Bar Accessories\u003c\/li\u003e\n        \u003cli\u003e高さ: 約11.8 cm\u003c\/li\u003e\n        \u003cli\u003e容量: 約52cc \/ 32cc（上部20cc・10cc、下部15cc・30ccの目盛付）\u003c\/li\u003e\n      \u003c\/ul\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    \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"H11.8（㎝）","offer_id":52069905793299,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754942_1001.jpg?v=1724032437"},{"product_id":"9754943","title":"メジャーカップ八角\/目盛付\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\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と正確な目盛りが理想の配合を実現します。ユキワが培った堅牢な作りは、あなたのホームバーに\u003cstrong\u003eプロの品質\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754943_1000.jpg?v=1724032441\" 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!-- スペック・詳細セクション (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=\"point-list\"\u003e\n          \u003cli\u003e丸型のデザインがほとんどのメジャーカップの中で、\u003cstrong\u003e八角形という特徴的な形状\u003c\/strong\u003eが目を引きます。\u003c\/li\u003e\n          \u003cli\u003e注ぎ口に角があることにより、\u003cstrong\u003e安定して使用\u003c\/strong\u003eできます。\u003c\/li\u003e\n          \u003cli\u003e置いてあるときは、多角形ならではの\u003cstrong\u003e安定感\u003c\/strong\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 約11.2 cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e容量:\u003c\/strong\u003e 約45cc（大） \/ 約33cc（小）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e目盛:\u003c\/strong\u003e 上部（大）に10cc, 20cc、下部（小）に15cc, 30ccの目盛りが付いています。\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\n\u003cstrong\u003e洗いやすさやメンテナンス性\u003c\/strong\u003eを重視した設計。\u003c\/li\u003e\n          \u003cli\u003eユキワブランドが長年培った製造のノウハウにより、長年に渡って安定して使える\u003cstrong\u003e高品質なバーグッズ\u003c\/strong\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各種記念やお祝い事のギフト、ノベルティグッズ等にもおすすめです。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e金メッキやピンクゴールドメッキ、艶消しや発色等\u003c\/strong\u003e、様々な表面加工に対応可能です。ご要望の場合はお気軽にお問い合わせください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- スペック・詳細セクション内で画像を使用する場合の例（今回のデータには該当画像なし） --\u003e\n    \u003c!-- \u003cdiv class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" alt=\"商品のサイズ表\"\u003e\u003c\/div\u003e\n        \u003cp\u003e詳しいサイズは画像をご確認ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e --\u003e\n\n    \u003c!-- \u003cdiv 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        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"__ICON_01__\" alt=\"食洗機対応アイコン\"\u003e\n          \u003cimg src=\"__ICON_02__\" alt=\"素材アイコン\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e --\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"H11.2（㎝）","offer_id":52069905858835,"sku":null,"price":4650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754943_1000.jpg?v=1724032441"},{"product_id":"9754944","title":"NU型メジャーカップ\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\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\/9754944_1000.jpg?v=1724032448\" 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\/9754944_1001.jpg?v=1724032448\" 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=\"point-list\"\u003e\n                \u003cli\u003eNUメジャーカップは、カップ内側と外側の二つのパーツを口元で精密に溶接と研磨を施すことで、継ぎ目のない一体物のような美しい形状を実現しています。\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            \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    \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\u003e0330 1170 \u0026lt;A\u0026gt;\u003c\/strong\u003e: H10.1 (cm), 約55\/30 (c.c.)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e0330 1160 \u0026lt;B\u0026gt;\u003c\/strong\u003e: H9.7 (cm), 約48\/30 (c.c.)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e0330 1150 \u0026lt;C\u0026gt;\u003c\/strong\u003e: H8.2 (cm), 約30\/18 (c.c.)\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商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765536104723,"sku":"3301170","price":3570.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765536137491,"sku":"3301160","price":3470.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765536170259,"sku":"3301150","price":3370.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754944_1000.jpg?v=1724032448"},{"product_id":"9754945","title":"U型メジャーカップ\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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eカクテルを彩るU型デザイン\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\/9754945_1000.jpg?v=1724032454\" class=\"img-fluid d-block w-100 product-img\" alt=\"U型メジャーカップを使用しているバーテンダーの手元\"\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し、長きにわたり最高のパフォーマンスを約束します。名入れや各種表面加工で、\u003cstrong\u003e貴方だけの特別なバーグッズ\u003c\/strong\u003eに。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754945_1001.jpg?v=1724032454\" class=\"img-fluid d-block w-100 product-img\" alt=\"U型メジャーカップの細部と堅牢なデザイン\"\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 class=\"body-text\"\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」です。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つ。U型メジャーカップシリーズはオーソドックスな円錐型のカップより全体に丸みを帯びた球体を意識したカップデザインが特徴的です。\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 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    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765536203027,"sku":"3301030","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765536235795,"sku":"3301020","price":3100.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765536268563,"sku":"3301021","price":3600.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765536301331,"sku":"3301010","price":2900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9754945_1000.jpg?v=1724032454"},{"product_id":"9755041","title":"メジャーカップ\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  \u003ch1\u003eメジャーカップ\u0026lt;YUKIWA\u0026gt;(ユキワ）\u003c\/h1\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eプロが愛す、YUKIWAの輝き\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\/9755041_1000.jpg?v=1724032462\" class=\"img-fluid d-block w-100 product-img\" alt=\"プロが愛す、YUKIWAの輝き\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物を知る大人の選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e妥協なき、プロの計量基準\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e数多のバーで選ばれる、その\u003cstrong\u003e安定した品質\u003c\/strong\u003e。日々の酷使に耐え、常に\u003cstrong\u003e正確な分量\u003c\/strong\u003eを量る\u003cstrong\u003eプロ仕様の耐久性\u003c\/strong\u003eを誇ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9755041_1001.jpg?v=1724032462\" 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\/9755041_1002.jpg?v=1724032462\" class=\"img-fluid d-block w-100 product-img\" alt=\"直感的、スムーズな所作へ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eカクテルをスマートに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。こちらはユキワバーグッズの中で最もスタンダードな形状の内面メモリ付メジャーカップで、業務用にも個人用にも多くの方に愛用していただいているシリーズです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e業務向けに作られた堅牢で質実なつくり\u003c\/li\u003e\n          \u003cli\u003e本体は一日に何十、何百と使用される現場を考えて、洗いやすさやメンテナンス性を重視したつくり。\u003c\/li\u003e\n          \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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: YUKIWA Bar Accessories\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \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\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765536334099,"sku":"3301060","price":1900.0,"currency_code":"JPY","in_stock":true},{"title":"A 目盛付","offer_id":49765536366867,"sku":"3301061","price":2000.0,"currency_code":"JPY","in_stock":true},{"title":"B \n※欠品中　現在納期未定","offer_id":53957873926419,"sku":null,"price":1900.0,"currency_code":"JPY","in_stock":false},{"title":"B 目盛付","offer_id":49765536432403,"sku":"3301051","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765536465171,"sku":"3301040","price":1700.0,"currency_code":"JPY","in_stock":true},{"title":"C 目盛付","offer_id":49765536497939,"sku":"3301041","price":1800.0,"currency_code":"JPY","in_stock":true},{"title":"D 目盛付","offer_id":49765536530707,"sku":"3301071","price":1750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9755041_1000.jpg?v=1724032462"},{"product_id":"9755042","title":"USメジャーカップ\/目盛付\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\n      洗練されたメジャーカップが、あなたのカクテルタイムを\u003cstrong\u003e特別なひととき\u003c\/strong\u003eへと昇華させます。美しい光沢が、\u003cstrong\u003e本格的なバーの雰囲気\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9755042_1000.jpg?v=1724032467\" 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!-- スペック・詳細セクション (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\n        カクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。\n      \u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eユキワバーグッズの中で最もスタンダードな形状のメジャーカップです。\u003c\/li\u003e\n        \u003cli\u003e業務用にも個人用にも多くの方に愛用いただいているシリーズです。\u003c\/li\u003e\n        \u003cli\u003eバーテンダー様からのご要望が多かった30\/60(ml)サイズを再現した、やや大きめのサイズとなっています。\u003c\/li\u003e\n        \u003cli\u003eYUKIWA Bar Accessories のラインナップの一部です。\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型番: 0330 1080\u003c\/li\u003e\n            \u003cli\u003eサイズ: 約 φ4.0cm (上部) × φ4.7cm (下部) × 高さ12.0cm\u003c\/li\u003e\n            \u003cli\u003e容量: 約30ml \/ 60ml (30c.c. \/ 60c.c.)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text small-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\n        本体は一日に何十、何百と使用される現場を考えて作られています。\n      \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\n        レーザー刻印によるオリジナル名入れ対応で、貴方だけの特別な逸品作りをお手伝いいたします。\n      \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\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    \u003cp class=\"body-text\"\u003e\n      商品画像に写っている撮影用小物は付属しません。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"4φ×4.7φ×H12（cm）約30\/60（c.c.）","offer_id":49765536563475,"sku":"3301080","price":2100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9755042_1000.jpg?v=1724032467"},{"product_id":"9794541","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    \u003ch1\u003eコーヒーメジャーカップ (計量スプーン) YUKIWA (ユキワ）\u003c\/h1\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝くYUKIWA 上質なコーヒー体験へ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一杯のコーヒーを、より特別な時間へ。プロも認めるYUKIWAのメジャーカップが、日々のコーヒータイムに洗練された輝きを添えます。豆本来の風味を最大限に引き出す、確かな一杯を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794541_1000.jpg?v=1724035264\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUKIWA コーヒーメジャーカップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e美しい輝き、こだわりの逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e本格派の計量スプーン 確かな一杯のために\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eバリスタも愛用する、信頼の品質。コーヒー豆の繊細な風味を引き出すには、正確な計量が不可欠。絶妙な長さが日々の準備をスムーズにサポートし、あなたのこだわりに応える頼れる相棒です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794541_1001.jpg?v=1724035264\" class=\"img-fluid d-block w-100 product-img\" alt=\"コーヒーメジャーカップ使用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプロの精度 自宅で叶える\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・メリット\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのコーヒーメジャーカップは、毎日のコーヒータイムを特別なものに変える、こだわりの逸品です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eプロも認める「YUKIWA」ブランドの信頼の品質\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「YUKIWA」ブランドについて\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                    \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商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n                    \u003cli\u003e商品コード: YUKIWA Service Pot\u003c\/li\u003e\n                    \u003cli\u003e型番: 0315 0300\u003c\/li\u003e\n                    \u003cli\u003e全長: 15 cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"●全長：15（㎝）","offer_id":52069929550099,"sku":null,"price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9794541_1000.jpg?v=1724035264"},{"product_id":"9855103","title":"P.C.メジャーカップ\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    \u003ch1\u003eP.C.メジャーカップ\u0026lt;YUKIWA\u0026gt;(ユキワ）\u003c\/h1\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「P.C.メジャーカップ\u0026lt;YUKIWA\u0026gt;」は、\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\/9855103_1000.jpg?v=1724037879\" class=\"img-fluid d-block w-100 product-img\" alt=\"P.C.メジャーカップで液量を計量しているイメージ\"\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\/9855103_1001.jpg?v=1724037879\" class=\"img-fluid d-block w-100 product-img\" alt=\"熱い液体にも対応するP.C.メジャーカップのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e熱にも強い、頼れる調理の相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\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                \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ブランド: YUKIWA (ユキワ)\u003c\/li\u003e\n                \u003cli\u003e商品カテゴリ: キッチンウェア\u003c\/li\u003e\n                \u003cli\u003e容量・サイズ展開:\n                    \u003cul\u003e\n                        \u003cli\u003e型番: 0998 2400 \/ 容量: 250cc \/ サイズ: φ8.2×H11 cm\u003c\/li\u003e\n                        \u003cli\u003e型番: 0998 2401 \/ 容量: 500cc \/ サイズ: φ10×H13.5 cm\u003c\/li\u003e\n                        \u003cli\u003e型番: 0998 2402 \/ 容量: 1000cc \/ サイズ: φ12.5×H16.5 cm\u003c\/li\u003e\n                        \u003cli\u003e型番: 0998 2403 \/ 容量: 2000cc \/ サイズ: φ15×H21 cm\u003c\/li\u003e\n                        \u003cli\u003e型番: 0998 2404 \/ 容量: 3000cc \/ サイズ: φ18×H23.5 cm\u003c\/li\u003e\n                    \u003c\/ul\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商品名: P.C.メジャーカップ\u0026lt;YUKIWA\u0026gt;(ユキワ）\u003c\/li\u003e\n                \u003cli\u003e製品タグ: #YUKIWA Kitchen Utensil\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"250cc","offer_id":49765638537491,"sku":"9982400","price":740.0,"currency_code":"JPY","in_stock":true},{"title":"500cc","offer_id":49765638570259,"sku":"9982401","price":900.0,"currency_code":"JPY","in_stock":true},{"title":"1000cc","offer_id":49765638603027,"sku":"9982402","price":1400.0,"currency_code":"JPY","in_stock":true},{"title":"2000cc","offer_id":49765638635795,"sku":"9982403","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"3000cc","offer_id":49765638668563,"sku":"9982404","price":3800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9855103_1000.jpg?v=1724037879"},{"product_id":"9855104","title":"メジャーカップ／トライアングル\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e正確な計量を叶えるトライアングル\u003c\/h3\u003e\n        \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\/9855104_1000.jpg?v=1724037883\" 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!-- 商品解説セクション (Main) - ブロック2 --\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。その高い信頼と実績は、プロの厳しい要求に応え続けてきた証です。耐久性に優れた素材が、毎日使うキッチンでの安心感を約束します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9855104_1001.jpg?v=1724037883\" 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!-- スペック・詳細セクション (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=\"basic-list\"\u003e\n                    \u003cli\u003e業務用厨房用品として広く愛用されているユキワブランドのキッチンツールです。\u003c\/li\u003e\n                    \u003cli\u003e#YUKIWA Kitchen Utensil\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容量: 250ml\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!--\n        ※入力データに具体的な「サイズ」「素材」「配送情報」「注意書き」「商品コード」の記載がなかったため、該当セクションは省略しています。\n        情報があれば、以下のように個別detailsタグとして配置されます。\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                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\u003cth\u003e項目\u003c\/th\u003e\u003cth\u003e数値\u003c\/th\u003e\u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\u003ctd\u003e高さ\u003c\/td\u003e\u003ctd\u003eXX cm\u003c\/td\u003e\u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\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                \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通常、ご注文から3営業日以内に発送いたします。\u003c\/li\u003e\n                    \u003cli\u003e配送料: 全国一律600円（税込）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご使用前に必ずお読みください\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e電子レンジでのご使用はお控えください。\u003c\/li\u003e\n                    \u003cli\u003e食洗機対応\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品識別コード\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eYUKIWA-MC-TRI\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        --\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため出力しません --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) - 入力データに情報がないため出力しません --\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"250cc","offer_id":49765638701331,"sku":"9982420","price":790.0,"currency_code":"JPY","in_stock":true},{"title":"500cc","offer_id":49765638734099,"sku":"9982421","price":990.0,"currency_code":"JPY","in_stock":true},{"title":"1000cc","offer_id":49765638766867,"sku":"9982422","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/9855104_1000.jpg?v=1724037883"},{"product_id":"10091204","title":"U型メジャーカップ（シリコン塗装）\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10091204_1000.jpg?v=1724042655\" class=\"img-fluid d-block w-100 product-img\" alt=\"優美な曲線、匠の技\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e優美な曲線、匠の技\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e指先に馴染むU型デザインが、身体の一部のように\u003cstrong\u003eスムーズな所作\u003c\/strong\u003eを実現。バーテンダーの流れるような動きを引き立て、カクテルづくりを\u003cstrong\u003e優雅な時間へと昇華\u003c\/strong\u003eさせます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - 正確な一杯を導く --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e正確な一杯を導く\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10091204_1001.jpg?v=1724042655\" class=\"img-fluid d-block w-100 product-img\" alt=\"プロの信頼、精度の証\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプロの信頼、精度の証\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eプロ現場の酷使に耐える\u003cstrong\u003e堅牢設計\u003c\/strong\u003e。シリコン塗装の\u003cstrong\u003e撥水性\u003c\/strong\u003eが、液体を的確に量り、\u003cstrong\u003e完璧なカクテル\u003c\/strong\u003eを生み出す揺るぎない精度を約束します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003c!-- 商品の特徴 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eカクテルづくりに欠かせない、分量を量るための「メジャーカップ」です。バーテンダーの印象的な所作を美しく演出します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e指に挟んでシェーカーに注ぐ、バーテンダーの流れるような動きをサポートします。\u003c\/li\u003e\n                    \u003cli\u003eオーソドックスな円錐型ではなく、全体に丸みを帯びた球体を意識したU型デザインが特徴です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 品質と耐久性 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e品質と耐久性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eプロの現場で酷使されることを想定し、堅牢で質の高い作りが特徴です。\u003c\/p\u003e\n                \u003cul class=\"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        \u003c!-- 素材と機能性 --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材と機能性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eシリコン塗装が施されており、計量の精度を高めます。\u003c\/p\u003e\n                \u003cul class=\"basic-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\n\u003cstrong\u003eメリット:\u003c\/strong\u003e 液切れが良く、より正確な計量をサポートします。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003c!-- 製品ラインナップ・サイズ (Added based on image) --\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品ラインナップ・サイズ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eU型メジャーカップシリーズには、以下のラインナップがございます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e0330 1035 \u0026lt;A\u0026gt;：\u003c\/strong\u003e 4.1Φ × H10 (cm) \/ 約53\/28 (c.c.)\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e0330 1025 \u0026lt;B\u0026gt;：\u003c\/strong\u003e 4.1Φ × H9.4 (cm) \/ 約43\/28 (c.c.)\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e0330 1015 \u0026lt;C\u0026gt;：\u003c\/strong\u003e 4Φ × H7.7 (cm) \/ 約29\/14 (c.c.)\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"note-text\"\u003e上記はシリコン塗装製品の標準仕様です。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765758861587,"sku":"3301035","price":5400.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765758894355,"sku":"3301025","price":5150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10091204_1000.jpg?v=1724042655"},{"product_id":"10091213","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自宅がバーに変わる YUKIWAメジャーカップ\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\/10091213_1000.jpg?v=1724042659\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUKIWAメジャーカップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eプロの所作を、あなたにも\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e高精度を叶える シリコン塗装の力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eシリコン塗装\u003c\/strong\u003eがもたらす\u003cstrong\u003e撥水性\u003c\/strong\u003eは、液体の残りを最小限に抑え、\u003cstrong\u003e確かな計量\u003c\/strong\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\/10091213_1001.jpg?v=1724042659\" 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カクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eユキワバーグッズの中で最もスタンダードな形状\u003c\/li\u003e\n        \u003cli\u003e業務用にも個人用にも多くの方に愛用されるシリーズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品の堅牢なつくり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e一日に何十、何百と使用される現場を考慮し、プロフェッショナルな環境での使用に耐えうる設計が施されています。\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特殊なシリコン塗装を施すことで、メジャーカップの機能性が向上しています。\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\u003eYUKIWAメジャーカップには複数のサイズがございます。\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1069 (A)\u003c\/strong\u003e\u003cbr\u003eサイズ: 約4.5φ×H11.1 cm \/ 容量: 約53\/28 c.c.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1059 (B)\u003c\/strong\u003e\u003cbr\u003eサイズ: 約4.2φ×H10.3 cm \/ 容量: 約43\/28 c.c.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1049 (C)\u003c\/strong\u003e\u003cbr\u003eサイズ: 約3.6φ×H8.6 cm \/ 容量: 約29\/14 c.c.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e※本製品はシリコン塗装が施されています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765758927123,"sku":"3301069","price":4000.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765758959891,"sku":"3301059","price":3900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10091213_1000.jpg?v=1724042659"},{"product_id":"10587059","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  \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\/10587059_1000.jpg?v=1724042792\" 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\/10587059_1001.jpg?v=1724042792\" 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=\"point-list\"\u003e\n        \u003cli\u003eユキワバーグッズの中で最もスタンダードな形状\u003c\/li\u003e\n        \u003cli\u003e業務用にも個人用にも多くの方に愛用されるシリーズ\u003c\/li\u003e\n        \u003cli\u003e容量: 片側 (上)約33.5c.c. \/ (中)約26c.c. \/ (下)約21c.c.\u003c\/li\u003e\n        \u003cli\u003e容量: もう一方の側 (約)45.5c.c.\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  \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商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"4.9φ×5.4φ×H8.6（㎝）約33.5\/45.5（c.c.）","offer_id":52069994627347,"sku":null,"price":2400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10587059_1000.jpg?v=1724042792"},{"product_id":"10590551","title":"メジャーカップ　ブラスト\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練のブラストメジャーカップ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590551_1.jpg?v=1724042798\" class=\"img-fluid d-block w-100 product-img\" alt=\"メジャーカップ ブラスト\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e妥協なき仕上がり\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e輝きを抑えたブラスト仕上げが、手元に落ち着いたプロの風格をもたらします。均一でなめらかな表面は、触れるたびに\u003cstrong\u003e高品質\u003c\/strong\u003eを感じるでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e永く愛せる プロの計量カップ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590551_1000.jpg?v=1724042798\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUKIWA製メジャーカップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e信頼と実績のYUKIWA品質\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e一日何百と使う現場で培われた\u003cstrong\u003e堅牢設計\u003c\/strong\u003e。洗いやすく\u003cstrong\u003eメンテナンス性も抜群\u003c\/strong\u003eで、YUKIWAの品質が永く安定した使い心地をお約束します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブラスト仕上げについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eブラスト仕上げは、素材表面に細やかな粒子を当て、なめらかで均一な仕上がりを得る特殊な加工技術です。\u003c\/p\u003e\n                \u003cul class=\"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\"\u003eYUKIWAの品質と堅牢性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。\u003c\/p\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\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=\"point-list\"\u003e\n                    \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズ等におすすめです。\u003c\/li\u003e\n                    \u003cli\u003e金メッキやピンクゴールドメッキ、艶消しや発色等、様々な表面加工に対応可能です。\u003c\/li\u003e\n                    \u003cli\u003eご要望の場合はお気軽にお問い合わせください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e型番・サイズ・容量\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e型番: 0330 1060 \u0026lt;A\u0026gt; \/ サイズ: 約φ4.5 × H11.1 cm \/ 容量: 約53\/28 c.c.\u003c\/li\u003e\n                    \u003cli\u003e型番: 0330 1050 \u0026lt;B\u0026gt; \/ サイズ: 約φ4.2 × H10.3 cm \/ 容量: 約43\/28 c.c.\u003c\/li\u003e\n                    \u003cli\u003e型番: 0330 1040 \u0026lt;C\u0026gt; \/ サイズ: 約φ3.6 × H8.6 cm \/ 容量: 約29\/14 c.c.\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商品名: メジャーカップ ブラスト\u003c\/li\u003e\n                    \u003cli\u003eブランド: YUKIWA (ユキワ)\u003c\/li\u003e\n                    \u003cli\u003e商品カテゴリ: バーアクセサリー\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765760368915,"sku":"03301064B","price":4100.0,"currency_code":"JPY","in_stock":true},{"title":"A 目盛付","offer_id":49765760401683,"sku":"03301061B","price":4200.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765760434451,"sku":"03301054B","price":3900.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765760467219,"sku":"03301051B","price":4000.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765760499987,"sku":"03301044B","price":3700.0,"currency_code":"JPY","in_stock":true},{"title":"C 目盛付","offer_id":49765760532755,"sku":"03301041B","price":3800.0,"currency_code":"JPY","in_stock":true},{"title":"D 目盛付","offer_id":49765760565523,"sku":"03301071B","price":3000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590551_1.jpg?v=1724042798"},{"product_id":"10590554","title":"メジャーカップ　ブラスト　ゴールドバンド\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  \u003ch1 class=\"section-title\"\u003eメジャーカップ　ブラスト　ゴールドバンド\u003c\/h1\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e黄金の輝きを纏う、ブラストメジャーカップ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590554_1000.jpg?v=1724042803\" class=\"img-fluid d-block w-100 product-img\" alt=\"プロ仕様の美しい佇まい\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eプロ仕様の美しい佇まい\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e輝きを抑えた\u003cstrong\u003eブラスト仕上げ\u003c\/strong\u003eが、素材本来の美しさを際立たせる。指先に宿る\u003cstrong\u003eゴールドバンド\u003c\/strong\u003eの煌めきは、いつものカクテル作りを至福の時間に変えるでしょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eYUKIWAが贈る、堅牢なバーツール\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590554_1001.jpg?v=1724042803\" class=\"img-fluid d-block w-100 product-img\" alt=\"長く愛せる、確かな品質\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e長く愛せる、確かな品質\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e一日に何百回と使用されるプロの現場で培われた\u003cstrong\u003e堅牢な作り\u003c\/strong\u003eが、ご自宅でも安心して使える耐久性をもたらす。YUKIWAが長年培った\u003cstrong\u003e確かな技術\u003c\/strong\u003eで、安定した\u003cstrong\u003e高品質なカクテル体験\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \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素材表面の不純物や凹凸を除去し、均一で美しい仕上がりを実現します。\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\"\u003eYUKIWAの堅牢な品質\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eYUKIWAブランドが長年培った製造のノウハウが、長年に渡って安定してお使いいただける高品質なバーグッズを実現しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e業務向けに作られた堅牢で質実なつくり：一日に何十、何百と使用される現場を考慮し、洗いやすさやメンテナンス性を重視しています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eオリジナル名入れ・カスタマイズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eレーザー刻印によるオリジナル名入れ対応で、貴方だけの特別な逸品作りをお手伝いいたします。ご要望の場合はお気軽にお問い合わせください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズ等に最適です。\u003c\/li\u003e\n          \u003cli\u003e金メッキやピンクゴールドメッキ、艶消しや発色等、様々な表面加工に対応可能です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \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":"A","offer_id":49765760991507,"sku":"3301065","price":5100.0,"currency_code":"JPY","in_stock":true},{"title":"A 目盛付","offer_id":49765761024275,"sku":"03301061GB","price":3950.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765761057043,"sku":"3301055","price":4500.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765761089811,"sku":"03301051GB","price":4000.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765761122579,"sku":"3301045","price":4300.0,"currency_code":"JPY","in_stock":true},{"title":"C 目盛付","offer_id":49765761155347,"sku":"03301041GB","price":3800.0,"currency_code":"JPY","in_stock":true},{"title":"D 目盛付","offer_id":49765761188115,"sku":"03301071GB","price":3750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590554_1000.jpg?v=1724042803"},{"product_id":"10590564","title":"メジャーカップ　ブラスト　ゴールド\u003cYUKIWA\u003e(ユキワ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Noto Serif Japanese\", serif, Garamond, Baskerville, Caslon; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #121212;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e5e7eb;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #121212; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 3px double #121212; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #121212; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1a2040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #e5e7eb;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #121212;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #121212; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1a20; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e5e7eb; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #121212; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"✔\"; color: #1c1a20; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #121212; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1a20; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #121212; margin-bottom: 12px; border-bottom: 1px solid #1c1a20; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #e5e7eb; th, td { padding: 12px 8px; border: 1px solid #e5e7eb; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #121212; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e5e7eb; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #121212; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e煌めくゴールド、カクテルを彩る\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590564_1.jpg?v=1724042810\" class=\"img-fluid d-block w-100 product-img\" alt=\"魅惑のブラストゴールドメジャーカップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魅惑のブラストゴールド\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eまばゆいばかりの\u003cstrong\u003eゴールド\u003c\/strong\u003eが、ホームバーに格別の輝きをもたらします。カクテルを注ぐ一瞬一瞬が、まるで特別なショータイムに変わります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eユキワ品質、プロを支える堅牢性\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590564_1000.jpg?v=1724042810\" class=\"img-fluid d-block w-100 product-img\" alt=\"信頼のプロフェッショナルツールメジャーカップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼のプロフェッショナルツール\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eYUKIWA\u003c\/strong\u003eが長年培った技術が詰まった、堅牢で質実なつくり。毎日の使用にも耐えうる耐久性は、ご自宅でのカクテル作りを強力にサポートします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。こちらはユキワバーグッズの中で最もスタンダードな形状のメジャーカップで、業務用にも個人用にも多くの方に愛用していただいているシリーズです。\u003c\/p\u003e\n        \u003cp\u003eユキワブランドの強み:\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\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        \u003cp\u003e本製品には複数のサイズバリエーションがございます。詳細については商品画像もご参照ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1060(A)\u003c\/strong\u003e \/ サイズ: 約φ4.5 ×H11.1 cm \/ 容量: 約53\/28 c.c.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1050(B)\u003c\/strong\u003e \/ サイズ: 約φ4.2 ×H10.3 cm \/ 容量: 約43\/28 c.c.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番: 0330 1040(C)\u003c\/strong\u003e \/ サイズ: 約φ3.6 ×H8.6 cm \/ 容量: 約29\/14 c.c.\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\u003eご要望の場合はお気軽にお問い合わせください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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":"A","offer_id":49765761220883,"sku":"3301066","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"A 目盛付","offer_id":49765761253651,"sku":"03301061G","price":5850.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765761286419,"sku":"3301056","price":8000.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765761319187,"sku":"03301051G","price":5900.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765761351955,"sku":"3301046","price":7100.0,"currency_code":"JPY","in_stock":true},{"title":"C 目盛付","offer_id":49765761384723,"sku":"03301041G","price":5700.0,"currency_code":"JPY","in_stock":true},{"title":"D 目盛付","offer_id":49765761417491,"sku":"03301071G","price":5650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590564_1.jpg?v=1724042810"},{"product_id":"10590583","title":"メジャーカップ　ブラスト　ピンクゴールド\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  \u003cp\u003eメジャーカップ　ブラスト　ピンクゴールド\u003cyukiwa\u003e(ユキワ）\u003c\/yukiwa\u003e\u003c\/p\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eおうちカクテル彩る ピンクゴールドメジャーカップ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590583_1.jpg?v=1724042813\" class=\"img-fluid d-block w-100 product-img\" alt=\"メジャーカップ ブラスト ピンクゴールド\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e輝くプロ仕様のメジャーカップ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eプロが愛用する堅牢なつくりは、まるで指先と一体化。美しいピンクゴールドの輝きが、おうちカクテルを\u003cstrong\u003e特別な体験\u003c\/strong\u003eへ誘います。内面メモリで正確な計量もスムーズに。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \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レーザー刻印によるオリジナル名入れに対応しており、貴方だけの特別な逸品作りをお手伝いいたします。\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  \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\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765761450259,"sku":"03301064PG","price":5900.0,"currency_code":"JPY","in_stock":true},{"title":"A 目盛付","offer_id":49765761483027,"sku":"03301061BPG","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765761515795,"sku":"03301054PG","price":5850.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765761548563,"sku":"03301051BPG","price":6100.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765761581331,"sku":"03301044PG","price":5750.0,"currency_code":"JPY","in_stock":true},{"title":"C 目盛付","offer_id":49765761614099,"sku":"03301041BPG","price":5900.0,"currency_code":"JPY","in_stock":true},{"title":"D 目盛付","offer_id":49765761646867,"sku":"03301071BPG","price":5850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10590583_1.jpg?v=1724042813"},{"product_id":"10728365","title":"U型メジャーカップ　ブラスト仕様\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匠が選ぶU型メジャーカップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eカクテル作りの優雅な所作を引き立てる、丸みを帯びた\u003cstrong\u003eU型フォルム\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\/10728365_1.jpg?v=1724042847\" 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\/10728365_1000.jpg?v=1724042847\" class=\"img-fluid d-block w-100 product-img\" alt=\"正確な計量をサポートするメジャーカップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼と使いやすさを追求\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。U型メジャーカップシリーズはオーソドックスな円錐型のカップより全体に丸みを帯びた球体を意識したカップのデザインが特徴的です。\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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e0330 1030 (A): φ4.1cm × H10cm \/ 約53\/28 c.c.\u003c\/li\u003e\n          \u003cli\u003e0330 1020 (B): φ4.1cm × H9.4cm \/ 約43\/28 c.c.\u003c\/li\u003e\n          \u003cli\u003e0330 1010 (C): φ4.0cm × H7.7cm \/ 約29\/14 c.c.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"note\"\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        \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  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"A","offer_id":49765761810707,"sku":"3301034","price":4500.0,"currency_code":"JPY","in_stock":true},{"title":"B","offer_id":49765761843475,"sku":"3301024","price":4200.0,"currency_code":"JPY","in_stock":true},{"title":"B 目盛付","offer_id":49765761876243,"sku":"03301021B","price":4820.0,"currency_code":"JPY","in_stock":true},{"title":"C","offer_id":49765761909011,"sku":"3301014","price":4100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/10728365_1.jpg?v=1724042847"},{"product_id":"12060997","title":"メジャーカップ／トライアングル","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\/12060997_1000.jpg?v=1724043487\" 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\/12060997_1001.jpg?v=1724043487\" 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\/12060997_1002.jpg?v=1724043487\" 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\u003eカクテルづくりに欠かせないアイテム、それが分量を量る為の「メジャーカップ」。指に挟んでシェーカーに注ぐ姿はバーテンダーの印象的な所作の一つです。\u003c\/p\u003e\n                \u003cp\u003eNUメジャーカップは、カップ内側と外側の二つパーツに分けて口元で精密な溶接と研磨を施すことで継ぎ目のない一体物のような美しい形状を実現しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: メジャーカップ／トライアングル\u003c\/li\u003e\n                    \u003cli\u003e商品コード\/ブランド: YUKIWA Bar Accessories\u003c\/li\u003e\n                    \u003cli\u003eサイズ: H11.2cm\u003c\/li\u003e\n                    \u003cli\u003e容量: 約30\/47c.c.\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカスタマイズとギフト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eレーザー刻印によるオリジナル名入れ対応で、貴方だけの特別な逸品作りをお手伝いいたします。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e各種記念やお祝い事のギフト、ノベルティグッズ等に最適です。\u003c\/li\u003e\n                    \u003cli\u003e金メッキやピンクゴールドメッキ、艶消しや発色等、様々な表面加工に対応。ご要望の場合はお気軽にお問い合わせください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品画像に写っている撮影用小物は付属しません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUKIWA（ユキワ）","offers":[{"title":"●H11.2（㎝） ●約30\/47（c.c.）","offer_id":52070001672467,"sku":null,"price":6100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/1248\/7955\/files\/12060997_1000.jpg?v=1724043487"}],"url":"https:\/\/yukiwa-online.we-shop.jp\/collections\/%e3%83%a1%e3%82%b8%e3%83%a3%e3%83%bc%e3%82%ab%e3%83%83%e3%83%97.oembed","provider":"厨房用品・ステンレス調理器具 専門店 | YUKIWA 公式通販","version":"1.0","type":"link"}