お酒の通販LINXAS(リンクサス)でシャンパンを探す
リッチな時間を演出してくれるお酒といえば、やはりシャンパン。
なかでも上質な畑で育まれたブドウを使用したシャンパンは、世界中の愛好家から支持を集めています。
その代表格が、200年以上の歴史を誇る老舗メゾン〈ペリエ・ジュエ(Perrier-Jouët)〉。
“花のように繊細でエレガント”と評される味わいは、ヴィクトリア女王やナポレオン3世など名だたる人々をも魅了してきました。
本記事では、ペリエ・ジュエを象徴するシリーズ「ベル エポック(Belle Époque)」を中心に、その特徴・種類・価格などを徹底解説。
自分へのご褒美や贈り物にふさわしい1本を見つけたい方は、ぜひ参考にしてみてください。
ペリエジュエとは?自然と芸術を感じられるシャンパンブランド
ペリエ・ジュエとは
ペリエ・ジュエはシャンパーニュメゾンの名前です。フランスの厳しい基準をクリアした「シャンパン」の中でも、特に高級とされるものをリリースしています。
ペリエ・ジュエは、ピエール・ニコラ・ペリエ氏とローズ・アデル・ジュエ夫人によって1811年に創業されました。「ペリエ・ジュエ」というネーミングには、夫妻の名前を合わせたものが採用されています。
ピエール・ニコラ・ペリエ氏は、シャンパンメゾンの創立者であるとともに、植物学者でもありました。そして自然と芸術を愛した人物でもあり、シャンパン作りにもその考えを採用しています。そんなペリエ・ジュエのシャンパンは見た目から味わいまで完成された芸術品のような存在で、200年にわたって多くの人物に愛され続けています。長い歴史の中では、イギリスのヴィクトリア女王やフランス皇帝ナポレオン3世など世界のセレブたちも魅了したと言います。
シャルドネ主体のフローラルな香りが特徴
ペリエ・ジュエは、シャルドネ主体のシャンパン作りにこだわりを持っているのが特徴です。創業当時にはシャンパンにあまり使われていなかったシャルドネをあえて採用し、辛口でキリリとした、エレガントな印象のシャンパンを生み出しました。
今でもその伝統は守られ続けていて、花のようなフローラルな香りと複雑さを持ち合わせるシャンパンを作り続けています。
なおペリエ・ジュエでは、自社畑のうち4割でシャルドネを栽培しています。シャルドネの銘醸地と言われるコート・デ・ブランのアヴィーズやクラマンに畑を持っています。ペリエ・ジュエのラインナップの中には、全てをシャルドネのブドウで作ったシャンパンもあります。
/* 記事内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-6996b6cb28d8e {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.linx-collection-grid-linx-collection-6996b6cb28d8e {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
}
@media (max-width: 480px) {
.linx-collection-grid-linx-collection-6996b6cb28d8e {
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-6996b6cb28d8e');
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();
}
})();
ベルエポックとは?ペリエ・ジュエとの関係と違い
.linx-recommend-6996b6cb4029e {
margin: 10px 0;
}
.linx-recommend-6996b6cb4029e .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb4029e .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb4029e .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; }
ペリエ・ジュエ ベルエポック
ベルエポックはペリエ・ジュエブランドの「プレステージュ・キュヴェ」
ペリエ・ジュエのシャンパンを語るうえで欠かせないのが、「ベル エポック(Belle Époque)」の存在です。
ベルエポックは、ペリエ・ジュエが手がけるシャンパンの中でも最上級ライン(プレステージュ・キュヴェ)に位置づけられています。
ペリエ・ジュエは1811年、フランス・シャンパーニュ地方のエペルネに誕生した老舗メゾン。シャルドネを主体としたエレガントで花のように繊細な味わいが特徴で、そのスタイルは200年以上にわたって受け継がれています。
その中でもベルエポックは、ペリエ・ジュエの芸術性と哲学を象徴するシリーズとして、世界中の愛好家から高く評価されています。
「ベルエポック」の名前の由来
「ベルエポック(Belle Époque)」とは、フランス語で「美しい時代」を意味します。19世紀末から20世紀初頭にかけて、フランスを中心に芸術や文化が最も花開いた時代のことを指します。
メゾン・ペリエ・ジュエは、その華やかな時代精神に共鳴し、優雅さ・繊細さ・芸術性を兼ね備えたシャンパンを「ベルエポック」と名付けました。
まさに、“味わいとデザインの両面で芸術品”と呼ぶにふさわしいシャンパンです。
ボトルに描かれた“アネモネの花”はブランドの象徴
ベルエポックの最大の特徴といえば、ボトルに描かれた白いアネモネの花。
この花模様は、アール・ヌーヴォーを代表する芸術家エミール・ガレによって1902年にデザインされました。
流れるような曲線と繊細なタッチが美しく、シャンパンのラベルを超えて“芸術作品”として愛されています。
ペリエ・ジュエは「自然と芸術の融合」をブランド理念に掲げており、アネモネの花はその象徴的存在。その美しさに魅了され、飲むだけでなくコレクション目的で購入する人も多いほどです。
ベルエポックとペリエ・ジュエの主な違いを比較
ペリエ・ジュエとベルエポックは同じブランドに属していますが、ランクや位置づけが異なります。
下の表で両者の特徴を整理してみましょう。
| 項目 |
ペリエ・ジュエ |
ベルエポック |
| シリーズ位置 |
スタンダードライン |
最上級ライン(プレステージュ・キュヴェ) |
| 代表的ボトル |
グラン・ブリュット/ブラゾン・ロゼ |
ベルエポック/ベルエポック ロゼ/ブラン・ド・ブラン |
| 味わいの特徴 |
フレッシュで軽やか、飲みやすい |
より繊細で芳醇、長い余韻と高級感 |
| デザイン |
シンプルで上品 |
アネモネの花をあしらった芸術的ボトル |
| 価格帯の目安 |
約7,000〜15,000円前後 |
約30,000〜100,000円以上 |
つまり、「ペリエ・ジュエ」はブランド全体を指す名称であり、「ベルエポック」はその中でも特別なフラッグシップ(象徴)シリーズです。
両者の関係を理解しておくことで、シャンパンを選ぶ際に“どのラインを選ぶべきか”が明確になり、より自分好みの1本に出会いやすくなるでしょう。
ペリエ・ジュエ & ベルエポックのシャンパン種類一覧
|
品名 |
画像 |
おすすめスコア |
リンクサス酒販 |
Amazon おすすめ
|
楽天最安 |
お酒買取 |
ポイント |
アルコール度数 |
香りのタイプ |
飲みごたえ |
産地 |
|
ペリエ・ジュエ グランブリュット |
|
♥♥♥♥♥(5/5)
|
8,800円リンクサス |
8,340円Amazon |
7,480円楽天 |
ペリエジュエ買取 |
ブランドを代表する辛口の白シャンパン。洋ナシや桃の香りが上品。 |
12.5 |
フローラル |
スムース |
フランス |
|
ペリエ・ジュエ ブラゾン ロゼ |
|
♥♥♥♥♡(4/5)
|
7,700円リンクサス |
9,288円Amazon |
7,920円楽天 |
ペリエジュエ買取 |
華やかな果実香と上品な甘みが魅力の辛口ロゼシャンパン |
12.5 |
フルーティー |
リッチ |
フランス |
|
ペリエ・ジュエ ブラン・ド・ブラン |
|
♥♥♥♥♥(5/5)
|
11,000円リンクサス |
12,295円Amazon |
|
ペリエジュエ買取 |
白い花の香りと爽やかな味わいが魅力のシャルドネ100%シャンパン |
12.5 |
シトラス |
クリーン |
フランス |
|
ペリエ・ジュエ ベルエポック |
|
♥♥♥♥♥(5/5)
|
24,200円リンクサス |
24,534円Amazon |
23,991円楽天 |
ペリエジュエ買取 |
華やかなアネモネ柄と芳醇な香り、上品な酸味が魅力の高級シャンパン |
12.5 |
フローラル |
スムース |
フランス |
|
ペリエ・ジュエ ベルエポック ロゼ |
|
♥♥♥♥♥(5/5)
|
35,200円リンクサス |
38,458円Amazon |
|
ペリエジュエ買取 |
華やかで複雑、甘みと深みを兼ね備えた最高級ロゼシャンパン |
12.5 |
フローラル |
ミディアム |
フランス |
|
ペリエ・ジュエ ベルエポック ブラン・ド・ブラン |
|
♥♥♥♥♥(5/5)
|
77,000円リンクサス |
87,300円Amazon |
|
ペリエジュエ買取 |
最高級シャルドネ100%使用、花と蜂蜜香る贅沢辛口シャンパン |
12.5 |
フローラル |
スムース |
フランス |
|
ペリエ・ジュエ ベルエポック エディション プルミエール |
|
♥♥♥♥♡(4/5)
|
28,600円リンクサス |
|
47,200円楽天 |
ペリエジュエ買取 |
春限定の華やかなロゼ。桃やベリーが香る上品で希少な味わい |
12.5 |
フルーティー |
ソフト |
フランス |
|
ペリエ・ジュエ ベルエポック 2013 120th アニバーサリーエディション |
|
♥♥♥♥♥(5/5)
|
33,000円リンクサス |
48,800円Amazon |
29,990円楽天 |
ペリエジュエ買取 |
120周年を記念した限定ボトル。2013年ヴィンテージの希少な辛口シャンパン |
12.5 |
フローラル |
リッチ |
フランス |
// 初期表示時におすすめ順でソート
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-6996b6cb40420 {
margin: 10px 0;
}
.linx-recommend-6996b6cb40420 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb40420 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb40420 .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%、シャルドネ20%、ピノ・ムニエ40%
- 熟成期間:最低3年
- おすすめペアリング:鶏胸肉、グレープフルーツなど
ペリエ・ジュエ グランブリュットは、ブランドを代表する1本です。
ピノ・ノワール、シャルドネ、ピノ・ムニエを使用し、リザーブワインを12~20%ほど加えられて作られる辛口の白シャンパンです。
洋ナシ、桃、グレープフルーツといった香りが立ち上るシャンパンで、きめ細やかで繊細な印象を受けます。
ライトボディでエレガントであり、特に女性人気の高いシャンパンでもあります。
.linx-recommend-6996b6cb40555 {
margin: 10px 0;
}
.linx-recommend-6996b6cb40555 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb40555 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb40555 .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%、シャルドネ25%、ピノ・ムニエ25%
- 熟成期間:最低3年
- 飲み頃温度:10~12℃
- おすすめペアリング:サーモン、鯛、ライチ、レッドトマトなど
辛口ですが辛すぎず、品の良い甘さも感じられるロゼシャンパンです。
ブラゾンはフランスの勲章を意味する言葉であり、こちらのボトルはロングヒット商品になります。
イチゴやラズベリー、ブラックベリーといった酸味のある果実が豊かで、バラのようなニュアンスもあります。
.linx-recommend-6996b6cb40653 {
margin: 10px 0;
}
.linx-recommend-6996b6cb40653 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb40653 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb40653 .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; }
ペリエ・ジュエ ブラン・ド・ブラン
- シャンパンの種類:白
- 味わい:辛口
- ブドウ品種:シャルドネ100%
- 熟成期間:最低3年
- 飲み頃温度:10℃
- おすすめペアリング:スモモやスナップエンドウ、シマスズキなど
ブラン・ド・ブランはシャルドネ100%のシャンパンを表します。
ペリエ・ジュエはシャルドネにこだわりを持つシャンパーニュメゾンであり、このボトルはメゾンの象徴を感じるのにふさわしい1本です。
高品質なグラン・クリュであるクラマン村とアヴィーズ村のシャルドネを使用しています。
白い花のようなアロマが特徴的で、口に含むと爽やかさと軽快さが広がっていきます。
グラスに注いだ際の泡の様子も非常に美しいです。
.linx-recommend-6996b6cb4074c {
margin: 10px 0;
}
.linx-recommend-6996b6cb4074c .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb4074c .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb4074c .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; }
ペリエ・ジュエ ベルエポック
- シャンパンの種類:白
- 味わい:辛口
- 熟成期間:最低6年
- 飲み頃温度:12℃
- おすすめペアリング:白桃やヒラメなど
ベル エポックはペリエ・ジュエのシャンパンの中でも最高級ランク(プレステージ・キュヴェ)に該当します。
スタンダードなボトルとは違い、ボトルにアネモネの花が描かれているのが目印です。
原料となるブドウには100%グラン・クリュが使われます。
柑橘や洋梨のようなアロマにトーストのような香ばしさもあり、優雅さの中にしっかりとした骨格を感じ取ることができます。
.linx-recommend-6996b6cb4084f {
margin: 10px 0;
}
.linx-recommend-6996b6cb4084f .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb4084f .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb4084f .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; }
ペリエ・ジュエ ベルエポック ロゼ
- シャンパンの種類:ロゼ
- 味わい:辛口
- 熟成期間:最低6年
- 飲み頃温度:12℃
- おすすめペアリング:イチジクやロブスター、パンナコッタなど
ベルエポックシリーズの最高級シャンパンで、こちらはロゼシャンパンになります。
ロゼですがよくあるピンクカラーではなく、イエローやオレンジがかった見た目をしています。
ベルエポックのロゼは官能的というワードがぴったりで、華やかで複雑、とにかく完成度が高いです。
華やかな中に凝縮されたような甘みがあり、前菜からデザートまでさまざまな品とのマリアージュを楽しめます。
.linx-recommend-6996b6cb4095e {
margin: 10px 0;
}
.linx-recommend-6996b6cb4095e .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb4095e .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb4095e .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; }
ペリエ・ジュエ ベルエポック ブラン・ド・ブラン
- シャンパンの種類:白
- 味わい:辛口
- ブドウ品種:シャルドネ100%
- 熟成期間:最低7年
- 飲み頃温度:12℃
- おすすめペアリング:イチジクやロブスター、パンナコッタなど
ベルエポックシリーズのうち、最高級のシャルドネを100%使用した贅沢なシャンパンです。
緑がかったようなゴールドに、きめ細やかな泡が立ちのぼる姿はまるで芸術のようです。
香りは白い花のアロマ、そしてハチミツのような甘さや砂糖に漬けたレモンのニュアンスがあります。
濃厚で豊かな味わいとシルクのように続く余韻で非常に贅沢な仕上がりです。
ペリエ・ジュエ ベルエポック エディションオータム
- シャンパンの種類:ロゼ
- 味わい:辛口
- ブドウ品種:ピノ・ノワール50%、シャルドネ45%、ピノ・ムニエ5%
- 熟成期間:約6年
- 飲み頃温度:12℃
- おすすめペアリング:鴨や鳩肉など
ペリエ・ジュエ ベルエポック エディションオータムは秋限定でリリースされるベルエポックのシャンパンです。
大の親日家である7代目最高醸造責任者エルヴェ・デシャンが日本の秋にインスパイアされて生み出したという特別な1本です。
ラズベリーやイチゴのようなレッドベリー、そしてオレンジ系のニュアンスがあるシャンパンで、ほのかなスパイスやクリーミーさもあります。
限定品ということもあり、定価で5万円超えと高い価格で取引されています。
希少価値も高く、ペリエ・ジュエの中でもなかなか出会えないボトルです。
.linx-recommend-6996b6cb40a50 {
margin: 10px 0;
}
.linx-recommend-6996b6cb40a50 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb40a50 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb40a50 .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; }
ペリエ・ジュエ ベルエポック エディション プルミエール
- シャンパンの種類:ロゼ
- 味わい:辛口
- ブドウ品種:シャルドネ90%、ピノ・ノワール10%
- 熟成期間:約6年
- 飲み頃温度:12℃
- おすすめペアリング:金目鯛、車海老、生ハムなど
ピーチのような色が特徴的なシャンパンで、春の空気をモチーフにしています。
春らしいフローラルさがあり、桃やチェリー、ベリー、そしてシトラスのようなニュアンスがあります。
口当たりはまろやかで上品、そしてマイルドなので非常に飲みやすいです。
こちらも季節限定品であり、非常に希少価値が高いボトルとなっています。
.linx-recommend-6996b6cb40b56 {
margin: 10px 0;
}
.linx-recommend-6996b6cb40b56 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb40b56 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb40b56 .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; }
ペリエ・ジュエ ベルエポック 2013 120th アニバーサリーエディション
- シャンパンの種類:白
- 味わい:辛口
- 熟成期間:約6年
- 飲み頃温度:12℃
- おすすめペアリング:ホタテ貝のマリネ、生ハムなど
こちらはエミール・ガレによるボトルデザインの120周年を記念し、リリースされていた限定ボトルです。
ヴィンテージは2013年のベルエポックとなります。
外箱まで特別仕様で作られた1本で、希少価値が高いです。
ペリエ・ジュエはギフトに人気!アネモネ柄のシャンパングラスセットも
.linx-recommend-6996b6cb41015 {
margin: 10px 0;
}
.linx-recommend-6996b6cb41015 .rating-stars {
display: inline-block;
margin: 5px 0;
}
.linx-recommend-6996b6cb41015 .star {
color: #ffd700 !important;
font-size: 1.2em;
margin-right: 2px;
}
.linx-recommend-6996b6cb41015 .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; }
Perrier Jouet Belle Epoque ペリエ・ジュエ ベル エポック 白 2014 グラス付き
ペリエ・ジュエは格式高いシャンパンなので、贈り物やギフトに選ばれることが多いです。贈答用に用意された商品も多く、特にペリエ・ジュエの象徴であるアネモネ柄があしらわれたグラスとのセットは人気があります。
グラスセットは「ペリエ ジュエ グラン・ブリュット」のような定番ボトルから「ペリエ・ジュエ ベル エポック」といった上位ランクのボトルのセットがあり、予算に合わせて選べるのも大きなポイントとなっています。
お歳暮やお中元用のお酒をお探しの方にも、ペリエ・ジュエはおすすめです。
ペリエ・ジュエ ベルエポックの最上級は?ブラン・ド・ブランの魅力
シリーズ最高峰「ブラン・ド・ブラン」について
ベルエポックの中でも“最高峰”と称されるのが、「ベルエポック ブラン・ド・ブラン」です。
このシャンパンは、ペリエ・ジュエが誇る熟練の職人たちが手がける限定生産のプレステージ・キュヴェ。
使用されるぶどうは、単一畑のシャルドネ100%のみ。シャルドネの名産地・クラマン地区の中でも、特に品質の高い区画が選ばれています。
年間の生産量はごくわずかで、世界中のコレクターやシャンパン愛好家の間で高い人気を誇ります。そのため、国内の流通量も限られており、ヴィンテージによっては入手困難になることもあります。
味・香りの特徴
ブラン・ド・ブランは、シャルドネならではの清らかで透明感のある味わいが魅力。
グラスを傾けると、柑橘系の爽やかな香りや白い花のようなフローラルなアロマがふんわりと立ちのぼります。
口に含むと、きめ細やかな泡が舌の上で優しくはじけ、繊細な酸味と長い余韻が広がります。
華やかでありながら上品なバランスを保ち、食前酒としても、白身魚やシーフードとのペアリングにも最適です。
他のベルエポックよりも軽やかで、よりピュアな味わいを追求した一本といえるでしょう。
なぜ高価なのか
ブラン・ド・ブランが高価な理由は、単に限定生産だからではありません。
選び抜かれたぶどうを使用し、熟成期間を長く取ることで深みと複雑さを引き出している点にあります。
また、ペリエ・ジュエのセラーで数年にわたり手作業で管理され、職人によるデゴルジュマン(澱抜き)や仕上げの工程まで、すべてが丁寧に行われています。
このような希少な原料・長期熟成・高度な職人技の結晶こそが、ブラン・ド・ブランの価値。まさに「芸術としてのシャンパン」と呼ぶにふさわしい、ベルエポックシリーズの頂点です。
ペリエ・ジュエとベルエポックの価格相場と購入方法
ペリエ・ジュエとベルエポックの販売価格
ペリエ・ジュエのシャンパンは、ラインナップにより価格が異なります。定番ボトルの「ペリエ・ジュエ グランブリュット」であれば約8,000円ほどの値段で買えるので、ちょっとしたギフトやシャンパンの入門編としておすすめです。
1万円を予算に贈り物を選ぶ場合、ペリエ・ジュエのシャンパンを候補にできます。
一方で「ペリエ・ジュエ ベルエポック」の場合は、1本で約30,000円の価格になります。箱付きなど贈答用に用意された品物の場合は、これ以上の価格になることもあります。
またベルエポックのボトルは、ヴィンテージによっても価格が異なることがあります。また限定品になると、希少価値の高さから5万円や10万円を超える場合もあります。
飲食店・クラブ・ラウンジでの提供価格は?
ペリエ・ジュエやベルエポックは、一般的な酒販店やECサイトで購入する場合と比べ、飲食店やナイトクラブでの提供価格は大きく異なります。
特に高級クラブやラウンジでは、ボトルの演出やサービス料が加わるため、定価の3〜10倍以上で提供されるケースも珍しくありません。
たとえば、スタンダードな「ペリエ・ジュエ グラン・ブリュット」であれば1本あたり2〜3万円前後、そして「ベルエポック」シリーズでは10万円〜30万円前後が相場です。
限定ヴィンテージや「ベルエポック ブラン・ド・ブラン」のような希少ボトルになると、50万円を超える価格でリストに載ることもあります。
また、ボトルのラベルや色(白・ロゼ・ブラン・ド・ブラン)によっても演出効果が異なり、華やかな場では「ベルエポック ロゼ」などピンク系のボトルが特に人気。
このように、クラブやレストランでは“お酒そのもの”というよりも、ブランド価値と体験を含めたプレミアム価格で楽しまれているのが特徴です。
ペリエ・ジュエとベルエポックの購入方法
ペリエ・ジュエとベルエポックは人気シャンパンですが、流通も多く、比較的入手はしやすいのが特徴です。
シャンパンに強い百貨店やワインショップ、酒販店の利用がおすすめです。
ただしショップによって、取扱価格や方法が異なります。以下の点に注意しながら、購入するようにしましょう。
- 保管状態など信頼できるショップを選ぶ
- ベルエポックはヴィンテージの違いにも注意する
- 相場より極端に高額もしくは安値のショップは避ける
- 贈答用の場合は箱ありを選ぶ
- レアボトル(限定品)は二次流通品を狙うと◎
▶︎ リンクサスでペリエ・ジュエとベルエポックの在庫をチェックする
ペリエ・ジュエを美味しく飲む方法!温度帯やマリアージュは?
ペリエ・ジュエシリーズのシャンパンを美味しく飲むためには、飲む温度やマリアージュに注目してみましょう。ペリエ・ジュエの飲み頃温度は10〜12℃となっているので、まずは保管の時点から適温を保つようにしましょう。
せっかくなら冷やし過ぎてしまう冷蔵庫ではなく、ワインセラーを使っての保管がおすすめです。ワインセラーなら匂い移りなども防ぎやすいので、特にワインやシャンパンが好きな方は用意しておきましょう。
マリアージュは魚介系の食事や、鶏胸肉のようなあっさりジューシー系の食事がおすすめです。
また独特なフローラル香は、フルーツとの相性も抜群です。なおシャンパンの色やシリーズによって合わせやすいおつまみや料理も変わるので、料理に合わせつつ、どのボトルを選ぶのかを決めてみるのもありです。
そして五感を使ってペリエ・ジュエを楽しみたい方は、グラスにもこだわりましょう。
ペリエ・ジュエ公式のアネモネ柄グラスを利用する、またはシャンパンと相性の良いフルートグラスを合わせるのが一押しです。
グラスは細すぎるフルートグラスよりも、ボウル部分にやや膨らみのあるタイプを選ぶ方がペリエ・ジュエらしい華やかさを感じやすくなります。
まとめ
ペリエ・ジュエは、自然と芸術の調和を理念とする、フランスを代表するシャンパーニュ・メゾンです。
その中でも「ベル エポック」シリーズは、アネモネの花を描いたボトルに象徴されるように、エレガンスと美しさを兼ね備えた特別な一本。
繊細な香り、長い余韻、そしてシルクのような泡立ちは、まさに芸術作品と呼ぶにふさわしい味わいです。
大切な記念日や贈り物に選べば、きっと忘れられない時間を演出してくれるでしょう。
ペリエ・ジュエの世界に一歩踏み入り、あなたにとって“美しい時代(ベル エポック)”となる一杯を見つけてみてください。
お酒の通販LINXAS(リンクサス)でシャンパンを探す