<?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>営業案内 | 株式会社リバコトレーディング</title>
	<atom:link href="https://www.ribaco.co.jp/category/information/feed" rel="self" type="application/rss+xml" />
	<link>https://www.ribaco.co.jp</link>
	<description>株式会社リバコトレーディング</description>
	<lastBuildDate>Wed, 01 Jul 2026 00:09:12 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>NC･TRAD 手帳型サンプル帳プレゼントキャンペーン</title>
		<link>https://www.ribaco.co.jp/information/3177</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 16:46:50 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<category><![CDATA[見本帳]]></category>
		<category><![CDATA[キャンペーン]]></category>
		<category><![CDATA[NC]]></category>
		<category><![CDATA[TRAD]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=3177</guid>

					<description><![CDATA[<p>RIBACO PRESENT CAMPAIGN 手帳型サンプル帳（NC・TRAD）プレゼントキャンペーン 平素より、リバコの椅子張地をご愛顧いただき、誠にありがとうございます。このたび、設計事務所様やデザイナー様より大変 [&#8230;]</p>
The post <a href="https://www.ribaco.co.jp/information/3177">NC･TRAD 手帳型サンプル帳プレゼントキャンペーン</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></description>
										<content:encoded><![CDATA[<!-- ==========================================================
   手帳型サンプル帳プレゼントキャンペーン 投稿用HTML
   ・WordPressクラシックエディターの「テキスト」タブにそのまま貼り付けてください
   ・画像URLは /wp-content/uploads/ 配下のものに置き換え済みです
   ・応募フォームのリンクは https://www.ribaco.co.jp/contact に置き換え済みです
   ========================================================== --> <style>
.rbcamp{max-width:760px;margin:0 auto;color:#2b2b2b;line-height:1.9;font-size:16px;}
.rbcamp h2{font-size:1.3em;border-left:5px solid #3a3f44;padding-left:.6em;margin:2.2em 0 1em;}
.rbcamp .rbcamp-hero{position:relative;margin-bottom:1.8em;border-radius:4px;overflow:hidden;}
.rbcamp .rbcamp-hero img{width:100%;display:block;}
.rbcamp .rbcamp-hero-text{position:absolute;left:0;bottom:0;width:100%;
  padding:2.2em 1.5em 1.4em;background:linear-gradient(to top, rgba(20,20,20,.78), rgba(20,20,20,0));
  color:#fff;box-sizing:border-box;}
.rbcamp .rbcamp-hero-text small{display:block;letter-spacing:.1em;opacity:.85;font-size:.8em;margin-bottom:.4em;}
.rbcamp .rbcamp-hero-text strong{font-size:1.4em;font-weight:700;}
.rbcamp p{margin:1em 0;}
.rbcamp .rbcamp-figure{margin:1.6em 0;}
.rbcamp .rbcamp-figure img{width:100%;border-radius:4px;display:block;}
.rbcamp .rbcamp-figure figcaption{font-size:.85em;color:#777;margin-top:.5em;text-align:center;}
@media (min-width:600px){
  .rbcamp .rbcamp-figure.is-float-right{float:right;width:42%;margin:0 0 1em 1.6em;}
  .rbcamp .rbcamp-figure.is-float-left{float:left;width:42%;margin:0 1.6em 1em 0;}
  .rbcamp::after{content:"";display:block;clear:both;}
}
.rbcamp .rbcamp-cards{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#3a3f44;
  border-radius:4px;overflow:hidden;margin:1.6em 0;clear:both;}
.rbcamp .rbcamp-card{background:#f7f5f2;padding:1.1em 1.3em;}
.rbcamp .rbcamp-card .rbcamp-label{display:block;font-size:.8em;letter-spacing:.05em;color:#3a3f44;
  font-weight:700;margin-bottom:.3em;}
@media (max-width:599px){.rbcamp .rbcamp-cards{grid-template-columns:1fr;}}
.rbcamp .rbcamp-cta-wrap{text-align:center;margin:2.2em 0;}
.rbcamp .rbcamp-cta{display:inline-block;background:#3a3f44;color:#fff !important;
  padding:.9em 2.6em;border-radius:4px;text-decoration:none;font-weight:700;letter-spacing:.05em;
  transition:background .2s;}
.rbcamp .rbcamp-cta:hover{background:#54595e;}
.rbcamp .rbcamp-note{font-size:.85em;color:#777;border-top:1px solid #e3e0db;padding-top:1.4em;margin-top:2.4em;}

/* ---------- フローティングポップアップ ---------- */
#rbcamp-popup{position:fixed;right:24px;bottom:20vh;transform:translateX(140%);
  width:92vw;max-width:340px;background:#fff;border:1px solid #e3e0db;border-radius:10px;
  box-shadow:0 8px 28px rgba(0,0,0,.18);display:flex;align-items:flex-start;gap:.8em;
  padding:.85em .9em;z-index:9999;transition:transform .4s ease;}
#rbcamp-popup.is-visible{transform:translateX(0);}
@media (max-width:380px){
  #rbcamp-popup{right:12px;bottom:15vh;max-width:300px;}
}
#rbcamp-popup .rbcamp-popup-img{width:72px;height:96px;object-fit:cover;border-radius:8px;
  flex:none;display:block;}
#rbcamp-popup .rbcamp-popup-right{flex:1;display:flex;flex-direction:column;justify-content:center;
  gap:.4em;min-width:0;}
#rbcamp-popup .rbcamp-popup-right strong{font-size:.95em;line-height:1.3;color:#2b2b2b;}
#rbcamp-popup .rbcamp-popup-sub{font-size:.8em;color:#777;margin:0;line-height:1.4;}
#rbcamp-popup .rbcamp-popup-cta{display:block;text-align:center;background:#3a3f44;color:#fff;
  text-decoration:none;font-size:.85em;font-weight:700;padding:.6em 0;border-radius:6px;}
#rbcamp-popup .rbcamp-popup-close{position:absolute;top:-10px;right:-10px;width:26px;height:26px;
  background:#3a3f44;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;
  cursor:pointer;font-size:14px;line-height:1;border:2px solid #fff;}
</style>
<div class="rbcamp">
<div class="rbcamp-hero"><img decoding="async" src="/wp-content/uploads/IMG_0538.jpg" alt="手帳型サンプル帳と設計事務所のデスク" />
<div class="rbcamp-hero-text"><small>RIBACO PRESENT CAMPAIGN</small> <strong>手帳型サンプル帳（NC・TRAD）プレゼントキャンペーン</strong></div>
</div>
<p>平素より、リバコの椅子張地をご愛顧いただき、誠にありがとうございます。<br />このたび、設計事務所様やデザイナー様より大変ご好評をいただいております手帳型サンプル帳を、新たに制作いたしました。</p>
<p>本キャンペーンでは、こちらのサンプル帳を、ご応募いただいた方の中から抽選で<strong>50名様</strong>にプレゼントいたします。</p>
<p>これまではNCシリーズのみを収録しておりましたが、昨今の需要の高まりを受け、新たにTRADシリーズを追加し、日々のご提案により一層ご活用いただける内容へとバージョンアップしております。</p>
<figure class="rbcamp-figure"><img decoding="async" src="/wp-content/uploads/IMG_0531.jpg" alt="NC・TRADシリーズの豊富なカラー展開" />
<figcaption>NCに加え、TRADシリーズの色展開も収録</figcaption>
</figure>
<figure class="rbcamp-figure is-float-left"><img decoding="async" src="/wp-content/uploads/IMG_0527.jpg" alt="手のひらに収まるコンパクトサイズの手帳型サンプル帳" />
<figcaption>手のひらに収まる<br />コンパクトサイズ</figcaption>
</figure>
<p>お手元にひとつ忍ばせておくだけで、打ち合わせや張地選定など日頃の業務に大変便利なサンプル帳です。まだお持ちでない方は、ぜひこの機会にキャンペーンをご利用ください。</p>
<div style="clear: both;"></div>
<h2>■ 応募方法・キャンペーン詳細</h2>
<figure class="rbcamp-figure"><img decoding="async" src="/wp-content/uploads/IMG_0530.jpg" alt="設計図面と並べて使うサンプル帳" /></figure>
<div class="rbcamp-cards">
<div class="rbcamp-card"><span class="rbcamp-label">応募方法</span> 下記ボタンよりお問い合わせフォームへ進み、必要事項をご入力のうえ、お問い合わせ内容欄に「<strong>手帳型サンプル帳希望</strong>」とご記載ください。</div>
<div class="rbcamp-card"><span class="rbcamp-label">キャンペーン期間</span> 2026年7月1日（水）～7月17日（金）</div>
<div class="rbcamp-card"><span class="rbcamp-label">当選発表</span> 商品の発送をもって、当選の発表に代えさせていただきます。</div>
<div class="rbcamp-card"><span class="rbcamp-label">プレゼント内容</span> 手帳型サンプル帳　50冊<br />（サイズ：W115mm × H210mm × T20mm）</div>
</div>
<div class="rbcamp-cta-wrap"><a class="rbcamp-cta" href="https://www.ribaco.co.jp/contact">応募フォームはこちら</a></div>
<figure class="rbcamp-figure is-float-right"><img decoding="async" src="/wp-content/uploads/IMG_0529.jpg" alt="バッグから覗く手帳型サンプル帳" />
<figcaption>鞄に入れて、いつでも携帯できます</figcaption>
</figure>
<p>図面やカラーチップと一緒に、日々のご提案にぜひご活用ください。ご応募、お待ちしております。</p>
<div style="clear: both;"></div>
<p class="rbcamp-note">※ご当選の発表は商品の発送をもって代えさせていただきます。あらかじめご了承ください。</p>
</div>The post <a href="https://www.ribaco.co.jp/information/3177">NC･TRAD 手帳型サンプル帳プレゼントキャンペーン</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>棚卸のご案内</title>
		<link>https://www.ribaco.co.jp/information/2737</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Fri, 22 May 2026 02:14:55 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2737</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img fetchpriority="high" decoding="async" src="/wp-content/uploads/棚卸案内-1.png" alt="棚卸し実施のお知らせ" width="650" height="919" class="wp-edited-image alignleft" style="image-rendering: auto;" />The post <a href="https://www.ribaco.co.jp/information/2737">棚卸のご案内</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GW期間中の出荷のご案内</title>
		<link>https://www.ribaco.co.jp/information/2727</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 00:37:32 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2727</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/GW出荷案内-2026_page-0001-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2727">GW期間中の出荷のご案内</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>オリジナル商品価格改定のお知らせ</title>
		<link>https://www.ribaco.co.jp/information/2677</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Tue, 03 Feb 2026 07:37:18 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2677</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/オリジナル価格改定案内2026_page-0001-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2677">オリジナル商品価格改定のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>年末年始休業及び出荷のお知らせ</title>
		<link>https://www.ribaco.co.jp/information/2455</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Mon, 15 Dec 2025 01:36:05 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2455</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/年末年始案内　2025-2026_page-0001-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2455">年末年始休業及び出荷のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>棚卸実施のお知らせ</title>
		<link>https://www.ribaco.co.jp/information/2416</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 01:08:46 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2416</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/棚卸案内-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2416">棚卸実施のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>防炎張地（RELIEF)価格改定のご案内</title>
		<link>https://www.ribaco.co.jp/information/2369</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 00:43:11 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2369</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/リリーフ価格改定案内2025_page-0001-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2369">防炎張地（RELIEF)価格改定のご案内</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>夏季休業のお知らせ</title>
		<link>https://www.ribaco.co.jp/information/2363</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Wed, 30 Jul 2025 01:19:24 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2363</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<img decoding="async" src="/wp-content/uploads/夏季休業2025_page-0001-scaled.jpg" alt="" class="wp-edited-image" />The post <a href="https://www.ribaco.co.jp/information/2363">夏季休業のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NCシリーズ　サンプルセットキャンペーン終了のお知らせ</title>
		<link>https://www.ribaco.co.jp/information/2356</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Tue, 01 Jul 2025 05:49:03 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2356</guid>

					<description><![CDATA[<p>NCシリーズ　サンプルセットキャンペーンは終了致しました。ご応募頂きありがとうございました。引き続き宜しくお願い致します。</p>
The post <a href="https://www.ribaco.co.jp/information/2356">NCシリーズ　サンプルセットキャンペーン終了のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></description>
										<content:encoded><![CDATA[<strong>NCシリーズ　サンプルセットキャンペーンは終了致しました。<br /></strong><br /><strong>ご応募頂きありがとうございました。</strong><br /><strong><br />引き続き宜しくお願い致します。</strong>The post <a href="https://www.ribaco.co.jp/information/2356">NCシリーズ　サンプルセットキャンペーン終了のお知らせ</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NCシリーズ　サンプルセットキャンペーン</title>
		<link>https://www.ribaco.co.jp/information/2335</link>
		
		<dc:creator><![CDATA[root]]></dc:creator>
		<pubDate>Mon, 09 Jun 2025 01:06:33 +0000</pubDate>
				<category><![CDATA[営業案内]]></category>
		<guid isPermaLink="false">https://www.ribaco.co.jp/?p=2335</guid>

					<description><![CDATA[<p>NCシリーズは来年で発売から40周年となり、今回はその記念に先駆けて、NCをリング綴りにしたサンプルセットのプレゼントキャンペーンを企画致しました。NC最大の魅力であるカラーバリエーションは家具の種類や空間の雰囲気を問わ [&#8230;]</p>
The post <a href="https://www.ribaco.co.jp/information/2335">NCシリーズ　サンプルセットキャンペーン</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></description>
										<content:encoded><![CDATA[<strong>NCシリーズは来年で発売から40周年となり、今回はその記念に先駆けて、<br />NCをリング綴りにしたサンプルセットのプレゼントキャンペーンを企画致しました。</strong><br /><strong>NC最大の魅力であるカラーバリエーションは家具の種類や空間の雰囲気を問わず様々なシーンに<br />合わせることができるようバランスよく構成しています。</strong><br /><strong>そんな中で、よりNCの魅力を発信できるよう、従来の見本帳とは違った形でサンプルを製作しました。</strong><br /><strong>リングで綴った各色のサンプルは、生地同士の色合わせや家具との色合わせなど、<br />従来の見本帳よりも自由度高く活用することができます。</strong><br /><strong>今回はその、リング綴りのサンプルセットを50名様限定でプレゼントいたします。</strong><br /><strong>この機会にぜひ、ご応募ください。<br /></strong><br /><br /><strong>・サイズ　　　1枚70ｍｍ×80ｍｍ　全76色（リング綴り×4）</strong><br /><br /><strong>・開催期間　　2025年6月9日（月）～6月27日（金）</strong><br /><br /><strong>・応募方法　　ホームページの<a href="https://www.ribaco.co.jp/contact">お問い合わせフォーム</a>よりお願い致します。</strong><br /><br /><strong>・募集人数　　先着50名様<br /><br /></strong><strong>　　　<img decoding="async" src="/wp-content/uploads/image3-scaled-e1748912797786.jpeg" alt="" class="wp-edited-image" />　<img decoding="async" src="/wp-content/uploads/image4-scaled-e1748912831881.jpeg" alt="" class="wp-edited-image" /></strong>The post <a href="https://www.ribaco.co.jp/information/2335">NCシリーズ　サンプルセットキャンペーン</a> first appeared on <a href="https://www.ribaco.co.jp">株式会社リバコトレーディング</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
