<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>収穫統計 | pdx trading - news</title>
	<atom:link href="https://pdxtrading.jp/news/category/%E5%8F%8E%E7%A9%AB%E7%B5%B1%E8%A8%88/feed/" rel="self" type="application/rss+xml" />
	<link>https://pdxtrading.jp/news</link>
	<description></description>
	<lastBuildDate>Tue, 01 Sep 2026 04:16:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://pdxtrading.jp/news/wp-content/uploads/2025/08/cropped-pdx-logo-square-32x32.png</url>
	<title>収穫統計 | pdx trading - news</title>
	<link>https://pdxtrading.jp/news</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>昨年の干ばつからの復活劇～ノバスコシア州のワイルドブルーベリー生産量は回復へ</title>
		<link>https://pdxtrading.jp/news/2026/09/nova-scotia-wild-blueberry-2026-crop-outlook/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Tue, 01 Sep 2026 04:16:26 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[カナダ]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[ワイルド]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[野生種]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2580</guid>

					<description><![CDATA[<p>2025年産が干ばつの直撃を受けたノバスコシア州のワイルドブルーベリー。それだけに、今シーズンの回復ぶりは産地にとって大きな安堵となっています。同州のワイルドブルーベリー生産者協会（Wild Blueberry Prod</p>
<p>The post <a href="https://pdxtrading.jp/news/2026/09/nova-scotia-wild-blueberry-2026-crop-outlook/">昨年の干ばつからの復活劇～ノバスコシア州のワイルドブルーベリー生産量は回復へ</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<pre class="wp-block-preformatted">2025年産が干ばつの直撃を受けたノバスコシア州のワイルドブルーベリー。それだけに、今シーズンの回復ぶりは産地にとって大きな安堵となっています。同州のワイルドブルーベリー生産者協会（Wild Blueberry Producers Association of Nova Scotia）でエグゼクティブ・ディレクターを務めるジャネット・マクドナルド氏は、「今年はおかげさまで、状況がずっと良い」と手応えを語ります。生育期は総じて順調で、実の付きも肥大も良好。産地には昨年とは対照的な、前向きなムードが戻ってきました。</pre>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">受粉期は「例年より長く」——懸念を越えて良好な実付きに</h2>



<p class="wp-block-paragraph">今年の作柄を特徴づけたのが、<strong>例年より長引いた受粉期</strong>でした。マクドナルド氏によれば、受粉は5月中旬から下旬にかけて始まり、6月に入っても続いたといいます。受粉期間が延びると、着果や実の生育にどう影響するかが読みにくくなります。当初、生産者の間ではこの点への懸念があったものの、結果として生産は順調に進み、粒の大きさもそろった良質な実に仕上がりました。</p>



<p class="wp-block-paragraph">品質を後押ししたのは<strong>十分な降雨</strong>です。ノバスコシア州のワイルドブルーベリー畑の多くは急な斜面や丘陵地に開かれており、そもそも灌漑に適しません。水を引くためのため池へのアクセスも限られるため、生育を天候に委ねる度合いが高い産地です。それだけに、今年の適度な雨は作柄を大きく左右する好材料となりました。</p>



<style data-wp-block-html="css">
  :root{
    --ink:#16203c;          /* barrens night — deep indigo, house color */
    --wild-blue:#3f5aa6;     /* wild blueberry skin */
    --wild-blue-deep:#2c3f7a;
    --frost:#e6ecf7;         /* dusty bloom highlight */
    --frost-line:#c9d5ec;
    --spruce:#2c5545;        /* barren spruce green — house secondary */
    --spruce-soft:#e2ede6;
    --brick:#a94b34;         /* drought brick */
    --brick-soft:#f4e5df;
    --amber:#b7823a;         /* partial / recovering */
    --amber-soft:#f3e9d6;
    --paper:#f6f7fb;
    --paper-warm:#fbfaf6;
    --card:#ffffff;
    --muted:#5a6274;
    --hair:#dbe1ee;
  }
  .facts{
    display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0 6px;
  }
  .fact{
    background:var(--card);border:1px solid var(--hair);border-radius:14px;
    padding:22px 20px;position:relative;overflow:hidden;
  }
  .fact::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--wild-blue)}
  .fact.g::before{background:var(--spruce)}
  .fact .num{
    font-weight:700;
    font-size:2.05rem;line-height:1.1;color:var(--ink);letter-spacing:.01em;
  }
  .fact.g .num{color:var(--spruce)}
  .fact .num small{font-size:1.05rem;font-weight:600;margin-left:2px}
  .fact .lbl{font-size:.9rem;color:var(--muted);margin-top:8px;line-height:1.65}
</style>

    <div class="facts">
      <div class="fact">
        <div class="num">5<small>月中旬〜6月</small></div>
        <div class="lbl">受粉期。例年より長く続き、当初は着果への懸念材料に。結果は良好な実付きに着地。</div>
      </div>
      <div class="fact g">
        <div class="num">良好</div>
        <div class="lbl">収量・品質ともに良好。粒ぞろいのよい、サイズの大きな実が確保できた。</div>
      </div>
    </div>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">大西洋沿岸4州がそろって好天——生産は「業界平均」の見通し</h2>



<p class="wp-block-paragraph">好調はノバスコシア州にとどまりません。マクドナルド氏は、隣接するニューブランズウィック州、ケベック州、プリンスエドワードアイランド州でも天候に恵まれ、畑の作柄は良好だと見ています。産地全体としては、<strong>今年の生産量は業界平均の範囲に収まる</strong>との見通しです。カナダ大西洋沿岸の主要4産地が足並みをそろえて回復に向かう構図は、供給を安定させたい買い手にとっても心強い材料といえます。</p>



<style data-wp-block-html="css">
  :root{
    --ink:#16203c;          /* barrens night — deep indigo, house color */
    --wild-blue:#3f5aa6;     /* wild blueberry skin */
    --wild-blue-deep:#2c3f7a;
    --frost:#e6ecf7;         /* dusty bloom highlight */
    --frost-line:#c9d5ec;
    --spruce:#2c5545;        /* barren spruce green — house secondary */
    --spruce-soft:#e2ede6;
    --brick:#a94b34;         /* drought brick */
    --brick-soft:#f4e5df;
    --amber:#b7823a;         /* partial / recovering */
    --amber-soft:#f3e9d6;
    --paper:#f6f7fb;
    --paper-warm:#fbfaf6;
    --card:#ffffff;
    --muted:#5a6274;
    --hair:#dbe1ee;
  }
  .tbl-wrap{border:1px solid var(--hair);border-radius:14px;overflow:hidden;background:var(--card)}
  table{width:100%;border-collapse:collapse;font-size:.95rem}
  caption{
    text-align:left;padding:16px 20px;background:var(--frost);
    font-weight:700;color:var(--ink);font-size:.92rem;border-bottom:1px solid var(--frost-line);
  }
  th,td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--hair);vertical-align:middle}
  thead th{background:#fafbfe;font-size:.82rem;color:var(--muted);font-weight:700}
  tbody tr:last-child td{border-bottom:none}
  td.region{font-weight:700;white-space:nowrap}
  .pill{
    display:inline-block;padding:3px 12px;border-radius:999px;
    font-size:.8rem;font-weight:700;line-height:1.7;white-space:nowrap;
  }
  .pill.good{background:var(--spruce-soft);color:var(--spruce)}
  .pill.rebound{background:var(--amber-soft);color:var(--amber)}
  .pill.dry{background:var(--brick-soft);color:var(--brick)}
</style>

    <div class="tbl-wrap">
      <table>
        <caption>大西洋沿岸の主要4産地・作柄の見通し（2026年産）</caption>
        <thead>
          <tr><th>産地</th><th>天候・作柄</th><th>状況</th></tr>
        </thead>
        <tbody>
          <tr>
            <td class="region">ノバスコシア州</td>
            <td>良好な生育期・十分な降雨</td>
            <td><span class="pill rebound">回復・一部に干ばつ影響</span></td>
          </tr>
          <tr>
            <td class="region">ニューブランズウィック州</td>
            <td>好天・良好な作柄</td>
            <td><span class="pill good">良好</span></td>
          </tr>
          <tr>
            <td class="region">ケベック州</td>
            <td>好天・良好な作柄</td>
            <td><span class="pill good">良好</span></td>
          </tr>
          <tr>
            <td class="region">プリンスエドワードアイランド州</td>
            <td>好天・良好な作柄</td>
            <td><span class="pill good">良好</span></td>
          </tr>
        </tbody>
      </table>
    </div>



<p class="wp-block-paragraph">※ ノバスコシア州以外の作柄は、同協会が周辺産地の状況として示した見立てに基づく。産地全体の生産量は「平均並み」の見通し。</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">それでも残る干ばつの爪痕</h2>



<p class="wp-block-paragraph">回復基調とはいえ、地域全体が一様に立ち直ったわけではありません。産地の一部には、昨年の干ばつの影響で<strong>開花や着果がほとんど得られなかった区画</strong>が残っています。</p>



<style data-wp-block-html="css">

  .callout{
    background:var(--brick-soft);
    border:1px solid #e6c9bd;border-left:5px solid var(--brick);
    border-radius:12px;padding:24px 26px;
  }
  .callout .tag{
    display:inline-block;font-size:.78rem;font-weight:700;color:var(--brick);
    background:#fff;border:1px solid #e6c9bd;border-radius:999px;padding:3px 12px;margin-bottom:12px;
  }
  .callout p{margin-bottom:0;font-size:.99rem;color:#5c3225}
  .callout p .em{color:var(--brick)}
</style>

    <div class="callout">
      <span class="tag">現場の声</span>
      <p>「残念ながら、花も実もほとんど付かなかった区画がいくつかあります。そうした株が再び生産力を取り戻すには、もう少し時間が必要です。<span class="em">今年の雨が、回復に十分な量であってほしい</span>と願っています」——ジャネット・マクドナルド氏</p>
    </div>



<p class="wp-block-paragraph">干ばつで弱った株の回復は一年では完結せず、複数年にわたる天候次第という側面があります。産地の「平均」が戻っても、その内実にはばらつきが残る——供給を読む上で押さえておきたいポイントです。</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">収穫は年々前倒しに——気候変動が変える収穫カレンダー</h2>



<p class="wp-block-paragraph">今シーズンは収穫の立ち上がりもやや早く、生産者は<strong>7月の末から8月初め</strong>にかけて収穫を開始しました。作付面積の大きい生産者ほど早めに刈り取りを始め、9月上旬に終わるワイルドブルーベリーの収穫期内に作業を収めようとします。そして州の生産者たちは近年、<strong>収穫シーズンの始まりが毎年少しずつ前倒しになっている</strong>ことを実感しています。</p>



<style data-wp-block-html="css">
  .season{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
  .season .step{
    flex:1 1 150px;background:var(--card);border:1px solid var(--hair);
    border-radius:12px;padding:16px 18px;
  }
  .season .step .when{font-family:'Shippori Mincho',serif;font-weight:700;color:var(--wild-blue-deep);font-size:1.05rem}
  .season .step .what{font-size:.86rem;color:var(--muted);margin-top:5px;line-height:1.6}
</style>

    <div class="season">
      <div class="step">
        <div class="when">5月中旬〜6月</div>
        <div class="what">受粉期（今年は長め）</div>
      </div>
      <div class="step">
        <div class="when">7月末〜8月初</div>
        <div class="what">収穫開始（年々前倒し傾向）</div>
      </div>
      <div class="step">
        <div class="when">9月上旬</div>
        <div class="what">収穫期の終了</div>
      </div>
    </div>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">世界の需要は堅調、価格も強含み</h2>



<p class="wp-block-paragraph">需要面に目を向けると、ワイルドブルーベリーは<strong>世界的に堅調</strong>です。生鮮のまま販売されるのはごくわずかで、全体の約5％にとどまります。残る約95％は冷凍在庫として保管され、一年を通じて出荷されていきます。この「大半が冷凍で通年供給される」構造こそ、ワイルドブルーベリーが加工原料・業務用途で安定調達しやすい理由でもあります。</p>



<div class="facts">
      <div class="fact">
        <div class="num">約5<small>%</small></div>
        <div class="lbl">生鮮出荷の比率。フレッシュ流通はごく一部にとどまる。</div>
      </div>
      <div class="fact g">
        <div class="num">約95<small>%</small></div>
        <div class="lbl">冷凍在庫として保管され、通年で市場に供給される。</div>
      </div>
    </div>



<p class="wp-block-paragraph">価格も世界的に強含みで推移しており、マクドナルド氏は「この流れが年間を通じて続くことを期待している」と話します。<strong>現時点の価格は前年と同水準</strong>。年内に生産者への追加支払い（トップアップ）が発生する可能性はあるものの、滑り出しは上々で、業界からは前向きな声が多く聞かれるといいます。需要が堅調である限り、価格もそれを反映するとの見立てです。</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">「今年は乗り切れた。だが、その先が問われている」</h2>



<p class="wp-block-paragraph">干ばつ、そして年々早まる収穫。ノバスコシア州の生産者にとって、気候の問題はいまや作柄を語るうえで避けて通れないテーマになっています。</p>



<style data-wp-block-html="css">
  .quote{
    margin:36px 0;padding:30px 30px 30px 34px;
    background:linear-gradient(160deg,#1c2a52,#22345f);
    color:#fff;border-radius:16px;position:relative;
  }
  .quote::before{
    content:"“";font-family:'Shippori Mincho',serif;
    position:absolute;top:2px;left:16px;font-size:4rem;color:rgba(169,192,242,.45);line-height:1;
  }
  .quote p{
    font-family:'Shippori Mincho',serif;font-size:1.18rem;line-height:1.85;
    margin:0 0 14px;padding-left:24px;font-weight:500;
  }
  .quote .who{font-size:.85rem;color:#b7c4e6;padding-left:24px}
  .quote .who b{color:#e3e9f7}
</style>

    <div class="quote">
      <p>今シーズンは何とか乗り切れました。けれど先を見据えれば、産業としての持続可能性を確保し、目の前にある需要に見合うだけの作物を確保できるかどうか——そこが問われています。</p>
      <p class="who"><b>ジャネット・マクドナルド氏</b>／ノバスコシア州ワイルドブルーベリー生産者協会 エグゼクティブ・ディレクター</p>
    </div>



<p class="wp-block-paragraph">回復した一年の裏側で、生産者が見つめているのは需要と供給の長期的なバランスです。強い需要に応え続けられる産地であるために——気候変動への適応は、ワイルドブルーベリー調達の未来を左右する論点として、これからも重みを増していきそうです。</p><p>The post <a href="https://pdxtrading.jp/news/2026/09/nova-scotia-wild-blueberry-2026-crop-outlook/">昨年の干ばつからの復活劇～ノバスコシア州のワイルドブルーベリー生産量は回復へ</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>北米ワイルドブルーベリーの生産量は猛暑・干ばつの影響で減少する見込み</title>
		<link>https://pdxtrading.jp/news/2025/08/%e5%8c%97%e7%b1%b3%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e3%81%ae%e7%94%9f%e7%94%a3%e9%87%8f%e3%81%af%e7%8c%9b%e6%9a%91%e3%83%bb%e5%b9%b2%e3%81%b0/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Sun, 24 Aug 2025 23:08:00 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[ワイルド]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[干ばつ]]></category>
		<category><![CDATA[野生種]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2494</guid>

					<description><![CDATA[<p>北米ワイルドブルーベリーの収穫は最盛期を迎えていますが、当初ほぼ例年並みと見込まれていた収穫量ですが、7月後半から続く猛暑と乾燥により、一転して全ての産地で収穫量が減少する予想となっています。 メイン州（アメリカ）、ケベ</p>
<p>The post <a href="https://pdxtrading.jp/news/2025/08/%e5%8c%97%e7%b1%b3%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e3%81%ae%e7%94%9f%e7%94%a3%e9%87%8f%e3%81%af%e7%8c%9b%e6%9a%91%e3%83%bb%e5%b9%b2%e3%81%b0/">北米ワイルドブルーベリーの生産量は猛暑・干ばつの影響で減少する見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">北米ワイルドブルーベリーの収穫は最盛期を迎えていますが、当初ほぼ例年並みと見込まれていた収穫量ですが、7月後半から続く猛暑と乾燥により、一転して全ての産地で収穫量が減少する予想となっています。</p>



<p class="wp-block-paragraph">メイン州（アメリカ）、ケベック州、ノバスコシア州、ニューブランズウィック州、プリンスエドワード島の5地域全てで生産量が減少する見込みで、今年の生産量予測は10万トン程度（例年＝15万トン）。</p>



<p class="wp-block-paragraph">ノバスコシア州・ケベック北部では7月下旬以降、州全域で干ばつとなっています。昨年同時期と比べるとワイルドブルーベリーの生育地域での干ばつが深刻な状況となってきています。</p>



<figure class="wp-block-image size-large"><a href="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor.png"><img fetchpriority="high" decoding="async" width="1024" height="554" src="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor-1024x554.png" alt="カナダ東部の今年と前年7月の干ばつ状況マップ" class="wp-image-2496" srcset="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor-1024x554.png 1024w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor-300x162.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor-768x415.png 768w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-canada-drought-monitor.png 1045w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption"><a href="https://agriculture.canada.ca/en/agricultural-production/weather/canadian-drought-monitor" target="_blank" rel="noopener" title="">Canadian Drought Monitorより</a></figcaption></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">メイン州でも7月下旬までは良好でしたが、8月に入ってから猛暑と干ばつが顕著となり、昨年同時期と比べると大幅な干ばつとなっています。開花受粉期の大雨で結実率が低くなっていたメイン州はこの猛暑と干ばつにより収穫量が減少する見込みとなっています。</p>



<figure class="wp-block-image size-large"><a href="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor.png"><img decoding="async" width="1024" height="576" src="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-1024x576.png" alt="" class="wp-image-2497" srcset="https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-1024x576.png 1024w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-300x169.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-768x432.png 768w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-1536x864.png 1536w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-2048x1152.png 2048w, https://pdxtrading.jp/news/wp-content/uploads/2025/08/20250825-maine-drought-monitor-1360x765.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">メイン州干ばつ状況（左2024年8月・右2025年8月）/<a href="https://droughtmonitor.unl.edu/CurrentMap/StateDroughtMonitor.aspx?ME" target="_blank" rel="noopener" title="">US Drought Monitorより</a></figcaption></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">ワイルドブルーベリーは果実が熟する時期に乾燥に曝されると内果実が収縮してしまい、果皮に皺がでてしまいます。果実の成長ができず小さいまま熟してしまうと収穫機の篩に残らずに落ちてしまうため手作業での収穫が必要になるエリアも出てきたり、収穫自体を放棄してしまうエリアが出てくると予想されています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">需要は旺盛</h2>



<p class="wp-block-paragraph">ヨーロッパでのチェリー、ラズベリー、カシスの収穫量が予想より低く、ワイルドブルーベリーへの需要が高まってきていることもあって、2025cropのワイルドブルーベリー価格は高くなる見込みです。生産量が低くなるシーズンでは、現地パッカーも9月中旬に収穫が完了してから正式なオファーを出す傾向があり、今年の価格オファーは9月下旬から10月上旬となる見込みです。</p><p>The post <a href="https://pdxtrading.jp/news/2025/08/%e5%8c%97%e7%b1%b3%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e3%81%ae%e7%94%9f%e7%94%a3%e9%87%8f%e3%81%af%e7%8c%9b%e6%9a%91%e3%83%bb%e5%b9%b2%e3%81%b0/">北米ワイルドブルーベリーの生産量は猛暑・干ばつの影響で減少する見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>山形県の2024年のさくらんぼは記録的不作に</title>
		<link>https://pdxtrading.jp/news/2024/09/yamagata-pref-predicts-histrical-low-production-of-cherries-in-2024/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Sun, 08 Sep 2024 21:39:00 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[さくらんぼ]]></category>
		<category><![CDATA[チェリー]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[山形]]></category>
		<category><![CDATA[統計]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2461</guid>

					<description><![CDATA[<p>猛暑による影響で8700トンと1994年以来の不作に 日本のさくらんぼの8割以上を生産している山形県では、2023年夏や収穫期に当たる2024年5-6月の記録的な猛暑の影響で、収穫量が予想を大きく下回り8,700トン程度</p>
<p>The post <a href="https://pdxtrading.jp/news/2024/09/yamagata-pref-predicts-histrical-low-production-of-cherries-in-2024/">山形県の2024年のさくらんぼは記録的不作に</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">猛暑による影響で8700トンと1994年以来の不作に</h2>



<p class="wp-block-paragraph">日本のさくらんぼの8割以上を生産している山形県では、2023年夏や収穫期に当たる2024年5-6月の記録的な猛暑の影響で、収穫量が予想を大きく下回り8,700トン程度になるという見通しを発表しました。</p>



<p class="wp-block-paragraph">これは1994年に8,600トン、および2021年の9,160トンと並ぶ歴史的な不作となる見込みです。</p>



<p class="wp-block-paragraph">山形県によると、昨年夏の高温少雨により2つの実が結着した状態で成長する「双子果」が多発し、さらに収穫時期の今年6月の高温により急速に熟度が高まり収穫時期も短くなったことが主要な要因と考えられています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909.jpg"><img decoding="async" width="1200" height="733" src="https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909.jpg" alt="山形県のさくらんぼ生産量推移のグラフ" class="wp-image-2465" srcset="https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909.jpg 1200w, https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909-300x183.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909-1024x625.jpg 1024w, https://pdxtrading.jp/news/wp-content/uploads/2024/09/cherry-yamagata-history-20240909-768x469.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure><p>The post <a href="https://pdxtrading.jp/news/2024/09/yamagata-pref-predicts-histrical-low-production-of-cherries-in-2024/">山形県の2024年のさくらんぼは記録的不作に</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アメリカ：2024年カルチベイトブルーベリーは概ね豊作の傾向に</title>
		<link>https://pdxtrading.jp/news/2024/07/2024-us-blueberry-production-recovers/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Mon, 15 Jul 2024 22:30:00 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[カルチベイト]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[栽培種]]></category>
		<category><![CDATA[統計]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2454</guid>

					<description><![CDATA[<p>全米トータルで32万トン程度を見込む 2024年のアメリカ・カルチベイトブルーベリーの収穫が多くの地域で始まっています。今年は一部の州（カリフォルニア州・フロリダ州・ノースカロライナ州）で若干減少となるものの、その他多く</p>
<p>The post <a href="https://pdxtrading.jp/news/2024/07/2024-us-blueberry-production-recovers/">アメリカ：2024年カルチベイトブルーベリーは概ね豊作の傾向に</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">全米トータルで32万トン程度を見込む</h2>



<p class="wp-block-paragraph">2024年のアメリカ・カルチベイトブルーベリーの収穫が多くの地域で始まっています。今年は一部の州（カリフォルニア州・フロリダ州・ノースカロライナ州）で若干減少となるものの、その他多くの州で予想並みもしくは予想を上回る収穫量を記録することが見込まれており、アメリカ全体で31.9万トン程度になると予想されています。</p>



<p class="wp-block-paragraph">2021年に32.2万トンを記録して以降、2022-2023年と2年連続で天候などの要因で生産量が減少してきましたが、2024年は2021年とほぼ同じ生産量まで回復しそうです。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><a href="https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716.jpg"><img loading="lazy" decoding="async" width="1024" height="806" src="https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716-1024x806.jpg" alt="" class="wp-image-2455" srcset="https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716-1024x806.jpg 1024w, https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716-300x236.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716-768x605.jpg 768w, https://pdxtrading.jp/news/wp-content/uploads/2024/07/usa-production-states-20240716.jpg 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">PNW（アメリカ北西部）も概ね順調</h2>



<p class="wp-block-paragraph">PNW（Pacific North West = オレゴン州・ワシントン州）はアメリカの約46%を生産しています。2023年は高温・降水量不足などで12万トン程度の生産量でしたが、2024年は14.5万トンとほぼ例年並みの生産量に回復する見込みです。収穫は9月まで続くので、最終的な生産量は10月以降に確定する見込みです。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><p>The post <a href="https://pdxtrading.jp/news/2024/07/2024-us-blueberry-production-recovers/">アメリカ：2024年カルチベイトブルーベリーは概ね豊作の傾向に</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ホームページ刷新・統計情報最新版公開のお知らせ</title>
		<link>https://pdxtrading.jp/news/2024/05/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e5%88%b7%e6%96%b0%e3%83%bb%e7%b5%b1%e8%a8%88%e6%83%85%e5%a0%b1%e6%9c%80%e6%96%b0%e7%89%88%e5%85%ac%e9%96%8b%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Mon, 20 May 2024 00:05:53 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[FAO]]></category>
		<category><![CDATA[USDA]]></category>
		<category><![CDATA[チェリー]]></category>
		<category><![CDATA[ナッツ]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[作付面積]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[果実]]></category>
		<category><![CDATA[生産量]]></category>
		<category><![CDATA[統計]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2449</guid>

					<description><![CDATA[<p>作物統計情報の更新内容について 各機関・政府公式統計の最新版が公開され、弊社の作物統計もそれに合わせて最新版に更新致しております。 ※地図上のその国・州・都道府県などの生産量を色分けするヒートマップや棒グラフなどはマウス</p>
<p>The post <a href="https://pdxtrading.jp/news/2024/05/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e5%88%b7%e6%96%b0%e3%83%bb%e7%b5%b1%e8%a8%88%e6%83%85%e5%a0%b1%e6%9c%80%e6%96%b0%e7%89%88%e5%85%ac%e9%96%8b%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89/">ホームページ刷新・統計情報最新版公開のお知らせ</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading">作物統計情報の更新内容について</h2>



<p class="wp-block-paragraph">各機関・政府公式統計の最新版が公開され、弊社の作物統計もそれに合わせて最新版に更新致しております。</p>



<ul class="wp-block-list">
<li>FAO（国際連合食料農業機関）統計：2022年分</li>



<li>USDA（アメリカ合衆国農務省）生産量統計：2023年分　（野菜・果菜：2月公表公式統計／果実・ナッツ：5月公表公式統計）</li>



<li>USDA 郡別作付面積統計 (USDA Census)：2022年分　（※数年に1回の統計調査です。前回は2017年でした。）</li>



<li>農林水産省作況調査など各種統計：2023年分（※一部作物では主要生産都道府県のみの統計公開のため過去の全都道府県統計を採用しているものもあります）</li>



<li>財務省貿易統計：2023年分</li>
</ul>



<pre class="wp-block-verse">※地図上のその国・州・都道府県などの生産量を色分けするヒートマップや棒グラフなどはマウスのカーソルを合わせるとその年の数値を表示したり、グラフのレジェンド（表示項目一覧）をクリックすることで特定の項目を表示させたり、させなかったりできる機能を搭載しています。スマートフォンではその一部の機能を使えないため、可能であればPCの環境でご覧下さい。</pre>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50 is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://oregoncherry.jp/statistics-other-fruits-and-nuts.html" style="border-radius:12px">統計情報はこちら</a></div>
</div>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">ホームページの変更について</h2>



<p class="wp-block-paragraph">同時にオレゴンチェリーグロワーズの日本語サイト自体も刷新しました。見た目は従前の流れを踏襲していますが、お使いの機器の画面のサイズに合わせて自動的にフォントのサイズを計算して表示するなど、どのような環境でも読みやすくなるようにデザインをしております。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><p>The post <a href="https://pdxtrading.jp/news/2024/05/%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e5%88%b7%e6%96%b0%e3%83%bb%e7%b5%b1%e8%a8%88%e6%83%85%e5%a0%b1%e6%9c%80%e6%96%b0%e7%89%88%e5%85%ac%e9%96%8b%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89/">ホームページ刷新・統計情報最新版公開のお知らせ</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アメリカ・ナッツの価格はこの10年で最も安いレベルに</title>
		<link>https://pdxtrading.jp/news/2023/11/us-tree-nuts-price-falls-to-decades-lowest/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Tue, 28 Nov 2023 10:14:19 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[アーモンド]]></category>
		<category><![CDATA[クルミ]]></category>
		<category><![CDATA[ナッツ]]></category>
		<category><![CDATA[ヘーゼルナッツ]]></category>
		<category><![CDATA[収穫予測]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2428</guid>

					<description><![CDATA[<p>USDAが最近発表した収穫予測では、ナッツ類の価格下落が鮮明となってきています。実質価格（インフレ調整後価格）で と21世紀に入ってから最も安い価格圏に入ってきています。 クルミは2013年に$1.8/lbの最高値を記録</p>
<p>The post <a href="https://pdxtrading.jp/news/2023/11/us-tree-nuts-price-falls-to-decades-lowest/">アメリカ・ナッツの価格はこの10年で最も安いレベルに</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">USDAが最近発表した収穫予測では、ナッツ類の価格下落が鮮明となってきています。実質価格（インフレ調整後価格）で</p>



<ul class="wp-block-list">
<li>アーモンド：　$1.10/lb</li>



<li>ヘーゼルナッツ：　$0.51/lb</li>



<li>クルミ：　$0.25/lb</li>
</ul>



<p class="wp-block-paragraph">と21世紀に入ってから最も安い価格圏に入ってきています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">クルミは2013年に$1.8/lbの最高値を記録していますが、それと比べると約1/8にまで下がっています。そのような状況もあり、くるみの作付面積は主要生産州のカリフォルニアで1.5万エーカー減の38万エーカーになると見込まれています。作付面積は減少しましたが、生産量は5%増の79万トンと過去最高になる可能性があります。</p>



<p class="wp-block-paragraph">アーモンドは昨年比1.5%増の118万トンの生産が見込まれています。価格も最高値の$4/lb（2014年）と比べると約1/4程度に下落しています。</p>



<p class="wp-block-paragraph">ヘーゼルナッツはほぼ全量をオレゴン州が生産していますが、作付面積はこの10年で40%程度増えており、今年の生産量も8万5千トンに達し過去最高となる見込みです。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="768" height="537" src="https://pdxtrading.jp/news/wp-content/uploads/2023/11/image.png" alt="" class="wp-image-2431" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/11/image.png 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/11/image-300x210.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><p>The post <a href="https://pdxtrading.jp/news/2023/11/us-tree-nuts-price-falls-to-decades-lowest/">アメリカ・ナッツの価格はこの10年で最も安いレベルに</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ブルーベリー収穫統計：2022年北米統計情報を更新しました</title>
		<link>https://pdxtrading.jp/news/2023/07/us-and-canada-updates-fruits-statistics/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Thu, 20 Jul 2023 08:36:30 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[カナダ]]></category>
		<category><![CDATA[カルチベイト]]></category>
		<category><![CDATA[チェリー]]></category>
		<category><![CDATA[ナッツ]]></category>
		<category><![CDATA[フルーツ]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[ワイルド]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[果実]]></category>
		<category><![CDATA[統計]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2381</guid>

					<description><![CDATA[<p>アメリカ・カナダの統計情報が公開されました アメリカ農務省統計局・カナダ統計局が6月に2022年の生産統計を公表しました。それに基づき、ブルーベリーを含む果実・ナッツ類の統計情報を更新しました。 ブルーベリー 2022年</p>
<p>The post <a href="https://pdxtrading.jp/news/2023/07/us-and-canada-updates-fruits-statistics/">ブルーベリー収穫統計：2022年北米統計情報を更新しました</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">アメリカ・カナダの統計情報が公開されました</h2>



<p class="wp-block-paragraph">アメリカ農務省統計局・カナダ統計局が6月に2022年の生産統計を公表しました。それに基づき、ブルーベリーを含む果実・ナッツ類の統計情報を更新しました。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">ブルーベリー</h2>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-north-america-historical-bar.jpg"><img loading="lazy" decoding="async" width="960" height="540" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-north-america-historical-bar.jpg" alt="" class="wp-image-2382" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-north-america-historical-bar.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-north-america-historical-bar-300x169.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-north-america-historical-bar-768x432.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>



<p class="wp-block-paragraph">2022年北米ワイルドブルーベリーの生産量は、前年（2021年）豊作だったアメリカ・メイン州が2022年春より記録的な干ばつに襲われた影響などで生産量が30-40%減、一方で天候が安定していたカナダ・ケベック州は豊作となり、トータルの生産量としては前年より微増の12.5-13万トン程度になりました。昨年同様、市場には冷凍在庫のキャリーオーバーが無く、新クロップの一部が前年の契約未履行分に回ったため、新クロップとして市場に出回ったのは10-11 万トン程度と前年より少なくなったため、流通価格は前年より高くなっています。</p>



<p class="wp-block-paragraph">カルチベイトブルーベリーについてはカリフォルニア、ジョージア、ミシガン、ニュージャージーなど低緯度・南部の山地で干ばつによる減収が発生、主要産地のワシントン州・オレゴン州・ブリティッシュコロンビア州は平年並みか平年より良かったのですが、北米合計としては3年連続で前年割れとなりました。</p>



<p class="wp-block-paragraph">2022年北米のワイルドストロベリー（野生種）の生産量は14万3630トン、カルチベイトブルーベリー（栽培種）は35万569トンとなりました。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">品種別生産動向</h2>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022.jpg"><img loading="lazy" decoding="async" width="960" height="960" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022.jpg" alt="" class="wp-image-2383" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022-300x300.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022-150x150.jpg 150w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2022-768x768.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021.jpg"><img loading="lazy" decoding="async" width="960" height="960" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021.jpg" alt="" class="wp-image-2384" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021-300x300.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021-150x150.jpg 150w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/bb-production-country-area-2021-768x768.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>
</div>
</div>



<p class="wp-block-paragraph">ワイルドブルーベリーはアメリカはメイン州のみで生産されており、カナダでは東部ケベック州とマリタイム州（ノバスコシア州、ニューブランズウィック州、ニューファンドランドラブラドール、プリンスエドワード島）で生産されています。2021年はケベック州で不作、2022年はメイン州で不作・アメリカ南部でカルチベイトブルーベリーが不作だったため、2022年の北米ブルーベリー生産量の内、29％がワイルドブルーベリー、71％がカルチベイトブルーベリーとなりました。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">その他果実・ナッツ類統計情報</h2>



<p class="wp-block-paragraph">弊社統計情報のページではブルーベリー以外にも様々な果実・ナッツ類の統計情報を公開しています。下のリンクより各果実・ナッツの統計情報をご覧頂けます。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">果実統計情報</h3>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full is-resized"><a href="https://oregoncherry.jp/statistics.html"><img loading="lazy" decoding="async" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-blueberry.jpg" alt="" class="wp-image-2385" style="width:277px;height:277px" width="277" height="277" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-blueberry.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-blueberry-150x150.jpg 150w" sizes="auto, (max-width: 277px) 100vw, 277px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/cherry-statistics.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cherry.jpg" alt="" class="wp-image-2386" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cherry.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cherry-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-cranberry.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cranberry.jpg" alt="" class="wp-image-2387" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cranberry.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-cranberry-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-raspberry.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-cranberry2.png" alt="" class="wp-image-2388" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-cranberry2.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-cranberry2-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">ラズベリー</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-prunes.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-prune2.png" alt="" class="wp-image-2389" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-prune2.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-prune2-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">プルーン</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-banana.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-banana.png" alt="" class="wp-image-2390" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-banana.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-banana-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">バナナ</figcaption></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-apple.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apple.png" alt="" class="wp-image-2391" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apple.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apple-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">リンゴ</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-apricot.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apricot2.png" alt="" class="wp-image-2392" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apricot2.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-apricot2-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">アプリコット</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-dates.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-dates2.png" alt="" class="wp-image-2393" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-dates2.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-dates2-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">デーツ</figcaption></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-raisin.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-grape.png" alt="" class="wp-image-2394" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-grape.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-grape-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">レーズン</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-figs.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-fig2.png" alt="" class="wp-image-2395" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-fig2.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-fig2-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">イチジク</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-mango.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-mango.png" alt="" class="wp-image-2396" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-mango.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-mango-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">マンゴー</figcaption></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-japanese-citrus.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-citrus.png" alt="" class="wp-image-2397" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-citrus.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-citrus-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">国産柑橘類</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-japanese-citrus-%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-ume.png" alt="" class="wp-image-2398" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-ume.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/stat-ume-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption class="wp-element-caption">国産梅</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>
</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">ナッツ類統計情報</h3>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-almonds.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-almond.jpg" alt="" class="wp-image-2399" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-almond.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-almond-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-walnuts.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-walnut.jpg" alt="" class="wp-image-2400" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-walnut.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-walnut-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-pistachio.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pistachio.jpg" alt="" class="wp-image-2401" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pistachio.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pistachio-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-pecan.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pecan.jpg" alt="" class="wp-image-2402" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pecan.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-pecan-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://oregoncherry.jp/statistics-hazelnuts.html"><img loading="lazy" decoding="async" width="300" height="300" src="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-hazelnuts.jpg" alt="" class="wp-image-2403" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-hazelnuts.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/07/statistics-hazelnuts-150x150.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>
</div>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><p>The post <a href="https://pdxtrading.jp/news/2023/07/us-and-canada-updates-fruits-statistics/">ブルーベリー収穫統計：2022年北米統計情報を更新しました</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2023年ワイルドブルーベリー予想</title>
		<link>https://pdxtrading.jp/news/2023/07/2023%e5%b9%b4%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e4%ba%88%e6%83%b3/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Sun, 02 Jul 2023 23:10:00 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[ワイルド]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[統計]]></category>
		<category><![CDATA[野生種]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2361</guid>

					<description><![CDATA[<p>今年も予想が難しい天候です ワイルドブルーベリーの主要な生産エリアはカナダ・ケベック州とアメリカ・メイン州で、次いでカナダ東部（ニューブランズウィック州、ノバスコシア州、ニューファンドランドラブラドール）となり、過去３年</p>
<p>The post <a href="https://pdxtrading.jp/news/2023/07/2023%e5%b9%b4%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e4%ba%88%e6%83%b3/">2023年ワイルドブルーベリー予想</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading">今年も予想が難しい天候です</h2>



<p class="wp-block-paragraph">ワイルドブルーベリーの主要な生産エリアはカナダ・ケベック州とアメリカ・メイン州で、次いでカナダ東部（ニューブランズウィック州、ノバスコシア州、ニューファンドランドラブラドール）となり、過去３年間平均すると約12万トン／年の生産量となっています。</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022.jpg"><img loading="lazy" decoding="async" width="960" height="537" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022.jpg" alt="" class="wp-image-2362" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022-300x168.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022-768x430.jpg 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/wild-blueberry-production-3yr-avg-2022-820x459.jpg 820w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">ここ数年は毎年どこか、あるいは複数のエリアで干ばつ・大雨・低温被害などの異常気象による突発的な不作が発生しており、実際に収穫されるまで収穫量の見通しが立たない状況が続いています。今年はこれまでに比べると比較的どのエリアも順調ですが、これから果実が成長し熟していく大切な時期を迎えます。適切な降水量と日照、気温が確保できるかどうか、引き続きモニタリングしていきます。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">ケベック州の状況</h3>



<p class="wp-block-paragraph">ケベック州では５月下旬の寒波・降霜で州北部に位置しているワイルドブルーベリーの生育エリアでは被害が発生しています。</p>



<p class="wp-block-paragraph">また５月から発生した山火事は7月3日(月)の時点では大きな被害に繋がるようなリスクは観測されておりません。</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">カナダ・東部諸州</h3>



<p class="wp-block-paragraph">ノバスコシア州、ニューブランズウィック州、ニューファンドランドラブラドール共に異常気象は報告されておりませんが、若干降水量が例年よりも少ない状況です。7月に降水量が確保できれば、平年並みあるいはそれ以上の収穫が期待できると見込まれています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">アメリカ・メイン州</h3>



<p class="wp-block-paragraph">ケベック州同様に一部地域で開花時期の降霜もありましたが、概ね天候は生育に味方をしている状況です。ただメイン州はここ数年夏場の降水量が少なく干ばつ傾向が続いています。夏場の降水量が少ないと果実の生育に大きな影響が出ます。</p>



<p class="wp-block-paragraph"><a href="https://www.noaa.gov/weather">アメリカ海洋大気庁</a>(NOAA)のデータによると、6月末の時点では若干降水量が少ないながらも過去数年に比べると比較的降水量が多く、干ばつの状況は避けられています。</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text.png"><img loading="lazy" decoding="async" width="1024" height="791" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text-1024x791.png" alt="" class="wp-image-2363" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text-1024x791.png 1024w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text-300x232.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text-768x593.png 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text-820x634.png 820w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/20230620_northeast_text.png 1056w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">NOAAの3ヶ月干ばつ予想でもメイン州では干ばつが進行するという予報はでておりません。</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought.png"><img loading="lazy" decoding="async" width="1024" height="791" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-1024x791.png" alt="" class="wp-image-2364" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-1024x791.png 1024w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-300x232.png 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-768x593.png 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-1170x904.png 1170w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought-820x633.png 820w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/season_drought.png 1199w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">まとめると2023年のワイルドブルーベリーは平年並みの生産量を確保できる可能性が高くなっていると考えられます。しかしながら、突発的な異常気象が世界各地で発生しており、実際に収穫が終わるまで予断を許さない状況が続きます。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><p>The post <a href="https://pdxtrading.jp/news/2023/07/2023%e5%b9%b4%e3%83%af%e3%82%a4%e3%83%ab%e3%83%89%e3%83%96%e3%83%ab%e3%83%bc%e3%83%99%e3%83%aa%e3%83%bc%e4%ba%88%e6%83%b3/">2023年ワイルドブルーベリー予想</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アメリカのカルチベイトブルーベリーは概ね豊作の見込み</title>
		<link>https://pdxtrading.jp/news/2023/06/us-expects-bamper-crop-of-cultivated-blueberries-in-2023/</link>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 00:50:30 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[カルチベイト]]></category>
		<category><![CDATA[ブルーベリー]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[栽培種]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2344</guid>

					<description><![CDATA[<p>2023年のアメリカ産カルチベイトブルーベリーは概ね順調に生育しております。 過去3年（2020～2022年）の主要生産州の平均収穫量に示しているように、主要産地はアメリカ西海岸（カリフォルニア州・オレゴン州・ワシントン</p>
<p>The post <a href="https://pdxtrading.jp/news/2023/06/us-expects-bamper-crop-of-cultivated-blueberries-in-2023/">アメリカのカルチベイトブルーベリーは概ね豊作の見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">2023年のアメリカ産カルチベイトブルーベリーは概ね順調に生育しております。</p>



<p class="wp-block-paragraph">過去3年（2020～2022年）の主要生産州の平均収穫量に示しているように、主要産地はアメリカ西海岸（カリフォルニア州・オレゴン州・ワシントン州／カナダ・ブリティッシュコロンビア州）、アメリカ中西部（ミシガン州）、アメリカ南部（ジョージア州）となります（メイン州は野生種／ワイルドブルーベリー）。</p>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022.jpg"><img loading="lazy" decoding="async" width="960" height="756" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022.jpg" alt="" class="wp-image-2348" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022-300x236.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022-768x605.jpg 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022-820x646.jpg 820w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/usa-production-states-2022-100x80.jpg 100w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">昨年は干ばつ・降霜など主要産地での天候不順などが主な理由でアメリカ全体のカルチベイトブルーベリー生産量は若干減り28万トンとなりました。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">フロリダは昨年のハリケーン・イアンの被害により生産量減少</h2>



<p class="wp-block-paragraph">フロリダ州はここ数年1.1-1.2万トンの生産量が続いていましたが、昨年アメリカ南部・東部を襲ったハリケーン・イアンで樹木に被害が発生しました。また、3月に寒波が襲来しちょうど開花期だったブルーベリーとピーチに被害が発生しました。これらの状況により2023年の生産量は1万トンを割り込み7,000-8,000トン程度になると見込まれています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">ジョージア州</h2>



<p class="wp-block-paragraph">フロリダに隣接しているジョージア州でも3月に寒波が襲来しちょうど開花期だったブルーベリーとピーチに被害が発生しました。フロリダ同様ハリケーン・イアンの被害も受けており、生産量は減少する見込みです。7月上旬に収穫が完了する見込みですが、例年並みの3万トン程度の生産量は確保できるのでは無いかと見込まれています。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">ノースカロライナ州</h2>



<p class="wp-block-paragraph">例年より気温が低い状況が続いてきたため、収穫が遅れており、生産量も減少する見込み。1万トン程度に落ち込む可能性があるようです。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">ミシガンは豊作を見込むも降水量の少なさが懸念材料</h2>



<ul class="wp-block-list">
<li></li>
</ul>



<p class="wp-block-paragraph">ここ10年で最も収穫量が大きくなる可能性もあります。降水量が少ないのが懸念ですが、5月末の時点では、気温は概ね成育に適して推移しており、雹害・降霜などもなく順調です。</p>



<p class="wp-block-paragraph">6月第1週に熱波が押し寄せ、灌漑設備のある農園では樹木・果実の温度が上がりすぎないように水を散布するなどの対応をとりました。今のところ大きな被害は報告されていません。</p>



<p class="wp-block-paragraph">ミシガン州でのカルチベイトブルーベリーは州西部（ミシガン湖東岸）で主に栽培されいます。</p>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2.jpg"><img loading="lazy" decoding="async" width="960" height="944" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2.jpg" alt="ミシガン州カルチベイトブルーベリーの栽培面積で、州西部（ミシガン湖東岸）で主に栽培されています。" class="wp-image-2346" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2-300x295.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2-768x755.jpg 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/michigan-cultivate-acreage-2017-ver2-820x806.jpg 820w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">カリフォルニア・北西部（オレゴン・ワシントン）は豊作の見込み</h2>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">カリフォルニア州の状況</h3>



<p class="wp-block-paragraph">カリフォルニア州は昨年干ばつの影響で3年ぶりに3万トンを割り込みました。今年は冬期間の降雪量が充分あり、また春先にはめったに起こらない洪水が発生するなど降水量が多く、ブルーベリーの成育は順調に進んでいます。例年並みか少し増えて3万6千トン程度になると見込まれています。</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Pacific Northwest (PNW / オレゴン・ワシントン州・カナダブリティッシュコロンビア州）の状況</h3>



<p class="wp-block-paragraph">PNWの今年の冬期の気候は例年より温暖で、降水量も例年よりも少ないものの充分にあり、例年通りオレゴン州では7月中旬、ワシントン州では7月下旬から収穫を始められる見込みです。ブルーベリーの収穫が始まる7月中旬・下旬はまだチェリーの収穫も続いています。<a href="https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/">先日お伝えしたとおり、この地域では今年チェリーは豊作の見込みとなっています</a>。そのためブルーベリーの収穫に必要な作業員が充分に確保できるかどうかで生産量にも影響が出てくる可能性があります。</p><p>The post <a href="https://pdxtrading.jp/news/2023/06/us-expects-bamper-crop-of-cultivated-blueberries-in-2023/">アメリカのカルチベイトブルーベリーは概ね豊作の見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>アメリカ西海岸ダークスイートチェリーは昨年より60%程生産量が増える見込み</title>
		<link>https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/</link>
					<comments>https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/#comments</comments>
		
		<dc:creator><![CDATA[pdx trading]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 01:52:39 +0000</pubDate>
				<category><![CDATA[収穫統計]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[チェリー]]></category>
		<category><![CDATA[収穫]]></category>
		<category><![CDATA[統計]]></category>
		<guid isPermaLink="false">https://pdxtrading.jp/news/?p=2354</guid>

					<description><![CDATA[<p>アメリカ西海岸（カリフォルニア・オレゴン・ワシントン州）の2023年ダークスイートチェリー生産量は37万トンに達する見込みで昨年比で60%アップとなります。 2022年、最大の生産地ワシントン州では春先の厳しい寒波により</p>
<p>The post <a href="https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/">アメリカ西海岸ダークスイートチェリーは昨年より60%程生産量が増える見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></description>
										<content:encoded><![CDATA[<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">アメリカ西海岸（カリフォルニア・オレゴン・ワシントン州）の2023年ダークスイートチェリー生産量は37万トンに達する見込みで昨年比で60%アップとなります。</p>



<p class="wp-block-paragraph">2022年、最大の生産地ワシントン州では春先の厳しい寒波により受粉・結実が上手くいきませんでした。カリフォルニア州では2-3月にかけての寒波により結実期の果実にダメージが発生しました。オレゴン州では同様に寒波と降水量が例年に比べて多く果実の結実・生長に影響が発生しました。これらのことより生産量は過去最低レベルの23万トンに落ち込みました。そのため2023年の生産量は決して大豊作という事では無く、不作だった昨年と比べて大幅に回復し、ほぼ予測通りの収穫量となる見込みです。ちなみに2021年は39万トンを生産しています。</p>



<p class="wp-block-paragraph">最大の生産量を誇るワシントン州は24万トンを見込んでおり、カリフォルニア州は8万トン、オレゴンは5万トンとなる見込みです。</p>



<figure class="wp-block-image size-full"><a href="https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast.jpg"><img loading="lazy" decoding="async" width="960" height="517" src="https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast.jpg" alt="" class="wp-image-2355" srcset="https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast.jpg 960w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast-300x162.jpg 300w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast-768x414.jpg 768w, https://pdxtrading.jp/news/wp-content/uploads/2023/06/pnw-cherry-2023-forecast-820x442.jpg 820w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">サワーチェリーは昨年比17%減少の見込み</h2>



<p class="wp-block-paragraph">ミシガン州・ユタ州で主に栽培されているサワーチェリー (tart cherries) ですが、昨年の11万トンに比べると、2023年は9.2万トンと17%減となる見込みです。最大生産地のミシガンで昨年の8.2万トンから5.5万トンに減少するのが主な要因です。2020-2021年と2年続いた不作の時期（3-4万トン台）と比べると減少幅は抑えられておりますが、不作となる見込みです。</p>



<p class="wp-block-paragraph">一方ワシントン州ではサワーチェリーの収穫量も大幅に回復し、1.2万トン程を見込んでいます。</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">スイート・サワー合計では30%程生産量が増える見込み</h2>



<p class="wp-block-paragraph">2品種合計の生産量は2023年は46万トン台になる見込みで、昨年の34万トンと比べると35％増で比較的豊作だった2021年と同程度になると見込まれています。</p>



<p class="wp-block-paragraph">チェリーのこれまでの詳細な統計情報は弊社<a href="https://oregoncherry.jp/cherry-statistics.html">統計情報ページ</a>をご参照ください。</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://oregoncherry.jp/cherry-statistics.html">チェリー統計情報</a></div>
</div><p>The post <a href="https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/">アメリカ西海岸ダークスイートチェリーは昨年より60%程生産量が増える見込み</a> first appeared on <a href="https://pdxtrading.jp/news">pdx trading - news</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://pdxtrading.jp/news/2023/06/2023-2023-us-cherry-production-recovers/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
