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

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

着物生地(183)花に梅笹模様手織り真綿紬

購入年月日:2019年2月10日
購入場所:ヤフオク シンエイ
購入価格:851円(税込:送料別途 ヤマト運輸)
購入状態:着物、状態は優良
素材:絹

今日は、 花に梅笹模様の手織り真綿紬です。

f:id:uribouwataru:20210723054152j:plain

とても柔らかく、いかにも真綿紬といったいった風合いです。購入したのは、2019年です。比較的最近購入したにもかかわらず、あまり記憶にはありません。

f:id:uribouwataru:20210723054203j:plain

モノトーンの色彩でも、真綿紬は味わい深い模様の生地が多いのですが、このように数色使っていると、結構明るい雰囲気になる気がします。

f:id:uribouwataru:20210723054211j:plain

真綿紬の特色は、なんとも言えない優しい肌触りの他に、使えば使うほど味のある風合いになるところではないかと思います。以前、かなり古い真綿紬のはぎれを購入しましたが、古くてもとても柔らかく趣のある風合いであったことを覚えています。     

f:id:uribouwataru:20210723054220j:plain

この生地も、おそらく着物として売りだれた当初は、かなりの高級品だったかもしれません。着物として着る人が少なくなったとしても、生地として活かす方法はあると思います。着物は作る手順としては長方形を主体として、着物として成形しやすい面がある反面、襦袢や帯など着つけに時間がかかるデメリットがなんとも言えません。和風のシャツとか、真綿紬で作って上手く着こなしたりする方法はないのでしょか?

現状では、リメイクを頼むと何万円もコストがかかります。おそらく時間と相応の技術が必要だからかもしれません。Tシャツとか、短パンとかミシンで簡単に作れるのであれば、自分でも挑戦してみたいと思います。どこかに教えてくれるプロの方とかいないのでしょうか?



次のブログランキングに参加しています。クリックいただけると とってもうれしいです! 

人気ブログランキング
f:id:uribouwataru:20210228113442p: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