1回6分のケアで綺麗を磨く✨

”世界一気持ち良く鍛える”
EMS表情筋美顔器

RADITE2 SHIOI限定‼︎
🌸春の新生活応援キャンペーン🌸

Proudly powered by RADITE2 SHIOI

/* LP全体のスタイル */
.lp-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
}

/* ヘッダー・キャッチコピー */
.lp-header {
    background: #fdf5f7; /* 薄いピンク系 */
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.lp-header h1 {
    font-size: 1.8em;
    color: #d63384;
    margin-bottom: 10px;
}
.lp-header h2 {
    font-size: 1.2em;
    font-weight: normal;
}

/* 見出し */
.lp-section-title {
    border-bottom: 2px solid #d63384;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #d63384;
}

/* 特典ボックス */
.offer-box {
    border: 3px dashed #d63384;
    padding: 30px;
    background: #fffafa;
    border-radius: 15px;
    margin: 40px 0;
}
.offer-title {
    background: #d63384;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: -50px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* ボタン */
.lp-btn {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    background: #06C755; /* LINEカラー */
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}
.lp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* 箇条書き */
.lp-list {
    list-style: none;
    padding: 0;
}
.lp-list li::before {
    content: "✔️";
    margin-right: 10px;
}