合組

定義

複数の荒茶・仕上げ茶(産地・品種・摘採時期・等級の異なるロット)を狙いの味・香り・水色(抽出色)に設計して混合する工程のことです。最終品質の「安定化」と「設計自由度」を担います。


背景・しくみ

当たり前の話ですが茶は農作物なので、年・畑・製造条件でブレが出ます。合組で不足成分を補完し、通年で同じ味を再現する必要があります。そこで合組で不足成分を補完し、通年で同じ味を再現します。

ターゲットを「骨格(渋み・ボディ)・旨味(アミノ酸)・香気」に分けて、主茶(ベース)+副茶(補正)+香り茶(個性付与)の役割で配合します。

火入れ(最終加熱)との前後関係は流派があります。

  • 先に火入れ→香りを見極めてブレンド
  • 先に合組→ブレンド全体をまとめて最終火入れ

実務ポイント

シングルオリジン(単一畑)では個性が際立つ反面、ロット差が出やすいです。それに対して、合組は均質・大量供給に向いています。

配合を変えるだけで季節変動や仕入れ事情に対応できるので、再現性・コスト管理に強いです。

やりすぎるとフラットで面白みに欠けるものになってしまいます。設計意図の明示がブランド価値といえるでしょう。


テイスティング

同銘柄の年またぎで大きな差が出ない=合組が効いている証拠。

抽出温度を振ると(低温=旨味、高温=香り)設計の意図が見えやすいです。

/* 1) 関連用語(辞典用のパーツ名に合わせて) */ get_template_part('parts/related-dictionary', null, ['post_id' => get_the_ID()]); /* 2) 「辞典カテゴリ」:公開&階層のタクソノミーを1種類だけ出す - post_tag / category / post_format / dictionary_tag は除外 */ $dict_cat_tax = null; $tx_objs = get_object_taxonomies( get_post_type(), 'objects' ); if ( $tx_objs ) { foreach ( $tx_objs as $tx ) { if ( ! $tx->public || ! $tx->hierarchical ) continue; if ( in_array($tx->name, ['post_tag','category','post_format','dictionary_tag'], true) ) continue; if ( stripos($tx->name,'dictionary') !== false || stripos($tx->labels->name,'辞典') !== false || stripos($tx->labels->name,'Tea Term') !== false ) { $dict_cat_tax = $tx->name; break; } } } if ( $dict_cat_tax ) { $terms = get_the_terms( get_the_ID(), $dict_cat_tax ); if ( $terms && ! is_wp_error($terms) ) { echo '
辞典カテゴリ
'; } } /* 3) 「辞書タグ」:dictionary_tag をピルで出す(無ければ何も出さない) */ $tags = get_the_terms( get_the_ID(), 'dictionary_tag' ); if ( $tags && ! is_wp_error($tags) ) { echo '
辞書タグ
'; } /* 4) 前/次ナビ(安全版の parts/adjacent.php を使っていればそのままでOK) */ get_template_part('parts/adjacent', null, [ 'post_id' => get_the_ID(), 'post_type' => get_post_type() ]); ?>