✦ Verified product
『Double』Cuff Ring#1
JPY 15,000.00
Em7
Verified independent store
→
{ "@context": "https://schema.org/", "@type": "Product", "name": "Twist Cuff Ring", "image": [ "https://cdn.shopify.com/s/files/1/0669/4092/8235/files/2736x3648_34_.zip_-_11.jpg?v=
1739292201", "https://cdn.shopify.com/s/files/1/0669/4092/8235/files/Double1.jpg?v=1771703813", "https://cdn.shopify.com/s/files/1/0669/4092/8235/files/2736x3648_34_.zip_-_12.png?v=1739292203" ], "description": "ピンキーリングとしてもイヤーカフとしても使える、Silver925製の2wayカフリング。無骨さと愛らしさを兼ね備えたツイストフォルムが、小さくても確かな存在感を放ち、シンプルな装いをクラスアップさせます。", "brand": { "@type": "Brand", "name": "Em7" }, "material": "Silver925", "audience": { "@type": "PeopleAudience", "suggestedGender": "unisex" }, "offers": { "@type": "Offer", "url": "https://em7-official.com/collections/items", "priceCurrency": "JPY", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition" } } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "イヤーカフとしても使えますか?", "acceptedAnswer": { "@type": "Answer", "text": "はい、ご使用いただけます。イヤーカフとしてメインでお使いになる場合は、デフォルトの【3号】サイズをお選びください。5号以上のサイズに広げると耳から落ちやすくなるため、イヤーカフとしての使用は推奨しておりません。" } }, { "@type": "Question", "name": "どんな服装やスタイルに似合いますか?", "acceptedAnswer": { "@type": "Answer", "text": "無骨なシルバーの強さと、ツイストの愛らしさが同居したデザインです。Tシャツやデニムなどのラフなスタイルにはもちろん、シャツやワンピースなどきれいめな装いの「ハズし」としても、気の利いたアクセントになります。" } }, { "@type": "Question", "name": "サイズ調整は自分でできますか?", "acceptedAnswer": { "@type": "Answer", "text": "お好みのフィット感に合わせて、多少の微調整(広げる・縮める)は可能です。ただし、しっかりとした硬めの作りのため、形が歪まないよう両手で包み込むようにゆっくりと優しく力を加えてください。" } }] } .em7-product-container { max-width: 800px; margin: 0 auto; font-family: "Helvetica Neue", Arial, "Yu Mincho", "YuMincho", serif; color: #111; line-height: 1.9; letter-spacing: 0.08em; } /* 画像エリア */ .em7-gallery { margin-bottom: 80px; } .em7-img-full { width: 100%; height: auto; display: block; margin-bottom: 1px; } .em7-grid-2 { display: flex; gap: 1px; margin-bottom: 1px; } .em7-grid-2 img { width: 50%; height: auto; object-fit: cover; } /* テキストエリア */ .em7-story { padding: 40px 20px; text-align: center; margin-bottom: 60px; } .em7-catch { font-size: 1.15em; margin-bottom: 0; font-weight: 300; line-height: 2.4; color: #0b1320; } /* アコーディオン */ .em7-accordion-wrapper { border-top: 1px solid #e0e0e0; margin-top: 60px; } details.em7-details { border-bottom: 1px solid #e0e0e0; padding: 0; transition: background 0.2s ease; } details.em7-details:hover { background: #fafafa; } summary.em7-summary { padding: 24px 0; cursor: pointer; font-size: 0.82em; font-weight: 500; list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: "Helvetica Neue", Arial, sans-serif; letter-spacing: 0.15em; text-transform: uppercase; transition: padding-left 0.3s ease; } summary.em7-summary:hover { padding-left: 8px; } summary.em7-summary::-webkit-details-marker { display: none; } summary.em7-summary::after { content: "+"; font-size: 1.4em; font-weight: 300; color: #999; transition: transform 0.3s ease, color 0.3s ease; } details[open] summary.em7-summary::after { content: "−"; transform: rotate(180deg); color: #0b1320; } .em7-details-content { padding: 0 0 36px 0; font-size: 0.88em; color: #444; font-family: "Helvetica Neue", Arial, sans-serif; line-height: 1.9; letter-spacing: 0.05em; animation: fadeIn 0.4s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .em7-details-content p { margin-bottom: 20px; } .em7-details-content p:last-child { margin-bottom: 0; } .em7-details-content strong { font-weight: 600; color: #0b1320; } .em7-details-content ul { padding-left: 20px; margin: 16px 0; } .em7-details-content li { margin-bottom: 10px; } /* スペックテーブル */ .em7-spec-table { width: 100%; border-collapse: collapse; margin: 24px 0; } .em7-spec-table tr { transition: background 0.2s ease; } .em7-spec-table tr:hover { background: #fafafa; } .em7-spec-table th, .em7-spec-table td { text-align: left; padding: 12px 0; border-bottom: 1px solid #f0f0f0; font-weight: 400; font-size: 0.95em; } .em7-spec-table th { width: 35%; color: #999; font-size: 0.85em; letter-spacing: 0.1em; text-transform: uppercase; } /* 注釈テキスト */ .em7-note { margin-top: 20px; font-size: 0.78em; color: #888; line-height: 1.8; } .em7-alert { color: #0b1320; font-weight: 500; } /* モバイル最適化 */ @media (max-width: 768px) { .em7-product-container { letter-spacing: 0.06em; } .em7-story { padding: 30px 15px; margin-bottom: 60px; } .em7-catch { font-size: 1.05em; line-height: 2.2; margin-bottom: 40px; } summary.em7-summary { font-size: 0.78em; padding: 20px 0; } .em7-details-content { font-size: 0.85em; padding: 0 0 30px 0; } .em7-spec-table th { width: 40%; font-size: 0.8em; } } 無骨なのに、どこか愛らしい。手元にも耳元にも効く、小さな主役。 Description ピンキーリングとしても、イヤーカフとしても。つける位置で表情を変える優秀な2way仕様のシルバージュエリー。 「無骨なようでいて、どこか愛らしい」。地金をひねったような立体的なツイストフォルムは、小さくても服に埋もれない確かな存在感を放ちます。 重厚なシルバーの艶めきが、いつものカジュアルに大人の品格をプラス。「今日はどこにつけようか」と、毎日のスタイリングにささやかな楽しみを与えてくれるアイテムです。 Material & Size Material Silver925 Size FREE(3号〜7号程度)※デフォルトは3号です Design 2way(Pinky Ring & Ear cuff) 【サイズ選択とイヤーカフでのご使用について】 3号をご選択の場合: イヤーカフとしても着用したい方に推奨するデフォルトサイズです。 3号以外をご選択の場合: 3号の状態から、当店で綺麗に間口を広げてお届けいたします。 ※目安として【5号以上】に広げると間口が広くなり、耳から落ちやすくなるため、イヤーカフとしてのご使用は推奨しておりません(耳の形により個人差があります)。 【ご自身での微調整について】お好みのフィット感に合わせて、多少広げたり縮めたりすることが可能です。※硬めの作りになっておりますので、形が歪まないよう両手でゆっくりと力を加えてください。 Shipping & Delivery お届けについて 在庫あり:ご注文から3営業日以内に発送いたします。 受注製作(在庫なし):1点ずつ手作業で仕上げるため、お届けまで約1ヶ月お時間をいただきます。 ※ギフトラッピングも承っております。 Care & FAQ Q. イヤーカフとしても使えますか?はい、ご使用いただけます。イヤーカフとしてメインでお使いになる場合は、デフォルトの【3号】をお選びください。5号以上のサイズに広げると耳から落ちやすくなるためご注意ください。 Q. どんな服装に似合いますか?無骨さと愛らしさが同居したツイストフォルムのため、Tシャツなどのラフなスタイルから、シャツやワンピースなどきれいめな装いの「ハズし」としても、気の利いたアクセントになります。 Q. 日常のお手入れは?Silver925は使い込むほどに肌に馴染み、味わい深い表情へと変化します。輝きを戻したい場合や、汗や皮脂が気になった際は、市販のシルバークロスで優しく磨いてください。