お酒の通販LINXAS(リンクサス)で日本酒を探す
日本酒はちょっとハードルが高い…そう思っている方にこそ、「出羽桜」はおすすめです。
出羽桜といえば山形を代表する銘柄で、吟醸酒ブームの火付け役。今も飲む人のことを考えた酒造りを続けているんです。
華やかな香りとキレの良い後味、気取らずに楽しめる点が人気の理由でしょう。
そんな出羽桜には、実は色々な種類があり、味も価格も様々。ここでは、出羽桜が長年愛される理由と、あなたにぴったりの一本を見つけるための情報をご紹介します。
出羽桜は山形の日本酒|吟醸酒の火付け役で知られる
出羽桜(でわざくら)とは
出羽桜(でわざくら)は日本酒の銘柄です。製造元は山形県の出羽桜酒造です。
出羽桜酒造の創業は1892年(明治25年)。100年以上の歴史を持ちながら、伝統に安住せず、常に「日本酒の新しい価値」を追求してきたことで知られています。
特に注目すべきなのは、地方酒蔵でありながら全国区の知名度を確立している点。地元山形に根ざした酒造りを続けつつ、全国、さらには海外へと評価を広げてきました。
現在では「山形の酒といえば出羽桜」と名前が挙がるほど、ブランドとしての信頼感が高い酒蔵です。
出羽桜が「吟醸酒の代名詞」と言われる理由
出羽桜が全国的に名を広めた最大の理由は、吟醸酒の普及に大きく貢献したことにあります。もともと鑑評会用として作られていた特別な吟醸作りのお酒を、一般商品としてリリースしたパイオニアが出羽桜となります。
まさに吟醸酒の火付け役とも言える存在で、その味わいは今もなお愛され続けています。
その代表格が「桜花吟醸酒」。フルーティで親しみやすい香りと、すっと切れる後味は、日本酒に馴染みのない人でも美味しいと感じやすい設計です。
この一本をきっかけに吟醸酒ファンになった人も多く、結果として「吟醸酒=出羽桜」というイメージが全国に定着しました。
30ヵ国に広がる展開で海外人気も高い
そんな出羽桜の日本酒は、今では海外にも多く輸出されています。現在は30ヵ国以上に展開されていて、国際的な賞も多く受賞しています。
出羽桜が海外でも人気な理由は万人受けしやすい「飲みやすさ」にあります。華やかでありつつも決して飾りすぎないナチュラルな美味しさで、日本酒初心者の方や飲み慣れていない方にもおすすめできます。
世界を視野に入れた出羽桜ブランドの日本酒の成長は、これからも目が離せないものとなっています。
/* 記事内h2カスタムスタイル */
body .wp-article-content h2 {
position: relative;
font-size: 1.2em !important;
font-weight: 400 !important;
margin-top: 1.5em !important;
border-radius: 4px;
}
/* コンテナ */
.linx-collection-container {
margin: 40px 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* ヘッダー */
.linx-collection-header {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px solid #e0e0e0;
position: relative;
}
.linx-collection-main-title {
font-size: 1.5em;
font-weight: 600;
margin: 0 0 8px 0;
color: #000;
}
.linx-collection-subtitle {
font-size: 1em;
color: #666;
margin: 0;
line-height: 1.5;
}
.linx-collection-view-all {
position: absolute;
top: 0;
right: 0;
}
.linx-collection-view-all a {
font-size: 1em;
color: #000;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.3s;
}
.linx-collection-view-all a:hover {
border-bottom-color: #000;
}
/* グリッド */
.linx-collection-grid-linx-collection-69d21fd33d112 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.linx-collection-grid-linx-collection-69d21fd33d112 {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
}
@media (max-width: 480px) {
.linx-collection-grid-linx-collection-69d21fd33d112 {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
}
/* 商品カード */
.linx-collection-item {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 0;
overflow: hidden;
transition: box-shadow 0.3s ease;
display: flex;
flex-direction: column;
}
.linx-collection-item:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.linx-collection-item.linx-hidden {
display: none;
}
/* 画像 */
.linx-collection-image-link {
display: block;
width: 100%;
aspect-ratio: 1;
overflow: hidden;
background: #f9f9f9;
position: relative;
}
.linx-collection-image {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.linx-collection-image img {
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.3s ease;
}
.linx-collection-item:hover .linx-collection-image img {
transform: scale(1.05);
}
/* 売り切れバッジ */
.linx-sold-out-badge {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 8px 20px;
font-size: 1.1em;
font-weight: bold;
border-radius: 4px;
z-index: 10;
pointer-events: none;
}
.linx-collection-item.sold-out {
opacity: 0.7;
}
/* 商品情報 */
.linx-collection-info {
padding: 15px;
text-align: center;
flex: 1;
display: flex;
flex-direction: column;
gap: 8px;
}
/* 価格 */
.linx-collection-price {
font-size: 1em;
color: #000;
margin: 0;
font-weight: 400;
order: 1;
}
/* 商品名 */
.linx-collection-product-title {
font-size: 1em;
font-weight: 600;
margin: 0;
line-height: 1.4;
order: 2;
}
.linx-collection-product-title a {
color: #000;
text-decoration: none;
transition: color 0.3s;
}
.linx-collection-product-title a:hover {
color: #0066cc;
}
/* 星評価 */
.linx-collection-rating {
order: 3;
}
.rating-stars-inline {
display: flex;
align-items: center;
justify-content: center;
gap: 2px;
font-size: 14px;
}
.rating-stars-inline .star {
color: #F5AF11;
line-height: 1;
}
.rating-stars-inline .star.empty {
color: #D5D5D5;
}
.rating-stars-inline .star.half {
background: linear-gradient(90deg, #F5AF11 50%, #D5D5D5 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.rating-stars-inline .rating-text {
margin-left: 5px;
font-size: 14px;
color: #FFB400;
font-weight: 500;
}
.rating-stars-inline .rating-count {
font-size: 10px;
color: #666;
margin-left: 3px;
}
/* 購入ボタン */
.linx-collection-button-wrapper {
padding: 0 15px 15px;
}
.linx-collection-btn-purchase {
display: block;
width: 100%;
padding: 12px 10px;
background: #fff;
color: #000;
border: 1px solid #000;
border-radius: 0;
text-align: center;
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
transition: all 0.3s ease;
cursor: pointer;
box-sizing: border-box;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.linx-collection-btn-purchase:hover {
background: #000;
color: #fff;
}
/* もっと見るボタン */
.linx-collection-more {
text-align: center;
margin-top: 30px;
}
.linx-collection-more-btn {
background: #fff;
color: #000;
border: 1px solid #000;
padding: 12px 40px;
font-size: 1em;
border-radius: 0;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
}
.linx-collection-more-btn:hover {
background: #000;
color: #fff;
}
.linx-collection-more-btn.expanded {
background: #f5f5f5;
}
(function() {
function initMoreButton() {
var container = document.getElementById('linx-collection-69d21fd33d112');
if (!container) return;
var btn = container.querySelector('.linx-collection-more-btn');
if (!btn) return;
// 既にイベントリスナーが設定されている場合はスキップ
if (btn.dataset.initialized) return;
btn.dataset.initialized = 'true';
// キャプチャフェーズで最優先で実行(trueを指定)
btn.addEventListener('click', function(e) {
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation(); // 他のリスナーも停止
var limit = parseInt(this.getAttribute('data-limit'));
var hiddenItems = container.querySelectorAll('.linx-collection-item.linx-hidden');
console.log('More button clicked, hidden items:', hiddenItems.length);
if (hiddenItems.length > 0) {
// 全て表示
hiddenItems.forEach(function(item) {
item.classList.remove('linx-hidden');
});
this.textContent = '閉じる';
this.classList.add('expanded');
console.log('Expanded all items');
} else {
// 元に戻す
var allItems = container.querySelectorAll('.linx-collection-item');
var remaining = 0;
allItems.forEach(function(item, index) {
if (index >= limit) {
item.classList.add('linx-hidden');
remaining++;
}
});
this.textContent = 'もっと見る(残り' + remaining + '件)';
this.classList.remove('expanded');
console.log('Collapsed to', limit, 'items');
// コンテナ位置にスムーズスクロール
setTimeout(function() {
container.scrollIntoView({ behavior: 'smooth', block: 'start' });
}, 100);
}
return false;
}, true); // キャプチャフェーズで実行
}
// DOMが完全に読み込まれた後に実行
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initMoreButton);
} else {
initMoreButton();
}
})();
出羽桜の味わいと人気の理由|酒米へのこだわりを感じるブランド
爽やかでフルーティーな味わいが魅力
出羽桜の味わいは、吟醸酒らしいフルーティーで華やかなものが多いです。フルーティーな中にもキレと爽やかさがあり、淡麗さも感じ取ることができます。
精米歩合50%ほどまでよく磨いたお米を使うことで、クリアで透明感のある味わいが生み出されているのです。なお中には35%精米など、より一層手をかけて作られたハイクラスのボトルもあります。
出羽桜の細かな味わいはボトルによって異なるので、飲み比べてみるのも楽しいかと思います。出羽桜のラインナップの中には、超辛口と呼ばれるボトルから甘めで濃厚なお酒まで幅広く存在しています。
なお出羽桜では、プロの評価よりも消費者である一般的なお客さんの評価を非常に大切にしているとのことです。消費者が飲むだけで違いをわかるような日本酒でありたいと考え、わかりやすい品質の日本酒作りに取り組んでいます。
酒米へのこだわりが強く山形ならではのお米を使ったボトルも
出羽桜では酒米の多様と言われる山田錦のほか、「出羽燦々」「出羽の里」「雪女神」といった山形のお米も原料米に使用しています。山形ならではのオリジナルの酒米は平成以降に作られた比較的新しいものばかりであり、これらの酒米のおいしさを堪能できる銘柄はなかなかありません。
いわゆる山形らしい地酒の魅力を味わえるので、出羽桜はお土産としても人気があります。
また出羽桜に使われるのは豪雪地帯である山形の豊富な地下水です。この水は質の良い軟水で、吟醸酒作りに適していると言われています。
さらに「オリーゼ山形」や「山形酵母」など麹菌や酵母も山形産のものを使用することで、美味しくバランスの取れた日本酒に仕上がっています。
ラインナップが豊富でシーンに合わせた1本を選べる
出羽桜といえば吟醸酒が有名ですが、実は非常に多くのラインナップがあります。フルーティーで飲みやすい吟醸酒・大吟醸酒はもちろん、お米本来の由来を味わえる純米大吟醸のお酒や、親しみやすい純米酒・本醸造酒などもあります。
価格帯もさまざまで、1本1,000円台でスーパーやコンビニでも気軽に買えるようなボトルから、6,000円以上、20,000円以上などの高級ボトルまで存在しています。
豊富なラインナップの中から予算や飲みたいシーンに合わせてお酒を選べるのも、出羽桜の魅力と言えるでしょう。中には生酒タイプのフレッシュなお酒や、発泡酒、古酒などもあります。
【関連リンク】特別純米酒と純米吟醸酒の違いとは?味わいや香り選び方、おすすめ銘柄を徹底解説
出羽桜のおすすめランキング|桜花吟醸酒や雪女神など人気ボトルはどれ?
|
品名 |
画像 |
Amazon おすすめ
|
楽天最安 |
お酒買取 |
ポイント |
|
出羽桜 大吟醸酒 |
|
4,698円Amazon |
2,057円楽天 |
出羽桜買取 |
淡麗辛口でキレの良さが際立つ定番大吟醸。全米日本酒歓評会グランプリ受賞の実力派で、冷やして爽快に楽しめる。 |
|
出羽桜 雪漫々 |
|
7,900円Amazon |
3,960円楽天 |
出羽桜買取 |
低温熟成による角の取れた旨味と上品なフルーティーさが魅力。蔵人も認める高品質大吟醸で、やや冷やしが最適。 |
|
出羽桜 一路 |
|
4,500円Amazon |
3,300円楽天 |
出羽桜買取 |
山田錦45%磨きの純米大吟醸。フルーティーで濃厚かつ滑らかな甘口が特徴で、IWC最高賞を受賞した世界評価の一本。 |
|
出羽桜 雪女神 三割五分 |
|
6,180円Amazon |
4,950円楽天 |
出羽桜買取 |
雪女神を35%まで磨いた最高級純米大吟醸。透明感あるフルーティーな甘味と気品を備え、生産量限定のプレミア酒。 |
|
出羽桜酒造 出羽桜 桜花吟醸酒 |
|
2,155円Amazon |
1,390円楽天 |
出羽桜買取 |
熟した果実香と辛口の中に甘みを感じる山形代表吟醸酒 |
|
出羽桜 出羽燦々誕生記念(本生) |
|
2,630円Amazon |
1,650円楽天 |
出羽桜買取 |
出羽燦々を100%使用した山形色豊かな純米吟醸。本生ならではの青リンゴ香とジューシーな旨味、爽やかな酸が調和。 |
|
出羽桜 つや姫 |
|
2,662円Amazon |
2,002円楽天 |
出羽桜買取 |
酒米つや姫由来のラ・フランスのような吟醸香が特徴。上品で濃厚な甘味を楽しめ、冷酒からぬる燗まで幅広く対応。 |
|
出羽桜 一耕 |
|
3,580円Amazon |
2,860円楽天 |
出羽桜買取 |
穏やかな口当たりながら、飲むほどに米の旨味が広がる特別純米。常温〜ぬる燗が最適で、冷酒や燗でも楽しめる。 |
|
出羽桜 しぼりたて 春の淡雪 |
|
1,485円Amazon |
1,485円楽天 |
出羽桜買取 |
淡麗辛口のうすにごり生酒。フレッシュで軽快な味わいは食中酒向きで、ロックでも楽しめる季節限定の一本。 |
|
出羽桜 特別純米 枯山水 十年熟成 |
|
4,400円Amazon |
3,300円楽天 |
出羽桜買取 |
四季の温度変化を活かす“四季熟成”で10年間寝かせた特別純米の古酒。時間が生む奥行きと重厚感が魅力。 |
// 初期表示時におすすめ順でソート
document.addEventListener('DOMContentLoaded', function() {
const tables = document.querySelectorAll('.product-table-frontend');
tables.forEach(function(tableContainer) {
const tableId = tableContainer.querySelector('table').dataset.tableId;
const recommendBtn = tableContainer.querySelector('.product-table-sort-btn.active');
if (recommendBtn) {
// 初期ソートを実行
sortProductTable(tableId, 'recommend_score', recommendBtn, true);
}
});
});
function sortProductTable(tableId, sortBy, button, isInitialSort = false) {
// テーブルコンテナを取得
const container = document.getElementById(tableId);
if (!container) {
console.error('Container not found:', tableId);
return;
}
// テーブル要素を取得
const table = container.querySelector('.product-table[data-table-id="' + tableId + '"]');
if (!table) {
console.error('Table not found:', tableId);
return;
}
const tbody = table.querySelector('tbody');
const rows = Array.from(tbody.querySelectorAll('tr'));
// 現在の状態を保持
const wasActive = button.classList.contains('active');
const wasAscending = button.classList.contains('ascending');
// ソート方向を決定
let isAscending = false; // デフォルトは降順
// 初期ソートの場合は降順を維持
if (isInitialSort) {
isAscending = false;
} else if (wasActive) {
// 既にアクティブなボタンをクリックした場合は方向を切り替え
isAscending = !wasAscending;
}
// 同じテーブルのボタンからのみアクティブクラスを削除
const sameTableButtons = container.querySelectorAll('.product-table-sort-btn');
sameTableButtons.forEach(function(btn) {
tbody.classList.remove('sorted-ascending', 'sorted-descending');
btn.classList.remove('active', 'ascending', 'descending');
});
// クリックされたボタンにアクティブクラスを追加
button.classList.add('active');
button.classList.add(isAscending ? 'ascending' : 'descending');
tbody.classList.add(isAscending ? 'sorted-ascending' : 'sorted-descending');
// 行をソート(data-sort-info属性を使用)
rows.sort(function(a, b) {
// data-sort-info属性からJSONデータを取得
const aData = a.dataset.sortInfo ? a.dataset.sortInfo.replace(/[\n\t]/g, '') : '';
const bData = b.dataset.sortInfo ? b.dataset.sortInfo.replace(/[\n\t]/g, '') : '';
// console.log('Row data - A:', aData, 'B:', bData);
let aValue, bValue;
if (sortBy === 'recommend_score') {
// おすすめスコアでソート
const aJson = aData ? JSON.parse(aData) : {};
const bJson = bData ? JSON.parse(bData) : {};
aValue = aJson.recommend_score || 0;
bValue = bJson.recommend_score || 0;
} else if (sortBy === 'price') {
// 価格でソート - JSONから価格を取得
const aJson = aData ? JSON.parse(aData) : {};
const bJson = bData ? JSON.parse(bData) : {};
aValue = aJson.price || 0;
bValue = bJson.price || 0;
}
// console.log('Sort values - A:', aValue, 'B:', bValue);
// ソート方向に応じて並び替え
if (isAscending) {
return aValue - bValue;
} else {
return bValue - aValue;
}
});
// 既存のランキング数字を削除
const currentTable = document.querySelector(`table[data-table-id="${tableId}"]`);
const existingRankings = currentTable.querySelectorAll('.ranking-count');
existingRankings.forEach(function(ranking) {
ranking.remove();
});
// DOMを更新
tbody.innerHTML = '';
const totalRows = rows.length;
rows.forEach(function(row, index) {
// ランキング数字を追加(昇順の場合は逆順の番号を付ける)
const count = isAscending ? (totalRows - index) : (index + 1);
const firstCell = row.querySelector('td:first-child');
if (firstCell) {
const rankingSpan = document.createElement('span');
rankingSpan.className = `ranking-count --count-${count}`;
rankingSpan.textContent = count;
firstCell.insertBefore(rankingSpan, firstCell.firstChild);
}
tbody.appendChild(row);
});
}
.linx-recommend-69d21fd367210 {
margin: 10px 0;
}
.linx-recommend-69d21fd367210 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd367210 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd367210 .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 大吟醸酒
- 特定名称:大吟醸酒
- 原料米:山田錦
- 精米歩合:40%
- アルコール度数:16%
- 味わい:淡麗/辛口
- 発売時期:通年
- 定価:720ml 4,400円(税込)
出羽桜 大吟醸酒は、出羽桜の中でもファンの多い定番の一本です。
辛口でキレが良い淡麗の大吟醸酒で飲みやすく、2016 年の全米日本酒歓評会ではグランプリも受賞するほど評価が高い1本です。
フレッシュな味わいは冷やして飲むと美味しいです。
720mlボトルのほか、精米歩合48%の300mlボトルもあります。
.linx-recommend-69d21fd36732b {
margin: 10px 0;
}
.linx-recommend-69d21fd36732b .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd36732b .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd36732b .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 雪漫々
- 特定名称:大吟醸酒
- 原料米:山田錦
- 精米歩合:45%
- アルコール度数:15%
- 味わい:淡麗/中口
- 発売時期:通年
- 定価:1,800ml 7,480円(税込)
出羽桜の大吟醸酒の中でも、蔵人が認めるクオリティの高い1本が雪漫々です。
低温でじっくりと熟成させることによる、フルーティーで角のとれた旨味が魅力です。
10〜15度ほどの温度で、やや冷やして飲むのが特におすすめです。
.linx-recommend-69d21fd3673eb {
margin: 10px 0;
}
.linx-recommend-69d21fd3673eb .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd3673eb .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd3673eb .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 一路
- 特定名称:純米大吟醸酒
- 原料米:山田錦
- 精米歩合:45%
- アルコール度数:15%
- 味わい:濃厚/甘口
- 発売時期:通年
- 定価:720ml 3,850円(税込)
醸造アルコールを使用せず、山田錦を精米歩合45%まで磨き上げ作り上げた純米大吟醸酒です。
フルーティーでスムーズかつ濃厚な飲み口は、万人受けしやすい味で日本酒初心者にもおすすめできます。
世界的な評価も高い1本で、2008年のIWC(インターナショナル・ワイン・チャレンジ)では最高賞のチャンピオン・サケにも選ばれています。
.linx-recommend-69d21fd3674b3 {
margin: 10px 0;
}
.linx-recommend-69d21fd3674b3 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd3674b3 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd3674b3 .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 雪女神 三割五分
- 特定名称:純米大吟醸酒
- 原料米:雪女神
- 精米歩合:35%
- アルコール度数:16%
- 味わい:濃厚/甘口
- 発売時期:通年※限定品
- 定価:720ml 5,500円(税込)
山形酒米の理想の系譜と言われる「雪女神」を使用した最高級の純米大吟醸酒です。
精米歩合35%のよく磨かれたお米を使うことで、雑味を感じないフルーティーでしなやかな透明感を持つ味に仕上がっています。
生産量の限られている限定品であり、入手はやや困難なプレミアボトルでもあります。
.linx-recommend-69d21fd36757e {
margin: 10px 0;
}
.linx-recommend-69d21fd36757e .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd36757e .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd36757e .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜酒造 出羽桜 桜花吟醸酒
- 特定名称:吟醸酒
- 原料米:国産米
- 精米歩合:50%
- アルコール度数:15%
- 味わい:淡麗/中口
- 発売時期:通年
- 定価:300ml 660円(税込)、720ml 1,650円(税込)、1,800ml 3,190円(税込)
出羽桜の定番とも言える一本で、発売以来40年以上愛されている商品です。
吟醸酒ブームのきっかけとなったお酒でもあり、国内はもちろん世界的な評価も高いです。
フルーティーな吟醸香と淡麗で爽やかな飲み口が特徴で、マックスファクター化粧品「SK-Ⅱ」の香りサンプルに選ばれるなどマルチな人気を感じられるお酒でもあります。
.linx-recommend-69d21fd36764a {
margin: 10px 0;
}
.linx-recommend-69d21fd36764a .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd36764a .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd36764a .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 出羽燦々誕生記念(本生)
- 特定名称:純米吟醸酒
- 原料米:出羽燦々
- 精米歩合:50%
- アルコール度数:15%
- 味わい:やや辛口
- 発売時期:通年
- 定価:720ml 1,936円(税込)、1,800ml 3,740円(税込)
山形を代表する酒米「出羽燦々」を原料米に100%使用した、山形らしい日本酒です。
麹菌や酵母にも山形のものが使われるという徹底ぶりで、他の日本酒にはない個性を感じ取ることができます。
青リンゴを思わせるようなジューシーな香りと柔らかな旨味、そしてバランスの取れた酸味を感じられる一本です。
本生タイプのほか、火入れボトルや無濾過生原酒タイプもリリースされています。
.linx-recommend-69d21fd3676fe {
margin: 10px 0;
}
.linx-recommend-69d21fd3676fe .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd3676fe .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd3676fe .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 つや姫
- 特定名称:純米吟醸酒
- 原料米:つや姫
- 精米歩合:50%
- アルコール度数:15%
- 味わい:濃厚/甘口
- 発売時期:通年
- 定価:720ml 2,002円(税込)、1,800ml 3,850円(税込)
山形県が10年の歳月をかけ開発した酒米「つや姫」を使用した純米吟醸のお酒です。
ラ・フランスのような吟醸香が特徴で、艶やかな香りと上品な甘味でリッチな気分を味わいたい時にぴったりです。
優しい甘味は冷やして飲むのはもちろん、ぬる燗でも楽しめるようなバランスになっています。
.linx-recommend-69d21fd3677b9 {
margin: 10px 0;
}
.linx-recommend-69d21fd3677b9 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd3677b9 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd3677b9 .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 一耕
- 特定名称:特別純米酒
- 原料米:国産米
- 精米歩合:55%
- アルコール度数:15%
- 味わい:中口
- 発売時期:通年
- 定価:300ml 638円(税込)、720ml 1,595円(税込)、1,800ml 3,080円(税込)
穏やかな酒質でありながら、飲み進めるごとにお米の旨味と層の厚みを感じられる高品質な特別純米酒です。
まろやかで豊かな味わいの中に、爽やかな酸味も感じ取ることができます。
常温〜ぬる燗で飲むのがベストであり、そのほか冷酒でも熱燗でも楽しめるという飲み飽きないボトルです。
.linx-recommend-69d21fd367875 {
margin: 10px 0;
}
.linx-recommend-69d21fd367875 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd367875 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd367875 .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 しぼりたて 春の淡雪
- 特定名称:本醸造酒
- 原料米:国産米
- 精米歩合:55%
- アルコール度数:15%
- 味わい:淡麗/辛口
- 発売時期:11〜3月
- 定価:300ml 594円(税込)、720ml 1,485円(税込)、1,800ml 2,860円(税込)
うすにごりの“おり酒”からヒントを得た、辛口で淡麗な生酒タイプの出羽桜です。
フレッシュな味わいと主張しすぎない淡い香りは、食中酒としてバランスが良く料理を引き立ててくれます。
日本酒としてそのまま飲むのはもちろん、氷を浮かべてオン・ザ・ロックのようなスタイルでも堪能できます。
生酒タイプなので発売時期は11〜3月の間と限られています。
.linx-recommend-69d21fd367948 {
margin: 10px 0;
}
.linx-recommend-69d21fd367948 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-69d21fd367948 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-69d21fd367948 .star.empty {
color: #ddd !important;
}
.linx-product-image-container {
position: relative;
display: block;
margin: 0 auto;
max-width: 300px;
width: 100%;
text-align:center;
}
/* スマホ表示時の中央寄せ */
@media (max-width: 768px) {
.linx-product-left {
text-align: center;
margin: 0 auto;
}
.linx-product-image-container {
display: block;
margin: 0 auto;
}
}
.linx-product-image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.linx-product-image-container a:hover img {
transform: scale(1.02);
}
.linx-image-source-badge {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.7);
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.75em;
display:none;
}
.amazon-source { background: #ff9900 !important; }
.shopify-source { background: #96bf48 !important; }
.wordpress-source { background: #21759b !important; }
.none-source { background: #999 !important; }
出羽桜 特別純米 枯山水 十年熟成
- 特定名称:古酒(特別純米酒)
- 原料米:国産米
- 精米歩合:55%
- アルコール度数:16%
- 味わい:濃厚/中口
- 発売時期:通年
- 定価:720ml 3,740円(税込)、1,800ml 7,260円(税込)
四季の温度変化を感じながらお酒を育てていく“四季熟成”で10年間熟成させたという特別な古酒タイプのお酒です。熟成が生み出す重厚感が特徴で、濃厚な深みを感じ取ることができます。
なお枯山水シリーズには本醸造酒を3年寝かせたタイプや、30年熟成させた限定品でスペシャルな1本もあります。
出羽桜はどこで買える?|購入方法や相場・価格について
百貨店や酒販店のほかスーパーでの取り扱いも
出羽桜は山形の地酒ですが、全国で取り扱いがあり購入が可能です。百貨店や“やまや”のような酒販店のほか、“成城石井”などのスーパーでの取り扱いも報告されています。
価格も店頭購入であれば定価に近いため、高騰化などを気にせず購入がしやすいです。ただし一部の限定品や高級ボトルは、生産量そのものが少なく簡単に買えないこともあるので注意です。
一定の期間しか発売されないボトルもあるので、出羽桜の中でも希少なボトルを狙う方は覚えておきましょう。
通販も購入できるが価格に注意
出羽桜は実店舗のほか、Amazonや楽天市場などのネットショップでも購入ができます。近くに出羽桜を取り扱っているショップがない方は、ぜひネット利用も検討してみましょう。
ただしAmazonや楽天市場など大手の通販サイトの場合、希望小売価格よりも販売価格が高めに設定されていることがあります。購入の際は、実店舗で買うのとどちらがお得であるのかをよく調べるようにしましょう。
出羽桜の選び方|迷ったときに知っておくべきポイント
出羽桜は銘柄が豊富で、味わいも様々。たくさん選択肢があるのは魅力ですが、初心者にとって「どれを選べばいいの?」と迷いやすい日本酒でもあります。
ここでは、失敗しないために知っておきたい選び方のポイントをわかりやすく解説します。
大吟醸酒・吟醸酒・純米酒の違いを知ろう
| 種類 |
特徴・味わい |
出羽桜の代表ボトル例 |
| 大吟醸酒・純米大吟醸酒 |
米を極限まで磨いた、香り高く雑味の少ない上品な味わい |
出羽桜 大吟醸酒 出羽桜 山田錦 四割八分 出羽桜 雪漫々 出羽桜 一路 出羽桜 愛山 出羽桜 雪女神 四割八分 出羽桜 雪女神 三割五分 出羽桜 亀の尾 出羽桜 純米大吟醸 原酒 出羽桜 生酛 出羽桜 雪漫々 純米大吟醸酒 |
| 吟醸酒・純米吟醸酒 |
フルーティな香りと軽快ですっきりした飲み口が特徴 |
出羽桜 桜花吟醸酒 出羽桜 吟醸缶 出羽桜 出羽燦々誕生記念 出羽桜 出羽燦々無濾過生原酒 出羽桜 つや姫 出羽桜 雄町 出羽桜 深緑ラベル 出羽桜 夕月夜 |
| 純米酒 |
米の旨みとコクをしっかり感じる、料理に寄り添う味わい |
出羽桜 一耕 出羽桜 出羽の里 出羽桜 山廃 出羽桜 honu 出羽桜 しぼりたて生原酒 出羽の里 出羽桜 特別純米缶 |
| 本醸造酒・普通酒 |
すっきりしたキレと穏やかな香りで飲み飽きしにくい |
出羽桜 本醸造酒 出羽桜 しぼりたて 春の淡雪 出羽桜 蔵涼み 特別本醸造 出羽桜 誠醸辛口 出羽桜 誠醸 出羽桜 花宝 出羽桜 蔵涼み |
| 特別な酒 |
泡・甘み・熟成など個性を楽しめる変化球タイプ |
出羽桜 スパークリング日本酒 咲 出羽桜 微発泡 吟醸にごり とび六 出羽桜 AWA SAKE 出羽桜 ML発酵 出羽桜 貴醸酒 SWeeeeeT 出羽桜 貴醸酒 SWeeeeeT MATURED 出羽桜 梅酒専用純米酒 出羽桜 いいべ 出羽桜 干支ボトル 純米大吟醸 原酒 出羽桜 三年熟成大古酒 枯山水 出羽桜 特別純米 枯山水 十年熟成 出羽桜 ヴィンテージ・サケ・コレクション 出羽桜 特別本醸造 枯山水 悠久の風 |
日本酒の特徴を理解する基本は、まずは造りの種類を知ることです。
出羽桜には以下のようなカテゴリーがあります。
▶︎ 大吟醸酒・純米大吟醸酒
大吟醸と純米大吟醸は、日本酒の中でも特に米を丁寧に磨き上げた、クリアで繊細な味わいが魅力です。雑味が少なく、華やかな香りと上品な風味が特徴と言えるでしょう。
大吟醸は醸造アルコールを使用しますが、純米大吟醸は米、水、麹のみで造られるため、米本来の旨みを存分に楽しめます。
出羽桜の大吟醸や純米大吟醸は世界的に評価が高く、ギフトや特別な機会によく選ばれています。
一般的に、精米歩合が低いほど雑味が抑えられ、フルーティで香り高いお酒に仕上がります。
▶︎ 吟醸酒・純米吟醸酒
吟醸酒や純米吟醸酒は、お米を丁寧に磨き、低温でじっくりと発酵させる「吟醸造り」という製法
で作られています。この製法により、果実のような華やかな香りと、すっきりとして軽快な味わいが生まれます。 出羽桜酒造は、この吟醸酒のスタイルを全国に広めた蔵元として知られています。特に「桜花吟醸」は、フルーティーで飲みやすく、日本酒を飲み慣れない方にもおすすめです。
純米吟醸酒は、醸造アルコールを添加せず、お米本来の旨みと吟醸香が調和したお酒です。食前の一杯にも、食事と合わせても楽しめる、使い勝手の良いお酒と言えるでしょう。
▶︎ 純米酒
純米酒は、米、米麹、水だけで作られた日本酒です。醸造アルコールを加えていないので、米本来のうまみとコクがストレートに味わえるのが魅力です。
吟醸酒のような派手さはないものの、しっかりした味わいで、食中酒として料理との相性がとても良いです。
特に出羽桜の純米酒は、飲みやすさと米のうまさを両立しており、晩酌や料理との組み合わせにぴったり。冷やでも燗でもおいしく飲めるボトルが多いのも良い点です。
▶︎ 本醸造酒・普通酒
本醸造酒は、米、米麹、水、それに少しの醸造アルコールを加えて造る日本酒です。コストを下げるためではなく、味を調整するために行われます。
そうすることで、後味がすっきりとして、キレのある飲み口になります。 香りは穏やかで、冷やでも燗でもおいしく、和食によく合います。
普通酒は、吟醸や純米のような特定名称酒の基準に当てはまらない日本酒のことです。 求めやすい価格で、毎日飲んでも飽きない味が特徴です。
華やかさよりも飲みやすさを重視しており、普段の晩酌にぴったりです。日本酒の基本といえるでしょう。
出羽桜では、本醸造酒や普通酒もいろいろあります。 手頃な価格のボトルもあるので、普段飲むのに選びやすいでしょう。
▶︎ 特別な酒
出羽桜では、定番の吟醸酒や純米酒に加え、日本酒の新しい魅力を体験できるお酒も手がけています。
たとえば、爽快なスパークリング日本酒は、きめ細かい泡とやさしい甘さで、日本酒が苦手な方や乾杯におすすめです。
また、貴醸酒は、一部の仕込み水に日本酒を使った、とろりとした甘みとコクが特徴。デザートのように楽しめます。長期間熟成させた古酒は、琥珀色でナッツやカラメルのような奥深い味わいが特徴で、日本酒の奥深さを感じていただけるでしょう。
これらの特別な日本酒は、普段飲むお酒としてはもちろん、食後のデザート酒や特別な日の贈り物としても喜ばれています。
辛口・甘口/淡麗・濃厚をチェック
出羽桜の日本酒を選ぶ際は、「辛口・甘口」と「淡麗・濃厚」の2つの味わいを意識すると良いでしょう。
なお、日本酒は単純に辛いか甘いかだけで判断できません。この2つの軸で考えると、実際に飲んだ時の印象がより鮮明になります。
出羽桜は、辛口から甘口まで種類が豊富です。特に後味がすっきりした辛口タイプは、刺身や焼き魚といった和食によく合い、食事と一緒に楽しめます。一方で甘口タイプは口当たりが優しく、まろやかな甘みがあるので、日本酒に慣れていない方にもおすすめです。
また、味わいの重さを示す「淡麗・濃厚」も重要です。出羽桜は全体的に淡麗でクリアな飲み口が特徴で、香りが高くても重く感じにくいのが良い点です。
そのため、最初の一杯として選びやすく、「日本酒は重そう」というイメージがある方にも合うでしょう。
ただし、全てが軽いタイプではありません。純米酒や生酛造りなど、米の旨みやコクがしっかり感じられる濃厚なものもあります。あっさり楽しみたい日も、飲みごたえが欲しい日も、どちらにも対応できるのが出羽桜の魅力です。
どれを選ぶか迷った時は、飲むシーンやスタイルで考えるのもおすすめです。
食事と合わせるなら辛口・淡麗寄り、ゆっくり味わいたいなら甘口や濃厚寄りを選ぶと失敗しにくくなります。気分や料理に合わせて選べる幅広さこそが、出羽桜が長く愛され続けている理由と言えるでしょう。
価格帯も忘れずにチェックしよう
出羽桜を選ぶ際は、味はもちろん、価格も考慮しましょう。高い日本酒がおいしいとは限りませんが、品質と価格にはある程度の関係があります。あらかじめ、予算を決めておくと選びやすいでしょう。
出羽桜の価格帯は、普段飲み(2,500円まで)、少し良いもの(2,500~4,000円)、贈答用や特別な時用(4,000円以上)に分けられます。2,500円くらいの吟醸酒や純米酒は、出羽桜らしい飲みやすさで、最初の一本に最適です。
一方で2,500~4,000円だと、香りや味がより上品になり、来客時や少し贅沢したい時に良いでしょう。そして4,000円以上は、大吟醸や限定品など特別なものが多く、贈答品や記念日に選ばれています。
予算を考えて比較すれば、自分に合う出羽桜を見つけやすくなります。初心者の方は、価格と味のバランスが良い2,500~4,000円のものを試してみてはいかがでしょうか。
Q&A|出羽桜に関してよくある質問
Q.出羽桜は辛口の日本酒ですか?
出羽桜は辛口一辺倒ではありません。
確かに、すっきりした辛口が多いですが、香り豊かで少し甘いタイプも色々あります。辛口でも、きれいな飲み口なので、きつく感じにくく、料理にも合わせやすいのが良いところです。
自分の好みや、どんな時に飲むかで選べるのが魅力と言えるでしょう。
Q.出羽桜はどこのお酒ですか?
山形県天童市にある出羽桜酒造という会社が作っています。山形県はお酒が有名な場所ですが、
その中でも出羽桜は特に有名です。
吟醸酒ブームを引っ張った酒蔵として、日本だけでなく海外でも高く評価されています。
Q.日本酒初心者でも飲みやすいですか?
はい、飲みやすいお酒がたくさんあります。
出羽桜は香りが良く、口当たりも優しいものが多いので、日本酒初心者の方にもおすすめです。
特に吟醸酒は、フルーティで軽いので、「日本酒はちょっと苦手…」という人でも試しやすいと思います。
Q.コスパが一番良い出羽桜は?
値段を考えると、吟醸酒や純米酒の定番ボトルが良いでしょう。2,000円から3,000円くらいで、出羽桜らしい香りと味のバランスを楽しめるものが多いです。
「値段の割に美味しい!」と感じやすいと思います。初めて出羽桜を飲むなら、このくらいの価格帯から試してみるのがおすすめです。
Q.冷や・常温・燗はどれがおすすめ?
出羽桜は冷やして飲むのが人気です。香りが引き立って、すっきりした味わいが楽しめます。
一方で純米酒や本醸造酒の中には、常温や少し温めても美味しいものもあります。温めて飲むスタイルは、お米の味がより感じられます。
お酒の種類によって温度を変えてみるのも良いですね。
まとめ
出羽桜は吟醸酒の定番として知られていますが、同時に「どれを選べば良いか迷った時に頼りになるブランド」とも言えます。
辛口から甘口、淡麗から濃厚まで様々なタイプがありながら、どれも共通して綺麗で飲みやすいのが特徴です。 製法や酒米によって味は異なりますが、極端に個性が強いものは少ないので、日本酒初心者でも安心して楽しめるでしょう。
「今日はどんな気分で飲みたいか」「誰と、どんな場所で飲みたいか」といった基準で選んでも、大きく間違うことが少ないのが、出羽桜の魅力です。
この記事でおすすめしたボトルを中心に、ぜひ比べながら、お気に入りの1本を探してみてください。
お酒の通販LINXAS(リンクサス)で日本酒を探す