✦ Verified product
G clef(Silver)
JPY 7,000.00
Em7
Verified independent store
→
{ "@context": "https://schema.org/", "@type": "Product", "name": "G Clef Pierce / Earring", "image": [ "https://cdn.shopify.com/s/files/1/0669/4092/8235/files/34_f73847f1-b279-44b3
-ae82-d7d73c111fc6.png?v=1753259621", "https://cdn.shopify.com/s/files/1/0669/4092/8235/files/35_7a374675-6fa7-43fb-ac86-f5daf222cc90.png?v=1753259621" ], "description": "ト音記号(G clef)をモチーフにしたSilver925製イヤーアクセサリー。甘くなりがちなモチーフを中性的でミニマルな造形に落とし込むことで、モードやマニッシュな装いにもすっきりと馴染みます。ピアスとイヤリングから選択可能。", "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": "中性的でエッジの効いたラインに仕上げているため、Tシャツやデニムといったカジュアルから、ジャケットなどのマニッシュなスタイルまで幅広くマッチします。甘さがないため、モードな装いの「ハズし」としても上品に機能します。" } }, { "@type": "Question", "name": "金属アレルギーには対応していますか?", "acceptedAnswer": { "@type": "Answer", "text": "ピアスのポスト(耳に通す軸)部分には、医療用器具にも使われるアレルギー性の極めて低い「サージカルステンレス」を採用しています。※すべての方にアレルギー反応が起きないわけではございませんので、異常を感じた場合はご使用をお控えください。" } }, { "@type": "Question", "name": "お手入れの方法は?", "acceptedAnswer": { "@type": "Answer", "text": "Silver925は使い込むほどに肌に馴染み、味わい深い表情へと変化します。輝きを戻したい場合や、日常の汗や皮脂が気になった際は、市販のシルバークロスで優しく磨いてください。(イヤリングの留め具部分は、柔らかい布で優しく拭き取ってください)" } }] } .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; } /* モバイル最適化(スマホでは画像を縦1列にする) */ @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; } .em7-grid-2 { flex-direction: column; } .em7-grid-2 img { width: 100%; margin-bottom: 1px; } .em7-grid-2 { flex-direction: column; } .em7-grid-2 img { width: 100%; margin-bottom: 1px; } } 甘すぎない、ミニマルな音楽モチーフ。モードにも馴染む、中性的なアイテム。 Description 譜面の冒頭に描かれる「ト音記号(G clef)」をモチーフにしたイヤーアクセサリー。甘くなりがちな音楽モチーフを、無駄を削ぎ落としたミニマルな造形へと再構築しました。 エッジの効いた中性的なフォルムは、Tシャツなどのカジュアルなスタイルはもちろん、モードやマニッシュな装いにもすっきりと馴染みます。 「音楽が好き」というアイデンティティを、日常のスタイリングのさりげないアクセントとして洗練された印象で纏えるアイテムです。ピアスタイプとイヤリングタイプの2種類からお選びいただけます。 Material & Size Type ピアス / イヤリング(選択可能) Material(ピアス) 本体:Silver925ポスト:サージカルステンレス(金属アレルギー対応) Material(イヤリング) 本体:Silver925留め具:真鍮+ニッケルフリーメッキ Motif G clef(ト音記号) ※ピアス・イヤリングのいずれかを選択してカートに追加してください。 Shipping & Delivery お届けについて 在庫あり:ご注文から3営業日以内に発送いたします。 受注製作(在庫なし):1点ずつ手作業で仕上げるため、お届けまで約1ヶ月お時間をいただきます。 ※ギフトラッピングも承っております。 Care & FAQ Q. どんなスタイルに合わせやすいですか?中性的でエッジの効いたラインに仕上げているため、Tシャツやデニムといったカジュアルから、ジャケットなどのマニッシュなスタイルまで幅広くマッチします。甘さがないため、モードな装いの「ハズし」としても上品に機能します。 Q. 金属アレルギーには対応していますか?ピアスのポスト(耳に通す軸)部分には、医療用器具にも使われるアレルギー性の極めて低い「サージカルステンレス」を採用しています。※すべての方にアレルギー反応が起きないわけではございませんので、異常を感じた場合はご使用をお控えください。 Q. お手入れの方法は?Silver925は使い込むほどに肌に馴染み、味わい深い表情へと変化します。輝きを戻したい場合や、日常の汗や皮脂が気になった際は、市販のシルバークロスで優しく磨いてください。(イヤリングの留め具部分は、柔らかい布で優しく拭き取ってください)