{"title":"Shinano Riesling","description":"\u003cp\u003eShinano Riesling from Nakaizu Winery.\u003c\/p\u003e\n\u003cp\u003e A fresh and gorgeous aroma reminiscent of lime and green apple rises up, and in the mouth, a lively acidity and elegant sweetness blend together to create a fruity and refreshing taste.\u003c\/p\u003e\n\u003cp\u003e This wine has a delicate minerality and a refreshing aftertaste. It is perfect as an aperitif, and also pairs well with seafood and light dishes.\u003c\/p\u003e\n\u003cp\u003e Please enjoy the charm of Shinano Riesling, which gives you a feeling of the refreshing breeze of Izu.\u003c\/p\u003e","products":[{"product_id":"chateauts-white-sweet","title":"Chateau TS White Sweet","description":"\u003ch2\u003e Product description\u003c\/h2\u003e\n\n\u003cp\u003e This sweet white wine is made from 100% Japanese grapes. It features the fruity aroma of Niagara and just the right amount of sweetness. It is best served slightly chilled.\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch3\u003e \u003cspan\u003eProduct details\u003c\/span\u003e \u003c\/h3\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 137.2px;\"\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 Chateau TS White Sweet \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, sweet \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 (produced in Japan) \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 Niagara 34%, Chardonnay 32%, Koshu 23%, Shinano Riesling 11% (made with grapes harvested in 2023) \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 720ml \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 10.5%\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n \u003cp\u003eTo prevent cloudiness, please be careful not to expose the product to high temperatures \u003cspan\u003e(below 25°C)\u003c\/span\u003e .\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003eSediment 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\/span\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine 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 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\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 very fruity white wine with the aroma of Niagara and just the right amount of sweetness.\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 dir=\"ltr\"\u003e \u003cspan\u003eIt is pale lemon yellow overall and very clear from the edges to the center.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eIt has a medium viscosity and a relatively low alcohol content of 10.5%.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eThis is a gentle wine for those who don't like strong alcohol.\u003c\/span\u003e\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 dir=\"ltr\"\u003e\u003cspan\u003eThe first thing you notice is a refreshing scent like green apples.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eIt also has a refreshing, sweet fruity aroma, like that of a young pear.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eWhen you swirl it, you can sense the scent of lemon candy spreading.\u003c\/span\u003e\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 dir=\"ltr\"\u003e \u003cspan\u003eThe refreshing acidity on attack is very pleasant.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eAlthough it is described as \"sweet,\" it is not overly sweet at all.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e It is dotted with \u003cspan\u003ejust the right amount\u003c\/span\u003e \u003cspan\u003eof charming sweetness\u003c\/span\u003e \u003cspan\u003e, making it very well balanced.\u003c\/span\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eThe acidity and sweetness are neither too strong, making it very pleasant to drink.\u003c\/span\u003e\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);\"\u003e\u003cspan style=\"font-size: medium;\"\u003eSilver Award at\u003c\/span\u003e \u003cspan style=\"font-size: medium;\"\u003ethe 12th \"SAKURA\" Japan Women's Wine Awards 2025\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\n\n\u003c\/ul\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\/2025\/04\/03\/01-105\/\"\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\u003e Wine 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\u003eBy 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\u003e If 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":42757929205986,"sku":"NW001-TSW-1","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/T.S.jpg?v=1773199382"},{"product_id":"shida-grand-souki-2020","title":"Izu Sparkling Wine Souki 2023","description":"\u003ch2\u003e \u003cspan\u003eProduct description\u003c\/span\u003e\n\u003c\/h2\u003e\n\n \u003cp\u003e\u003cspan\u003eThis sparkling wine is made from grapes harvested from our own vineyards, fermented, and aged in barrels. It features a gorgeous aroma and a clean taste. Enjoy it not only as an aperitif, but also with a variety of dishes.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch3\u003e \u003cspan\u003eProduct information\u003c\/span\u003e \u003c\/h3\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 137.2px;\"\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 Sparkling Wine Souki 2023 \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 and sparkling 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;\"\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 70% Chardonnay, 30% Shinano Riesling \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\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine 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 data-selected-index=\"1\" data-chart-id=\"body\" class=\"chart-bar-container\"\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\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 data-selected-index=\"2\" data-chart-id=\"sweetness\" class=\"chart-bar-container\"\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 description\u003c\/h2\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 The appearance is a pale golden color with a beautiful luster and shine.\u003c\/p\u003e\n\n\u003cp\u003e When poured into a glass, it foams vigorously and then settles down. The foam is medium.\u003c\/p\u003e\n\n \u003ch4\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003escent\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cp\u003e The aroma is reminiscent of fresh citrus fruits, green apples, and apricots, which are characteristic of Shinano Riesling, and you can also sense the moderate aroma of the barrel.You can also sense the unique brioche aroma that comes from the \"secondary fermentation in the bottle.\"\u003c\/p\u003e\n\n\u003ch4\u003e\n\n \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eTaste\u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\n\n\u003c\/h4\u003e\n\n\u003cp\u003e The acidity is sharp and dry.\u003c\/p\u003e\n\n\u003cp\u003e Its light and refreshing taste makes it perfect for the hot summer.\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\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Tasting Report\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Recipe Notes\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Handling instructions\u003c\/h2\u003e\n\n \u003cp\u003e\"Izu Sparkling Wine Souki 2023\" is a wine that is extremely sensitive to \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003etemperature changes\u003c\/strong\u003e\u003c\/span\u003e and \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003evibrations\u003c\/strong\u003e\u003c\/span\u003e . To ensure the best possible taste, please handle it as follows:\u003c\/p\u003e\n\n\u003col\u003e\n\n\u003cli\u003e After receiving the product, please store it horizontally in a cool, air-conditioned place (below 20°C) or in a cellar or other place where a constant temperature can be maintained until opening.\u003c\/li\u003e\n\n\u003cli\u003e Please note that \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003etartar\u003c\/strong\u003e\u003c\/span\u003e may develop if stored in the refrigerator for a long period of time. We recommend refrigerating the product for 1-2 days before opening.\u003c\/li\u003e\n\n\u003cli\u003e The flavor changes more quickly than with regular wine, so please consume it as soon as possible after opening.\u003c\/li\u003e\n\n \u003cli\u003eAs this is a sparkling wine, it contains highly pressurized carbon dioxide. To prevent the bottle from bursting, please be careful not to subject it to shock or high temperatures.\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\n\u003cp\u003e \u003cspan data-huuid=\"16979573262467643000\"\u003e\u003cspan\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eTartar*\u003c\/strong\u003e\u003c\/span\u003e is a crystalline sediment found at the bottom of wine, formed when tartaric acid contained in wine combines with minerals such as potassium and calcium.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/span\u003e \u003cspan data-huuid=\"16979573262467645129\"\u003e\u003cspan\u003eThis is especially likely to occur when wine is stored at low temperatures or in wines that are rich in acidity and minerals, but it does not affect the quality.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Precautions before opening and how to open the bottle\u003c\/h2\u003e\n\n\u003col\u003e\n\n\u003cli\u003e Please allow to cool sufficiently before opening. (We recommend storing in the refrigerator for 1-2 days.)\u003c\/li\u003e\n\n\u003cli\u003e Do not shake the bottle before opening.\u003c\/li\u003e\n\n \u003cli\u003ePeel off the cap seal and remove the wire.\u003c\/li\u003e\n\n\u003cli\u003e Place a cloth such as a towel or napkin over the top of the jar.\u003c\/li\u003e\n\n\u003cli\u003e Hold the cork firmly and twist slowly to open. *Please be careful not to let the cork pop out or the contents spill over.\u003c\/li\u003e\n\n\u003cli\u003e Pour slowly into the glass to reduce the bubbles.\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Shipping Information\u003c\/h2\u003e\n\n \u003cp\u003e\"Izu Sparkling Wine Souki 2023\" will be delivered by \u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003erefrigerated shipping\u003c\/strong\u003e\u003c\/span\u003e to maintain its quality. Also, \"Delivery \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eincluding\u003c\/span\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eIzu Sparkling Wine Souki 2023\"\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003c\/span\u003e\u003c\/strong\u003e Please note that we will combine \u003cstrong\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eyour items into a refrigerated\u003c\/span\u003e\u003c\/strong\u003e delivery service.\u003c\/p\u003e\n\n\u003cp\u003e Check shipping fees \u003ca title=\"Description based on the Specified Commercial Transactions Act\" href=\"https:\/\/eyhor35jklurxzxm-60332671202.shopifypreview.com\/pages\/sctl\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003ehere\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e","brand":"中伊豆ワイナリー シャトーT.S","offers":[{"title":"Default Title","offer_id":46890803134690,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/Grand_2020.jpg?v=1759477762"},{"product_id":"izunouveau2025-white","title":"Izu Nouveau White 2024 Slightly dry","description":"\u003cp\u003e Izu Nouveau is made from grapes grown in our own vineyards in Izu.\u003cbr\u003e \u003cspan data-mce-fragment=\"1\"\u003eThis is the earliest white wine produced at Nakaizu Winery that year.\u003cbr\u003e\u003c\/span\u003e It is also a wine that shows the quality of the grapes harvested that year.\u003cbr\u003e When poured into a glass, the aroma of apples and white peaches rises, and \u003cspan data-mce-fragment=\"1\"\u003eyou can enjoy a refreshing acidity.\u003cbr\u003e\u003c\/span\u003e \u003cspan data-mce-fragment=\"1\"\u003ePlease drink it nicely chilled.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan data-mce-fragment=\"1\"\u003eProduct: Fruit liquor Type: White, slightly dry Ingredients: Grapes (produced in Izu)\u003c\/span\u003e \u003cbr\u003eGrape variety used: 100% Shinano Riesling\u003cbr\u003e Contents: 750ml\u003cbr\u003e Alcohol content: 10%\u003cbr\u003e Manufacturer: Shida Nakaizu Winery Co., Ltd.\u003c\/p\u003e\n\n\u003cp data-mce-fragment=\"1\"\u003e To prevent deterioration and cloudiness, please be careful not to expose the product to high temperatures \u003cspan\u003e(below 25°C)\u003c\/span\u003e . \u003cspan\u003e\u003cbr\u003eSediment may appear due to ingredients derived from grapes and fermentation, but this does not affect the quality.\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp data-mce-fragment=\"1\"\u003e \u003cspan\u003e\"We will not sell alcohol to anyone who cannot verify that they are over 20 years of age.\"\u003c\/span\u003e\u003c\/p\u003e","brand":"中伊豆ワイナリー シャトーT.S","offers":[{"title":"Default Title","offer_id":46953592029410,"sku":"NW001-nou-2025ｗ","price":2970.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/1_b1fe7585-310c-44f5-b70d-1de72eec921d.jpg?v=1761814086"},{"product_id":"izu-extra-sweet-2024","title":"Izu Extra Sweet 2023 (Half)","description":"\u003ch2 style=\"text-align: left;\"\u003e Product description\u003c\/h2\u003e\n\n \u003cp\u003eThis dessert wine is made from high-sugar juice squeezed from Shinano Riesling grapes grown in Izu, frozen, and then re-thawed. It has a honey-like aroma and a sweet fruity aroma, and a rich sweetness that can be enjoyed on the palate.\u003c\/p\u003e\n\n\u003ch3\u003e Product information \u003c\/h3\u003e\n\n\u003ctable style=\"width: 100%; height: 135.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 Extra Sweet 2023 (Half) \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 17.6px;\"\u003e\n\n\u003ctd style=\"width: 30%; height: 17.6px;\"\u003eItem\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 17.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, sweet \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 100% Shinano Riesling \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 9% \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 375ml\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 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\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\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine 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\"\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\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 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\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 style=\"text-align: left;\"\u003eThis dessert wine has a distinctive honey aroma and a rich sweetness that slowly spreads throughout your mouth, leaving you feeling indulged in luxury.\u003c\/h3\u003e\n\n\u003ch4\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003eexterior\u003c\/span\u003e\u003c\/strong\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e\u003cbr\u003e\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 dir=\"ltr\"\u003e\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\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Pairing suggestions\u003c\/h2\u003e\n\n\u003cul\u003e\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Awards\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Tasting Notes\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Recipe Notes\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e More Article Content\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":47401690202338,"sku":"NW001-EXS-2024","price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/EX_2024.jpg?v=1770692140"},{"product_id":"izu-shinano-riesling-2025-sweet","title":"[Japan Wine Competition 2025 Bronze Award] Izu Shinano Riesling 2024 Sweet","description":"\u003ch2 data-sourcepos=\"14:1-14:235\"\u003e Product description\u003c\/h2\u003e\n\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\u003ch3 data-sourcepos=\"14:1-14:235\"\u003e Product information \u003c\/h3\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 98px;\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 30%;\"\u003e Product name\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%;\"\u003e Izu Shinano Riesling 2024 Sweet \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, sweet \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 Shinano Riesling (100%) \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\u003cbr\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;\"\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 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 \u003cp\u003eBecause it contains a small amount of carbon dioxide, you may notice a slight gas when opening the bottle or drinking it. To prevent cloudiness, please be careful not to let the drink get too hot (below 25°C).\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine 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\"\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\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 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\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\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003ch3 data-sourcepos=\"2:1-2:36\" style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003eexterior\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp data-sourcepos=\"4:1-4:136\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\u003ch4 data-sourcepos=\"7:1-7:16\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003escent\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp data-sourcepos=\"9:1-9:156\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\u003ch4 data-sourcepos=\"12:1-12:18\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eTaste\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cp data-sourcepos=\"14:1-14:235\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAwards\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eJapan Wine Competition 2025 Bronze Award Winner\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/span\u003e\n\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\u003cul\u003e\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Tasting Notes\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Recipe Notes\u003ca href=\"https:\/\/izu-wine.jp\/2025\/05\/16\/01-110\/\"\u003e\u003c\/a\u003e\n\n\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e More Article Content\u003c\/h2\u003e\n\n\n\u003c\/div\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 title=\"Information page on the Specified Commercial Transactions Act\" href=\"https:\/\/nakaizuwinery.com\/pages\/sctl\"\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":47759804367074,"sku":"NW001-SR-2025-1","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/VT.jpg?v=1777620675"},{"product_id":"izu-shinano-riesling-2025-dry","title":"Izu Shinano Riesling 2023 Dry","description":"\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003ch2\u003e Product description\u003c\/h2\u003e\n\n\u003cp\u003e This wine is made from Shinano Riesling grapes grown in our own vineyards in Izu City, Shizuoka Prefecture. A cross between Chardonnay and Riesling, it features a vibrant aroma and a refreshing acidity. Enjoy it with your meal.\u003c\/p\u003e\n\n\u003ch3 style=\"text-align: left;\"\u003e Product details \u003c\/h3\u003e\n\n\u003ctable style=\"width: 100%; height: 117.6px;\" 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 Shinano Riesling 2023 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;\"\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;\"\u003eGrape varieties used\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%; height: 19.6px;\"\u003e Shinano Riesling (100%) \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 To prevent cloudiness, please be careful not to expose the product to high temperatures \u003cspan\u003e(below 25°C)\u003c\/span\u003e .\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003eSediment 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\/span\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine Chart \u003c\/h2\u003e\n\n\n\u003c\/div\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 style=\"text-align: left;\"\u003e\n\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\"\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\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 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\n\u003c\/div\u003e\n\n\u003cdiv class=\"chart-scale\"\u003e \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 style=\"text-align: left;\"\u003e \u003cstrong\u003eThe exquisite balance\u003c\/strong\u003e of sourness and sweetness hits you the moment you put it in your mouth, followed by a deep umami \u003cstrong\u003eflavor.\u003c\/strong\u003e\n\n\u003c\/h3\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003cmeta charset=\"utf-8\"\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003eexterior\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e It has a clear pale lemon yellow appearance.\u003c\/p\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003escent\u003c\/span\u003e\n\u003c\/h4\u003e\n\n\u003cp\u003e The first impression is the oily nuances typical of Riesling, but is quickly followed by warm citrus notes (unripe fruit and kumquat) reminiscent of Chardonnay. Furthermore, white spices like coriander and floral notes like viola are added, giving the overall impression of freshness.\u003c\/p\u003e\n\n\u003ch4\u003e \u003cspan style=\"text-decoration: underline;\"\u003eTaste\u003c\/span\u003e\n\u003c\/h4\u003e\n\n \u003cp\u003eOn the palate, the acidity and sweetness are felt in equal measure, and a rich umami flavor spreads. The finish is crisp and acidic, tightening the palate and leaving a pleasant, dry aftertaste. The natural umami of this wine harmonizes beautifully with the delicate flavors of Japanese cuisine in particular. The aftertaste is refreshing, and it has an appeal that makes you want to drink it again and again, inviting you to take another sip.\u003c\/p\u003e\n\n\n\u003c\/div\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\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\/2025\/04\/03\/01-105\/\"\u003e\u003c\/a\u003e\n\n\u003c\/h2\u003e\n\n\n\u003c\/div\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":47759869509858,"sku":"NW001-SR-2025-2","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/VT_8e8ba74f-6b76-464d-8fd9-3e18b0028aed.jpg?v=1777620720"},{"product_id":"2026summer-gift-e","title":"[Summer Gift E] Chateau TS White Sweet \u0026amp; Izu Shinano Riesling 2023 Sweet (Set of 2) [Gift Boxed]","description":"\u003ch2 dir=\"ltr\"\u003e \u003cspan\u003eNo pairing necessary. A sweet wine that is perfect as a main dish.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eThis set includes delicious sweet wines that will satisfy you with just one bottle.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003e \u003cspan\u003eThis is the kind of wine you'd want to enjoy slowly after a bath.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch2 dir=\"ltr\"\u003e \u003cspan\u003eChateau TS White Sweet\u003c\/span\u003e \u003c\/h2\u003e\n\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/TS_700_b3a3c247-a6ac-4898-a1ef-e4a9aa0917ca_480x480.jpg?v=1744094656\" alt=\"\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: medium;\"\u003eThe 12th “SAKURA” Japan Women's Wine Awards 2025\u003c\/span\u003e\u003c\/strong\u003e \u003cstrong\u003e\u003cspan style=\"font-size: medium;\"\u003eSilver Award Winner\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch2\u003e Product description\u003c\/h2\u003e\n\n\u003cp\u003e A sweet white wine made from 100% Japanese grapes.\u003cbr\u003e This wine is characterized by the fruity aroma of Niagara and a moderate sweetness.\u003cbr\u003e \u003cspan\u003ePlease drink it slightly chilled.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch3\u003e \u003cspan\u003eProduct details\u003c\/span\u003e \u003c\/h3\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 137.2px;\"\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 Chateau TS White Sweet \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;\"\u003eWhite, sweet \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 (produced in Japan) \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 Niagara 34%, Chardonnay 32%, Koshu 23%, Shinano Riesling 11% \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 720ml \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 10.5%\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\u003c\/p\u003e\n\n\u003cp\u003e To prevent cloudiness, please be careful not to expose the product to high temperatures \u003cspan\u003e(below 25°C)\u003c\/span\u003e .\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003eSediment 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\/span\u003e\u003c\/p\u003e\n\n\u003ch2 dir=\"ltr\"\u003e \u003cspan\u003eIzu Shinano Riesling 2023 Sweet\u003c\/span\u003e \u003c\/h2\u003e\n\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/700_74dc96fe-073c-4b22-8412-f9e90484c448_480x480.jpg?v=1744094577\" alt=\"\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\n\u003ch2\u003e The charm of sweet Izu Shinano Riesling 2023\u003c\/h2\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003ch3 data-sourcepos=\"2:1-2:36\"\u003e Sweet aftertaste, surprisingly refreshing\u003c\/h3\u003e\n\n \u003cp data-sourcepos=\"4:1-4:136\"\u003eThe Izu Shinano Riesling 2023 Sweet is so appealing and satisfying that it could be the centerpiece of a meal on its own. Its pale lemon yellow color with a hint of golden yellow is slightly darker than the dry version, and its alcohol content is a little lower at 11.5%. It has a medium viscosity and is easy to drink.\u003c\/p\u003e\n\n\u003chr data-sourcepos=\"6:1-6:3\"\u003e\n\n\u003ch3 data-sourcepos=\"7:1-7:16\"\u003e A harmony of soothing fragrances\u003c\/h3\u003e\n\n\u003cp data-sourcepos=\"9:1-9:156\"\u003e The aroma shares some similarities with dry wines in its attack, but the aroma that unfolds in the background is what makes this wine unique. In addition to \u003cstrong\u003ethe soothing scent\u003c\/strong\u003e of Satsuma mandarins and daisies, there is also a subtle hint of \u003cstrong\u003ethe subtle scent of cherry blossom leaves, like the leaves of a sakura mochi (cherry blossom rice\u003c\/strong\u003e cake). As time passes, the aroma opens up further, revealing an even more pleasant aroma.\u003c\/p\u003e\n\n\u003chr data-sourcepos=\"11:1-11:3\"\u003e\n\n\u003ch3 data-sourcepos=\"12:1-12:18\"\u003e The exquisite combination of elegant sweetness and refreshing acidity\u003c\/h3\u003e\n\n \u003cp data-sourcepos=\"14:1-14:235\"\u003eWhen you put it in your mouth, you are immediately hit with \u003cstrong\u003ea rich, full-bodied sweetness\u003c\/strong\u003e , followed by a firm acidity that creates a surprisingly \u003cstrong\u003eclean finish\u003c\/strong\u003e . The clean, unobtrusive finish is proof that the sweetness and acidity are perfectly balanced. While dry wines have an equal amount of acidity and sweetness that lingers, with the acidity tightening at the end, this sweet wine has a rich sweetness, and then the acidity and sweetness settle in just enough, leaving a pleasant acidity in the finish. This \u003cstrong\u003eexquisite balance\u003c\/strong\u003e is what makes this wine so satisfying.\u003c\/p\u003e\n\n\u003ch2 data-sourcepos=\"14:1-14:235\"\u003e Product description\u003c\/h2\u003e\n\n \u003cp data-sourcepos=\"14:1-14:235\"\u003eThis wine is made from Shinano Riesling grapes grown at our Nakaizu Shita Farm on the Izu Peninsula. Shinano Riesling is a cross between Chardonnay and Riesling. We have made it sweet to bring out the unique aromatic aroma of this grape.\u003c\/p\u003e\n\n\u003ch3 data-sourcepos=\"14:1-14:235\"\u003e Product details\u003c\/h3\u003e\n\n\n\u003c\/div\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 98px;\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 30%;\"\u003e Product name\u003c\/td\u003e\n\n\u003ctd style=\"width: 70%;\"\u003e Izu Shinano Riesling 2023 Sweet \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, sweet \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 Shinano Riesling (100%) \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 11.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\u003c\/p\u003e\n\n\u003cp\u003e Because it contains a small amount of carbon dioxide, you may notice a slight gas when opening the bottle or drinking it. To prevent cloudiness, please be careful not to let the drink get too hot \u003cspan\u003e(below 25°C)\u003c\/span\u003e .\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan\u003eSediment 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\/span\u003e\u003c\/p\u003e\n\n\u003ch2\u003e Shipping Information\u003c\/h2\u003e\n\n \u003cp\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003ePlease note that\u003c\/span\u003e \u003cspan style=\"color: #0000ff;\"\u003ethis product will be shipped in a refrigerated delivery service to maintain its quality.\u003c\/span\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003cspan style=\"color: rgb(64, 64, 64);\"\u003ePlease see \u003ca rel=\"noopener\" title=\"Information on the Specified Commercial Transactions Act\" href=\"https:\/\/nakaizuwinery.com\/pages\/sctl\" target=\"_blank\"\u003e\u003cstrong\u003ehere\u003c\/strong\u003e\u003c\/a\u003e for the shipping fee reference page.\u003c\/span\u003e\u003c\/p\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 title=\"Information page on the Specified Commercial Transactions Act\" href=\"https:\/\/nakaizuwinery.com\/pages\/sctl\"\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":47819653710050,"sku":null,"price":3900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/summergiftE2026.jpg?v=1780879199"},{"product_id":"izu-sparkling-wine-souki-2024","title":"Izu Sparkling Wine Souki 2023","description":"\u003ch2\u003e \u003cspan\u003eProduct description\u003c\/span\u003e\n\u003c\/h2\u003e\n\n \u003cp\u003e\u003cspan\u003eThis sparkling wine is made from grapes harvested from our own vineyards, fermented, and aged in barrels. It features a gorgeous aroma and a clean taste. Enjoy it not only as an aperitif, but also with a variety of dishes.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003ch3\u003e \u003cspan\u003eProduct information\u003c\/span\u003e \u003c\/h3\u003e\n\n\u003ctable width=\"100%\" style=\"width: 100%; height: 137.2px;\"\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 Sparkling Wine Souki 2023 \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 and sparkling 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;\"\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 70% Chardonnay, 30% Shinano Riesling \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\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e Wine 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 data-selected-index=\"1\" data-chart-id=\"body\" class=\"chart-bar-container\"\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\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 data-selected-index=\"2\" data-chart-id=\"sweetness\" class=\"chart-bar-container\"\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 description\u003c\/h2\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 The appearance is a pale golden color with a beautiful luster and shine.\u003c\/p\u003e\n\n\u003cp\u003e When poured into a glass, it foams vigorously and then settles down. The foam is medium.\u003c\/p\u003e\n\n \u003ch4\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003escent\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cp\u003e The aroma is reminiscent of fresh citrus fruits, green apples, and apricots, which are characteristic of Shinano Riesling, and you can also sense the moderate aroma of the barrel.You can also sense the unique brioche aroma that comes from the \"secondary fermentation in the bottle.\"\u003c\/p\u003e\n\n\u003ch4\u003e\n\n \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eTaste\u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\n\n\u003c\/h4\u003e\n\n\u003cp\u003e The acidity is sharp and dry.\u003c\/p\u003e\n\n\u003cp\u003e Its light and refreshing taste makes it perfect for the hot summer.\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\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Tasting Report\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Recipe Notes\u003c\/h2\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Handling instructions\u003c\/h2\u003e\n\n \u003cp\u003e\"Izu Sparkling Wine Souki 2023\" is a wine that is extremely sensitive to \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003etemperature changes\u003c\/strong\u003e\u003c\/span\u003e and \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003evibrations\u003c\/strong\u003e\u003c\/span\u003e . To ensure the best possible taste, please handle it as follows:\u003c\/p\u003e\n\n\u003col\u003e\n\n\u003cli\u003e After receiving the product, please store it horizontally in a cool, air-conditioned place (below 20°C) or in a cellar or other place where a constant temperature can be maintained until opening.\u003c\/li\u003e\n\n\u003cli\u003e Please note that \u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003etartar\u003c\/strong\u003e\u003c\/span\u003e may develop if stored in the refrigerator for a long period of time. We recommend refrigerating the product for 1-2 days before opening.\u003c\/li\u003e\n\n\u003cli\u003e The flavor changes more quickly than with regular wine, so please consume it as soon as possible after opening.\u003c\/li\u003e\n\n \u003cli\u003eAs this is a sparkling wine, it contains highly pressurized carbon dioxide. To prevent the bottle from bursting, please be careful not to subject it to shock or high temperatures.\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\n\u003cp\u003e \u003cspan data-huuid=\"16979573262467643000\"\u003e\u003cspan\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eTartar*\u003c\/strong\u003e\u003c\/span\u003e is a crystalline sediment found at the bottom of wine, formed when tartaric acid contained in wine combines with minerals such as potassium and calcium.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/span\u003e \u003cspan data-huuid=\"16979573262467645129\"\u003e\u003cspan\u003eThis is especially likely to occur when wine is stored at low temperatures or in wines that are rich in acidity and minerals, but it does not affect the quality.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Precautions before opening and how to open the bottle\u003c\/h2\u003e\n\n\u003col\u003e\n\n\u003cli\u003e Please allow to cool sufficiently before opening. (We recommend storing in the refrigerator for 1-2 days.)\u003c\/li\u003e\n\n\u003cli\u003e Do not shake the bottle before opening.\u003c\/li\u003e\n\n \u003cli\u003ePeel off the cap seal and remove the wire.\u003c\/li\u003e\n\n\u003cli\u003e Place a cloth such as a towel or napkin over the top of the jar.\u003c\/li\u003e\n\n\u003cli\u003e Hold the cork firmly and twist slowly to open. *Please be careful not to let the cork pop out or the contents spill over.\u003c\/li\u003e\n\n\u003cli\u003e Pour slowly into the glass to reduce the bubbles.\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e Shipping Information\u003c\/h2\u003e\n\n \u003cp\u003e\"Izu Sparkling Wine Souki 2023\" will be delivered by \u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003erefrigerated shipping\u003c\/strong\u003e\u003c\/span\u003e to maintain its quality. Also, \"Delivery \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eincluding\u003c\/span\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eIzu Sparkling Wine Souki 2023\"\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003c\/span\u003e\u003c\/strong\u003e Please note that we will combine \u003cstrong\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eyour items into a refrigerated\u003c\/span\u003e\u003c\/strong\u003e delivery service.\u003c\/p\u003e\n\n\u003cp\u003e Check shipping fees \u003ca title=\"Description based on the Specified Commercial Transactions Act\" href=\"https:\/\/eyhor35jklurxzxm-60332671202.shopifypreview.com\/pages\/sctl\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003ehere\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e","brand":"中伊豆ワイナリー シャトーT.S","offers":[{"title":"Default Title","offer_id":47829405139170,"sku":"NW001-SPS-2024","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/files\/eae356f60ced9776668a2ed3f2e267e9.png?v=1749799408"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0603\/3267\/1202\/collections\/700_0ad1d9f7-52d5-47fe-8d59-e66637a3d9c9.jpg?v=1749446078","url":"https:\/\/nakaizu-winery.myshopify.com\/en\/collections\/shinano-riesling.oembed","provider":"【公式】中伊豆ワイナリーヒルズ \/ オンラインショップ","version":"1.0","type":"link"}