✦ Verified product
ヴァイオレット.ノクターン 004
JPY 24,900.00
mermaid closet
Verified independent store
→
『ヘッドドレス付き4点セット』ワンピース水着+ショーツ+お袖どめ+ヘッドドレス ヴィクトリアン調の柄をベースに胸元にはハートのレースとリボンがプリントされ 視線を上に上げてくれるのでスタイルアップして見せてくれます。 また、肩に透け感のあるシフォンの大きなリボンが施されているので、なお一層視線を 上半身に集めてくれます。 ウエストのレースアップにはニュアンス
のあるカラーのサテンリボンがウエストを すっきり引き締めて見せてくれます。 ウエストとスカートの切り替えにはギャザーを寄せたフリルレースが施され 華やかさと可愛らしさを演出してくれます。 ヘッドドレスは大きなリボン型でまるでお人形のような魅力を引き出します。 公式instagram:mermaidcloset_official /* ↓商品タイトル・その他サイズ変更-------------------------------- */ h1 { font-size: 20px; } .product__tax.caption.rte { font-size: 14px; color: #333; position: relative; visibility: hidden; } .product__tax.caption.rte::after { content: "税込み+送料無料 ※海外を除く"; visibility: visible; position: absolute; top: 0; left: 0; } .product__text.inline-richtext.caption-with-letter-spacing { font-size: 20px; font-weight: bold; } .price-item.price-item--regular { font-size: 26px; font-weight: bold; } /* ↑商品タイトル・その他サイズ変更-------------------------------- */ /* ↓売り切れラベルを非表示にする */ .badge.price__badge-sold-out.color-scheme-3 { display: none !important; } /* ↑売り切れラベルを非表示にする */ /* ↓ドロップダウン-------------------------------- */ .toggle-btn { display: block; cursor: pointer; color: #333; background: #fff; border: 1px solid #ddd; width: 100%; font-size: 16px; font-weight: bold; text-align: left; margin-top: 12px; padding: 12px; } .toggle-btn:hover { background: #f7f7f7; } .toggle-section { display: none; margin-top: 0; padding: 12px; background-color: #fff; border: 1px solid #ddd; border-top: none; } .toggle-section table, .toggle-section td { background-color: #fff; } .toggle-section table { border-collapse: collapse; } .toggle-section td { padding: 8px; border-bottom: 1px solid #eee; vertical-align: middle; } .bottom-image { max-width: 100%; height: auto; display: block; margin-top: 10px; } /* ↑ドロップダウン-------------------------------- */ ▶ 対応サイズ バスト:75cm〜87cm 対応カップサイズ:A〜D(E) アンダーバスト:65cm〜78cm ウエスト:60cm〜78cm ヒップ:87cm〜100cm 首まわり:60cm(伸びます) スカート丈:38cm 袖長さ:29cm 袖口まわり:22cm(伸びます) ▶ 素材混率 (水着) ポリエステル:84% ポリウレタン:16% ▶ 着用モデルサイズ (画像1/画像2/画像3/画像5/画像6) 身長:166cm 体重:51.5kg B:83cm W:64cm H:90cm (画像4) 身長:161cm 体重:47kg B:80cm W:58cm H:90cm ▶ 洗濯絵表示 液温は40℃を限度とし、手洗いによる洗濯処理ができる。 ドライクリーニング処理ができない。 アイロン仕上げ処理はできない。 洗濯処理後のタンブル乾燥処理はできない。 漂白処理はできない。 日陰でのつり干し乾燥がよい。 document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".toggle-btn").forEach(function (btn) { btn.addEventListener("click", function () { var targetId = btn.getAttribute("data-target"); var target = document.getElementById(targetId); if (!target) return; var isOpen = target.style.display === "block"; target.style.display = isOpen ? "none" : "block"; var label = btn.textContent.replace(/^▶\s|^▼\s/, ""); btn.textContent = (isOpen ? "▶ " : "▼ ") + label; }); }); });