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

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

着物生地(142)西陣お召総絣

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

今日は、引き続き西陣お召です。

DSC_2535

この生地も、十字絣に見えるのですが、買った時のタイトルは西陣総絣です。うーん、よく判りません。(笑)

DSC_2536

絣の形は、前日の西陣の絣と似ているような似ていないような・・・。どう区別するのか、出品者に聞いてみたいところです。

DSC_2537

西陣の総絣は、最初の頃は大島紬の5マルキの絣のものと区別がつかなかったのですが、最近では、西陣の中でも、色々あって区別がつかない状態です。

この生地以外にも、色違いでいくつか持っています。少しずつ、整理して大切に保管していきたいと思います。
/* * はてなブログに「音読する」ボタンを追加する ** 使い方 - 以下をコピーして デザイン編集 → カスタマイズ → フッタ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