{"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","url":"https:\/\/nakaizu-winery.myshopify.com\/en\/products\/chateauts-white-sweet","provider":"【公式】中伊豆ワイナリーヒルズ \/ オンラインショップ","version":"1.0","type":"link"}