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

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

着物生地(507)丹後ちりめん草木染 色無地反物

購入年月日:2013年~2014年頃
購入場所:ヤフオク 詳細は不明
購入価格:2,000円前後 詳細は不明 
購入状態:反物、状態は優良
素材:正絹

 

今日は、丹後ちりめんの色無地の反物です。

f:id:uribouwataru:20220326053240j:plain

f:id:uribouwataru:20220326053255j:plain

f:id:uribouwataru:20220326053309j:plain

f:id:uribouwataru:20220326053324j:plain

f:id:uribouwataru:20220326053336j:plain
f:id:uribouwataru:20220326053350j:plain

f:id:uribouwataru:20220326053350j:plain

f:id:uribouwataru:20220326053405j:plain

f:id:uribouwataru:20220326053419j:plain

f:id:uribouwataru:20220326053434j:plain

 

それでは、詳しく状態を見ていきたいと思います。  

 

(地色・状態)

地色は、肌色です。反物ですが、かなり分量があると思います。

 

(風合い)

やわらかく、しなやかな風合いです。

 

(用途)

柔らかいので、加工はしずらいと思います。生地の分量は、反物でかなり量がるので、色無地の着物として仕立てて着るのもありかもです。

 

まとめ
2~3千円で購入(落札)したと思いますが、目的があって落札した生地ではないと思います。
分量もかなりあり、着物に仕立てて、着ていただくのが一番良い気がします。
欲しい方がいらっしゃれば、差し上げたいと思います。(正直、私の手には負えません)
 
 
次のブログランキングに参加しています。クリックいただけると とってもうれしいです! 
 
にほんブログ村 その他趣味ブログ 和の趣味へ

 

f:id:uribouwataru:20220328102840p:plain

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