✦ Verified product
ラロッシュポゼ シカプラスト リペアマスク B5 プロ(5枚入)
JPY 4,290.00
美容皮膚専門店 AOHAL365
Verified independent store
→
ラロッシュポゼ シカプラスト リペアマスク B5 プロ AOHAL365 先行販売!ラロッシュポゼ シカプラスト リペアマスク B5 プロは、敏感肌や乾燥肌に特化した修復マスクです。肌の保湿力を高め、荒れた肌を優しく癒し、健やかな肌へと導きます。ビタミンB5(パンテノール)とマデカソシドを豊富に配合し、肌の再生をサポート。肌に優しく、デリケートな肌でも安心し
て使用できます。 修復力のあるパンテノール(ビタミンB5)配合:肌を保護し、乾燥から守ります。 高い保湿力:乾燥肌をしっかり保湿し、しっとりとした肌を維持します。 無香料・アルコールフリー:敏感肌にも優しく、安心して使用できます。 速攻性:使用後すぐに肌が滑らかで柔らかく感じられます。 お客様の声 肌荒れがひどかったのですが、このマスクで見違えるように回復しました! - Aさん 乾燥肌が改善されて、肌がしっとりとして嬉しいです。 - Bさん 敏感肌でも安心して使えるのでリピートしています! - Cさん /* ベーススタイル */ body { font-family: Arial, sans-serif; background-color: #f5f5f5; color: #333; margin: 0; padding: 0; } /* 商品ページレイアウト */ .product-page { display: flex; justify-content: center; padding: 50px 20px; } .product-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); padding: 30px; transition: all 0.3s ease; } .product-container:hover { transform: translateY(-10px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); } .product-image { flex: 1 1 40%; padding: 20px; } .product-image img { width: 100%; border-radius: 8px; transition: transform 0.3s ease; } .product-image img:hover { transform: scale(1.05); } .product-info { flex: 1 1 55%; padding: 20px; display: flex; flex-direction: column; } .product-title { font-size: 28px; font-weight: bold; color: #2c3e50; margin-bottom: 20px; } .product-description { font-size: 18px; line-height: 1.7; margin-bottom: 30px; color: #7f8c8d; text-align: justify; } .product-features { list-style: none; padding-left: 0; margin-bottom: 30px; } .product-features li { font-size: 16px; color: #2c3e50; margin-bottom: 15px; line-height: 1.6; } .product-features li strong { font-weight: bold; color: #3498db; } /* 商品レビュー */ .product-reviews { margin-top: 50px; text-align: center; } .product-reviews h2 { font-size: 24px; font-weight: bold; color: #2c3e50; margin-bottom: 20px; } .reviews-carousel { display: flex; justify-content: center; overflow: hidden; } .review-card { background-color: #ecf0f1; padding: 20px; border-radius: 8px; margin: 0 10px; width: 250px; transition: transform 0.3s ease; text-align: left; } .review-card:hover { transform: translateY(-5px); background-color: #dfe6e9; } .review-card p { font-size: 14px; color: #34495e; margin-bottom: 10px; } .review-card span { font-size: 12px; color: #7f8c8d; } /* レビューのアニメーション */ @keyframes slide { 0% { transform: translateX(100%); } 100% { transform: translateX(0); } } .reviews-carousel .review-card { animation: slide 0.5s ease-in-out; }