/*
Theme Name: LP Landing Page Theme
Theme URI: https://example.com/lp-theme
Author: Manus
Author URI: https://example.com
Description: 読者特典ランディングページ用のWordPressテーマ。固定ページでLPを表示するために最適化されています。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lp-theme
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    padding: 15px 0;
    text-align: center;
}

.site-header h1 {
    color: #fff;
    font-size: 1.5rem;
}

/* Main Content */
.main-content {
    padding: 0;
}

/* LP Styles */
.lp-section {
    padding: 40px 20px;
}

/* Hero Section - Green Theme (1st image style) */
.hero-section-green {
    background: linear-gradient(180deg, #e8f5e9 0%, #c8e6c9 100%);
    text-align: center;
    padding: 60px 20px;
}

.hero-title {
    font-size: 2.5rem;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-subtitle {
    font-size: 2rem;
    margin-bottom: 30px;
}

.hero-subtitle .highlight-yellow {
    color: #f9a825;
    font-weight: bold;
}

.hero-subtitle .highlight-red {
    color: #c62828;
    font-weight: bold;
}

/* Hero Section - Pink Theme (2nd image style) */
.hero-section-pink {
    background: linear-gradient(180deg, #fce4ec 0%, #f8bbd9 100%);
    text-align: center;
    padding: 60px 20px;
    position: relative;
}

.hero-section-pink::before,
.hero-section-pink::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 80px;
    height: 60px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 80"><path d="M10,40 Q30,10 50,40 Q70,70 90,40" stroke="%23d4a574" stroke-width="2" fill="none"/><path d="M15,35 Q35,5 55,35 Q75,65 95,35" stroke="%23d4a574" stroke-width="2" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-section-pink::before {
    left: 20px;
}

.hero-section-pink::after {
    right: 20px;
    transform: scaleX(-1);
}

.hero-title-pink {
    font-size: 2.2rem;
    color: #c9a86c;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.hero-subtitle-pink {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hero-subtitle-pink .free-text {
    color: #c62828;
    font-weight: bold;
    font-size: 3.5rem;
}

.hero-subtitle-pink .normal-text {
    color: #333;
    font-weight: bold;
}

/* Benefit Section */
.benefit-section {
    padding: 40px 20px;
    background: #fff;
}

/* Green Theme Benefits */
.benefit-item-green {
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    border-left: 4px solid #4CAF50;
    background: #f9f9f9;
}

.benefit-number-green {
    flex-shrink: 0;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}

.benefit-number-green .label {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.benefit-number-green .number {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #4CAF50;
    line-height: 1;
}

.benefit-content-green h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #1565c0;
}

.benefit-content-green p {
    font-size: 1rem;
    line-height: 1.8;
}

.benefit-content-green .highlight-yellow {
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
    font-weight: bold;
}

.benefit-content-green .highlight-red {
    color: #c62828;
    font-weight: bold;
}

/* Pink Theme Benefits */
.benefit-item-pink {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.benefit-number-pink {
    flex-shrink: 0;
    width: 70px;
    height: 90px;
    margin-right: 20px;
    position: relative;
}

.benefit-badge {
    width: 70px;
    height: 90px;
    background: linear-gradient(180deg, #d4a574 0%, #c9a86c 50%, #b8956b 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.benefit-badge .label {
    font-size: 0.8rem;
    margin-bottom: 2px;
}

.benefit-badge .number {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.benefit-content-pink {
    flex: 1;
}

.benefit-content-pink h3 {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
}

.benefit-image {
    flex-shrink: 0;
    width: 120px;
    margin-left: 15px;
}

.benefit-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* CTA Button */
.cta-section {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(180deg, #4CAF50 0%, #388e3c 100%);
}

.cta-button {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
    color: #2e7d32;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.cta-text {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Footer */
.site-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.site-footer p {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .hero-title-pink {
        font-size: 1.8rem;
    }
    
    .hero-subtitle-pink {
        font-size: 2.2rem;
    }
    
    .hero-subtitle-pink .free-text {
        font-size: 2.8rem;
    }
    
    .benefit-item-green {
        flex-direction: column;
    }
    
    .benefit-number-green {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .benefit-item-pink {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-number-pink {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .benefit-image {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* Decorative Elements */
.decoration-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.decoration-line::before,
.decoration-line::after {
    content: '';
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a86c, transparent);
}

.decoration-line span {
    margin: 0 15px;
    color: #c9a86c;
    font-size: 1.2rem;
}

/* Image Section */
.promo-image-section {
    text-align: center;
    padding: 30px 20px;
    background: #fafafa;
}

.promo-image-section img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
