Cravatta Sette Pieghe
/* ▼▼▼ 全体の枠組み ▼▼▼ */ .product-wrapper { background-color: #efefef; font-family: "Instrument Sans", Nunito, sans-serif; width: 100%; max-width: none !important; padding: 40px 30px; box-sizing: border-box; margin: 0; color: #1c1c1c; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; } /* ▼▼▼ コンテンツ幅制限 ▼▼▼ */ .content-section, details.spec-details, .shipping-box, .note-box, .video-wrapper { max-width: 800px; margin-left: auto; margin-right: auto; } .content-section { margin-bottom: 60px; border-bottom: 1px solid #cfcfcf; padding-bottom: 60px; } .content-section:last-child { margin-bottom: 0; border-bottom: none; } /* タイトル */ .section-title { color: #1c1c1c; 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 #cfcfcf; padding-bottom: 8px; } .body-text { color: #1c1c1c; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; } .caption-text { color: #000000; font-size: 14px !important; 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%, #1c1c1c40 60%); font-weight: bold; padding: 0 4px; } /* 画像の表示分け */ .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; } .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; } .spec-img-full { width: 100%; margin: 20px 0; text-align: center; } .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; } /* 動画用CSS */ .video-wrapper { width: 100%; margin: 40px auto; text-align: center; } .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; } .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 / 9; border: none; display: block; } /* アコーディオン */ details.spec-details { border: 1px solid #cfcfcf; border-radius: 0px; background-color: #efefef; color: #1c1c1c; margin-bottom: 15px; overflow: hidden; } summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; } details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; font-size: 14px !important; } .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, .product-wrapper ul:not([class]) { 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, .product-wrapper ul:not([class]) li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; } ul.benefit-list li::before, .product-wrapper ul:not([class]) li::before { position: absolute; left: 0; content: "✔"; color: #1c1c1c; font-weight: bold; font-size: 1.1em; } ul.basic-list li::before { content: ""; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #000000; border-radius: 50%; } ul.point-list li::before { content: "▶"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; } ul.note-list li::before { content: "※"; position: absolute; left: 0; color: #000000; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } } .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #e0e0e0; padding: 20px; font-size: 14px !important; } .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; } @media (max-width: 600px) { .product-wrapper { padding: 30px 20px; line-height: 1.6; } .section-title { font-size: 1.3em; } } 唯一無二の品格 着物リメイクネクタイ かつての着物が新たな命を宿し、あなただけのネクタイに生まれ変わりました。日本の美意識が息づく唯一無二の存在感が胸元を彩ります。特別な日の装いにふさわしい、洗練された一本です。 風格を纏う、日本の粋 しなやかに纏う セッテピエゲの妙技 芯地と裏地を排したセッテピエゲ製法が織りなす、吸い付くような柔らかな手触りです。しなやかなシルクの着物生地が、結び目のたびに豊かな表情を生み出します。一度締めたら忘れられない、至福の着け心地です。 極上の肌触り、優美な光沢 信頼の証 日本の職人たるみ糸 手縫いの証である『たるみ糸』は、上質なハンドメイドネクタイの証です。この見えない部分へのこだわりこそ、ネクタイを結ぶ際にしなやかに動き、生地の破損を防ぐ大切な知恵です。熟練の日本職人が丹精込めて仕上げた、信頼の逸品をお届けします。 細部に宿る、本物の技 商品詳細・スペック 商品の特徴と製法 本製品は、着られなくなった着物をほどいて洗い、反物に戻し後、熟練の縫製職人が手縫いで仕上げた一点もののネクタイです。 縫製にはネクタイ発祥の原点に近いとされるクラシカルな技術、セッテピエゲを採用しています。芯地と裏地を使わないセッテピエゲのネクタイは、柔らかな質感と風格を出せるのが特徴です。生地の風合いを生かした仕様になっているので、しなやかな着物の生地をそのままに味わえます。 「たるみ糸」とは、手縫いネクタイの裏側を縫い合わせている糸の余り部分を指します。これは上質なハンドメイドネクタイの証であり、不良ではございませんのでご安心ください。 たるみ糸の主な役割: ネクタイを結ぶ際、縫い糸がするすると動き、生地への負担を軽減します。 縫い糸と生地の破損を防ぎ、ネクタイを長持ちさせます。 ※たるみ糸を切ってしまうとネクタイが分解される可能性がありますので、切らないようお願いいたします。 サイズ詳細 全長:約152cm 大剣幅:約9cm 素材・生産国 素材:シルク 生産国:日本 ご注意事項 モニターの都合上、掲載写真と実際の色が異なる場合がございます。 生地によってはシワが付きやすく、畳みジワ、折りジワなどが強く出る場合がございます。アイロンをする前には、商品タグの品質表示をご確認ください。 生地の縮みや型崩れ、色落ちなどを防ぐためドライクリーニングを推奨しています。 商品に欠陥がある場合を除き、基本的には返品・交換には応じかねます。詳しくは特定商取引法に基づく表記をご覧ください。
More you might like
Related
Cravatta Sette Pieghe
Related
Cravatta Sette Pieghe
Related
Cravatta Sette Pieghe
Related