{"product_id":"gokyo-hiyaoroshi-1800ml","title":"五橋 純米ひやおろし 1800ml","description":"\u003cstyle\u003e\n.ghy-product {\n  --ghy-text:#222;\n  --ghy-body:#444;\n  --ghy-muted:#777;\n  --ghy-gold:#a47a3b;\n  --ghy-border:#e2ddd4;\n  --ghy-cream:#faf7f1;\n  color:var(--ghy-body);\n}\n.ghy-product,\n.ghy-product *,\n.ghy-product *::before,\n.ghy-product *::after { box-sizing:border-box; }\n\n\/* メインビジュアル *\/\n.ghy-story {\n  position:relative;\n  width:100%;\n  margin:24px 0 0;\n  overflow:hidden;\n  border-radius:14px 14px 0 0;\n  background:#10100e;\n  color:#fff;\n}\n.ghy-story__image {\n  display:block;\n  width:100%;\n  height:auto;\n  aspect-ratio:3\/2;\n  object-fit:cover;\n}\n.ghy-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(10,9,7,.84) 0%,\n    rgba(18,15,10,.62) 38%,\n    rgba(18,15,10,0) 72%\n  );\n}\n.ghy-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.ghy-story__content h2 {\n  margin:0 0 12px;\n  color:#fff;\n  font-size:clamp(22px,2.1vw,32px);\n  font-weight:700;\n  line-height:1.4;\n  letter-spacing:.03em;\n}\n.ghy-story__content p {\n  margin:0;\n  color:rgba(255,255,255,.92);\n  font-size:14px;\n  line-height:1.9;\n}\n\n\/* 商品背景 *\/\n.ghy-origin {\n  margin:0 0 28px;\n  padding:34px 30px 38px;\n  text-align:center;\n  background:#fff;\n  border:1px solid #eee9e1;\n  border-top:0;\n  border-radius:0 0 14px 14px;\n}\n.ghy-origin__label {\n  margin:0 0 10px;\n  color:var(--ghy-gold);\n  font-size:11px;\n  font-weight:700;\n  line-height:1.4;\n  letter-spacing:.15em;\n}\n.ghy-origin__title {\n  position:relative;\n  margin:0 0 24px;\n  padding-bottom:18px;\n  color:var(--ghy-text);\n  font-size:clamp(23px,2.2vw,32px);\n  font-weight:700;\n  line-height:1.5;\n  letter-spacing:.03em;\n}\n.ghy-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:#b48745;\n  transform:translateX(-50%);\n}\n.ghy-origin__body {\n  max-width:680px;\n  margin:0 auto;\n}\n.ghy-origin__body p {\n  margin:0;\n  color:var(--ghy-body);\n  font-size:14px;\n  line-height:2;\n}\n.ghy-origin__body p + p { margin-top:14px; }\n\n.ghy-product__notice {\n  margin:-18px 0 28px;\n  color:var(--ghy-muted);\n  font-size:12px;\n  line-height:1.7;\n}\n\n\/* 味わい・飲み方・ペアリング *\/\n.ghy-guide { margin:26px 0 28px; }\n.ghy-guide__title {\n  margin:0 0 18px;\n  color:var(--ghy-text);\n  font-size:clamp(22px,2vw,29px);\n  font-weight:700;\n  line-height:1.5;\n  text-align:center;\n  letter-spacing:.03em;\n}\n.ghy-guide__grid {\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:10px;\n}\n.ghy-guide__card {\n  min-width:0;\n  padding:17px 12px 18px;\n  background:var(--ghy-cream);\n  border:1px solid #eee6da;\n  border-radius:12px;\n  text-align:center;\n}\n.ghy-guide__card-title {\n  margin:0 0 14px;\n  color:var(--ghy-text);\n  font-size:15px;\n  font-weight:700;\n  line-height:1.4;\n}\n.ghy-guide__description {\n  margin:14px 0 0;\n  color:#555;\n  font-size:12px;\n  line-height:1.75;\n}\n\n\/* 味わいチャート *\/\n.ghy-radar {\n  display:block;\n  width:100%;\n  max-width:175px;\n  height:auto;\n  margin:0 auto;\n}\n.ghy-radar__grid {\n  fill:none;\n  stroke:#dcd3c5;\n  stroke-width:1;\n}\n.ghy-radar__axis {\n  stroke:#cfc5b6;\n  stroke-width:1;\n}\n.ghy-radar__value {\n  fill:rgba(164,122,59,.30);\n  stroke:#987039;\n  stroke-width:1.5;\n}\n.ghy-radar text {\n  fill:var(--ghy-body);\n  font-size:11px;\n  font-weight:600;\n}\n.ghy-radar-note {\n  margin:5px 0 0;\n  color:var(--ghy-muted);\n  font-size:10px;\n  line-height:1.5;\n}\n\n\/* おすすめ温度 *\/\n.ghy-temperature {\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:6px;\n}\n.ghy-temperature__item {\n  min-width:0;\n  padding:9px 3px;\n  background:#fff;\n  border:1px solid var(--ghy-border);\n  border-radius:7px;\n}\n.ghy-temperature__icon {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:31px;\n  height:31px;\n  margin:0 auto 7px;\n  border-radius:50%;\n  font-size:13px;\n  font-weight:700;\n}\n.ghy-temperature__name,\n.ghy-temperature__degree {\n  display:block;\n  line-height:1.3;\n}\n.ghy-temperature__name {\n  margin-bottom:3px;\n  color:#333;\n  font-size:10px;\n  font-weight:700;\n}\n.ghy-temperature__degree {\n  color:var(--ghy-muted);\n  font-size:9px;\n}\n.ghy-temperature__icon--cold {\n  color:#2575c7;\n  background:#e8f3ff;\n}\n.ghy-temperature__icon--room {\n  color:#4b8f5d;\n  background:#eaf6ed;\n}\n.ghy-temperature__icon--warm {\n  color:#c77b28;\n  background:#fff2e2;\n}\n\n\/* ペアリング *\/\n.ghy-pairing {\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:6px;\n}\n.ghy-pairing__item { min-width:0; }\n.ghy-pairing__icon {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  aspect-ratio:1\/1;\n  margin-bottom:7px;\n  color:#8d6939;\n  background:#fff;\n  border:1px solid var(--ghy-border);\n  border-radius:8px;\n}\n.ghy-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.ghy-pairing__name {\n  display:block;\n  color:var(--ghy-body);\n  font-size:10px;\n  font-weight:600;\n  line-height:1.45;\n}\n\n\/* 詳細カード *\/\n.ghy-details,\n.ghy-spec {\n  width:100%;\n  max-width:900px;\n  margin:48px auto;\n}\n.ghy-details {\n  display:flex;\n  flex-direction:column;\n  gap:24px;\n}\n.ghy-details__card {\n  padding:38px 42px;\n  background:linear-gradient(135deg,#faf7f0 0%,#f6f1e7 100%);\n  border:1px solid rgba(145,116,76,.08);\n  border-radius:12px;\n}\n.ghy-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:.02em;\n}\n.ghy-details__card p {\n  margin:0 0 18px;\n  color:#333;\n  font-size:16px;\n  font-weight:500;\n  line-height:2;\n  letter-spacing:.02em;\n}\n.ghy-details__card p:last-child { margin-bottom:0; }\n\n\/* 商品仕様 *\/\n.ghy-spec__title {\n  margin:0 0 18px;\n  color:var(--ghy-text);\n  font-size:24px;\n  font-weight:700;\n  line-height:1.5;\n}\n.ghy-spec__table-wrap {\n  width:100%;\n  overflow:hidden;\n  border:1px solid #dedbd5;\n  border-radius:8px;\n}\n.ghy-spec__table {\n  width:100%;\n  border-collapse:collapse;\n  table-layout:fixed;\n  font-size:15px;\n}\n.ghy-spec__table th,\n.ghy-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.ghy-spec__table th {\n  width:18%;\n  background:#f6f3ee;\n  color:#333;\n  font-weight:700;\n  text-align:center;\n}\n.ghy-spec__table td {\n  width:32%;\n  background:#fff;\n  color:#333;\n}\n.ghy-spec__table tr:last-child \u003e * { border-bottom:0; }\n.ghy-spec__table tr \u003e *:last-child { border-right:0; }\n\n\/* モールバナー *\/\n.ghy-marketplaces {\n  width:100%;\n  max-width:900px;\n  margin:26px auto 48px;\n  padding:26px;\n  background:#fbf8f3;\n  border:1px solid #eee6da;\n  border-radius:12px;\n}\n.ghy-marketplaces__title {\n  margin:0 0 6px;\n  color:#222;\n  font-size:19px;\n  font-weight:700;\n  line-height:1.5;\n  text-align:center;\n}\n.ghy-marketplaces__lead {\n  margin:0 0 18px;\n  color:#777;\n  font-size:12px;\n  line-height:1.7;\n  text-align:center;\n}\n.ghy-marketplaces__grid {\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:10px;\n}\n.ghy-marketplaces__link {\n  display:flex;\n  position:relative;\n  align-items:center;\n  justify-content:center;\n  min-width:0;\n  min-height:88px;\n  padding:15px 38px 15px 15px;\n  color:#222;\n  text-decoration:none;\n  background:#fff;\n  border:1px solid #dedbd5;\n  border-radius:9px;\n  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;\n}\n.ghy-marketplaces__link:hover {\n  transform:translateY(-2px);\n  box-shadow:0 7px 18px rgba(39,31,21,.1);\n}\n.ghy-marketplaces__link:focus-visible {\n  outline:3px solid rgba(166,123,61,.32);\n  outline-offset:3px;\n}\n.ghy-marketplaces__content {\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  min-width:0;\n}\n.ghy-marketplaces__brand {\n  display:block;\n  margin-bottom:5px;\n  font-weight:700;\n  line-height:1.1;\n  white-space:nowrap;\n}\n.ghy-marketplaces__brand--amazon {\n  color:#111;\n  font-size:24px;\n  letter-spacing:-.04em;\n}\n.ghy-marketplaces__brand--amazon::after {\n  content:\"\";\n  display:block;\n  width:40px;\n  height:3px;\n  margin:4px auto 0;\n  border-radius:50%;\n  background:#ff9900;\n}\n.ghy-marketplaces__brand--rakuten {\n  color:#bf0000;\n  font-size:21px;\n}\n.ghy-marketplaces__brand--yahoo {\n  color:#ff0033;\n  font-size:20px;\n}\n.ghy-marketplaces__action {\n  color:#666;\n  font-size:11px;\n  line-height:1.4;\n}\n.ghy-marketplaces__arrow {\n  position:absolute;\n  top:50%;\n  right:15px;\n  color:#a67b3d;\n  font-size:18px;\n  line-height:1;\n  transform:translateY(-50%);\n}\n.ghy-marketplaces__link--amazon:hover { border-color:#ffb84d; }\n.ghy-marketplaces__link--rakuten:hover { border-color:#d76b6b; }\n.ghy-marketplaces__link--yahoo:hover { border-color:#ff6b89; }\n\n@media screen and (max-width:749px) {\n  .ghy-story {\n    margin-top:20px;\n    border-radius:12px 12px 0 0;\n  }\n  .ghy-story::after { display:none; }\n  .ghy-story__image {\n    aspect-ratio:4\/3;\n    object-position:68% center;\n  }\n  .ghy-story__content {\n    position:static;\n    width:100%;\n    padding:20px 18px 22px;\n    transform:none;\n    background:#10100e;\n  }\n  .ghy-story__content h2 {\n    margin-bottom:10px;\n    font-size:22px;\n    line-height:1.45;\n  }\n  .ghy-story__content p {\n    font-size:14px;\n    line-height:1.85;\n  }\n  .ghy-origin {\n    margin-bottom:24px;\n    padding:28px 18px 30px;\n    border-radius:0 0 12px 12px;\n  }\n  .ghy-origin__label {\n    margin-bottom:8px;\n    font-size:10px;\n  }\n  .ghy-origin__title {\n    margin-bottom:20px;\n    padding-bottom:16px;\n    font-size:21px;\n    line-height:1.55;\n  }\n  .ghy-origin__body { text-align:left; }\n  .ghy-origin__body p { line-height:1.9; }\n  .ghy-product__notice {\n    margin:-14px 0 24px;\n    font-size:11px;\n  }\n  .ghy-guide { margin:24px 0; }\n  .ghy-guide__title {\n    margin-bottom:16px;\n    font-size:21px;\n  }\n  .ghy-guide__grid {\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n  .ghy-guide__card { padding:21px 16px 22px; }\n  .ghy-guide__card-title {\n    margin-bottom:15px;\n    font-size:16px;\n  }\n  .ghy-guide__description {\n    margin-top:15px;\n    font-size:13px;\n  }\n  .ghy-temperature { gap:7px; }\n  .ghy-temperature__item { padding:10px 3px; }\n  .ghy-temperature__icon {\n    width:34px;\n    height:34px;\n  }\n  .ghy-temperature__name,\n  .ghy-pairing__name { font-size:11px; }\n  .ghy-temperature__degree { font-size:10px; }\n  .ghy-pairing { gap:8px; }\n  .ghy-details,\n  .ghy-spec { margin:36px auto; }\n  .ghy-details { gap:18px; }\n  .ghy-details__card {\n    padding:27px 22px;\n    border-radius:10px;\n  }\n  .ghy-details__card h3 {\n    margin-bottom:16px;\n    font-size:20px;\n    line-height:1.6;\n  }\n  .ghy-details__card p {\n    margin-bottom:16px;\n    font-size:15px;\n    line-height:1.9;\n  }\n  .ghy-details__card p br { display:none; }\n  .ghy-spec__title {\n    margin-bottom:14px;\n    font-size:21px;\n  }\n  .ghy-spec__table-wrap { border-radius:6px; }\n  .ghy-spec__table,\n  .ghy-spec__table tbody,\n  .ghy-spec__table tr,\n  .ghy-spec__table th,\n  .ghy-spec__table td {\n    display:block;\n    width:100%;\n  }\n  .ghy-spec__table tr {\n    display:grid;\n    grid-template-columns:38% 62%;\n  }\n  .ghy-spec__table th,\n  .ghy-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  .ghy-spec__table th {\n    grid-column:1;\n    border-right:1px solid #dedbd5;\n  }\n  .ghy-spec__table td { grid-column:2; }\n  .ghy-spec__table tr:last-child \u003e * { border-bottom:0; }\n  .ghy-marketplaces {\n    margin:24px auto 36px;\n    padding:22px 16px;\n    border-radius:10px;\n  }\n  .ghy-marketplaces__title { font-size:18px; }\n  .ghy-marketplaces__lead {\n    margin-bottom:16px;\n    font-size:11px;\n  }\n  .ghy-marketplaces__grid {\n    grid-template-columns:1fr;\n    gap:9px;\n  }\n  .ghy-marketplaces__link { min-height:76px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ghy-product\"\u003e\n  \u003csection class=\"ghy-story\" aria-labelledby=\"ghy-story-title\"\u003e\n    \u003cimg class=\"ghy-story__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0946\/8497\/1376\/files\/gokyo-hiyaoroshi-1800ml.jpg?v=1789464261\" alt=\"五橋 純米ひやおろし 1800mlを秋の落ち着いた情景で表現した商品イメージ\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ghy-story__content\"\u003e\n      \u003ch2 id=\"ghy-story-title\"\u003eひと夏を越えて、\u003cbr\u003e旨みはまろやかに。\u003c\/h2\u003e\n      \u003cp\u003e\n        山口県岩国市・酒井酒造の「五橋 純米ひやおろし 1800ml」。\n        夏の間に蔵で熟成を重ねた、丸みのある米の旨みと心地よい酸を秋の食卓で楽しむ季節の純米酒です。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghy-origin\" aria-labelledby=\"ghy-origin-title\"\u003e\n    \u003cp class=\"ghy-origin__label\"\u003eAUTUMN SAKE FROM IWAKUNI\u003c\/p\u003e\n\n    \u003ch2 class=\"ghy-origin__title\" id=\"ghy-origin-title\"\u003e\n      夏を越して調熟した、\u003cbr\u003e秋ならではの「ひやおろし」。\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ghy-origin__body\"\u003e\n      \u003cp\u003e\n        「ひやおろし」は、春先に造られた酒がひと夏を蔵内で過ごし、\n        熟成がほどよく進んだ秋に生詰めで瓶詰めされる季節酒です。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        五橋 純米ひやおろしは、熟成によって角が取れた旨みと、\n        純米酒らしい米の味わいを楽しめる一本。\n        ほのかな香りと酸が重なり、秋の料理にも合わせやすい酒質に仕上がっています。\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=\"ghy-product__notice\"\u003e\n    ※要冷蔵商品です。品質保持のため冷蔵庫で保管してください。\n  \u003c\/p\u003e\n\n  \u003csection class=\"ghy-guide\" aria-labelledby=\"ghy-guide-title\"\u003e\n    \u003ch2 class=\"ghy-guide__title\" id=\"ghy-guide-title\"\u003e\n      五橋 純米ひやおろしの\u003cbr\u003e味わいと楽しみ方\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ghy-guide__grid\"\u003e\n      \u003carticle class=\"ghy-guide__card\"\u003e\n        \u003ch3 class=\"ghy-guide__card-title\"\u003e味わいの特徴\u003c\/h3\u003e\n\n        \u003csvg class=\"ghy-radar\" viewbox=\"0 0 180 150\" role=\"img\" aria-label=\"旨みを感じる中程度の濃醇さ、やや辛口寄りで酸味とキレを備えた味わいの目安\"\u003e\n          \u003cpolygon class=\"ghy-radar__grid\" points=\"90,25 145,75 90,125 35,75\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon class=\"ghy-radar__grid\" points=\"90,40 128,75 90,110 52,75\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon class=\"ghy-radar__grid\" points=\"90,55 112,75 90,95 68,75\"\u003e\u003c\/polygon\u003e\n          \u003cline class=\"ghy-radar__axis\" x1=\"90\" y1=\"25\" x2=\"90\" y2=\"125\"\u003e\u003c\/line\u003e\n          \u003cline class=\"ghy-radar__axis\" x1=\"35\" y1=\"75\" x2=\"145\" y2=\"75\"\u003e\u003c\/line\u003e\n\n          \u003cpolygon class=\"ghy-radar__value\" points=\"90,35 112,75 90,115 46,75\"\u003e\u003c\/polygon\u003e\n\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=\"ghy-radar-note\"\u003e※当店による味わいの目安\u003c\/p\u003e\n\n        \u003cp class=\"ghy-guide__description\"\u003e\n          熟成による丸みを帯びた米の旨みを中心に、存在感のある酸と後口のキレが重なります。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghy-guide__card\"\u003e\n        \u003ch3 class=\"ghy-guide__card-title\"\u003eおすすめの飲み方\u003c\/h3\u003e\n\n        \u003cdiv class=\"ghy-temperature\"\u003e\n          \u003cdiv class=\"ghy-temperature__item\"\u003e\n            \u003cspan class=\"ghy-temperature__icon ghy-temperature__icon--cold\"\u003e冷\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__name\"\u003e冷酒\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__degree\"\u003e10～15℃\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ghy-temperature__item\"\u003e\n            \u003cspan class=\"ghy-temperature__icon ghy-temperature__icon--room\"\u003e常\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__name\"\u003e常温\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__degree\"\u003e15～20℃\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ghy-temperature__item\"\u003e\n            \u003cspan class=\"ghy-temperature__icon ghy-temperature__icon--warm\"\u003e燗\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__name\"\u003eぬる燗\u003c\/span\u003e\n            \u003cspan class=\"ghy-temperature__degree\"\u003e40℃前後\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ghy-guide__description\"\u003e\n          冷やせば酸と後口がすっきり。温度を少し上げると、熟成した米の旨みや丸みをより感じやすくなります。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghy-guide__card\"\u003e\n        \u003ch3 class=\"ghy-guide__card-title\"\u003eおすすめのペアリング\u003c\/h3\u003e\n\n        \u003cdiv class=\"ghy-pairing\"\u003e\n          \u003cdiv class=\"ghy-pairing__item\"\u003e\n            \u003cdiv class=\"ghy-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M9 25c7-7 15-10 24-8 4 1 7 3 9 6-5 7-13 10-22 8-5-1-8-3-11-6z\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M11 25 5 19v12z\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"34\" cy=\"22\" r=\"1\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M14 35h25\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"ghy-pairing__name\"\u003eさんまの\u003cbr\u003e塩焼き\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ghy-pairing__item\"\u003e\n            \u003cdiv class=\"ghy-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M9 20h30l-3 17H12z\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M14 16h20\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M18 12h12\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M16 25c4 3 7 3 11 0 3-2 6-2 9 0\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"ghy-pairing__name\"\u003eきのこの\u003cbr\u003eホイル焼き\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ghy-pairing__item\"\u003e\n            \u003cdiv class=\"ghy-pairing__icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M10 32c6-8 14-13 25-14\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M12 36c9-2 17-6 24-13\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M11 30c-3-2-4-5-2-7 2-2 5-1 7 1\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M34 18c4 0 7 2 8 5-2 2-4 3-7 3\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"ghy-pairing__name\"\u003e海老の\u003cbr\u003e塩焼き\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ghy-guide__description\"\u003e\n          秋の魚やきのこ、香ばしく焼いた魚介など、旨みを持つ料理と合わせるのがおすすめです。\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghy-details\" aria-label=\"五橋 純米ひやおろしの特徴\"\u003e\n    \u003carticle class=\"ghy-details__card\"\u003e\n      \u003ch3\u003e熟成で生まれる、丸みのある米の旨み。\u003c\/h3\u003e\n      \u003cp\u003e\n        ひやおろしの魅力は、ひと夏を越したことで生まれる味わいのまとまり。\n        五橋 純米ひやおろしも、若い酒の勢いだけではなく、\n        熟成によって角が取れた旨みを楽しめる秋の純米酒です。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        ほのかな香りのあとに米の旨みがふくらみ、酸が輪郭をつくる構成。\n        飲み口のやわらかさと後口のメリハリが、秋の食材を使った料理にも自然になじみます。\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ghy-details__card\"\u003e\n      \u003ch3\u003e山口・岩国の水が支える、五橋の酒造り。\u003c\/h3\u003e\n      \u003cp\u003e\n        醸造元は山口県岩国市の酒井酒造。\n        「五橋」の酒造りには、岩国を流れる錦川の伏流軟水が使われています。\n      \u003c\/p\u003e\n      \u003cp\u003e\n        原料は山口県産米を使用し、精米歩合は60％。\n        米と米こうじだけで醸す純米酒として、熟成による旨みと、\n        軟水仕込みらしいやわらかな口当たりを秋の季節感とともに楽しめます。\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghy-spec\" aria-labelledby=\"ghy-spec-title\"\u003e\n    \u003ch2 class=\"ghy-spec__title\" id=\"ghy-spec-title\"\u003e商品仕様\u003c\/h2\u003e\n\n    \u003cdiv class=\"ghy-spec__table-wrap\"\u003e\n      \u003ctable class=\"ghy-spec__table\"\u003e\n        \u003ctbody\u003e\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\u003e1800ml\u003c\/td\u003e\n          \u003c\/tr\u003e\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          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003e精米歩合\u003c\/th\u003e\n            \u003ctd\u003e60％\u003c\/td\u003e\n            \u003cth scope=\"row\"\u003eアルコール分\u003c\/th\u003e\n            \u003ctd\u003e15度\u003c\/td\u003e\n          \u003c\/tr\u003e\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          \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          \u003ctr class=\"ghy-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  \u003c\/section\u003e\n\n  \u003cnav class=\"ghy-marketplaces\" aria-labelledby=\"ghy-marketplaces-title\"\u003e\n    \u003ch2 class=\"ghy-marketplaces__title\" id=\"ghy-marketplaces-title\"\u003e\n      各ショッピングサイトで見る\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ghy-marketplaces__lead\"\u003e\n      ご希望のショッピングサイトをお選びください。\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ghy-marketplaces__grid\"\u003e\n      \u003ca href=\"https:\/\/www.amazon.co.jp\/dp\/B0DJZ7F4MB\" class=\"ghy-marketplaces__link ghy-marketplaces__link--amazon\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Amazonの商品ページを新しいタブで開く\"\u003e\n        \u003cspan class=\"ghy-marketplaces__content\"\u003e\n          \u003cspan class=\"ghy-marketplaces__brand ghy-marketplaces__brand--amazon\"\u003eamazon\u003c\/span\u003e\n          \u003cspan class=\"ghy-marketplaces__action\"\u003e商品ページを見る\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"ghy-marketplaces__arrow\" aria-hidden=\"true\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.rakuten.co.jp\/\" class=\"ghy-marketplaces__link ghy-marketplaces__link--rakuten\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"楽天市場を新しいタブで開く\"\u003e\n        \u003cspan class=\"ghy-marketplaces__content\"\u003e\n          \u003cspan class=\"ghy-marketplaces__brand ghy-marketplaces__brand--rakuten\"\u003e楽天市場\u003c\/span\u003e\n          \u003cspan class=\"ghy-marketplaces__action\"\u003e商品を探す\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"ghy-marketplaces__arrow\" aria-hidden=\"true\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/store.shopping.yahoo.co.jp\/premium-sake\/n-365-008.html?sc_i=shopping-pc-web-result-item-rsltlst-img\u0026amp;ea=\" class=\"ghy-marketplaces__link ghy-marketplaces__link--yahoo\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Yahoo!ショッピングの商品ページを新しいタブで開く\"\u003e\n        \u003cspan class=\"ghy-marketplaces__content\"\u003e\n          \u003cspan class=\"ghy-marketplaces__brand ghy-marketplaces__brand--yahoo\"\u003eYahoo!\u003c\/span\u003e\n          \u003cspan class=\"ghy-marketplaces__action\"\u003e商品ページを見る\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"ghy-marketplaces__arrow\" aria-hidden=\"true\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","brand":"酒井酒造","offers":[{"title":"Default Title","offer_id":54315304518000,"sku":"n-365-008","price":3520.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/8497\/1376\/files\/n-365-008-1.jpg?v=1789463674","url":"https:\/\/sakestore-ecshop.com\/products\/gokyo-hiyaoroshi-1800ml","provider":"サケストア.com","version":"1.0","type":"link"}