カシミヤ 100% 大判 ストール【200cm×60cm】<br>レディース メンズ カシミア カシミヤストール カシミアストール 大判ストール マフラー 無地 白 黒 赤 ベージュ 秋冬 女性 男性 妻 彼女 祖母 20代 30代 40代 50代 プレゼント 誕生日プレゼント 敬老の日 クリスマス
.product-wrapper { background-color: #F9F6F1; font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif", "Noto Sans JP", "sans-serif"; padding: 40px 20px; max-width: 800px; margin: 0 auto; color: #504C4C; line-height: 1.6; overflow-wrap: break-word; word-wrap: break-word; } .content-section { margin-bottom: 60px; border-bottom: 1px solid #E4DED8; padding-bottom: 60px; } .content-section:last-child { margin-bottom: 0; border-bottom: none; } /* タイトル周り */ .section-title { color: #62504B; font-size: 24px; margin-bottom: 24px; letter-spacing: 0.05em; line-height: 1.4; word-break: keep-all; text-wrap: balance; border-bottom: 1px solid #E4DED8; padding-bottom: 8px; } .body-text { color: #504C4C; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; } .caption-text { color: #8B837E; font-size: 14px; margin-top: 8px; text-align: right; } .product-img { border-radius: 0px; box-shadow: none; margin-bottom: 10px; width: 100%; height: auto; } .marker { background: linear-gradient(transparent 60%, #94746340 60%); font-weight: bold; padding: 0 4px; } /* ▼▼▼ 画像の表示分け(枠・背景色なし) ▼▼▼ */ /* A. 機能アイコン (3列・小さめ) */ .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; /* padding, background-colorを削除し、枠をなくす */ align-items: center; justify-items: center; } .care-icons img { width: 100%; max-width: 60px; /* アイコンサイズ制限 */ height: auto; object-fit: contain; } /* B. スペック詳細画像 (1列・大きく) */ .spec-img-full { width: 100%; margin: 20px 0; /* padding, background-colorを削除し、枠をなくす */ text-align: center; } .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; } /* ▼▼▼ アコーディオン ▼▼▼ */ details.spec-details { border: 1px solid #E4DED8; border-radius: 4px; background-color: #F9F6F1; color: #504C4C; margin-bottom: 15px; overflow: hidden; } summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #62504B; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F9F6F1; transition: background 0.2s; } summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); } summary.spec-summary::after { content: "+"; font-size: 1.5em; font-weight: normal; color: #947463; } /* 開いた時のデザイン調整 */ details[open] summary.spec-summary { border-bottom: 1px solid #E4DED8; background-color: rgba(0,0,0,0.02); } details[open] summary.spec-summary::after { content: "-"; } summary.spec-summary::-webkit-details-marker { display: none; } .spec-content { padding: 20px; background-color: #F9F6F1; font-size: 14px; } .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; } /* リストデザイン */ ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; } ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; } ul.benefit-list li::before { position: absolute; left: 0; content: "●"; color: #947463; font-size: 0.9em; top: 2px; } ul.basic-list li::before { content: ""; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8B837E; border-radius: 50%; } ul.point-list li::before { content: "▶"; position: absolute; left: 0; color: #62504B; font-size: 0.8em; top: 3px; } ul.note-list li::before { content: "※"; position: absolute; left: 0; color: #8B837E; font-size: 0.9em; } ul.step-list { counter-reset: num; } ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #947463; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; } .spec-group strong { display: block; font-size: 1.1em; color: #62504B; margin-bottom: 12px; border-bottom: 1px solid #947463; width: fit-content; word-break: keep-all; } /* テーブル横スクロール対応 */ .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; } .spec-table { width: 100%; white-space: nowrap; width: 100%; border-collapse: collapse; border: 1px solid #E4DED8; th, td { padding: 12px 8px; border: 1px solid #E4DED8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #62504B; } } .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E4DED8; background: #F6F3EE; padding: 20px; } .shipping-box strong { color: #62504B; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E4DED8; padding-bottom: 5px; word-break: keep-all; } .note-box { border-color: #947463; } @media (max-width: 600px) { .product-wrapper { padding: 20px 15px; } .section-title { font-size: 1.3em; } } 上質カシミヤが紡ぐ、洗練されたぬくもり ふわり、首元に贅沢なカシミヤを 顔周りを包み込むのは、とろけるようなカシミヤ100%の肌触り。豊富な色合いが、装いに奥行きと優雅さを添えます。冬のおしゃれを格上げする、至福の一枚です。 カシミヤ100% 大判ストール、極上のぬくもり 纏うほどに心潤う、至福の肌触り 200cm×60cmの贅沢な大判サイズ。冷えやすい首元はもちろん、全身を優しく包み込みます。ベージュを基調としたメランジカラーは、どんな装いにも馴染む万能な一枚です。 纏う喜び、大判カシミヤの心地よさ 広がる大判、暖かさも特別に 幅60cm、長さ200cmの大判サイズが、冷たい空気から全身を優しく守ります。わずか約265gの軽さで、持ち運びにも困りません。毎日使いたくなる、頼れる暖かさをお届けします。 商品のバリエーション いつも遊び心を忘れずに、様々なカラーをお楽しみいただけます。 全20カラー ホワイト (白 シロ しろ ほわいと white) グレー (灰色 ハイイロ はいいろ ぐれー gray) チョコ ブラウン (茶色 チャイロ ちゃいろ ぶらうん choco brown) ベージュ (肌色 ハダイロ はだいろ べーじゅ beige) イエロー (黄色 キイロ きいろ いえろー yellow) チャコール グレー (灰色 ハイイロ はいいろ ちゃこーる charcoal) オレンジ (橙 ダイダイ だいだい おれんじ orange) グリーン (緑 ミドリ みどり ぐりーん green) ターコイズ (青緑 あおみどり たーこいず turquoise) ブルー (青 水色 アオ ミズイロ あお みずいろ ぶるー blue) ネイビー (紺 コン こん ねいびー navy) ベビーピンク (桃色 モモイロ ももいろ ぴんく pink) ワイン (臙脂色 エンジイロ えんじいろ わいん wine) レッド (赤 アカ あか れっど red) チェリー (桃色 モモイロ ももいろ ちぇりー cherry) レッド パープル(赤紫 アカムラサキ あかむらさき red purple) ブラック (黒 クロ くろ ぶらっく black) カフェオレ (生成り キナリ きなり かふぇおれ cafe au lait) キャメル (黄土色 おうどいろ きゃめる camel) モカ (もか mocha) 素材 カシミヤ100% サイズ詳細 幅60cm × 長さ200cm(フリンジ部分10cm × 2込み) 重量 約265g 原産国 中国(内モンゴル) プレゼント・ギフトについて 様々なイベントやお祝い事、お返しにご利用いただけます。 クリスマス、バレンタインデー、ホワイトデー、ハロウィン 誕生日、結婚式、母の日、父の日 敬老の日、お中元、春分の日、秋分の日、七五三 成人式、入学式、入社式、退職祝い、還暦、喜寿、米寿 など 品切れになっているカラーは、9月〜翌年1月は一週間以内には再入荷する予定となっております。 ※OFFシーズン明けの入荷は9月よりの開始となります。
More you might like
Related
Used L shape corner desk 200cm x 80cm (main desk)x (return)
Related
1pc, Grey Plush Rug, Bedroom Soft Area Rug, Fluffy Rug, Livi
Related
Liv Eco Draw Sheet or Bed Sheet, 60cm x 100metres, Nonwoven
Related