[SET]フラワーペタルブラウス+フラワーペタルスカート
◆セット商品は特別価格でのご提供です◆“華やかに揺れる、エレガントなワンピースライクのセットアップ”袖の重なったフリルが印象的なブラウスと、ふわりと軽やかに広がるスカート。歩くたびに揺れる優美なシルエットが、女性らしさを引き立てます。ワンピースのように統一感のある着こなしが叶いながらも、それぞれ単品でも着回しやすい万能なセットアイテム。ウエストはゴム仕様でリ ラックス感があり、さらりとした肌触りの素材が心地よく寄り添います。リゾートでは軽やかに、都会ではシックに。気分やシーンに合わせて、表情を変える特別な一着を。[着用モデル:159cm] [単品]フラワーペタルブラウス>> [単品]フラワーペタルスカート>> 【 sustainable point 】 地球環境に優しい素材を使用しているまたは地球環境に優しい工程でつくられている 天然素材100%でできている お家で手洗いが可能 LOOK BOOK Vol.3 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.3 お使いのブラウザは動画をサポートしていません。 Flower Petal Blouse ¥13,200Flower Petal Skirt ¥15,400[SET]Flower Petal Blouse+Flower Petal Skirt ¥28,600→¥24,000 Summer Knit Crochet Cardigan ¥9,900Summer Knit Crochet Skirt ¥13,200 [SET]Summer Knit Crochet Cardigan+Summer Knit Crochet Skirt ¥23,100→¥20,000 Twin Face Elegant Pants ¥13,200 <トップス:素材/サイズ> + Material 綿 100% 透け感 あり なし 生地の厚さ 厚手 薄手 裏地 あり なし 伸縮性 あり なし 質感 硬い 柔らかい Item size サイズ(cm) Free 総丈 50.5 肩幅 32 バスト 43 ※商品により多少の誤差が生じる事がございます。予めご了承ください。※商品画像はサンプルのため、色味やサイズ等の仕様に変更がある場合がございますので、予めご了承ください。 Laundry symbol <スカート:素材/サイズ> + Material 本体 綿100% インナー 綿20% ポリエステル80% 透け感 あり なし 生地の厚さ 厚手 薄手 裏地 あり なし 伸縮性 あり なし 質感 硬い 柔らかい Item size サイズ(cm) Free 総丈 98 ウエスト 60 ※商品により多少の誤差が生じる事がございます。予めご了承ください。※商品画像はサンプルのため、色味やサイズ等の仕様に変更がある場合がございますので、予めご了承ください。 Laundry symbol <アイテム/コレクションのこだわり> + 【Item】同素材のセットで統一感が生まれ、まるでワンピースのような印象を与えるコーディネートです。ブラウスとスカートそれぞれのデザインにこだわりが詰まっており、セットで着用することでその魅力を最大限に引き出します。 「フラワーペタルブラウス」は、柔らかな肌触りと優れた通気性を実現した綿100%素材で、暑い季節でも快適に着用できるように作りました。フリルデザインは華やかさを加えつつ、二の腕を美しく包み込む絶妙なシルエットに仕上げ、スタイルアップ効果も抜群です。ウエスト部分のゴムデザインで快適さを保ちながらも、きゅっと締まったペプラムデザインで美しいラインを作り出します。 「フラワーペタルスカート」は、ウエスト部分にコルセットライクなデザインを施し、どんなスタイルにも馴染む美しいシルエットを演出します。ゴム仕様のウエストは、締めつけ感なく快適にフィットし、長時間着用してもリラックスした着心地です。インナーペチコートが取り外し可能でデニムやレギンスとのレイヤードスタイルも楽しめるため、シーズンや気分に合わせて自由にアレンジをお楽しみいただけます。 【Collection】「Voyage Léger(ボヤージュ レジェ)」は、"軽やかに旅をする" というコンセプトから生まれました。日常の中にある旅のような瞬間、心地よい時間を大切にするライフスタイル。旅先だけでなく、いつもの街でも、気負わず自由に過ごせる服をイメージしています。インスピレーションの源は、「心が軽くなる旅」風を感じながら歩く南仏の石畳の街並み、 窓を開けると広がるイタリアの地中海の景色、 日本の湖畔で、静かに揺れる水面を眺める朝の時間。 そんな、どこにいても "旅するように暮らす" ことができる心の余白を感じる瞬間を、このコレクションで表現しました。 <スタイリング> + セットアップでワンピースライクに。 [SET]フラワーペタルブラウス+フラワーペタルスカート¥28,600→¥24,000[単品]フラワーペタルスカート ¥14,000 [単品]フラワーペタルブラウス ¥13,200 <Q & A> + 1.フラワーペタルのセットアップの身長別着用比較が見たいです 148cm、157cm、160cm、167cmスタッフの着用比較です。【着用アイテム】トップス:フラワーペタルブラウスボトムス:フラワーペタルスカート特別価格のセットコーデはこちら>> (148cm) (157cm) (160cm) (167cm) 2.フラワーペタルのセットアップの上下カラー違いが見たいです 【着用アイテム】トップス:フラワーペタルブラウスボトムス:フラワーペタルスカート※フラワーペタルシリーズは上下でカラーの異なる組み合わせでのセット販売は行っておりません。 (148cm) (157cm) 3.フラワーペタルブラウスの脇の下から下着が見えないか気になります お袖の広がりによって見え方に差はございますが、できる限り下着が見えにくい仕様でお作りしております。比較のため、下記の画像では白いインナーを着用しておりますが、同系色のインナーをお選びいただくことで、下着の透け感を気にせずご着用いただけます。 また、インナーの見え感が気になる方は、脇の開きが深めのインナーをお召しいただくと、より安心してご着用いただけるかと思います。【着用アイテム】トップス:フラワーペタルブラウスボトムス:フラワーペタルスカート特別価格のセットコーデはこちら>> (167cm) (157cm) 5.フラワーペタルブラウスとパンツの合わせが見たいです 【着用アイテム】トップス:フラワーペタルブラウスボトムス:【MES VACANCES×EDWIN】CO:RE DENIM ワイドパンツ Indigo(Lサイズ) (167cm) (167cm) 6.フラワーペタルスカートとデニムのレイヤードスタイルが見たいです 【着用アイテム】トップス:サマーロゴTシャツ(Mサイズ)ボトムス:フラワーペタルスカート TシャツMサイズ (167cm) TシャツMサイズ(167cm) TシャツMサイズ (167cm) TシャツMサイズ(167cm) .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