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

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

着物生地(460)横段模様織り出し手織り真綿紬

購入年月日:2016年6月8日
購入場所:ヤフオクストア シンエイ
購入価格:1,104円(税込)送料別途 
購入状態:着物、状態は優良
素材:正絹

 

今日は、横段模様織り出しの手織り真綿紬の着物を解いた生地です。

f:id:uribouwataru:20211228163539j:plain

f:id:uribouwataru:20211228163552j:plain

f:id:uribouwataru:20211228163604j:plain

f:id:uribouwataru:20211228163616j:plain
f:id:uribouwataru:20211228163628j:plain

f:id:uribouwataru:20211228163640j:plain

f:id:uribouwataru:20211228163652j:plain

f:id:uribouwataru:20211228163703j:plain
f:id:uribouwataru:20211228163715j:plain

f:id:uribouwataru:20211228163727j:plain

 

詳しく状態を見ていきたいと思います。  

 

(地色・状態)

地色は、薄紫です。状態は大変良く、着用可能の表示がありました。

 

(風合い)

真綿紬らしい柔らかでしっとりした風合いです。肌触りもとても良いです。

 

(用途)

横段模様以外にも、絣模様が細かく入っていて、素敵な生地だと思います。縦横もあまり気にせず、どちらでも使えそうで、用途の幅はかなり広い感じです。

 

まとめ
真綿紬の風合いをいかして、シャツなどが作れれば素敵かもしれません。生地はまだ手を付けていませんので、上着を作るのをメインに、考えていければいいなと思います。
作れるようになるまでは、大切に保管して置こうと思います。
 
 
次のブログランキングに参加しています。クリックいただけると とってもうれしいです! 
 
にほんブログ村 その他趣味ブログ 和の趣味へ

 

f:id:uribouwataru:20211229183350p: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