紬とウィスキー ~ウイスキーブログと着物生地のブログ~

愉しめるウィスキーや素敵な紬生地など中心にご紹介していきます! よろしくお願いいたします。

ウィスキー(390)アベラワー10年フォレストリザーブ

購入年月日:2021年5月6日
購入場所:酒テン本店
購入価格:3,240円(税込:3,564円)
送料(別途)935円 ヤマト運輸 
商品状態:状態は優良
原料:モルト
度数、容量:40%、700㎖
輸入者:アクサス(株)

 

今日は、ゴールデンウィーク前に注文したアベラワーの10年をご紹介いたします。酒テンさんで購入しました。

f:id:uribouwataru:20210508164231j:plain

f:id:uribouwataru:20210508164245j:plain

税込みで3,500円くらいです。お手頃な価格帯だと思います。

f:id:uribouwataru:20210508164317j:plain

f:id:uribouwataru:20210508164332j:plain

写真のような筒に入っています。

f:id:uribouwataru:20210508164154j:plain

f:id:uribouwataru:20210508164140j:plain

 

さて、早速いただいた感想ですが、

<色合い>

綺麗な琥珀色

 

<香り>

甘く穏やかな麦の香りです。飲み進むと、口の中いっぱいに穏やかな麦の甘い風味が広がります。

 

<味わい>

 とても優しい味わいです。ストレートで飲んでも全然強く感じません。マイルドでとても飲みやすいです。ウィスキーを初めて飲む方には是非飲んで欲しい銘柄だと思っています。癖がなく、飲みやすくウィスキーが持つ本来の美味しさを素直に表現しているように感じます。おそらく水割りやハイボールにしても美味しいと思います。

私は、暑い時以外は基本はストレートでしか飲まないのですが、喉が渇いている時などは、ハイボールも結構好きな飲み方です。キンキンに冷えた炭酸で割るととても美味しく飲めると思います。

あと、甘めのマイルドなシングルモルトには、辛めのおつまみも意外に合います。今回は、スーパーのライフでタコキムチを買ってきました。

f:id:uribouwataru:20210508164928j:plain

スプリングバンクやラフロイグ、アードベックももちろん合うのですが、甘めのウィスキーとキムチの辛さとのコントラストもなんとも言えない味わいがあると思います。

 

気をつけないとあっという間に、ボトル半分くらい飲んでしまいそうなので、この飲み方は禁断の飲み方かもしれません。

 

次のブログランキングに参加しています。
クリックいただけると とってもうれしいです!
/* * はてなブログに「音読する」ボタンを追加する ** 使い方 - 以下をコピーして デザイン編集 → カスタマイズ → フッタHTML に貼り付け ** 注意 - Web Speech API非対応のブラウザでは音読できません */ function speak (e) { speechSynthesis.cancel(); // Chromeで初回実行時にspeechSynthesis.pause()できない問題を解消するため、空文字で一度speechSynthesis.speak()しておく var empty_utter = new SpeechSynthesisUtterance(''); speechSynthesis.speak(empty_utter); var utter = new SpeechSynthesisUtterance(this.body); speechSynthesis.speak(utter); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', this); e.currentTarget.addEventListener('click', pause); } function pause (e) { speechSynthesis.pause(); e.currentTarget.textContent = '再開する'; e.currentTarget.removeEventListener('click', pause); e.currentTarget.addEventListener('click', resume); } function resume (e) { speechSynthesis.resume(); e.currentTarget.textContent = '停止する'; e.currentTarget.removeEventListener('click', resume); e.currentTarget.addEventListener('click', pause); } (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article.entry').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); var body = article.querySelector('.entry-content').textContent; button.addEventListener('click', { handleEvent: speak, body: body }); }); })(); Footer © 2022 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About