[SET] シェリールクスブラウス+シェリールクスレースパンツ
◆セット商品は特別価格でのご提供です◆ “繊細な華やぎを纏う、レースセットアップ” 軽やかなブラウスとレースパンツを組み合わせた、統一感のあるセット。ぜいたくに施されたレースワークが装いに奥行きと上品な華やかさをもたらし、纏うだけで洗練された印象へと導きます。 ブラウスは、異なる表情のレースを組み合わせた立体感のあるデザイン。繊細なはしごレースをアクセントに 効かせ、細部までこだわりの詰まった一枚に仕上げました。二の腕をやさしく包み込むふんわりとした袖と、バランスの取りやすいショート丈が、女性らしさとスタイルアップを自然に叶えます。 パンツは、横だけでなく縦にも切り替えを入れることで、脚をすらりと長く見せる設計に。広がりすぎないシルエットが腰まわりやヒップを自然にカバーし、リラックス感がありながらもすっきりとしたラインでご着用いただけます。ウエストはオールゴム仕様で、快適な履き心地と美しいバランスを両立しました。 それぞれの無地部分には、なめらかな再生繊維とナイロンの混紡素材を採用。とろんとした落ち感とほのかな光沢が、レースの繊細な編み目と美しいコントラストを描き、全体を引き締めます。 セットで纏えば、こなれた一体感のあるスタイリングに。それぞれ単品でも着回しやすく、デニムやシンプルなトップスと合わせてカジュアルダウンした着こなしも楽しめます。 繊細さと快適さを兼ね備えた、大人のためのレースセットアップコーデ。日常から特別なシーンまで、さりげない高揚感を添えてくれるスタイリングです。 [着用モデル:161cm,165cm] [単品]シェリールクスブラウス>> [単品]シェリールクスレースパンツ >> 【 sustainable point 】 お家で手洗いが可能 地球環境に優しい素材を使用しているまたは地球環境に優しい工程でつくられている UPCYCLEまたはRECYCLEの素材を使用している 天然素材を使用している LOOK BOOK Vol.12 .is-hide { display: none; } body { font-family: "Yu Gothic", sans-serif; font-size: 14px; margin: 0; padding: 0; background-color: #f8f8f8; color: #333; } .container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; overflow: hidden; /* はみ出し防止 */ } .header { text-align: center; margin-bottom: 60px; } .header h1 { font-size: 24px; font-weight: normal; letter-spacing: 2px; } .look { margin-bottom: 80px; } .look-title { text-align: left; /* 左揃え */ font-size: 12px; color: #666; margin-bottom: 20px; width: max-content; /* コンテンツの幅に合わせる */ margin-left: auto; /* 右端に寄せる */ margin-right: 0; /* 余計な余白をなくす */ } .look-title-left { text-align: left; /* 左揃え */ font-size: 12px; color: #666; margin-bottom: 20px; width: max-content; /* コンテンツの幅に合わせる */ margin-left: 0; /* 右端に寄せる */ margin-right: auto; /* 余計な余白をなくす */ } .top { text-align: center; /* 水平方向に中央揃え */ margin-bottom: 20px; } /* Gallery section */ .gallery { display: flex; /* Flexboxに変更 */ flex-wrap: wrap; /* アイテムが横並びで折り返す */ gap: 20px; justify-content: space-between; /* アイテム間にスペース */ } .gallery img { width: 100%; height: auto; object-fit: cover; transition: transform 0.3s ease; } /* ギャラリー2(2つの画像が横並び) */ .gallery-two { display: flex; gap: 10px; margin-bottom: 20px; width: 100%; } .gallery-two img { width: calc(50% - 5px); /* 2つの画像を横並び */ height: auto; object-fit: cover; } /* ギャラリー3(3つの画像が横並び) */ .gallery-three { display: flex; gap: 10px; margin-bottom: 20px; width: 100%; } .gallery-three img { width: calc(33.333% - 7px); /* 3つの画像を横並び */ height: auto; object-fit: cover; } /* PC用レイアウト調整 */ @media (min-width: 769px) { .gallery, .gallery-two, .gallery-three, .gallery-tall, .gallery-tall-left, .gallery-tall-right { display: flex; justify-content: center; gap: 10px; } .gallery-tall-right { justify-content: flex-end; } .gallery-tall-left { justify-content: flex-start; } .top img { display: block; /* 画像をブロック要素にする */ margin: 0 auto; /* 左右の余白を自動にして中央揃え */ max-width: 650px; height: auto; /* 縦横比を維持 */ } .gallery img, .gallery-two img, .gallery-three img, .gallery-tall img, .gallery-tall-left img, .gallery-tall-right img { max-width: 390px; height: auto; object-fit: cover; } /* ギャラリータル(縦長の画像が横並び) */ .gallery-tall, .gallery-tall-right { display: flex; gap: 10px; align-items: flex-end; /* 高さを揃えない */ margin-bottom: 20px; width: 100%; } .gallery-tall img:nth-child(1), .gallery-tall-right img:nth-child(1) { height: 480px; } .gallery-tall img:nth-child(2), .gallery-tall-right img:nth-child(2) { height: 560px; } .gallery-tall img:nth-child(3), .gallery-tall-right img:nth-child(3) { height: 520px; } .gallery-tall img, .gallery-tall-right img { width: auto; object-fit: cover; } /* 左側レイアウト */ .gallery-tall-left { display: flex; gap: 10px; align-items: flex-end; margin-bottom: 20px; width: 100%; } .gallery-tall-left img:nth-child(1) { height: 560px; } .gallery-tall-left img:nth-child(2) { height: 520px; } .gallery-tall-left img:nth-child(3) { height: 480px; } .gallery-tall-left img { width: auto; object-fit: cover; } .banner { display: block; /* display: blockで中央揃えを適用 */ margin: 0 auto; /* 親要素内で中央揃え */ width: 391px; /* バナーの幅を固定 */ text-align: center; /* リンクを中央に配置 */ } .banner a { display: block; /* リンクをブロックレベルにして画像全体をクリック可能に */ } .banner img { width: 391px; /* 横幅を391pxに固定 */ height: auto; /* 縦横比を維持 */ object-fit: cover; /* 画像が枠にフィットするように調整 */ } /* 親要素で中央寄せ */ .banner-container { text-align: center; /* 中央揃え */ } } /* スマホ表示時(横並びを維持) */ @media (max-width: 768px) { .gallery, .gallery-two, .gallery-three { flex-wrap: wrap; justify-content: center; gap: 5px; } .gallery img, .gallery-two img, .gallery-three img { width: calc(50% - 5px); height: auto; } /* 3列レイアウト */ .gallery-three img { width: calc(33.333% - 5px); } /* 縦長画像のレイアウト */ .gallery-tall, .gallery-tall-left, .gallery-tall-right { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 10px } .gallery-tall img, .gallery-tall-left img, .gallery-tall-right img { width: 100%; max-width: 400px; height: auto; object-fit: cover; } } } .gallery img:hover { transform: scale(1.05); } .centered-image { display: flex; justify-content: center; /* 水平中央揃え */ align-items: center; /* 垂直中央揃え */ height: 650px; /* 高さを600pxに設定 */ margin-bottom: 20px; /* 画像下に余白 */ } .centered-image img { max-height: 100%; /* 親要素の高さに合わせて調整 */ width: auto; /* 横幅を自動調整 */ object-fit: cover; /* 画像を切り取らずに中央にフィットさせる */ } .centered-image-horizontal{ display: flex; justify-content: center; align-items: center; width: 100%; /* 画面幅に応じて自動調整 */ max-width: 600px; /* 最大幅は600pxまで */ margin: 0 auto 20px; /* 中央揃え */ } .centered-image-horizontal img { max-height: 100%; /* 親要素の高さに合わせて調整 */ width: auto; /* 横幅を自動調整 */ object-fit: cover; /* 画像を切り取らずに中央にフィットさせる */ } .lookbook-video { display: flex; justify-content: center; /* 中央揃え */ align-items: center; width: 100%; max-width: 600px; /* 必要に応じて変更 */ margin: 0 auto 20px; /* 中央配置 & 下に余白 */ } .lookbook-video video { width: 100%; height: auto; } LOOK BOOK Vol.12 Shelly Lux Blouse ¥19,800Shelly Lux Pants ¥23,100 [SET] ¥42,900 → ¥38,500 <トップス:素材/サイズ> + Material 表地 無地 再生繊維 82% ナイロン 18% レース生地 レーヨン 40% 綿 38% ナイロン 22%はしごレース ポリエステル 100% 裏地 綿 100% 透け感 あり なし 生地の厚さ 厚手 薄手 裏地 あり なし 伸縮性 あり なし 質感 硬い 柔らかい Laundry symbol 液温40°Cを限度とし、手洗い処理可 漂白処理不可 洗濯処理後のタンブル乾燥処理不可 日陰でのつり干し乾燥がよい 底面温度120℃限度でアイロン仕上げ処理可 石油系溶剤(蒸留温度150℃~210℃、引火点38℃~70°C)又はデカメチルペンタシクロシロキサン(沸点210°C,引火点77°C)でのドライクリーニング処理可(弱い処理) 非常に弱いウエットクリーニング処理可 Item size サイズ(cm) Free 着丈 52 バスト 47 肩幅 32.5 袖丈 23.7 ウエスト 39 ※商品により多少の誤差が生じる事がございます。予めご了承ください。※商品画像はサンプルのため、色味やサイズ等の仕様に変更がある場合がございますので、予めご了承ください。 <ボトムス:素材/サイズ> + Material 表地 無地 再生繊維 82% ナイロン 18% レース内側 レーヨン 40% 綿 38% ナイロン 22%レース外側 ポリエステル 75% 綿 25% はしごレース ポリエステル 100% 裏地 ポリエステル 100% 透け感 あり なし 生地の厚さ 厚手 薄手 裏地 あり なし 伸縮性 あり なし 質感 硬い 柔らかい Laundry symbol 液温40°Cを限度とし、手洗い処理可 漂白処理不可 洗濯処理後のタンブル乾燥処理不可 日陰でのつり干し乾燥がよい 底面温度120℃限度でアイロン仕上げ処理可 石油系溶剤(蒸留温度150℃~210℃、引火点38℃~70°C)又はデカメチルペンタシクロシロキサン(沸点210°C,引火点77°C)でのドライクリーニング処理可(弱い処理) 非常に弱いウエットクリーニング処理可 Item size サイズ(cm) Free 着丈 99.5 ウエスト 33 股上 (前股上ベルト幅込) 30 股下 69.5 ヒップ 51.5 ※商品により多少の誤差が生じる事がございます。予めご了承ください。※商品画像はサンプルのため、色味やサイズ等の仕様に変更がある場合がございますので、予めご了承ください。 <アイテム/コレクションのこだわり> + 【Item】このセットアップは、「レースを日常でも自然に楽しめるバランスで提案したい」という思いから作っています。華やかさはありながらも、気負わず着られること、そのちょうどいいラインを探りながら仕上げています。 ブラウスは、レースの種類や配置にかなり時間をかけました。異なる表情を組み合わせても重たく見えないように、抜け感の出し方やはしごレースの入れ方を細かく調整しています。袖のボリュームも出しすぎず、でもしっかりと二の腕をカバーできるよう、何度もバランスを見直しました。 パンツは、レースの存在感を活かしながらも日常に馴染むよう、シルエットを特に意識しています。ワイドすぎず、でもラインを拾いすぎない。その中間のバランスを目指して、縦の切り替え位置や分量を細かく調整しました。素肌の透け方も強くなりすぎないよう、何度も確認を重ねています。 無地部分の素材も、レースとのコントラストがきれいに出るものを選びました。落ち感や光沢の出方を見ながら、全体が軽やかにまとまるよう整えています。 セットで着たときに一番きれいに見えることはもちろん、それぞれ単品でも活躍することも大切にしました。少しラフなアイテムと合わせても浮かないように、全体のトーンや分量感を調整しています。 華やかさと心地よさ、そのどちらも無理なく取り入れられるように。 日常にも特別な日にも自然と寄り添うセットアップに仕上げました。 【Collection】À l’Horizon 空と海が溶け合う水平線のように。そのあわいに立つとき、わたしたちは少し自由になる。機能性と繊細さ。都会と自然。過去と未来。相反するものが出会う場所に、新しいかたちが生まれる。2026 Spring Summer。まだ見ぬ景色へ。À l’Horizon. .accordion__toggle { display: flex; justify-content: space-between; align-items: center; } .accordion__icon { font-size: 20px; margin-left: 10px; /* アイコンとテキストの間にスペースを追加 */ } .accordion__content { max-height: 0; /* 初期状態で閉じる */ overflow: hidden; /* 内容が隠れる */ transition: max-height 0.3s ease; /* 開閉アニメーション */ } .precaution { display: flex; margin-bottom: 20px; align-items: center; } .precaution_icon { width: 20px; height: 20px; margin-right: 15px; } .image-container { display: flex; /* Flexboxを使用して横並びにします */ justify-content: center; /* 画像の間に隙間を開けます */ } .image-inline { display: inline-block; margin-right: 5px; /* 画像間の隙間を調整 */ width: 48%; /* 画像の幅を調整 */ } .image-inline-2 { display: inline-block; width: 48%; /* 画像の幅を調整 */ }
More you might like
Related
For Fujifilm Instax Mini 11 5sets Storage Case + Shoulder S
Related
AbleGrid AC-DC Adapter Charger Power For Sokkia SET Series T
Related
Bathroom Set, Bathroom Set, Ceramic High-end Bathroom, Bathr
Related