{"product_id":"sauvignonblanc2025","title":"[Japan Wine Competition 2025 Silver Award] Izu Sauvignon Blanc 2024","description":"\u003ch2\u003e \u003cspan\u003eProduct description\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e \u003cspan\u003eThis dry white wine is made with Sauvignon Blanc from our own vineyards. It has a fresh herbal aroma, a crisp lime-like acidity, and a clean finish. Serve chilled. You can enjoy the change in flavor over time.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch3\u003e \u003cspan\u003eProduct information\u003c\/span\u003e \u003c\/h3\u003e\n\n\u003ctable style=\"width: 100%; height: 137.2px;\" width=\"100%\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003e Product name\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e Izu Sauvignon Blanc 2024 \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003eItem\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e Fruit wine \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003etype\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e White, dry \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003eRaw material name\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e Grapes (from Izu) \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003eGrape varieties used\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e \u003cspan\u003e100% Sauvignon Blanc\u003c\/span\u003e \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003eAlcohol content\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e 12.5% \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 19.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 19.6px;\"\u003eContents\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e 750ml\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp\u003e \u003cspan\u003eTo prevent cloudiness, please be careful not to expose the product to high temperatures (below 25°C).\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e Sediment may appear due to ingredients derived from grapes and fermentation, but this does not affect the quality, so please feel free to consume it.\u003c\/p\u003e\n\n\u003chr\u003e\n\n \u003ch2 style=\"text-align: left;\"\u003eWine Chart \u003c\/h2\u003e\n\n\u003cstyle\u003e\n        .wine-chart {\n            width: 90%;\n            max-width: 500px;\n            margin: 20px auto;\n            padding: 20px; \/* Increased padding for better spacing *\/\n            border-radius: 10px;\n            font-family: 'Inter', sans-serif; \/* Changed font to Inter *\/\n            background-color: #ffffff; \/* Changed background to white *\/\n            \/* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); \/* Stronger shadow *\/ \/* Removed shadow *\/\n            display: flex; \/* Use flexbox for layout *\/\n            flex-direction: column; \/* Stack sections vertically *\/\n            gap: 30px; \/* Gap between sections *\/\n        }\n\n        .chart-section {\n            margin-bottom: 0; \/* Removed section margin as gap handles it *\/\n        }\n\n        .chart-bar-container {\n            position: relative;\n            height: 10px; \/* Height for the main bar line *\/\n            background-color: #e0e0e0; \/* Light gray line *\/\n            border-radius: 5px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between; \/* Distribute dots evenly *\/\n            padding: 0 5px; \/* Padding for dots from edges *\/\n        }\n\n        .chart-dot {\n            width: 12px;\n            height: 12px;\n            background-color: #c0c0c0; \/* Default dot color *\/\n            border-radius: 50%;\n            transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative; \/* For the larger selected dot *\/\n            cursor: pointer; \/* Indicate interactivity *\/\n        }\n\n        .chart-dot.selected {\n            background-color: #a94442; \/* Red color for selected dot *\/\n            transform: scale(1.4); \/* Make selected dot larger *\/\n            box-shadow: 0 0 8px rgba(169, 68, 66, 0.6); \/* Glow effect *\/\n        }\n\n        .chart-scale {\n            display: flex;\n            justify-content: space-between;\n            font-size: 0.85em; \/* Slightly smaller font for scale labels *\/\n            color: #666; \/* Softer text for scale labels *\/\n            padding: 5px 0; \/* Padding for scale labels *\/\n            margin-top: 10px; \/* Space above scale labels *\/\n        }\n\n        .chart-scale span {\n            padding: 0; \/* Removed padding *\/\n            flex: 1; \/* Distribute space equally *\/\n            text-align: center; \/* Center labels *\/\n        }\n\n        .chart-scale span:first-child {\n            text-align: left; \/* Align first label left *\/\n        }\n\n        .chart-scale span:last-child {\n            text-align: right; \/* Align last label right *\/\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"wine-chart\"\u003e\n\n\u003cdiv class=\"chart-section\"\u003e\n\n\u003cdiv class=\"chart-bar-container\" data-chart-id=\"body\" data-selected-index=\"1\"\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot selected\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"chart-scale\"\u003e\n\n\u003cspan\u003eLight body\u003c\/span\u003e \u003cspan\u003eFull body\u003c\/span\u003e \n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"chart-section\"\u003e\n\n\u003cdiv class=\"chart-bar-container\" data-chart-id=\"sweetness\" data-selected-index=\"2\"\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot selected\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"chart-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"chart-scale\"\u003e\n\n\u003cspan\u003eSweet and\u003c\/span\u003e \u003cspan\u003edry\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Product Features\u003c\/h2\u003e\n\n\u003ch3\u003e A white wine with a herbal and pink grapefruit aroma, and a delightful taste with alternating sweetness and acidity.\u003c\/h3\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eexterior\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e This clear, yellow-green paint resembles a newly sprouted leaf, dropped into water. It has a strong viscosity and an alcohol content of 12.5%.\u003c\/p\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003escent\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e The moment you pour, you'll be hit with a refreshing citrus aroma reminiscent of lime and navel orange, with a subtle hint of cashew nuts.\u003c\/p\u003e\n\n\u003cp\u003e When swirled, you can smell herbal aromas like lemon and fennel, and although the spice is not strong, you can still detect a slight hint of white pepper in the distance.\u003c\/p\u003e\n\n \u003cp\u003eAs time passes, the citrus aroma changes significantly, and you can sense nuances like pomelo.\u003c\/p\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eTaste\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e The attack is refreshingly acidic, with a hint of gradual sweetness. The acidity lingers in the finish, giving it the crispness you expect from a dry wine. The aftertaste is moderate (about 10 seconds). Over time, the sharpness of the acidity fades and becomes mellow.\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Pairing suggestions\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Awards\u003c\/h2\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eJapan Wine Competition 2025 Silver Award Winner\u003c\/span\u003e\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n \u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe Japan Wine Competition is one of Japan's most prestigious wine competitions, and is open to \"Japanese wines\" made from 100% domestically grown grapes. The competition began in 2003 as the \"Domestic Wine Competition\" and was renamed to its current name in 2015. In recent years, the quality of Japanese wine has improved dramatically, and it has also been gaining international recognition.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Tasting Report\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Recipe Notes\u003ca href=\"https:\/\/izu-wine.jp\/\"\u003e\u003c\/a\u003e\n\n\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Delivery Information: Summer Season Request\u003c\/h2\u003e\n\n\u003ch3\u003e We strongly recommend using refrigerated delivery to maintain the freshness of your product.\u003c\/h3\u003e\n\n\u003cp\u003e During the hot summer months ( \u003cb\u003eapproximately June to September\u003c\/b\u003e ), we strongly recommend using \u003cstrong\u003erefrigerated shipping\u003c\/strong\u003e to maintain the quality of your wine.\u003c\/p\u003e\n\n \u003cp\u003eWine is a drink that is very sensitive to temperature changes. If it is stored in an environment above 25°C for a long period of time, the heat can cause it to lose its flavor, leak, or oxidize.\u003c\/p\u003e\n\n\u003cp\u003e By using our refrigerated delivery service, we can keep your wine at the optimum temperature until it reaches you, allowing you to enjoy its original flavor.\u003c\/p\u003e\n\n\u003ch3\u003e How to use refrigerated delivery\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e When placing your order, please select \" \u003cb\u003erefrigerated delivery\u003c\/b\u003e \" as the shipping method.\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e Refrigerated delivery requires an additional fee in addition to the regular shipping fee. For details, please refer to \u003ca href=\"https:\/\/nakaizuwinery.com\/pages\/sctl\" title=\"Information page on the Specified Commercial Transactions Act\"\u003e\u003cstrong\u003ethe information on the Specified Commercial Transactions Act\u003c\/strong\u003e\u003c\/a\u003e .\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003ch3\u003e If you select standard shipping\u003c\/h3\u003e\n\n \u003cp\u003eIf you choose standard shipping, we may not be able to offer a refund or exchange for wine that has deteriorated in quality due to temperature changes during shipping. We appreciate your understanding and cooperation in order to protect your valuable wine.\u003c\/p\u003e\n\n\u003cp\u003e If you have any questions, please feel free to contact us.\u003c\/p\u003e","brand":"中伊豆ワイナリー シャトーT.S","offers":[{"title":"Default Title","offer_id":47652574691554,"sku":"NW001-SB-2025","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/S_VT.png?v=1775457164","url":"https:\/\/nakaizuwinery.com\/en\/products\/sauvignonblanc2025","provider":"【公式】中伊豆ワイナリーヒルズ \/ オンラインショップ","version":"1.0","type":"link"}