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

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

着物生地(470)越後上布 本麻

購入年月日:2015年1月16日
購入場所:ヤフオクストア 浪漫∞区(浪漫無限区) 
購入価格:261円(税込)送料別途 
購入状態:着物、状態は優良
素材:本麻

 

今日は、今日は越後上布の本麻の着物を解いた生地です。

f:id:uribouwataru:20220102173700j:plain

f:id:uribouwataru:20220102173747j:plainf:id:uribouwataru:20220102173759j:plain

f:id:uribouwataru:20220102173810j:plain

f:id:uribouwataru:20220102173820j:plain

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

 

(地色・状態)

地色は、白~淡いクリームです。状態はシミやアクなどが結構あり、リメイク・材料用の表示がありました。

 

(風合い)

柔らかい風合いの越後上布です。絣模様は薄くなっていますが、しなやかで素敵な肌触りです。

 

(用途)

男物でサイズが大きければ寝間着にしたいくらいです。小物として使いには、見栄えは悪いかもしれませんが、普段使いの「肌に触れるもの」であれば、すごく良くフィットする感じがします。

昔の越後上布です。今では中々お目にかかる機会が少なくなっていると思います。独特の味わいがあり、個人的には気に入っています。
劣化し、見栄えが悪いので、販売用にリメイクしたり、小物を作るには難しい面があることは確かです。

古いものは、捨てられてしまうと思うので、活用方法を見つけて、何かに役立てたいと考えています。

 
次のブログランキングに参加しています。クリックいただけると とってもうれしいです! 
 
にほんブログ村 その他趣味ブログ 和の趣味へ

 

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