{"product_id":"shigo-sabaki-ni-au-720ml","title":"死後さばきにあう 純米生原酒 720ml","description":"\u003cstyle\u003e\n\/* 死後さばきにあう商品説明専用 *\/\n.shigo-product {\n  --shigo-text: #222222;\n  --shigo-body: #444444;\n  --shigo-muted: #777777;\n  --shigo-accent: #a67b3d;\n  --shigo-border: #e4ded5;\n  --shigo-cream: #fbf8f3;\n  color: var(--shigo-body);\n}\n\n.shigo-product,\n.shigo-product *,\n.shigo-product *::before,\n.shigo-product *::after {\n  box-sizing: border-box;\n}\n\n\/* メインビジュアル *\/\n.shigo-story {\n  position: relative;\n  width: 100%;\n  margin: 24px 0 0;\n  overflow: hidden;\n  border-radius: 14px 14px 0 0;\n  background: #111111;\n  color: #ffffff;\n}\n\n.shigo-story__image {\n  display: block;\n  width: 100%;\n  height: auto;\n  aspect-ratio: 3 \/ 2;\n  object-fit: cover;\n}\n\n.shigo-story::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  pointer-events: none;\n  background: linear-gradient(\n    90deg,\n    rgba(0, 0, 0, 0.84) 0%,\n    rgba(0, 0, 0, 0.6) 40%,\n    rgba(0, 0, 0, 0) 73%\n  );\n}\n\n.shigo-story__content {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  z-index: 2;\n  width: 60%;\n  padding: 24px;\n  transform: translateY(-50%);\n}\n\n.shigo-story__content h2 {\n  margin: 0 0 12px;\n  color: #ffffff;\n  font-size: clamp(22px, 2.1vw, 32px);\n  font-weight: 700;\n  line-height: 1.4;\n  letter-spacing: 0.03em;\n}\n\n.shigo-story__content p {\n  margin: 0;\n  color: rgba(255, 255, 255, 0.92);\n  font-size: 14px;\n  line-height: 1.9;\n}\n\n\/* 商品背景 *\/\n.shigo-origin {\n  margin: 0 0 28px;\n  padding: 34px 30px 38px;\n  text-align: center;\n  background: #ffffff;\n  border: 1px solid #eee9e1;\n  border-top: 0;\n  border-radius: 0 0 14px 14px;\n}\n\n.shigo-origin__label {\n  margin: 0 0 10px;\n  color: var(--shigo-accent);\n  font-size: 11px;\n  font-weight: 700;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n}\n\n.shigo-origin__title {\n  position: relative;\n  margin: 0 0 24px;\n  padding-bottom: 18px;\n  color: var(--shigo-text);\n  font-size: clamp(23px, 2.2vw, 32px);\n  font-weight: 700;\n  line-height: 1.5;\n  letter-spacing: 0.03em;\n}\n\n.shigo-origin__title::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0;\n  left: 50%;\n  width: 48px;\n  height: 3px;\n  border-radius: 3px;\n  background: var(--shigo-accent);\n  transform: translateX(-50%);\n}\n\n.shigo-origin__body {\n  max-width: 680px;\n  margin: 0 auto;\n}\n\n.shigo-origin__body p {\n  margin: 0;\n  color: var(--shigo-body);\n  font-size: 14px;\n  line-height: 2;\n}\n\n.shigo-origin__body p + p {\n  margin-top: 14px;\n}\n\n.shigo-product__notice {\n  margin: -18px 0 28px;\n  color: var(--shigo-muted);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n\/* 味わい・飲み方・ペアリング *\/\n.shigo-guide {\n  margin: 26px 0 28px;\n}\n\n.shigo-guide__title {\n  margin: 0 0 18px;\n  color: var(--shigo-text);\n  font-size: clamp(22px, 2vw, 29px);\n  font-weight: 700;\n  line-height: 1.5;\n  text-align: center;\n  letter-spacing: 0.03em;\n}\n\n.shigo-guide__grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 10px;\n}\n\n.shigo-guide__card {\n  min-width: 0;\n  padding: 17px 12px 18px;\n  background: var(--shigo-cream);\n  border: 1px solid #eee6da;\n  border-radius: 12px;\n  text-align: center;\n}\n\n.shigo-guide__card-title {\n  margin: 0 0 14px;\n  color: var(--shigo-text);\n  font-size: 15px;\n  font-weight: 700;\n  line-height: 1.4;\n}\n\n.shigo-guide__description {\n  margin: 14px 0 0;\n  color: #555555;\n  font-size: 12px;\n  line-height: 1.75;\n}\n\n\/* 味わいチャート *\/\n.shigo-radar {\n  display: block;\n  width: 100%;\n  max-width: 175px;\n  height: auto;\n  margin: 0 auto;\n}\n\n.shigo-radar__grid {\n  fill: none;\n  stroke: #dcd3c5;\n  stroke-width: 1;\n}\n\n.shigo-radar__axis {\n  stroke: #cfc5b6;\n  stroke-width: 1;\n}\n\n.shigo-radar__value {\n  fill: rgba(166, 123, 61, 0.3);\n  stroke: #966d33;\n  stroke-width: 1.5;\n}\n\n.shigo-radar text {\n  fill: var(--shigo-body);\n  font-size: 11px;\n  font-weight: 600;\n}\n\n.shigo-radar__note {\n  margin: 7px 0 0;\n  color: var(--shigo-muted);\n  font-size: 10px;\n  line-height: 1.5;\n}\n\n\/* おすすめ温度 *\/\n.shigo-temperature {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 6px;\n}\n\n.shigo-temperature__item {\n  min-width: 0;\n  padding: 9px 3px;\n  background: #ffffff;\n  border: 1px solid var(--shigo-border);\n  border-radius: 7px;\n}\n\n.shigo-temperature__icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  margin: 0 auto 7px;\n  border-radius: 50%;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.shigo-temperature__name,\n.shigo-temperature__degree {\n  display: block;\n  line-height: 1.3;\n}\n\n.shigo-temperature__name {\n  margin-bottom: 3px;\n  color: #333333;\n  font-size: 10px;\n  font-weight: 700;\n}\n\n.shigo-temperature__degree {\n  color: var(--shigo-muted);\n  font-size: 9px;\n}\n\n.shigo-temperature__icon--rock {\n  color: #306ea8;\n  background: #e8f3ff;\n}\n\n.shigo-temperature__icon--cold {\n  color: #2575c7;\n  background: #edf6ff;\n}\n\n.shigo-temperature__icon--cool {\n  color: #4b8f5d;\n  background: #eaf6ed;\n}\n\n\/* ペアリング *\/\n.shigo-pairing {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 6px;\n}\n\n.shigo-pairing__item {\n  min-width: 0;\n}\n\n.shigo-pairing__icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  aspect-ratio: 1 \/ 1;\n  margin-bottom: 7px;\n  color: #92672f;\n  background: #ffffff;\n  border: 1px solid var(--shigo-border);\n  border-radius: 8px;\n}\n\n.shigo-pairing__icon svg {\n  width: 52%;\n  height: 52%;\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.shigo-pairing__name {\n  display: block;\n  color: var(--shigo-body);\n  font-size: 10px;\n  font-weight: 600;\n  line-height: 1.45;\n}\n\n\/* 商品詳細カード *\/\n.shigo-details,\n.shigo-spec {\n  width: 100%;\n  max-width: 900px;\n  margin: 48px auto;\n}\n\n.shigo-details {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n.shigo-details__card {\n  padding: 38px 42px;\n  background: linear-gradient(135deg, #faf7f0 0%, #f7f1e7 100%);\n  border: 1px solid rgba(145, 116, 76, 0.08);\n  border-radius: 12px;\n}\n\n.shigo-details__card h3 {\n  margin: 0 0 20px;\n  color: #1f1f1f;\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.5;\n  letter-spacing: 0.02em;\n}\n\n.shigo-details__card p {\n  margin: 0 0 18px;\n  color: #333333;\n  font-size: 16px;\n  font-weight: 500;\n  line-height: 2;\n  letter-spacing: 0.02em;\n}\n\n.shigo-details__card p:last-child {\n  margin-bottom: 0;\n}\n\n\/* 商品仕様 *\/\n.shigo-spec__title {\n  margin: 0 0 18px;\n  color: var(--shigo-text);\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.5;\n}\n\n.shigo-spec__table-wrap {\n  width: 100%;\n  overflow: hidden;\n  border: 1px solid #dedbd5;\n  border-radius: 8px;\n}\n\n.shigo-spec__table {\n  width: 100%;\n  border-collapse: collapse;\n  table-layout: fixed;\n  font-size: 15px;\n}\n\n.shigo-spec__table th,\n.shigo-spec__table td {\n  padding: 14px 18px;\n  border-right: 1px solid #dedbd5;\n  border-bottom: 1px solid #dedbd5;\n  line-height: 1.6;\n  vertical-align: middle;\n}\n\n.shigo-spec__table th {\n  width: 18%;\n  background: #f6f3ee;\n  color: #333333;\n  font-weight: 700;\n  text-align: center;\n}\n\n.shigo-spec__table td {\n  width: 32%;\n  background: #ffffff;\n  color: #333333;\n}\n\n.shigo-spec__table tr:last-child \u003e * {\n  border-bottom: 0;\n}\n\n.shigo-spec__table tr \u003e *:last-child {\n  border-right: 0;\n}\n\n.shigo-spec__note {\n  margin: 10px 0 0;\n  color: var(--shigo-muted);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n\/* スマホ *\/\n@media screen and (max-width: 749px) {\n  .shigo-story {\n    margin-top: 20px;\n    border-radius: 12px 12px 0 0;\n  }\n\n  .shigo-story::after {\n    display: none;\n  }\n\n  .shigo-story__image {\n    aspect-ratio: 4 \/ 3;\n    object-position: 68% center;\n  }\n\n  .shigo-story__content {\n    position: static;\n    width: 100%;\n    padding: 20px 18px 22px;\n    transform: none;\n    background: #111111;\n  }\n\n  .shigo-story__content h2 {\n    margin-bottom: 10px;\n    font-size: 22px;\n    line-height: 1.45;\n  }\n\n  .shigo-story__content p {\n    font-size: 14px;\n    line-height: 1.85;\n  }\n\n  .shigo-origin {\n    margin-bottom: 24px;\n    padding: 28px 18px 30px;\n    border-radius: 0 0 12px 12px;\n  }\n\n  .shigo-origin__label {\n    margin-bottom: 8px;\n    font-size: 10px;\n  }\n\n  .shigo-origin__title {\n    margin-bottom: 20px;\n    padding-bottom: 16px;\n    font-size: 21px;\n    line-height: 1.55;\n  }\n\n  .shigo-origin__body {\n    text-align: left;\n  }\n\n  .shigo-origin__body p {\n    line-height: 1.9;\n  }\n\n  .shigo-origin__body p + p {\n    margin-top: 13px;\n  }\n\n  .shigo-product__notice {\n    margin: -14px 0 24px;\n    font-size: 11px;\n  }\n\n  .shigo-guide {\n    margin: 24px 0;\n  }\n\n  .shigo-guide__title {\n    margin-bottom: 16px;\n    font-size: 21px;\n  }\n\n  .shigo-guide__grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .shigo-guide__card {\n    padding: 21px 16px 22px;\n  }\n\n  .shigo-guide__card-title {\n    margin-bottom: 15px;\n    font-size: 16px;\n  }\n\n  .shigo-guide__description {\n    margin-top: 15px;\n    font-size: 13px;\n  }\n\n  .shigo-temperature {\n    gap: 7px;\n  }\n\n  .shigo-temperature__item {\n    padding: 10px 3px;\n  }\n\n  .shigo-temperature__icon {\n    width: 34px;\n    height: 34px;\n  }\n\n  .shigo-temperature__name,\n  .shigo-pairing__name {\n    font-size: 11px;\n  }\n\n  .shigo-temperature__degree {\n    font-size: 10px;\n  }\n\n  .shigo-pairing {\n    gap: 8px;\n  }\n\n  .shigo-details,\n  .shigo-spec {\n    margin: 36px auto;\n  }\n\n  .shigo-details {\n    gap: 18px;\n  }\n\n  .shigo-details__card {\n    padding: 27px 22px;\n    border-radius: 10px;\n  }\n\n  .shigo-details__card h3 {\n    margin-bottom: 16px;\n    font-size: 20px;\n    line-height: 1.6;\n  }\n\n  .shigo-details__card p {\n    margin-bottom: 16px;\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .shigo-details__card p br {\n    display: none;\n  }\n\n  .shigo-spec__title {\n    margin-bottom: 14px;\n    font-size: 21px;\n  }\n\n  .shigo-spec__table-wrap {\n    border-radius: 6px;\n  }\n\n  .shigo-spec__table,\n  .shigo-spec__table tbody,\n  .shigo-spec__table tr,\n  .shigo-spec__table th,\n  .shigo-spec__table td {\n    display: block;\n    width: 100%;\n  }\n\n  .shigo-spec__table tr {\n    display: grid;\n    grid-template-columns: 38% 62%;\n  }\n\n  .shigo-spec__table th,\n  .shigo-spec__table td {\n    width: auto;\n    padding: 12px 14px;\n    border-right: 0;\n    border-bottom: 1px solid #dedbd5;\n    font-size: 14px;\n    text-align: left;\n  }\n\n  .shigo-spec__table th {\n    grid-column: 1;\n    border-right: 1px solid #dedbd5;\n  }\n\n  .shigo-spec__table td {\n    grid-column: 2;\n  }\n\n  .shigo-spec__table tr:last-child \u003e * {\n    border-bottom: 0;\n  }\n\n  .shigo-spec__note {\n    font-size: 11px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"shigo-product\"\u003e\n  \u003csection class=\"shigo-story\" aria-labelledby=\"shigo-story-title\"\u003e\n    \u003cimg class=\"shigo-story__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0946\/8497\/1376\/files\/720mlTOP.jpg?v=1787109819\" alt=\"死後さばきにあう 純米生原酒 720mlを冷えた酒器とともに表現した商品イメージ\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"shigo-story__content\"\u003e\n      \u003ch2 id=\"shigo-story-title\"\u003e強烈な名。\u003cbr\u003e芯のある旨み。\u003c\/h2\u003e\n      \u003cp\u003e\n        「死後さばきにあう」は、岩手県北上市の喜久盛酒造が醸す純米生原酒。\n        目を引くラベルの奥に、濃厚な米の旨みとほどよい酸、冷酒でも輪郭を失わない力強さを備えています。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"shigo-origin\" aria-labelledby=\"shigo-origin-title\"\u003e\n    \u003cp class=\"shigo-origin__label\"\u003eSTORY OF SHIGO SABAKI NI AU\u003c\/p\u003e\n\n    \u003ch2 class=\"shigo-origin__title\" id=\"shigo-origin-title\"\u003e\n      「死後さばきにあう」日本酒、\u003cbr\u003eラベルの奥にある生原酒の個性。\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"shigo-origin__body\"\u003e\n      \u003cp\u003e\n        黒地に強い言葉を配したラベルは、東北の民家や塀などで見かける警句看板をモチーフにしたものです。\n        身近な風景にあった印象的な意匠を、喜久盛酒造らしい一本へと落とし込みました。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        中身は、岩手県産米を55％まで磨き、協会6号酵母で醸した純米生原酒。\n        加水や火入れをせず、米の厚み、ほどよい酸、17度のしっかりした飲みごたえを瓶に収めています。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        名前やラベルの印象だけに頼らず、冷酒からロックまで味の輪郭を楽しめる酒質。\n        話題性のある一本を選びたい方にも、旨みの強い日本酒を探している方にも提案しやすい商品です。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"shigo-product__notice\"\u003e\n    ※加熱処理を行っていない生酒です。到着後は冷蔵庫で保存してください。\n  \u003c\/p\u003e\n\n  \u003csection class=\"shigo-guide\" aria-labelledby=\"shigo-guide-title\"\u003e\n    \u003ch2 class=\"shigo-guide__title\" id=\"shigo-guide-title\"\u003e\n      死後さばきにあうの\u003cbr\u003e味わいと楽しみ方\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"shigo-guide__grid\"\u003e\n      \u003carticle class=\"shigo-guide__card\"\u003e\n        \u003ch3 class=\"shigo-guide__card-title\"\u003e味わいの特徴\u003c\/h3\u003e\n\n        \u003csvg class=\"shigo-radar\" viewbox=\"0 0 180 150\" role=\"img\" aria-label=\"濃醇さが強く、酸味とキレがあり、甘さは控えめな味わいの目安\"\u003e\n          \u003cpolygon class=\"shigo-radar__grid\" points=\"90,25 145,75 90,125 35,75\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon class=\"shigo-radar__grid\" points=\"90,40 128,75 90,110 52,75\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon class=\"shigo-radar__grid\" points=\"90,55 112,75 90,95 68,75\"\u003e\u003c\/polygon\u003e\n          \u003cline class=\"shigo-radar__axis\" x1=\"90\" y1=\"25\" x2=\"90\" y2=\"125\"\u003e\u003c\/line\u003e\n          \u003cline class=\"shigo-radar__axis\" x1=\"35\" y1=\"75\" x2=\"145\" y2=\"75\"\u003e\u003c\/line\u003e\n          \u003cpolygon class=\"shigo-radar__value\" points=\"90,25 112,75 90,105 46,75\"\u003e\u003c\/polygon\u003e\n          \u003ctext x=\"90\" y=\"15\" text-anchor=\"middle\"\u003e濃醇\u003c\/text\u003e\n          \u003ctext x=\"155\" y=\"79\" text-anchor=\"middle\"\u003e甘口\u003c\/text\u003e\n          \u003ctext x=\"90\" y=\"143\" text-anchor=\"middle\"\u003e酸味\u003c\/text\u003e\n          \u003ctext x=\"23\" y=\"79\" text-anchor=\"middle\"\u003eキレ\u003c\/text\u003e\n        \u003c\/svg\u003e\n\n        \u003cp class=\"shigo-radar__note\"\u003e※当店による味わいの目安です。\u003c\/p\u003e\n\n        \u003cp class=\"shigo-guide__description\"\u003e\n          米の旨みが厚く、ほどよい酸とキレが後口を整える、飲みごたえのあるタイプです。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"shigo-guide__card\"\u003e\n        \u003ch3 class=\"shigo-guide__card-title\"\u003eおすすめの飲み方\u003c\/h3\u003e\n\n        \u003cdiv class=\"shigo-temperature\"\u003e\n          \u003cdiv class=\"shigo-temperature__item\"\u003e\n            \u003cspan class=\"shigo-temperature__icon shigo-temperature__icon--rock\"\u003e氷\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__name\"\u003eロック\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__degree\"\u003e4～8℃\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"shigo-temperature__item\"\u003e\n            \u003cspan class=\"shigo-temperature__icon shigo-temperature__icon--cold\"\u003e冷\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__name\"\u003e冷酒\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__degree\"\u003e5～10℃\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"shigo-temperature__item\"\u003e\n            \u003cspan class=\"shigo-temperature__icon shigo-temperature__icon--cool\"\u003e涼\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__name\"\u003e少し冷たく\u003c\/span\u003e\n            \u003cspan class=\"shigo-temperature__degree\"\u003e11～15℃\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"shigo-guide__description\"\u003e\n          冷酒では酸とキレが際立ち、少し温度が上がると旨みがふくらみます。軽快に楽しむならロックもおすすめです。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"shigo-guide__card\"\u003e\n        \u003ch3 class=\"shigo-guide__card-title\"\u003eおすすめのペアリング\u003c\/h3\u003e\n\n        \u003cdiv class=\"shigo-pairing\"\u003e\n          \u003cdiv class=\"shigo-pairing__item\"\u003e\n            \u003cdiv class=\"shigo-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M8 24c6-8 15-11 24-7l8-5-2 9 2 9-8-5c-9 4-18 1-24-7z\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"29\" cy=\"20\" r=\"1\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M13 31h20\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"shigo-pairing__name\"\u003e白身魚の\u003cbr\u003e刺身\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"shigo-pairing__item\"\u003e\n            \u003cdiv class=\"shigo-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M10 25h28l-3 12H13z\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M15 21c4-3 14-3 18 0\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M29 9l9 10\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M34 8l7 8\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"shigo-pairing__name\"\u003e鶏の\u003cbr\u003e唐揚げ\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"shigo-pairing__item\"\u003e\n            \u003cdiv class=\"shigo-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003crect x=\"8\" y=\"15\" width=\"32\" height=\"20\" rx=\"3\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M14 21h20\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M14 27h20\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M17 18l-3 14\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M27 18l-3 14\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M37 18l-3 14\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"shigo-pairing__name\"\u003eうなぎの\u003cbr\u003e蒲焼\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"shigo-guide__description\"\u003e\n          魚介の旨みや塩味、甘辛いタレに、唐揚げなどジューシーな食べ物も、生原酒の厚みと酸が合わさり相性のいい組み合わせです。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"shigo-details\" aria-label=\"死後さばきにあうの製法と喜久盛酒造について\"\u003e\n    \u003carticle class=\"shigo-details__card\"\u003e\n      \u003ch3\u003e無濾過・生・原酒だからこその厚み\u003c\/h3\u003e\n\n      \u003cp\u003e\n        「死後さばきにあう」は、割り水をせず、炭素濾過と火入れも行わない無濾過生原酒です。\n        口に含むと米の旨みと酸が一緒に広がり、17度の酒らしい力強さが余韻まで続きます。\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        まずはよく冷やして、輪郭のある飲み口を確認するのがおすすめです。\n        飲み進めながら温度を少し上げるとコクがふくらみ、氷を加えれば味わいを軽やかに調整できます。\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"shigo-details__card\"\u003e\n      \u003ch3\u003e岩手県北上市で醸す、喜久盛酒造\u003c\/h3\u003e\n\n      \u003cp\u003e\n        喜久盛酒造は1894年創業、岩手県北上市で酒造りを続ける蔵元です。\n        地元・岩手県産の米を使い、日本酒に馴染みのない人にも関心を持ってもらえるよう、酒質と表現の両面から個性的な商品を送り出しています。\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        「死後さばきにあう」の大胆なラベルも、その姿勢を象徴するもの。\n        手に取るきっかけは名前でも、飲めば濃厚な旨みとほどよい酸を持つ純米生原酒としての個性が伝わります。\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"shigo-spec\" aria-labelledby=\"shigo-spec-title\"\u003e\n    \u003ch2 class=\"shigo-spec__title\" id=\"shigo-spec-title\"\u003e商品仕様\u003c\/h2\u003e\n\n    \u003cdiv class=\"shigo-spec__table-wrap\"\u003e\n      \u003ctable class=\"shigo-spec__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003e内容量\u003c\/th\u003e\n            \u003ctd\u003e720ml\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003e原材料名\u003c\/th\u003e\n            \u003ctd\u003e米・米こうじ\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003e特定名称\u003c\/th\u003e\n            \u003ctd\u003e純米酒\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003e原料米\u003c\/th\u003e\n            \u003ctd\u003e岩手県産米\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003e精米歩合\u003c\/th\u003e\n            \u003ctd\u003e55％\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003e使用酵母\u003c\/th\u003e\n            \u003ctd\u003e協会6号酵母\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eアルコール分\u003c\/th\u003e\n            \u003ctd\u003e17度\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003e酒質\u003c\/th\u003e\n            \u003ctd\u003e純米生原酒\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003e保存方法\u003c\/th\u003e\n            \u003ctd\u003e要冷蔵\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003e製造地\u003c\/th\u003e\n            \u003ctd\u003e岩手県北上市\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr class=\"shigo-spec__maker\"\u003e\n            \u003cth scope=\"row\"\u003e製造者\u003c\/th\u003e\n            \u003ctd colspan=\"3\"\u003e喜久盛酒造株式会社\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"shigo-spec__note\"\u003e\n      ※原料米や数値は醸造年度・ロットにより変更される場合があります。お届けする商品の表示をご確認ください。\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"サケストア.com","offers":[{"title":"Default Title","offer_id":52389119492464,"sku":"n261-041","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/8497\/1376\/files\/n-261-041_0.jpg?v=1751787172","url":"https:\/\/sakestore-ecshop.com\/products\/shigo-sabaki-ni-au-720ml","provider":"サケストア.com","version":"1.0","type":"link"}