
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background: 
                radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
                linear-gradient(135deg, #000000 0%, #1a0a0a 25%, #330000 50%, #1a0a0a 75%, #000000 100%);
            background-attachment: fixed;
            animation: sexyBodyGlow 8s infinite;
        }

        @keyframes sexyBodyGlow {
            0%, 100% { 
                background: 
                    radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                    radial-gradient(circle at 80% 50%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
                    linear-gradient(135deg, #000000 0%, #1a0a0a 25%, #330000 50%, #1a0a0a 75%, #000000 100%);
            }
            25% { 
                background: 
                    radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
                    radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.15) 0%, transparent 50%),
                    linear-gradient(135deg, #000000 0%, #1a0a0a 25%, #440000 50%, #1a0a0a 75%, #000000 100%);
            }
            50% { 
                background: 
                    radial-gradient(circle at 50% 80%, rgba(255, 215, 0, 0.2) 0%, transparent 50%),
                    radial-gradient(circle at 50% 20%, rgba(255, 107, 53, 0.2) 0%, transparent 50%),
                    linear-gradient(135deg, #110000 0%, #2a1010 25%, #550000 50%, #2a1010 75%, #110000 100%);
            }
            75% { 
                background: 
                    radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.15) 0%, transparent 50%),
                    linear-gradient(135deg, #000000 0%, #1a0a0a 25%, #440000 50%, #1a0a0a 75%, #000000 100%);
            }
        }

        .container {
            max-width: 800px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.02);
            box-shadow: 
                0 0 100px rgba(255, 215, 0, 0.3),
                inset 0 0 100px rgba(255, 107, 53, 0.1);
            border: 1px solid rgba(255, 215, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                linear-gradient(45deg, transparent 48%, rgba(255, 215, 0, 0.1) 50%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgba(255, 107, 53, 0.1) 50%, transparent 52%);
            animation: luxuryStripes 10s linear infinite;
            pointer-events: none;
            z-index: 1;
        }

        @keyframes mysteriousPulse {
            0%, 100% { 
                background: radial-gradient(circle at 50% 50%, rgba(255,215,0,0.1) 0%, transparent 70%); 
            }
            50% { 
                background: radial-gradient(circle at 50% 50%, rgba(255,215,0,0.2) 0%, transparent 80%); 
            }
        }

        @keyframes dramaticGlow {
            0%, 100% { 
                text-shadow: 0 0 30px rgba(255,215,0,0.8);
                transform: scale(1);
            }
            50% { 
                text-shadow: 0 0 50px rgba(255,215,0,1), 0 0 80px rgba(255,107,53,0.6);
                transform: scale(1.02);
            }
        }

        @keyframes revealText1 {
            0% { 
                opacity: 0; 
                transform: translateY(30px) scale(0.8); 
            }
            100% { 
                opacity: 1; 
                transform: translateY(0) scale(1); 
            }
        }

        @keyframes revealText2 {
            0% { 
                opacity: 0; 
                transform: translateY(30px) scale(0.8); 
            }
            100% { 
                opacity: 1; 
                transform: translateY(0) scale(1); 
            }
        }

        @keyframes revealText3 {
            0% { 
                opacity: 0; 
                transform: translateY(30px) scale(0.8); 
            }
            100% { 
                opacity: 1; 
                transform: translateY(0) scale(1); 
            }
        }

        @keyframes dramaticDots {
            0%, 100% { 
                opacity: 0.3; 
                transform: scale(1); 
            }
            33% { 
                opacity: 0.7; 
                transform: scale(1.1); 
            }
            66% { 
                opacity: 1; 
                transform: scale(1.2); 
            }
        }

        @keyframes finalTease {
            0%, 100% { 
                box-shadow: 0 0 20px rgba(255,215,0,0.3);
                transform: scale(1);
            }
            50% { 
                box-shadow: 0 0 40px rgba(255,215,0,0.6);
                transform: scale(1.02);
            }
        }

        @keyframes particle1 {
            0%, 100% { 
                opacity: 0; 
                transform: translateY(0) scale(0); 
            }
            25% { 
                opacity: 1; 
                transform: translateY(-20px) scale(1); 
            }
            50% { 
                opacity: 0.5; 
                transform: translateY(-40px) scale(1.2); 
            }
            75% { 
                opacity: 0.2; 
                transform: translateY(-60px) scale(0.8); 
            }
        }

        @keyframes particle2 {
            0%, 100% { 
                opacity: 0; 
                transform: translateY(0) rotate(0deg); 
            }
            50% { 
                opacity: 1; 
                transform: translateY(-50px) rotate(180deg); 
            }
        }

        @keyframes particle3 {
            0%, 100% { 
                opacity: 0; 
                transform: translateX(0) scale(0); 
            }
            33% { 
                opacity: 1; 
                transform: translateX(20px) scale(1); 
            }
            66% { 
                opacity: 0.5; 
                transform: translateX(40px) scale(1.5); 
            }
        }

        @keyframes particle4 {
            0%, 100% { 
                opacity: 0; 
                transform: scale(0) rotate(0deg); 
            }
            25% { 
                opacity: 1; 
                transform: scale(1) rotate(90deg); 
            }
            50% { 
                opacity: 0.8; 
                transform: scale(1.5) rotate(180deg); 
            }
            75% { 
                opacity: 0.3; 
                transform: scale(0.5) rotate(270deg); 
            }
        }

        @keyframes finalArrowPulse {
            0%, 100% { 
                transform: scale(1); 
            }
            50% { 
                transform: scale(1.05); 
            }
        }

        /* 緊急速報バー - ゴージャス仕様 */
        .breaking-news {
            background: linear-gradient(45deg, #FF0000, #FFD700, #FF6B35, #FF0000);
            background-size: 400% 400%;
            animation: sexyBreakingGradient 3s ease infinite, urgentBreakingFlash 1s infinite;
            color: #fff;
            text-align: center;
            padding: 15px;
            font-weight: 900;
            font-size: 1.3rem;
            position: relative;
            overflow: hidden;
            box-shadow: 
                0 5px 20px rgba(255, 0, 0, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            text-shadow: 
                2px 2px 4px rgba(0, 0, 0, 0.8),
                0 0 20px rgba(255, 255, 255, 0.5);
        }

        @keyframes sexyBreakingGradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .breaking-news::before {
            content: '🚨 緊急速報 🚨 緊急速報 🚨 緊急速報 🚨 緊急速報 🚨';
            position: absolute;
            left: -100%;
            animation: scrollText 12s linear infinite;
            white-space: nowrap;
            font-size: 1.5rem;
            text-shadow: 
                0 0 10px rgba(255, 255, 255, 0.8),
                2px 2px 4px rgba(0, 0, 0, 0.9);
        }

        .breaking-news::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(255, 255, 255, 0.3) 25%, 
                rgba(255, 215, 0, 0.4) 50%, 
                rgba(255, 255, 255, 0.3) 75%, 
                transparent 100%);
            animation: luxuryShine 4s linear infinite;
        }

        @keyframes luxuryShine {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(200%); }
        }

        @keyframes urgentBreakingFlash {
            0%, 50% { background: #FF0000; }
            51%, 100% { background: #8B0000; }
        }

        @keyframes scrollText {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        /* 商品画像スタイル - セクシー強化 */
        .product-hero-image {
            width: 100%;
            max-width: 450px;
            height: auto;
            border-radius: 20px;
            border: 5px solid;
            border-image: linear-gradient(45deg, #FFD700, #FF6B35, #8B0000, #FFD700) 1;
            box-shadow: 
                0 20px 50px rgba(139, 0, 0, 0.4),
                0 0 80px rgba(255, 215, 0, 0.3),
                0 0 120px rgba(255, 107, 53, 0.2);
            margin: 20px auto;
            display: block;
            animation: sexyHeroGlow 4s infinite;
            position: relative;
            overflow: hidden;
        }

        @keyframes sexyHeroGlow {
            0%, 100% { 
                transform: scale(1);
                box-shadow: 
                    0 20px 50px rgba(139, 0, 0, 0.4),
                    0 0 80px rgba(255, 215, 0, 0.3),
                    0 0 120px rgba(255, 107, 53, 0.2);
            }
            25% { 
                transform: scale(1.02);
                box-shadow: 
                    0 25px 60px rgba(139, 0, 0, 0.5),
                    0 0 100px rgba(255, 215, 0, 0.4),
                    0 0 150px rgba(255, 107, 53, 0.3);
            }
            50% { 
                transform: scale(1.03);
                box-shadow: 
                    0 30px 70px rgba(139, 0, 0, 0.6),
                    0 0 120px rgba(255, 215, 0, 0.5),
                    0 0 180px rgba(255, 107, 53, 0.4);
            }
            75% { 
                transform: scale(1.02);
                box-shadow: 
                    0 25px 60px rgba(139, 0, 0, 0.5),
                    0 0 100px rgba(255, 215, 0, 0.4),
                    0 0 150px rgba(255, 107, 53, 0.3);
            }
        }

        .lifestyle-image {
            width: 100%;
            max-width: 380px;
            height: 280px;
            object-fit: cover;
            border-radius: 20px;
            border: 3px solid;
            border-image: linear-gradient(45deg, #FFD700, #FF6B35, #FFD700) 1;
            box-shadow: 
                0 15px 40px rgba(0,0,0,0.3),
                0 0 60px rgba(255, 215, 0, 0.2);
            margin: 15px auto;
            display: block;
            transition: all 0.3s ease;
        }

        .lifestyle-image:hover {
            transform: scale(1.05) rotateY(5deg);
            box-shadow: 
                0 20px 50px rgba(0,0,0,0.4),
                0 0 80px rgba(255, 215, 0, 0.4);
        }

        .comparison-image {
            width: 100%;
            max-width: 220px;
            height: 180px;
            object-fit: cover;
            border-radius: 15px;
            border: 3px solid;
            border-image: linear-gradient(45deg, #8B0000, #FFD700, #8B0000) 1;
            margin: 10px auto;
            display: block;
            box-shadow: 
                0 10px 25px rgba(0,0,0,0.2),
                0 0 40px rgba(139, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .comparison-image:hover {
            transform: scale(1.1) rotate(2deg);
            box-shadow: 
                0 15px 35px rgba(0,0,0,0.3),
                0 0 60px rgba(139, 0, 0, 0.2);
        }

        .detail-image {
            width: 100%;
            max-width: 350px;
            height: 240px;
            object-fit: cover;
            border-radius: 15px;
            margin: 15px auto;
            display: block;
            border: 4px solid;
            border-image: linear-gradient(45deg, #8B0000, #FFD700, #FF6B35, #8B0000) 1;
            box-shadow: 
                0 15px 40px rgba(139, 0, 0, 0.3),
                0 0 60px rgba(255, 215, 0, 0.2);
            animation: sexyDetailPulse 3s ease-in-out infinite;
        }

        @keyframes sexyDetailPulse {
            0%, 100% { 
                box-shadow: 
                    0 15px 40px rgba(139, 0, 0, 0.3),
                    0 0 60px rgba(255, 215, 0, 0.2);
            }
            50% { 
                box-shadow: 
                    0 20px 50px rgba(139, 0, 0, 0.4),
                    0 0 80px rgba(255, 215, 0, 0.3);
            }
        }

        .ingredient-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }

        .ingredient-item {
            text-align: center;
        }

        .ingredient-item img {
            width: 100%;
            max-width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 10px;
        }



        /* 画像ギャラリー */
        .image-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin: 30px 0;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.05);
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .gallery-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: #fff;
            padding: 15px;
            font-size: 0.9rem;
            font-weight: bold;
        }

        /* 衝撃の事実セクション */
        .shock-revelation {
            background: linear-gradient(135deg, #000 0%, #8B0000 50%, #000 100%);
            padding: 0;
            margin: 0;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
        }

        .shock-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.4;
            z-index: 1;
        }

        .shock-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(139, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
            z-index: 2;
            animation: dramaticPulse 4s infinite;
        }

        @keyframes dramaticPulse {
            0%, 100% { opacity: 0.8; }
            50% { opacity: 0.95; }
        }

        .shock-content {
            position: relative;
            z-index: 3;
            padding: 20px 10px;
            text-align: center;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* 巨大インパクトテキスト */
        .mega-impact-text {
            font-size: 4rem;
            font-weight: 900;
            color: #8B0000;
            text-shadow: 
                0 0 20px rgba(139, 0, 0, 0.8),
                0 0 40px rgba(139, 0, 0, 0.6),
                2px 2px 4px rgba(255, 255, 255, 0.9);
            margin-bottom: 20px;
            animation: epicGlow 3s infinite;
            line-height: 0.9;
            letter-spacing: -2px;
        }

        @keyframes epicGlow {
            0%, 100% { 
                text-shadow: 
                    0 0 20px rgba(139, 0, 0, 0.8),
                    0 0 40px rgba(139, 0, 0, 0.6),
                    2px 2px 4px rgba(255, 255, 255, 0.9);
            }
            50% { 
                text-shadow: 
                    0 0 30px rgba(139, 0, 0, 1),
                    0 0 60px rgba(139, 0, 0, 0.8),
                    0 0 80px rgba(255, 215, 0, 0.6),
                    2px 2px 4px rgba(255, 255, 255, 0.9);
                transform: scale(1.05);
            }
        }

        /* 衝撃の発表 */
        .shock-announcement {
            background: rgba(255, 255, 255, 0.95);
            border: 5px solid #8B0000;
            border-radius: 25px;
            padding: 30px;
            margin: 30px 0;
            position: relative;
            animation: shockWave 2s infinite;
            box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
        }

        @keyframes shockWave {
            0%, 100% { 
                transform: scale(1); 
                box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3), 0 0 0 0 rgba(139, 0, 0, 0.7);
            }
            50% { 
                transform: scale(1.02); 
                box-shadow: 0 15px 40px rgba(139, 0, 0, 0.4), 0 0 0 20px rgba(139, 0, 0, 0);
            }
        }

        .shock-announcement::before {
            content: '⚡ 大スクープ ⚡';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background: #8B0000;
            color: #fff;
            padding: 10px 30px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.8rem;
            animation: shockBadge 1s infinite;
        }

        @keyframes shockBadge {
            0%, 100% { transform: translateX(-50%) scale(1); }
            50% { transform: translateX(-50%) scale(1.1); }
        }

        /* 絶望から希望への転換 */
        .despair-to-hope {
            display: grid;
            gap: 20px;
            margin: 30px 0;
        }

        .despair-box {
            background: linear-gradient(135deg, #e9ecef, #f8f9fa);
            border: 3px solid #6c757d;
            border-radius: 15px;
            padding: 30px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
        }

        .despair-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(108, 117, 125, 0.1), transparent);
            animation: sadShimmer 4s infinite;
        }

        @keyframes sadShimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .hope-box {
            background: linear-gradient(135deg, #fff3cd, #ffeaa7, #fff3cd);
            border: 5px solid #8B0000;
            border-radius: 20px;
            padding: 40px;
            position: relative;
            overflow: hidden;
            animation: hopeExplosion 3s infinite;
            box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
        }

        @keyframes hopeExplosion {
            0%, 100% { 
                transform: scale(1);
                box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
            }
            50% { 
                transform: scale(1.03);
                box-shadow: 0 15px 40px rgba(139, 0, 0, 0.5);
            }
        }

        .hope-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: hopeShine 2s infinite;
        }

        @keyframes hopeShine {
            0% { transform: translateX(-100%) rotate(45deg); }
            100% { transform: translateX(200%) rotate(45deg); }
        }

        /* 巨大矢印 */
        .mega-arrow {
            text-align: center;
    margin: 5px 0 10px 0; /* 上5px、下10px にさらに縮小 */
        }

        .mega-arrow-icon {
            font-size: 6rem;
            color: #8B0000;
            animation: arrowBounce 2s infinite;
            text-shadow: 0 0 20px rgba(139, 0, 0, 0.8);
        }

/* 以下のスタイルを追加または修正 */
div[style*="animation: finalArrowPulse"] {
    /* このdivのmarginを調整 */
    margin: 10px 0 !important; /* 40px → 20px にさらに縮小 */
}

/* 「運命の瞬間」のテキスト色を白に変更し、影を追加 */
div[style*="color: #8B0000; font-size: clamp(1.3rem, 3.5vw, 2rem)"] {
    color: #FFFFFF !important; /* 白色に変更 */
    text-shadow: 
        2px 2px 6px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(139, 0, 0, 0.6) !important; /* 影を追加 */
}

        @keyframes arrowBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        /* 歓喜の爆発 - 最高級ゴージャス仕様 */
        .joy-explosion {
            background: radial-gradient(circle, #FFD700 0%, #FF6B35 30%, #8B0000 70%, #000000 100%);
            border: 8px solid #FFD700;
            border-radius: 25px;
            padding: 40px;
            margin: 30px 0;
            position: relative;
            overflow: hidden;
            animation: ultimateJoyPulse 2s infinite;
            box-shadow: 
                0 0 50px rgba(255, 215, 0, 0.8),
                0 0 100px rgba(255, 215, 0, 0.6),
                inset 0 0 50px rgba(255, 255, 255, 0.1);
        }

        @keyframes ultimateJoyPulse {
            0%, 100% { 
                transform: scale(1);
                filter: brightness(1);
                box-shadow: 
                    0 0 50px rgba(255, 215, 0, 0.8),
                    0 0 100px rgba(255, 215, 0, 0.6),
                    inset 0 0 50px rgba(255, 255, 255, 0.1);
            }
            50% { 
                transform: scale(1.03);
                filter: brightness(1.2);
                box-shadow: 
                    0 0 80px rgba(255, 215, 0, 1),
                    0 0 150px rgba(255, 215, 0, 0.8),
                    0 0 200px rgba(255, 107, 53, 0.6),
                    inset 0 0 80px rgba(255, 255, 255, 0.2);
            }
        }

        .joy-explosion::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.2) 0%, transparent 40%),
                radial-gradient(circle at 60% 20%, rgba(255, 107, 53, 0.2) 0%, transparent 40%);
            animation: luxuryShimmer 4s infinite;
            z-index: 1;
        }

        @keyframes luxuryShimmer {
            0%, 100% { 
                opacity: 0.6;
                transform: rotate(0deg);
            }
            25% { 
                opacity: 0.9;
                transform: rotate(90deg);
            }
            50% { 
                opacity: 0.7;
                transform: rotate(180deg);
            }
            75% { 
                opacity: 1;
                transform: rotate(270deg);
            }
        }

        .joy-explosion::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: 
                conic-gradient(from 0deg, 
                    transparent 0deg, 
                    rgba(255, 215, 0, 0.1) 60deg, 
                    transparent 120deg, 
                    rgba(255, 107, 53, 0.1) 180deg, 
                    transparent 240deg, 
                    rgba(255, 215, 0, 0.1) 300deg, 
                    transparent 360deg);
            animation: royalRotation 8s linear infinite;
            z-index: 2;
        }

        @keyframes royalRotation {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* 商品名スタイル - 最高級仕様 */
        .luxury-product-name {
            position: relative;
            z-index: 10;
            font-size: clamp(2.5rem, 8vw, 4.5rem);
            font-weight: 900;
            background: linear-gradient(45deg, #FFD700, #FFF, #FFD700, #FF6B35, #FFD700);
            background-size: 300% 300%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: luxuryTextGlow 3s infinite, luxuryGradientShift 4s infinite;
            text-shadow: 
                0 0 30px rgba(255, 215, 0, 0.8),
                0 0 60px rgba(255, 215, 0, 0.6),
                0 0 90px rgba(255, 107, 53, 0.4);
            margin-bottom: 20px;
            line-height: 1.3;
            letter-spacing: 2px;
            text-align: center;
        }

        @keyframes luxuryTextGlow {
            0%, 100% { 
                filter: brightness(1) contrast(1);
                text-shadow: 
                    0 0 30px rgba(255, 215, 0, 0.8),
                    0 0 60px rgba(255, 215, 0, 0.6),
                    0 0 90px rgba(255, 107, 53, 0.4);
            }
            50% { 
                filter: brightness(1.3) contrast(1.2);
                text-shadow: 
                    0 0 50px rgba(255, 215, 0, 1),
                    0 0 100px rgba(255, 215, 0, 0.8),
                    0 0 150px rgba(255, 107, 53, 0.6),
                    0 0 200px rgba(255, 255, 255, 0.3);
            }
        }

        @keyframes luxuryGradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* 商品画像 - プレミアム仕様 */
        .luxury-product-image {
            width: 100%;
            max-width: 350px;
            height: auto;
            border-radius: 20px;
            border: 5px solid #FFD700;
            box-shadow: 
                0 0 30px rgba(255, 215, 0, 0.6),
                0 0 60px rgba(255, 215, 0, 0.4),
                0 20px 40px rgba(0, 0, 0, 0.3);
            margin: 20px auto;
            display: block;
            animation: luxuryImageFloat 4s infinite ease-in-out;
            position: relative;
            z-index: 10;
        }

        @keyframes luxuryImageFloat {
            0%, 100% { 
                transform: translateY(0) scale(1);
                box-shadow: 
                    0 0 30px rgba(255, 215, 0, 0.6),
                    0 0 60px rgba(255, 215, 0, 0.4),
                    0 20px 40px rgba(0, 0, 0, 0.3);
            }
            25% { 
                transform: translateY(-10px) scale(1.02);
                box-shadow: 
                    0 0 40px rgba(255, 215, 0, 0.8),
                    0 0 80px rgba(255, 215, 0, 0.6),
                    0 30px 50px rgba(0, 0, 0, 0.2);
            }
            50% { 
                transform: translateY(-15px) scale(1.03);
                box-shadow: 
                    0 0 50px rgba(255, 215, 0, 1),
                    0 0 100px rgba(255, 215, 0, 0.8),
                    0 35px 60px rgba(0, 0, 0, 0.15);
            }
            75% { 
                transform: translateY(-10px) scale(1.02);
                box-shadow: 
                    0 0 40px rgba(255, 215, 0, 0.8),
                    0 0 80px rgba(255, 215, 0, 0.6),
                    0 30px 50px rgba(0, 0, 0, 0.2);
            }
        }

        /* 興奮レベル最大のCTA */
        .ultimate-cta {
            background: linear-gradient(45deg, #FF0000, #FFD700, #FF0000);
            background-size: 300% 300%;
            animation: ultimateGradient 2s ease infinite;
            color: #fff;
            padding: 25px 40px;
            font-size: 2rem;
            font-weight: 900;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: block;
            margin: 30px auto;
            text-decoration: none;
            text-align: center;
            box-shadow: 
                0 0 30px rgba(255, 0, 0, 0.7),
                0 0 60px rgba(255, 215, 0, 0.5);
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        @keyframes ultimateGradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .ultimate-cta:hover {
            transform: scale(1.1);
            box-shadow: 
                0 0 50px rgba(255, 0, 0, 1),
                0 0 100px rgba(255, 215, 0, 0.8);
        }

        .ultimate-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            animation: ultimateShine 3s infinite;
        }

        @keyframes ultimateShine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        /* セクション共通 */
        .section {
            padding: 25px 20px;
            margin: 10px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 2px solid #8B0000;
            border-radius: 15px;
            position: relative;
            box-shadow: 0 5px 15px rgba(139, 0, 0, 0.1);
        }

        /* 黒背景セクション - セクシー仕様 */
        .section-dark {
            padding: 30px 25px;
            margin: 15px 0;
            background: 
                radial-gradient(circle at 30% 70%, rgba(255, 215, 0, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255, 107, 53, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(139, 0, 0, 0.3) 0%, transparent 70%),
                linear-gradient(135deg, #000000 0%, #1a0a0a 25%, #330000 50%, #1a0a0a 75%, #000000 100%);
            border: 4px solid;
            border-image: linear-gradient(45deg, #FFD700, #FF6B35, #8B0000, #FFD700) 1;
            border-radius: 20px;
            position: relative;
            box-shadow: 
                0 15px 40px rgba(255, 215, 0, 0.4),
                0 0 80px rgba(255, 107, 53, 0.3),
                inset 0 1px 0 rgba(255, 215, 0, 0.3);
            color: #fff;
            overflow: hidden;
        }

        .section-dark::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, 
                #FFD700 0%, 
                #FF6B35 25%, 
                #8B0000 50%, 
                #FF6B35 75%, 
                #FFD700 100%);
            animation: sexyDarkBorderFlow 5s linear infinite;
        }

        @keyframes sexyDarkBorderFlow {
            0% { transform: translateX(-100%) scaleX(0.5); }
            50% { transform: translateX(0%) scaleX(1.2); }
            100% { transform: translateX(100%) scaleX(0.5); }
        }

        .section-dark::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                conic-gradient(from 0deg at 50% 50%, 
                    transparent 0deg, 
                    rgba(255, 215, 0, 0.1) 60deg, 
                    transparent 120deg, 
                    rgba(255, 107, 53, 0.1) 180deg, 
                    transparent 240deg, 
                    rgba(139, 0, 0, 0.1) 300deg, 
                    transparent 360deg);
            animation: sexyDarkRotation 12s linear infinite;
            pointer-events: none;
        }

        @keyframes sexyDarkRotation {
            0% { transform: rotate(0deg) scale(1); }
            50% { transform: rotate(180deg) scale(1.1); }
            100% { transform: rotate(360deg) scale(1); }
        }

        .section-dark h2 {
            font-size: clamp(1.6rem, 5vw, 2.8rem);
            background: linear-gradient(45deg, #FFD700, #FF6B35, #FFF, #FFD700);
            background-size: 300% 300%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: sexyDarkTextGlow 4s ease infinite;
            text-align: center;
            margin-bottom: 20px;
            text-shadow: 
                0 0 20px rgba(255, 215, 0, 0.8),
                2px 2px 4px rgba(0, 0, 0, 0.9);
            line-height: 1.2;
            position: relative;
            z-index: 10;
            font-weight: 900;
        }

        @keyframes sexyDarkTextGlow {
            0%, 100% { 
                background-position: 0% 50%; 
                filter: brightness(1);
            }
            25% { 
                background-position: 100% 50%; 
                filter: brightness(1.3);
            }
            50% { 
                background-position: 200% 50%; 
                filter: brightness(1.5);
            }
            75% { 
                background-position: 300% 50%; 
                filter: brightness(1.3);
            }
        }

        .section-dark h3 {
            font-size: clamp(1.4rem, 4vw, 2.2rem);
            color: #FF6B6B;
            margin-bottom: 15px;
            text-align: center;
            line-height: 1.2;
            text-shadow: 
                0 0 15px rgba(255, 107, 107, 0.8),
                2px 2px 4px rgba(0, 0, 0, 0.8);
            animation: sexyPulseGlow 3s ease-in-out infinite;
            font-weight: 800;
        }

        @keyframes sexyPulseGlow {
            0%, 100% { 
                text-shadow: 
                    0 0 15px rgba(255, 107, 107, 0.8),
                    2px 2px 4px rgba(0, 0, 0, 0.8);
                transform: scale(1);
            }
            50% { 
                text-shadow: 
                    0 0 25px rgba(255, 107, 107, 1),
                    0 0 40px rgba(255, 215, 0, 0.6),
                    2px 2px 4px rgba(0, 0, 0, 0.8);
                transform: scale(1.02);
            }
        }

        .section-dark p, .section-dark li {
            color: #fff;
            font-size: clamp(1rem, 3vw, 1.3rem);
            margin-bottom: 10px;
            line-height: 1.6;
            font-weight: 500;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        }

        .section-dark .testimonial {
            background: rgba(255, 215, 0, 0.1);
            border-left: 5px solid #FFD700;
        }

        .section-dark .testimonial-author {
            color: #FFD700;
        }

        .section-dark .testimonial-text {
            color: #fff;
        }

        .section-dark .checklist {
            background: rgba(255, 215, 0, 0.1);
            border: 2px solid #FFD700;
        }

        .section-dark .checklist li::before {
            color: #FFD700;
        }

        .section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #8B0000, #FF0000, #8B0000);
        }

        .section h2 {
            font-size: clamp(1.4rem, 4vw, 2.2rem);
            color: #8B0000;
            text-align: center;
            margin-bottom: 15px;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
            line-height: 1.2;
        }

        .section h3 {
            font-size: clamp(1.2rem, 3.5vw, 1.8rem);
            color: #dc3545;
            margin-bottom: 10px;
            text-align: center;
            line-height: 1.2;
        }

        .section p, .section li {
            color: #333;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            margin-bottom: 8px;
            line-height: 1.4;
        }

        /* 重要告知 */
        .important-notice {
            background: linear-gradient(45deg, #FF0000, #8B0000);
            color: #fff;
            padding: 15px;
            border-radius: 10px;
            margin: 15px 0;
            text-align: center;
            font-weight: bold;
            font-size: 1.3rem;
            border: 3px solid #8B0000;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.02); }
        }

        /* ビフォーアフター */
        .before-after {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 20px;
            align-items: center;
            margin: 20px 0;
            text-align: center;
        }

        .before, .after {
            background: rgba(248, 249, 250, 0.8);
            padding: 20px;
            border-radius: 10px;
            border: 2px solid #6c757d;
        }

        .before {
            border-color: #6c757d;
        }

        .after {
            border-color: #8B0000;
            background: rgba(255, 243, 205, 0.8);
        }

        .arrow {
            font-size: 3rem;
            color: #8B0000;
            font-weight: bold;
        }

        /* 煽り画像エリア */
        .provocative-image {
            background: linear-gradient(135deg, #8B0000, #FF1493, #8B0000);
            padding: 30px 20px;
            margin: 20px 0;
            border-radius: 15px;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 200px;
        }

        .provocative-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.6;
            z-index: 1;
        }

        .provocative-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(139, 0, 0, 0.7), rgba(255, 20, 147, 0.7), rgba(139, 0, 0, 0.7));
            z-index: 2;
            animation: glow 4s infinite;
        }

        @keyframes glow {
            0%, 100% { opacity: 0.7; }
            50% { opacity: 0.9; }
        }

        .provocative-text {
            position: relative;
            z-index: 3;
            font-size: 1.8rem;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.9);
            background: rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            backdrop-filter: blur(2px);
        }

        /* 成分比較 */
        .comparison-table {
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid #8B0000;
            border-radius: 10px;
            overflow: hidden;
            margin: 15px 0;
            box-shadow: 0 5px 15px rgba(139, 0, 0, 0.1);
        }

        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
        }

        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #8B0000;
        }

        .comparison-table th {
            background: #8B0000;
            color: #fff;
            font-weight: bold;
        }

        .comparison-table td {
            color: #333;
        }

        .highlight {
            background: rgba(255, 243, 205, 0.7);
            font-weight: bold;
            color: #8B0000;
        }

        /* 社会的証明 */
        .testimonial {
            background: rgba(255, 243, 205, 0.3);
            padding: 15px;
            margin: 15px 0;
            border-radius: 10px;
            border-left: 5px solid #8B0000;
            box-shadow: 0 2px 10px rgba(139, 0, 0, 0.1);
        }

        .testimonial-author {
            color: #8B0000;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .testimonial-text {
            color: #333;
            font-style: italic;
            font-size: clamp(0.85rem, 2.2vw, 1rem);
            line-height: 1.5;
        }

        /* 限定性カウンター */
        .countdown {
            background: linear-gradient(45deg, #FF0000, #8B0000);
            color: #fff;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            margin: 20px 0;
            border: 3px solid #8B0000;
        }

        .countdown-number {
            font-size: 3rem;
            font-weight: bold;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
            animation: countPulse 1s infinite;
        }

        @keyframes countPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        /* 価格表示 */
        .price-section {
            background: rgba(255, 255, 255, 0.95);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin: 20px 0;
            border: 3px solid #8B0000;
            box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
        }

        .original-price {
            font-size: 1.5rem;
            text-decoration: line-through;
            color: #6c757d;
            margin-bottom: 10px;
        }

        .special-price {
            font-size: 3rem;
            font-weight: bold;
            color: #8B0000;
            text-shadow: none;
            margin-bottom: 20px;
        }

        .discount {
            background: #FF0000;
            color: #fff;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 1.3rem;
            font-weight: bold;
            display: inline-block;
        }

        /* CTA ボタン - セクシーゴージャス仕様 */
        .cta-button {
            background: linear-gradient(45deg, #00C300, #00FF40, #00C300, #40FF80);
            background-size: 300% 300%;
            animation: sexyCtaGradient 3s ease infinite;
            color: #fff;
            padding: clamp(15px, 4vw, 25px) clamp(25px, 6vw, 50px);
            font-size: clamp(1rem, 3.5vw, 1.6rem);
            font-weight: 900;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: block;
            margin: 25px auto;
            text-decoration: none;
            text-align: center;
            box-shadow: 
        0 15px 40px rgba(255, 107, 0, 0.6),  /* 緑→オレンジに変更 */
        0 0 60px rgba(255, 165, 0, 0.4),     /* 緑→オレンジに変更 */
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            min-width: fit-content;
            max-width: 90vw;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @keyframes sexyCtaGradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .cta-button:hover {
            transform: translateY(-5px) scale(1.03);
            box-shadow: 
        0 20px 50px rgba(255, 107, 0, 0.8),  /* 緑→オレンジに変更 */
        0 0 80px rgba(255, 165, 0, 0.6),     /* 緑→オレンジに変更 */
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
            background: linear-gradient(45deg, #00B900, #00FF40, #00B900, #40FF80);
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.6), 
                rgba(255, 255, 255, 0.8), 
                rgba(255, 255, 255, 0.6), 
                transparent);
            animation: sexyCtaShine 4s infinite;
        }

        @keyframes sexyCtaShine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .cta-button::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
            transition: all 0.3s ease;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

        .cta-button:hover::after {
            width: 100%;
            height: 100%;
        }

        .cta-large {
            font-size: clamp(1.2rem, 4vw, 1.8rem);
            padding: clamp(18px, 5vw, 30px) clamp(30px, 8vw, 60px);
            letter-spacing: 2px;
        }

        .cta-urgent {
            background: linear-gradient(45deg, #FF6B00, #FFD700, #FFA500, #FF8C00);
            background-size: 400% 400%;
            animation: sexyCtaUrgent 2s ease infinite, sexyCtaGradient 3s ease infinite;
            box-shadow: 
        0 20px 50px rgba(255, 107, 0, 0.8),  /* 緑→オレンジに変更 */
        0 0 80px rgba(255, 165, 0, 0.6),     /* 緑→オレンジに変更 */
        0 0 120px rgba(255, 140, 0, 0.4);    /* 緑→オレンジに変更 */
        }

        @keyframes sexyCtaUrgent {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .cta-urgent:hover {
            background: linear-gradient(45deg, #FF5500, #FFD700, #FFA500, #FF7700);
            box-shadow: 
        0 25px 60px rgba(255, 107, 0, 1),    /* 緑→オレンジに変更 */
        0 0 100px rgba(255, 165, 0, 0.8),    /* 緑→オレンジに変更 */
        0 0 150px rgba(255, 140, 0, 0.6);    /* 緑→オレンジに変更 */
        }

        @keyframes lineUrgentPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        /* 固定フローティングボタン - 遅延登場仕様 */
        .floating-cta-container {
            position: fixed;
            bottom: 10px;
            left: 0;
            right: 0;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 5px;
            max-width: 100vw;
            gap: 5px;
            opacity: 0;
            transform: translateY(100px);
            transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .floating-cta-container.show {
            opacity: 1;
            transform: translateY(0);
        }

        @keyframes dramaticEntrance {
            0% {
                opacity: 0;
                transform: translateY(100px) scale(0.5) rotateX(90deg);
            }
            50% {
                opacity: 0.8;
                transform: translateY(-20px) scale(1.1) rotateX(0deg);
            }
            70% {
                transform: translateY(10px) scale(0.95);
            }
            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .floating-cta {
            background: linear-gradient(45deg, #FF6B00, #FFD700, #FF8C00, #FFA500);
            background-size: 400% 400%;
            animation: sexyCtaGradient 3s ease infinite, megaCtaPulse 2s infinite;
            color: #fff;
            padding: clamp(20px, 6vw, 30px) clamp(15px, 4vw, 25px);
            border-radius: 50px;
            font-weight: 900;
            text-decoration: none;
            font-size: clamp(1.1rem, 4.5vw, 2rem);
            box-shadow: 
        0 15px 50px rgba(255, 107, 0, 0.8),  /* 緑→オレンジに変更 */
        0 0 80px rgba(255, 165, 0, 0.6),     /* 緑→オレンジに変更 */
        0 0 120px rgba(255, 140, 0, 0.4);    /* 緑→オレンジに変更 */
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            z-index: 1001;
            white-space: nowrap;
            text-align: center;
            flex: 1;
            margin: 0 2px;
            min-width: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 3px solid rgba(255, 255, 255, 0.3);
        }

        @keyframes megaCtaPulse {
            0%, 100% { 
                transform: scale(1);
                box-shadow: 
            0 15px 50px rgba(255, 107, 0, 0.8),  /* 緑→オレンジに変更 */
            0 0 80px rgba(255, 165, 0, 0.6),     /* 緑→オレンジに変更 */
            0 0 120px rgba(255, 140, 0, 0.4);    /* 緑→オレンジに変更 */
            }
            50% { 
                transform: scale(1.03);
                box-shadow: 
            0 20px 60px rgba(255, 107, 0, 1),    /* 緑→オレンジに変更 */
            0 0 100px rgba(255, 165, 0, 0.8),    /* 緑→オレンジに変更 */
            0 0 150px rgba(255, 140, 0, 0.6);    /* 緑→オレンジに変更 */
            }
        }

        .floating-cta:hover {
            background: linear-gradient(45deg, #FF5500, #FFD700, #FF7700, #FFA500);
            transform: scale(1.05);
            box-shadow: 
        0 25px 70px rgba(255, 107, 0, 1),    /* 緑→オレンジに変更 */
        0 0 120px rgba(255, 165, 0, 0.9),    /* 緑→オレンジに変更 */
        0 0 180px rgba(255, 140, 0, 0.7);    /* 緑→オレンジに変更 */
        }

        .floating-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.7), 
                rgba(255, 255, 255, 0.9), 
                rgba(255, 255, 255, 0.7), 
                transparent);
            animation: megaCtaShine 3s infinite;
        }

        @keyframes megaCtaShine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .floating-woman-image {
            width: 60px;
            height: 90px;
            background: url('https://erostock.net/wp-content/uploads/2019/06/side_omxw_re_500.png') center/contain no-repeat;
            filter: drop-shadow(0 5px 15px rgba(255, 20, 147, 0.6));
            animation: sexyWomanFloat 4s infinite ease-in-out;
            opacity: 0.95;
            z-index: 1002;
            position: relative;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .floating-woman-image:hover {
            transform: scale(1.1) rotate(5deg);
            filter: drop-shadow(0 8px 20px rgba(255, 20, 147, 0.8));
        }

        @keyframes sexyWomanFloat {
            0%, 100% { 
                transform: translateY(0) rotate(0deg) scale(1); 
                filter: drop-shadow(0 5px 15px rgba(255, 20, 147, 0.6));
            }
            25% { 
                transform: translateY(-5px) rotate(3deg) scale(1.02); 
                filter: drop-shadow(0 8px 20px rgba(255, 20, 147, 0.7));
            }
            50% { 
                transform: translateY(-8px) rotate(0deg) scale(1.03); 
                filter: drop-shadow(0 10px 25px rgba(255, 20, 147, 0.8));
            }
            75% { 
                transform: translateY(-5px) rotate(-3deg) scale(1.02); 
                filter: drop-shadow(0 8px 20px rgba(255, 20, 147, 0.7));
            }
        }

        /* スマホ対応でのミチミチ度アップ */
        @media (max-width: 768px) {
            .floating-cta-container {
                padding: 0 3px;
                gap: 3px;
            }
            
            .floating-cta {
                font-size: clamp(0.9rem, 4vw, 1.4rem);
                padding: clamp(18px, 5.5vw, 25px) clamp(8px, 2.5vw, 15px);
                margin: 0 1px;
                border-radius: 40px;
            }
            
            .floating-woman-image {
                width: 50px;
                height: 75px;
            }
        }

        @media (max-width: 480px) {
            .floating-cta-container {
                padding: 0 2px;
                gap: 2px;
            }
            
            .floating-cta {
                font-size: clamp(0.8rem, 3.5vw, 1.2rem);
                padding: clamp(16px, 5vw, 22px) clamp(6px, 2vw, 12px);
                margin: 0;
                border-radius: 35px;
                letter-spacing: 0.5px;
            }
            
            .floating-woman-image {
                width: 45px;
                height: 68px;
            }
        }

        /* 超小画面でのミチミチMAX */
        @media (max-width: 360px) {
            .floating-cta-container {
                padding: 0 1px;
                gap: 1px;
            }
            
            .floating-cta {
                font-size: clamp(0.75rem, 3.2vw, 1.1rem);
                padding: clamp(14px, 4.5vw, 20px) clamp(4px, 1.5vw, 10px);
                border-radius: 30px;
                letter-spacing: 0px;
            }
            
            .floating-woman-image {
                width: 40px;
                height: 60px;
            }
        }

        /* WOW.js風アニメーション */
        .wow-fadeInUp {
            animation: wowFadeInUp 1s ease-out;
        }

        .wow-bounceIn {
            animation: wowBounceIn 1s ease-out;
        }

        .wow-zoomIn {
            animation: wowZoomIn 0.8s ease-out;
        }

        .wow-pulse {
            animation: wowPulse 2s infinite;
        }

        .wow-flash {
            animation: wowFlash 2s infinite;
        }

        @keyframes wowFadeInUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes wowBounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3);
            }
            50% {
                opacity: 1;
                transform: scale(1.05);
            }
            70% {
                transform: scale(0.9);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes wowZoomIn {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes wowPulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

        @keyframes wowFlash {
            0%, 50%, 100% {
                opacity: 1;
            }
            25%, 75% {
                opacity: 0;
            }
        }

        /* 読み方スタイル */
        .product-reading {
            font-size: clamp(0.8rem, 2vw, 1.2rem);
            color: #FFD700;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
            opacity: 0.9;
            position: relative;
            z-index: 10;
        }

        /* 安心情報 */
        .security-info {
            background: rgba(212, 237, 218, 0.5);
            border: 2px solid #28a745;
            border-radius: 10px;
            padding: 15px;
            margin: 15px 0;
        }

.security-info ul {
    list-style: none;  /* デフォルトの箇条書きマークを削除 */
    padding-left: 0;   /* 左のパディングを削除 */
    margin: 0;         /* マージンをリセット */
}

.security-info li {
    position: relative;
    padding-left: 20px;  /* 「・」のためのスペースを確保 */
    margin-bottom: 8px;
}

.security-info li::before {
    content: '・';      /* 日本語の中黒を使用 */
    position: absolute;
    left: 0;           /* 左端に配置 */
    top: 0;
}

        .security-info h4 {
            color: #28a745;
            margin-bottom: 10px;
        }

        .security-info p, .security-info li {
            color: #333;
        }

        /* チェックリスト */
        .checklist {
            background: rgba(255, 243, 205, 0.3);
            padding: 20px;
            border-radius: 10px;
            margin: 15px 0;
            border: 2px solid #8B0000;
        }

        .checklist ul {
            list-style: none;
        }

        .checklist li {
            padding: 10px 0;
            font-size: clamp(0.9rem, 2.5vw, 1.2rem);
            position: relative;
            color: #333;
            line-height: 1.4;
        }

        .checklist li::before {
            content: '✓';
            color: #8B0000;
            font-size: 1.5rem;
            margin-right: 10px;
            font-weight: bold;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .mega-impact-text {
                font-size: 2.5rem;
            }
            
            .mega-arrow-icon {
                font-size: 4rem;
            }
            
            .ultimate-cta {
                font-size: clamp(1.1rem, 3.8vw, 1.5rem);
                padding: clamp(18px, 4.5vw, 25px) clamp(25px, 7vw, 40px);
                letter-spacing: 0.5px;
            }

            .floating-cta {
                padding: clamp(14px, 3.5vw, 18px) clamp(18px, 5vw, 35px);
                font-size: clamp(0.9rem, 2.8vw, 1.2rem);
            }
            
            .floating-woman-image {
                width: 60px;
                height: 90px;
            }
            
            .floating-cta-container {
                gap: 10px;
            }

            .before-after {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            
            .arrow {
                transform: rotate(90deg);
                font-size: 2rem;
            }

            .section h2 {
                font-size: 1.8rem;
                line-height: 1.3;
            }

            .section h3 {
                font-size: 1.5rem;
                line-height: 1.3;
            }

            .section p, .section li {
                font-size: 1rem;
                line-height: 1.5;
            }

            .testimonial-text {
                font-size: 0.95rem;
                line-height: 1.6;
            }

            .countdown-number {
                font-size: 2.5rem;
            }

            .special-price {
                font-size: 2.5rem;
            }

            .checklist li {
                font-size: 1rem;
                padding: 8px 0;
            }

            .comparison-table th, .comparison-table td {
                padding: 10px 8px;
                font-size: 0.9rem;
            }

            .cta-button {
                font-size: clamp(0.95rem, 3vw, 1.2rem);
                padding: clamp(14px, 3.5vw, 18px) clamp(18px, 5vw, 30px);
            }

            .cta-large {
                font-size: clamp(1rem, 3.2vw, 1.3rem);
                padding: clamp(16px, 4vw, 20px) clamp(20px, 6vw, 35px);
            }

            .image-gallery {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 10px;
            }

            .gallery-item img {
                height: 150px;
            }

            .product-hero-image {
                max-width: 300px;
            }

            .lifestyle-image {
                max-width: 280px;
                height: 200px;
            }

            .ingredient-showcase {
                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
                gap: 15px;
            }

            .ingredient-item img {
                max-width: 100px;
                height: 100px;
            }
        }

        @media (max-width: 480px) {
            .mega-impact-text {
                font-size: 2rem;
                letter-spacing: -1px;
                line-height: 1.1;
            }
            
            .shock-announcement {
                padding: 20px;
            }
            
            .ultimate-cta {
                font-size: clamp(1rem, 3.5vw, 1.3rem);
                padding: clamp(16px, 4vw, 20px) clamp(20px, 6vw, 30px);
                letter-spacing: 0px;
            }

            .floating-cta {
                padding: clamp(12px, 3vw, 15px) clamp(15px, 4.5vw, 25px);
                font-size: clamp(0.85rem, 2.5vw, 1.1rem);
            }
            
            .floating-woman-image {
                width: 50px;
                height: 75px;
            }
            
            .floating-cta-container {
                gap: 8px;
            }

            .section {
                padding: 20px 15px;
                margin: 10px 0;
            }

            .section h2 {
                font-size: 1.6rem;
                line-height: 1.3;
                margin-bottom: 15px;
            }

            .section h3 {
                font-size: 1.3rem;
                line-height: 1.3;
            }

            .section p, .section li {
                font-size: 1.3rem;
                line-height: 1.5;
                margin-bottom: 8px;
            }

            .testimonial {
                padding: 12px;
                margin: 12px 0;
            }

            .testimonial-author {
                font-size: 0.9rem;
                margin-bottom: 8px;
            }

            .testimonial-text {
                font-size: 1.3rem;
                line-height: 1.6;
            }

            .countdown-number {
                font-size: 2rem;
            }

            .special-price {
                font-size: 2rem;
            }

            .checklist {
                padding: 20px;
            }

            .checklist li {
                font-size: 0.95rem;
                padding: 6px 0;
            }

            .comparison-table th, .comparison-table td {
                padding: 8px 5px;
                font-size: 0.85rem;
            }

            .security-info {
                padding: 12px;
                margin: 12px 0;
            }

            .security-info h4 {
                font-size: 1.1rem;
                margin-bottom: 8px;
            }

            .security-info p, .security-info li {
                font-size: 0.9rem;
                line-height: 1.5;
            }

            .cta-button {
                font-size: clamp(0.9rem, 2.8vw, 1.1rem);
                padding: clamp(12px, 3vw, 16px) clamp(16px, 4.5vw, 25px);
            }

            .cta-large {
                font-size: clamp(0.95rem, 3vw, 1.15rem);
                padding: clamp(14px, 3.5vw, 18px) clamp(18px, 5vw, 30px);
            }

            .image-gallery {
                grid-template-columns: 1fr 1fr;
                gap: 8px;
            }

            .gallery-item img {
                height: 120px;
            }

            .product-hero-image {
                max-width: 250px;
            }

            .lifestyle-image {
                max-width: 240px;
                height: 180px;
            }

            .ingredient-showcase {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                gap: 10px;
            }

            .ingredient-item {
                padding: 15px;
            }

            .ingredient-item img {
                max-width: 80px;
                height: 80px;
            }
        }

        @keyframes urgentFlash {
            0%, 50% { background: #8B0000; }
            51%, 100% { background: #FF0000; }
        }

        @keyframes shockPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        @keyframes impactGlow {
            0%, 100% { 
                box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
            }
            50% { 
                box-shadow: 0 15px 40px rgba(139, 0, 0, 0.5);
            }
        }

        @keyframes finalFlash {
            0%, 50% { background: #8B0000; }
            51%, 100% { background: #FF0000; }
        }

        @keyframes emergencyFlash {
            0%, 50% { background: #FF0000; }
            51%, 100% { background: #8B0000; }
        }

        @keyframes urgentBlink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0.7; }
        }
    


/* 閲覧中の人数表示バー */
.viewing-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #1a0a0a 0%, #330000 25%, #8B0000 50%, #330000 75%, #1a0a0a 100%);
    background-size: 200% 100%;
    animation: viewingBarGradient 5s ease infinite;
    z-index: 9999;
    padding: 8px 0;
    box-shadow: 
        0 2px 10px rgba(139, 0, 0, 0.6),
        0 4px 20px rgba(255, 0, 0, 0.3);
    border-bottom: 2px solid #FFD700;
}

@keyframes viewingBarGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.viewing-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.viewing-icon {
    font-size: 1.2rem;
    animation: viewingIconPulse 2s infinite;
}

@keyframes viewingIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.viewing-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.viewing-number {
    color: #FFD700;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 0 10px;
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        2px 2px 4px rgba(0, 0, 0, 0.9);
    animation: numberGlow 2s ease-in-out infinite;
    position: relative;
}

@keyframes numberGlow {
    0%, 100% { 
        text-shadow: 
            0 0 10px rgba(255, 215, 0, 0.8),
            0 0 20px rgba(255, 215, 0, 0.6),
            2px 2px 4px rgba(0, 0, 0, 0.9);
        transform: scale(1);
    }
    50% { 
        text-shadow: 
            0 0 20px rgba(255, 215, 0, 1),
            0 0 40px rgba(255, 215, 0, 0.8),
            0 0 60px rgba(255, 107, 53, 0.6),
            2px 2px 4px rgba(0, 0, 0, 0.9);
        transform: scale(1.1);
    }
}

.viewing-pulse {
    position: absolute;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #00FF00;
    border-radius: 50%;
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}

/* ボディのpadding-top調整 */
body {
    padding-top: 50px; /* 閲覧バーの高さ分の余白を追加 */
}

/* スマホ対応 */
@media (max-width: 768px) {
    .viewing-bar {
        padding: 6px 0;
    }
    
    .viewing-text {
        font-size: 0.9rem;
    }
    
    .viewing-number {
        font-size: 1.5rem;
        padding: 0 8px;
    }
    
    .viewing-icon {
        font-size: 1rem;
    }
    
    body {
        padding-top: 42px;
    }
}

@media (max-width: 480px) {
    .viewing-bar {
        padding: 5px 0;
    }
    
    .viewing-text {
        font-size: 0.85rem;
    }
    
    .viewing-number {
        font-size: 1.3rem;
        padding: 0 6px;
    }
    
    .viewing-content {
        gap: 5px;
    }
    
    .viewing-pulse {
        right: 10px;
        width: 6px;
        height: 6px;
    }
    
    body {
        padding-top: 38px;
    }
}



/* 絶望動画コンテナ */
.despair-video-container {
    position: relative;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 絶望動画スタイル - セピア調 */
.despair-video {
    width: 100%;
    height: auto;
    display: block;

}

/* テキストオーバーレイ */
.despair-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    gap: 15px;
}

/* 個別のテキストアイテム */
.despair-text-item {
    color: #FFFFFF;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: bold;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.8),
        0 0 40px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    animation: despairTextPulse 3s ease-in-out infinite;
}

/* 3つのテキストを同時に表示するアニメーション */
@keyframes despairTextPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .despair-text-overlay {
        padding: 15px;
        gap: 12px;
    }
    
    .despair-text-item {
        font-size: clamp(0.95rem, 2.5vw, 1.2rem);
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .despair-text-overlay {
        padding: 10px;
        gap: 8px;
    }
    
    .despair-text-item {
        font-size: clamp(0.85rem, 2.2vw, 1rem);
        padding: 6px 12px;
    }
}




/* 奇跡の動画コンテナ */
.miracle-video-container {
    position: relative;
    margin: 30px auto;
    max-width: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3);
}

/* 奇跡の動画スタイル */
.miracle-video {
    width: 100%;
    height: auto;
    display: block;
}

/* 上部のテキストオーバーレイ */
.miracle-text-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.7) 70%, 
        transparent 100%);
    padding: 20px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 下部のテキストオーバーレイ */
.miracle-text-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.7) 70%, 
        transparent 100%);
    padding: 40px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 奇跡のタイトル（上部） */
.miracle-title {
    color: #FFFFFF;
    font-size: clamp(1.2rem, 3.5vw, 2rem);
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.5),      /* 影を薄く、小さく */
        0 0 30px rgba(255, 215, 0, 0.8),     /* 金色の光を追加 */
        0 0 50px rgba(255, 107, 53, 0.6),    /* オレンジの光を追加 */
        -1px -1px 2px rgba(255, 255, 255, 0.3); /* 白い縁取りを追加 */
    animation: miracleGlow 3s ease-in-out infinite;
}

/* サブタイトル（天然の性欲増強剤） */
.miracle-subtitle {
    font-size: clamp(1.5rem, 4.5vw, 2.5rem);
    color: #FFD700;
    display: block;
    margin-top: 10px;
    text-shadow: 
        3px 3px 8px rgba(0, 0, 0, 1),
        0 0 30px rgba(255, 215, 0, 0.8),
        0 0 50px rgba(255, 0, 0, 0.6);
    font-weight: 900;
}

/* 下部のテキスト（より見やすいバージョン） */
.miracle-bottom-text {
    color: #FFFFFF;  /* 白色に指定 */
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 1),      /* より濃い影 */
        0 0 20px rgba(0, 0, 0, 0.9),       /* 広がる影 */
        0 0 30px rgba(0, 0, 0, 0.7);       /* さらに広がる影 */
    animation: bottomTextGlow 3s ease-in-out infinite;
}

/* テキストの光るアニメーション */
@keyframes miracleGlow {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.02);
        filter: brightness(1.2);
    }
}

@keyframes bottomTextGlow {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.3);
    }
}

/* ドーパミンテキスト */
.dopamine-text {
    margin: 30px auto;
    max-width: 600px;
}

/* ドーパミンハイライト */
.dopamine-highlight {
    display: block;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: #FF0000;
    font-weight: 900;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 0, 0, 0.6),
        0 0 40px rgba(255, 215, 0, 0.4);
    background: linear-gradient(45deg, #FF0000, #FFD700, #FF0000);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: dopaminePulse 2s ease-in-out infinite, dopamineGradient 3s ease infinite;
    position: relative;
    padding: 10px 0;
}

/* ドーパミンテキストのアニメーション */
@keyframes dopaminePulse {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.05);
        filter: brightness(1.3);
    }
}

@keyframes dopamineGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .miracle-text-overlay-top {
        padding: 15px 10px 30px;
    }
    
    .miracle-text-overlay-bottom {
        padding: 30px 10px 15px;
    }
    
    .miracle-title {
        font-size: clamp(1rem, 3vw, 1.5rem);
    }
    
    .miracle-subtitle {
        font-size: clamp(1.3rem, 4vw, 2rem);
        margin-top: 8px;
    }
    
    .miracle-bottom-text {
        font-size: clamp(1rem, 2.8vw, 1.3rem);
    }
    
    .dopamine-highlight {
        font-size: clamp(1.3rem, 3.5vw, 1.8rem);
    }
}

@media (max-width: 280px) {
    .miracle-text-overlay-top {
        padding: 12px 8px 25px;
    }
    
    .miracle-text-overlay-bottom {
        padding: 25px 8px 12px;
    }
    
    .miracle-title {
        font-size: clamp(0.9rem, 2.8vw, 1.3rem);
    }
    
    .miracle-subtitle {
        font-size: clamp(1.1rem, 3.5vw, 1.8rem);
        margin-top: 6px;
    }
    
    .miracle-bottom-text {
        font-size: clamp(0.95rem, 2.5vw, 1.2rem);
    }
    
    .dopamine-highlight {
        font-size: clamp(1.2rem, 3.2vw, 1.6rem);
        padding: 8px 0;
    }
}


/* 健康的な勃起ライフセクション */
.health-life-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #000000 0%, #1a0a0a 50%, #000000 100%);
}

/* 健康動画コンテナ */
.health-video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(139, 0, 0, 0.5),
        0 0 100px rgba(255, 215, 0, 0.3);
    /* アスペクト比を設定して高さを制限 */
    aspect-ratio: 16 / 9;  /* 16/6から16/9に変更（1.5倍） */
    max-height: 450px;     /* 300pxから450pxに変更（1.5倍） */
}

/* 健康動画スタイル - セピア調 */
.health-video {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* 動画を枠内に収める */
    object-position: center;  /* 中央に配置 */
    display: block;

}

/* スマホ対応 - 高さも調整 */
@media (max-width: 768px) {
    .health-life-section {
        padding: 30px 0;
    }
    
    .health-video-container {
        aspect-ratio: 16 / 10.5;  /* 16/7から16/10.5に変更（1.5倍） */
        max-height: 375px;        /* 250pxから375pxに変更（1.5倍） */
    }
    
    /* 以下、既存のテキストサイズ調整 */
    .health-text-main {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
        margin-bottom: 8px;
    }
    
    .health-text-highlight {
        font-size: clamp(2rem, 6vw, 3.5rem);
        margin: 12px 0;
    }
    
    .health-text-sub {
        font-size: clamp(1.3rem, 3.5vw, 2rem);
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .health-life-section {
        padding: 20px 0;
    }
    
    .health-video-container {
        border-radius: 15px;
        aspect-ratio: 16 / 12;  /* 16/8から16/12に変更（1.5倍） */
        max-height: 300px;      /* 200pxから300pxに変更（1.5倍） */
    }
    
    /* 以下、既存のテキストサイズ調整 */
    .health-text-main {
        font-size: clamp(1.3rem, 4vw, 2rem);
        margin-bottom: 6px;
    }
    
    .health-text-highlight {
        font-size: clamp(1.8rem, 5.5vw, 3rem);
        margin: 10px 0;
        letter-spacing: 1px;
    }
    
    .health-text-sub {
        font-size: clamp(1.1rem, 3vw, 1.8rem);
        margin-top: 6px;
    }
}

/* テキストオーバーレイ */
.health-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, 
        rgba(0, 0, 0, 0.2) 0%, 
        rgba(0, 0, 0, 0.5) 100%);
}

/* 健康テキスト */
.health-text {
    text-align: center;
    line-height: 1.4;
    animation: healthTextFloat 4s ease-in-out infinite;
}

/* メインテキスト */
.health-text-main {
    display: block;
    color: #FFFFFF;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 900;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 1),
        0 0 30px rgba(0, 0, 0, 0.9),
        0 0 50px rgba(139, 0, 0, 0.6);
    margin-bottom: 10px;
    animation: healthMainPulse 3s ease-in-out infinite;
}

/* ハイライトテキスト（勃起ライフ） */
.health-text-highlight {
    display: block;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(45deg, #FFD700, #FF6B35, #FF0000, #FFD700);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: healthGradientShift 3s ease infinite, healthHighlightGlow 2s ease-in-out infinite;
    text-shadow: 
        0 0 40px rgba(255, 215, 0, 0.8),
        0 0 80px rgba(255, 107, 53, 0.6);
    margin: 15px 0;
    letter-spacing: 2px;
}

/* サブテキスト */
.health-text-sub {
    display: block;
    color: #FFFFFF;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 900;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 1),
        0 0 30px rgba(0, 0, 0, 0.9),
        0 0 50px rgba(255, 0, 0, 0.6);
    margin-top: 10px;
    animation: healthSubBounce 4s ease-in-out infinite;
}

/* アニメーション定義 */
@keyframes healthTextFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes healthMainPulse {
    0%, 100% { 
        transform: scale(1);
        filter: brightness(1);
    }
    50% { 
        transform: scale(1.05);
        filter: brightness(1.3);
    }
}

@keyframes healthGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes healthHighlightGlow {
    0%, 100% { 
        transform: scale(1) rotate(0deg);
        filter: brightness(1);
    }
    25% { 
        transform: scale(1.1) rotate(-2deg);
        filter: brightness(1.4);
    }
    50% { 
        transform: scale(1.15) rotate(0deg);
        filter: brightness(1.6);
    }
    75% { 
        transform: scale(1.1) rotate(2deg);
        filter: brightness(1.4);
    }
}

@keyframes healthSubBounce {
    0%, 100% { 
        transform: translateX(0);
        opacity: 0.9;
    }
    25% { 
        transform: translateX(-10px);
        opacity: 1;
    }
    75% { 
        transform: translateX(10px);
        opacity: 1;
    }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .health-life-section {
        padding: 5px 0;
    }
    
    .health-text-main {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
        margin-bottom: 8px;
    }
    
    .health-text-highlight {
        font-size: clamp(2rem, 6vw, 3.5rem);
        margin: 12px 0;
    }
    
    .health-text-sub {
        font-size: clamp(1.3rem, 3.5vw, 2rem);
        margin-top: 8px;
    }
}

@media (max-width: 280px) {
    .health-life-section {
        padding: 20px 0;
    }
    
    .health-video-container {
        border-radius: 15px;
    }
    
    .health-text-main {
        font-size: clamp(1.3rem, 4vw, 2rem);
        margin-bottom: 6px;
    }
    
    .health-text-highlight {
        font-size: clamp(1.8rem, 5.5vw, 3rem);
        margin: 10px 0;
        letter-spacing: 1px;
    }
    
    .health-text-sub {
        font-size: clamp(1.1rem, 3vw, 1.8rem);
        margin-top: 6px;
    }
}



/* プレミアムCTAボタン */
.cta-button-premium {
    position: relative;
    display: inline-block;
    margin: 30px auto;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: premiumCtaFloat 3s ease-in-out infinite;
}

/* ボタンの装飾的な枠 */
.cta-premium-border {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, 
        #FFD700 0%, 
        #FF6B00 25%, 
        #FFD700 50%, 
        #FF6B00 75%, 
        #FFD700 100%);
    background-size: 400% 400%;
    border-radius: 60px;
    z-index: -1;
    animation: premiumBorderGradient 3s ease infinite;
    filter: blur(3px);
    opacity: 0.8;
}

/* ボタンのメインコンテンツ */
.cta-premium-content {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #FF6B00 0%, #FFD700 50%, #FF8C00 100%);
    color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 60px;
    box-shadow: 
        inset 0 2px 10px rgba(255, 255, 255, 0.3),
        inset 0 -2px 10px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(255, 107, 0, 0.6),
        0 0 60px rgba(255, 165, 0, 0.4);
    position: relative;
    overflow: hidden;
}

/* ボタンの光沢効果 */
.cta-premium-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.4) 75%,
        transparent 100%);
    animation: premiumShine 3s infinite;
}

/* セパレートライン */
.cta-premium-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 100%);
}

/* アイコン */
.cta-premium-icon {
    font-size: 2rem;
    animation: iconBounce 2s ease-in-out infinite;
}

/* テキストコンテナ */
.cta-premium-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

/* メインテキスト */
.cta-premium-main {
    font-size: clamp(1.3rem, 3.5vw, 2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(255, 255, 255, 0.3);
}

/* サブテキスト */
.cta-premium-sub {
    font-size: clamp(0.8rem, 2vw, 1rem);
    font-weight: 600;
    opacity: 0.9;
    margin-top: 2px;
    animation: subTextPulse 2s ease-in-out infinite;
}

/* 矢印 */
.cta-premium-arrow {
    font-size: 1.5rem;
    animation: arrowSlide 2s ease-in-out infinite;
    margin-left: 10px;
}

/* アニメーション定義 */
@keyframes premiumCtaFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes premiumBorderGradient {
    0% { 
        background-position: 0% 50%;
        transform: scale(1);
    }
    50% { 
        background-position: 100% 50%;
        transform: scale(1.05);
    }
    100% { 
        background-position: 0% 50%;
        transform: scale(1);
    }
}

@keyframes premiumShine {
    0% { left: -100%; }
    100% { left: 200%; }
}

@keyframes iconBounce {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(5deg); }
}

@keyframes subTextPulse {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

@keyframes arrowSlide {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

/* ホバー効果 */
.cta-button-premium:hover {
    transform: scale(1.05);
}

.cta-button-premium:hover .cta-premium-border {
    filter: blur(5px);
    opacity: 1;
}

.cta-button-premium:hover .cta-premium-content {
    box-shadow: 
        inset 0 2px 15px rgba(255, 255, 255, 0.4),
        inset 0 -2px 15px rgba(0, 0, 0, 0.4),
        0 15px 40px rgba(255, 107, 0, 0.8),
        0 0 80px rgba(255, 165, 0, 0.6);
}

.cta-button-premium:hover .cta-premium-arrow {
    animation: arrowSlideHover 0.5s ease-in-out infinite;
}

@keyframes arrowSlideHover {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .cta-premium-content {
        padding: 18px 30px;
        gap: 12px;
    }
    
    .cta-premium-icon {
        font-size: 1.8rem;
    }
    
    .cta-premium-text {
        padding: 0 15px;
    }
    
    .cta-premium-main {
        font-size: clamp(1.1rem, 3vw, 1.6rem);
        letter-spacing: 1px;
    }
    
    .cta-premium-sub {
        font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    }
    
    .cta-premium-arrow {
        font-size: 1.3rem;
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    .cta-premium-content {
        padding: 16px 25px;
        gap: 10px;
    }
    
    .cta-premium-icon {
        font-size: 1.5rem;
    }
    
    .cta-premium-text {
        padding: 0 10px;
    }
    
    .cta-premium-main {
        font-size: clamp(1rem, 2.8vw, 1.4rem);
        letter-spacing: 0.5px;
    }
    
    .cta-premium-sub {
        font-size: clamp(0.65rem, 1.6vw, 0.8rem);
    }
    
    .cta-premium-arrow {
        font-size: 1.2rem;
        margin-left: 5px;
    }
    
    .cta-premium-content::after {
        display: none; /* スマホではセパレートラインを非表示 */
    }
}


/* セクション背景動画のセピア調スタイル（詳細版） */
.section-bg-video {
    filter: 

}

/* ホバー時に少し明るくする演出（オプション） */
.section-bg-video:hover {
    filter: 
        sepia(60%) 
        contrast(0.85) 
        brightness(0.75) 
        saturate(0.7);
    transition: filter 0.5s ease;
}



/* 元気だった頃の自分に戻りたいセクション */
.genki-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #1a0a0a 0%, #330000 50%, #1a0a0a 100%);
    position: relative;
    overflow: hidden;
}

/* 元気動画コンテナ */
.genki-video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(139, 0, 0, 0.5),
        0 0 100px rgba(255, 215, 0, 0.3),
        inset 0 0 50px rgba(0, 0, 0, 0.5);
    /* アスペクト比を設定して高さを制限 */
    aspect-ratio: 16 / 7;  /* 横長の比率に設定 */
    max-height: 350px;     /* 最大高さを制限 */
}

/* 元気動画スタイル */
.genki-video {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* 動画を枠内に収める */
    object-position: center;  /* 中央に配置 */
    display: block;
    filter: brightness(0.8) contrast(1.1);
    opacity: 0.9;
}

/* スマホ対応も高さを調整 */
@media (max-width: 768px) {
    .genki-section {
        padding: 30px 0;
    }
    
    .genki-video-container {
        aspect-ratio: 16 / 8;  /* タブレットでの比率 */
        max-height: 300px;
    }
    
    .genki-text-line1 {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
        margin-bottom: 12px;
    }
    
    .genki-text-line2 {
        font-size: clamp(2rem, 6vw, 3.5rem);
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .genki-section {
        padding: 20px 0;
    }
    
    .genki-video-container {
        border-radius: 15px;
        aspect-ratio: 16 / 9;  /* スマホでの比率 */
        max-height: 250px;
    }
    
    .genki-text-line1 {
        font-size: clamp(1.3rem, 4vw, 2rem);
        margin-bottom: 10px;
    }
    
    .genki-text-line2 {
        font-size: clamp(1.8rem, 5.5vw, 3rem);
        letter-spacing: 0.5px;
    }
}

/* テキストオーバーレイ */
.genki-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.6) 100%);
}

/* 元気テキスト */
.genki-text {
    text-align: center;
    line-height: 1.4;
    animation: genkiTextFloat 5s ease-in-out infinite;
}

/* テキスト1行目 */
.genki-text-line1 {
    display: block;
    color: #FFFFFF;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 900;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(139, 0, 0, 0.8),
        0 0 50px rgba(255, 215, 0, 0.5);
    margin-bottom: 15px;
    animation: genkiLine1Glow 3s ease-in-out infinite;
}

/* テキスト2行目 */
.genki-text-line2 {
    display: block;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(45deg, #FFD700, #FF6B35, #8B0000, #FFD700);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: genkiGradientShift 4s ease infinite, genkiLine2Pulse 2s ease-in-out infinite;
    text-shadow: 
        0 0 40px rgba(255, 215, 0, 0.8),
        0 0 80px rgba(139, 0, 0, 0.6);
    letter-spacing: 2px;
}

/* アニメーション定義 */
@keyframes genkiTextFloat {
    0%, 100% { 
        transform: translateY(0) scale(1);
    }
    25% { 
        transform: translateY(-10px) scale(1.02);
    }
    50% { 
        transform: translateY(-15px) scale(1.03);
    }
    75% { 
        transform: translateY(-10px) scale(1.02);
    }
}

@keyframes genkiLine1Glow {
    0%, 100% { 
        opacity: 0.9;
        filter: brightness(1);
    }
    50% { 
        opacity: 1;
        filter: brightness(1.3);
    }
}

@keyframes genkiGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes genkiLine2Pulse {
    0%, 100% { 
        transform: scale(1);
        filter: brightness(1);
    }
    50% { 
        transform: scale(1.05);
        filter: brightness(1.4);
    }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .genki-section {
        padding: 30px 0;
    }
    
    .genki-text-line1 {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
        margin-bottom: 12px;
    }
    
    .genki-text-line2 {
        font-size: clamp(2rem, 6vw, 3.5rem);
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .genki-section {
        padding: 20px 0;
    }
    
    .genki-video-container {
        border-radius: 15px;
    }
    
    .genki-text-line1 {
        font-size: clamp(1.3rem, 4vw, 2rem);
        margin-bottom: 10px;
    }
    
    .genki-text-line2 {
        font-size: clamp(1.8rem, 5.5vw, 3rem);
        letter-spacing: 0.5px;
    }
}





/* 80歳がビンビン3回発射セクション */
.binbin-section {
    position: relative;
    min-height: auto; /* 100vhからautoに変更 */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* 背景動画 */
.binbin-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: 1;
}

/* コンテンツ全体 */
.binbin-content {
    position: relative;
    z-index: 2;
    min-height: auto; /* 100vhからautoに変更 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px; /* 40pxから20pxに縮小 */
    background: rgba(0, 0, 0, 0.6);
}

/* 上部タイトル */
.binbin-title-top {
    font-size: clamp(1.8rem, 8vw, 5rem);
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(255, 0, 0, 0.8),
        0 0 50px rgba(255, 107, 53, 0.6);
    animation: binbinTopPulse 3s ease-in-out infinite;
    letter-spacing: 2px;
    line-height: 1.1;
}

/* メイン動画コンテナ */
.binbin-main-video-container {
    width: 90%;
    max-width: 800px;
    margin: 15px auto; /* 30pxから15pxに縮小 */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(255, 0, 0, 0.5),
        0 0 100px rgba(255, 215, 0, 0.3);
}

/* メイン動画 */
.binbin-main-video {
    width: 100%;
    height: auto;
    display: block;
}

/* 中部タイトル */
.binbin-title-middle {
    font-size: clamp(1.8rem, 8vw, 5rem);
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: 30px 0;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(255, 20, 147, 0.8),
        0 0 50px rgba(139, 0, 0, 0.6);
    animation: binbinMiddlePulse 3s ease-in-out infinite;
    letter-spacing: 2px;
    line-height: 1.1;
}

/* 下部4行テキスト */
.binbin-miracle-text {
    text-align: center;
    margin-top: 40px;
    line-height: 1.3;
}

.binbin-miracle-text span {
    display: block;
    font-size: clamp(1.8rem, 9vw, 6rem);
    color: #FFD700;
    font-weight: 900;
    text-shadow: 
        4px 4px 8px rgba(0, 0, 0, 1),
        0 0 40px rgba(255, 215, 0, 0.8),
        0 0 60px rgba(255, 107, 53, 0.6);
    margin: 10px 0;
}

/* 各行のアニメーション */
.binbin-line1 {
    animation: binbinLineReveal 0.8s ease-out 0.5s both;
}

.binbin-line2 {
    animation: binbinLineReveal 0.8s ease-out 1s both;
}

.binbin-line3 {
    animation: binbinLineReveal 0.8s ease-out 1.5s both;
}

.binbin-line4 {
    animation: binbinLineReveal 0.8s ease-out 2s both, binbinLine4Glow 2s ease-in-out 2.8s infinite;
}

/* アニメーション定義 */
@keyframes binbinTopPulse {
    0%, 100% { 
        transform: scale(1);
        filter: brightness(1);
    }
    50% { 
        transform: scale(1.05);
        filter: brightness(1.3);
    }
}

@keyframes binbinMiddlePulse {
    0%, 100% { 
        transform: scale(1);
        filter: brightness(1);
    }
    50% { 
        transform: scale(1.05);
        filter: brightness(1.3);
    }
}

@keyframes binbinLineReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes binbinLine4Glow {
    0%, 100% {
        transform: scale(1);
        text-shadow: 
            4px 4px 8px rgba(0, 0, 0, 1),
            0 0 40px rgba(255, 215, 0, 0.8),
            0 0 60px rgba(255, 107, 53, 0.6);
    }
    50% {
        transform: scale(1.1);
        text-shadow: 
            4px 4px 8px rgba(0, 0, 0, 1),
            0 0 60px rgba(255, 215, 0, 1),
            0 0 100px rgba(255, 107, 53, 0.8),
            0 0 150px rgba(255, 0, 0, 0.6);
    }
}

/* スマホ対応 */
@media (max-width: 768px) {
    .binbin-content {
        padding: 15px 15px;
    }
    
    .binbin-title-top,
    .binbin-title-middle {
        font-size: clamp(1.5rem, 6vw, 3rem);
        margin-bottom: 10px;
    }
    
    .binbin-main-video-container {
        width: 95%;
        margin: 10px auto;
    }
    
    .binbin-miracle-text span {
        font-size: clamp(2rem, 7vw, 4rem);
        margin: 4px 0;
    }
}

@media (max-width: 480px) {
    .binbin-section {
        min-height: auto;
    }
    
    .binbin-content {
        padding: 8px 10px; /* 10px 10pxから8px 10pxに縮小 */
    }
    
    .binbin-title-top,
    .binbin-title-middle {
        font-size: clamp(1.7rem, 5vw, 2.5rem);
        letter-spacing: 0px;
        margin-bottom: 3px; /* 8pxから3pxに縮小 */
        margin-top: 3px; /* 上部マージンも追加 */
        padding: 8px 15px; /* 10px 20pxから8px 15pxに縮小 */
    }
    
    .binbin-main-video-container {
        margin: 3px auto; /* 8pxから3pxに縮小 */
        border-radius: 15px;
    }
    
    .binbin-miracle-text {
        margin-top: 15px;
    }
    
    .binbin-miracle-text span {
        font-size: clamp(1.8rem, 6vw, 3rem);
        margin: 3px 0;
    }
}


/* 上部タイトルの背景を暗く */
.binbin-title-top {
    /* 既存のスタイルに追加 */
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

/* 中部タイトルの背景を暗く */
.binbin-title-middle {
    /* 既存のスタイルに追加 */
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}



@media (max-width: 360px) {
    /* コンテンツ全体のパディングをさらに縮小 */
    .binbin-content {
        padding: 5px 8px; /* さらに縮小 */
    }
    
    /* タイトルの調整 */
    .binbin-title-top,
    .binbin-title-middle {
        margin-bottom: 2px; /* さらに縮小 */
        margin-top: 2px;
        padding: 6px 12px; /* さらに縮小 */
    }
    
    /* メイン動画コンテナの調整 */
    .binbin-main-video-container {
        margin: 2px auto; /* さらに縮小 */
    }
}



@media (max-width: 360px) {
    /* コンテンツ全体のパディングをさらに縮小 */
    .binbin-content {
        padding: 5px 8px; /* さらに縮小 */
    }
    
    /* タイトルの調整 */
    .binbin-title-top,
    .binbin-title-middle {
        margin-bottom: 2px; /* さらに縮小 */
        margin-top: 2px;
        padding: 6px 12px; /* さらに縮小 */
    }
    
    /* メイン動画コンテナの調整 */
    .binbin-main-video-container {
        margin: 2px auto; /* さらに縮小 */
    }
}







/* スマホ用の愛用者の声 - 吹き出しデザイン */
@media (max-width: 768px) {
    /* 愛用者の声コンテナ */
    .section .testimonial {
        background: linear-gradient(135deg, #FFFFFF 0%, #FFF9F0 100%);
        border: none;
        border-radius: 20px;
        padding: 20px;
        margin: 25px 0;
        position: relative;
        box-shadow: 
            0 5px 20px rgba(139, 0, 0, 0.15),
            0 0 40px rgba(255, 215, 0, 0.1);
        border-left: none;
    }
    
    /* 吹き出しの尻尾 */
    .section .testimonial::before {
        content: '';
        position: absolute;
        left: 60px;
        top: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FFFFFF;
        filter: drop-shadow(0 -3px 5px rgba(139, 0, 0, 0.1));
    }
    
    /* プロフィール画像のスタイル強化 */
    .section .testimonial > div:first-child {
        width: 60px !important;
        height: 60px !important;
        border: 3px solid #FFD700;
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.5),
            0 5px 15px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -30px;
        left: 30px;
        background: #FFFFFF;
        z-index: 10;
    }
    
    /* コンテンツの配置調整 */
    .section .testimonial[style*="display: flex"] {
        display: block !important;
        padding-top: 40px;
    }
    
    /* 著者名のスタイル強化 */
    .section .testimonial .testimonial-author {
        background: linear-gradient(45deg, #FFD700, #FF6B35);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 1.1rem;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: center;
        text-shadow: none;
        position: relative;
        padding-bottom: 10px;
    }
    
    /* 著者名の下線装飾 */
    .section .testimonial .testimonial-author::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #FFD700, transparent);
    }
    
    /* テキストのスタイル強化 */
    .section .testimonial .testimonial-text {
        color: #333;
        font-size: 0.95rem;
        line-height: 1.8;
        font-style: normal;
        text-align: justify;
        position: relative;
        padding: 0 10px;
    }
    
    /* 引用符の装飾 */
    .section .testimonial .testimonial-text::before {
        position: absolute;
        left: -5px;
        top: -10px;
        font-size: 3rem;
        color: #FFD700;
        opacity: 0.3;
        font-family: serif;
    }
    
    .section .testimonial .testimonial-text::after {
        position: absolute;
        right: -5px;
        bottom: -30px;
        font-size: 3rem;
        color: #FFD700;
        opacity: 0.3;
        font-family: serif;
    }
    
    /* 奇数番目の吹き出しを右向きに */
    .section .testimonial:nth-child(odd) {
        background: linear-gradient(135deg, #FFF0F0 0%, #FFFFFF 100%);
    }
    
    .section .testimonial:nth-child(odd)::before {
        left: auto;
        right: 60px;
    }
    
    .section .testimonial:nth-child(odd) > div:first-child {
        left: auto;
        right: 30px;
    }
    
    /* ホバーエフェクト（タッチデバイス用） */
    .section .testimonial:active {
        transform: scale(0.98);
        transition: transform 0.2s ease;
    }
}

/* より小さい画面用の調整 */
@media (max-width: 480px) {
    .section .testimonial {
        padding: 15px;
        margin: 20px 0;
    }
    
    .section .testimonial > div:first-child {
        width: 50px !important;
        height: 50px !important;
        top: -25px;
        left: 25px;
    }
    
    .section .testimonial:nth-child(odd) > div:first-child {
        right: 25px;
    }
    
    .section .testimonial::before {
        left: 50px;
    }
    
    .section .testimonial:nth-child(odd)::before {
        right: 50px;
    }
    
    .section .testimonial[style*="display: flex"] {
        padding-top: 35px;
    }
    
    .section .testimonial .testimonial-author {
        font-size: 1.1rem;
    }
    
    .section .testimonial .testimonial-text {
        font-size: 1.3rem;
        padding: 0 5px;
    }
}

/* アニメーション効果 */
@media (max-width: 768px) {
    .section .testimonial {
        animation: fadeInUp 0.8s ease-out;
    }
    
    .section .testimonial:nth-child(1) {
        animation-delay: 0.2s;
    }
    
    .section .testimonial:nth-child(2) {
        animation-delay: 0.4s;
    }
    
    .section .testimonial:nth-child(3) {
        animation-delay: 0.6s;
    }
    
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}





/* 毎日美味しく続けられる贅沢ハニー - カードグリッド */
.honey-usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

/* カードデザイン */
.honey-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF9F0 100%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(139, 0, 0, 0.2),
        0 0 50px rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    background-clip: padding-box;
}

/* カードの枠線グラデーション */
.honey-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: -3px;
    border-radius: 20px;
    background: linear-gradient(45deg, #8B0000, #FFD700, #FF6B35, #8B0000);
    background-size: 300% 300%;
    animation: cardBorderGlow 5s ease infinite;
}

@keyframes cardBorderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* カードタイトル */
.honey-card-title {
    color: #8B0000;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(45deg, #8B0000, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    line-height: 1.3;
}

/* カード画像コンテナ */
.honey-card-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(255, 215, 0, 0.1);
    position: relative;
}

.honey-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* 説明文 */
.honey-card-description {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* ハイライト（締めの文） */
.honey-card-highlight {
    color: #8B0000;
    font-weight: 900;
    font-size: 1.15rem;
    text-align: center;
    padding: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #FFD700;
    margin: 0;
    position: relative;
    overflow: hidden;
}

/* ハイライトのキラキラエフェクト */
.honey-card-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(255, 215, 0, 0.3) 50%, 
        transparent 70%);
    animation: highlightShine 3s infinite;
}

@keyframes highlightShine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* カードホバー効果 */
.honey-card:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 40px rgba(139, 0, 0, 0.3),
        0 0 80px rgba(255, 215, 0, 0.2);
}

.honey-card:hover .honey-card-image img {
    transform: scale(1.1);
}

/* タブレット対応 */
@media (max-width: 768px) {
    .honey-usage-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .honey-card {
        padding: 25px;
    }
    
    .honey-card-title {
        font-size: 1.4rem;
    }
    
    .honey-card-image {
        height: 180px;
    }
    
    .honey-card-description {
        font-size: 1rem;
    }
    
    .honey-card-highlight {
        font-size: 1.1rem;
        padding: 12px;
    }
}

/* スマホ対応 */
@media (max-width: 480px) {
    .honey-usage-grid {
        gap: 20px;
        margin: 30px 0;
    }
    
    .honey-card {
        padding: 20px;
    }
    
    .honey-card-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    
    .honey-card-image {
        height: 150px;
        margin-bottom: 15px;
    }
    
    .honey-card-description {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
    
    .honey-card-highlight {
        font-size: 1.05rem;
        padding: 10px;
    }
}



/* 前作愛用者だけが知る「真実」セクションの動画スタイル */
.detail-video-container {
    width: 100%;
    max-width: 350px;
    height: 240px;
    border-radius: 15px;
    margin: 15px auto;
    display: block;
    overflow: hidden;
    border: 4px solid;
    border-image: linear-gradient(45deg, #8B0000, #FFD700, #FF6B35, #8B0000) 1;
    box-shadow: 
        0 15px 40px rgba(139, 0, 0, 0.3),
        0 0 60px rgba(255, 215, 0, 0.2);
    position: relative;
}

.detail-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: sexyDetailPulse 3s ease-in-out infinite;
}

/* 既存のsexyDetailPulseアニメーションを動画にも適用 */
.detail-video-container {
    animation: sexyDetailPulse 3s ease-in-out infinite;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .detail-video-container {
        max-width: 300px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .detail-video-container {
        max-width: 250px;
        height: 170px;
    }
}


/* 閲覧人数更新時のアニメーション */
.viewing-number.number-update {
    animation: numberUpdate 0.5s ease-out;
}

@keyframes numberUpdate {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.3);
        filter: brightness(1.5);
        text-shadow: 
            0 0 30px rgba(255, 215, 0, 1),
            0 0 60px rgba(255, 215, 0, 0.8),
            0 0 90px rgba(255, 107, 53, 0.6);
    }
    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}


/* 成分カードのアニメーション */
@keyframes shimmerEffect {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    /* モバイルでは縦型レイアウトに変更 */
    .ingredient-card {
        flex-direction: column !important;
        text-align: center;
    }
    
    .ingredient-card img {
        margin: 0 auto 15px !important;
    }
}

/* スマホ用の成分カードスタイル */
@media (max-width: 768px) {
    .ingredient-card-honey,
    .ingredient-card-tongkat,
    .ingredient-card-ginseng {
        flex-direction: column !important;
        text-align: center;
        padding: 25px 15px !important;
    }
    
    .ingredient-card-honey img,
    .ingredient-card-tongkat img,
    .ingredient-card-ginseng img {
        margin: 0 auto 15px !important;
    }
    
    /* タイトルを横幅いっぱいに */
    .ingredient-card-honey h4,
    .ingredient-card-tongkat h4,
    .ingredient-card-ginseng h4 {
        font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
        width: 100% !important;
        display: block !important;
    }
    
    /* テキストサイズを大きく */
    .ingredient-card-honey p,
    .ingredient-card-tongkat p,
    .ingredient-card-ginseng p {
        font-size: clamp(1.2rem, 3.5vw, 1.5rem) !important;
        line-height: 1.6 !important;
    }
}

/* 追加画像のグロー効果 */
@keyframes imageGlow {
    0%, 100% {
        box-shadow: 
            0 10px 30px rgba(139, 0, 0, 0.3),
            0 0 50px rgba(255, 215, 0, 0.2);
        transform: scale(1);
    }
    50% {
        box-shadow: 
            0 15px 40px rgba(139, 0, 0, 0.4),
            0 0 70px rgba(255, 215, 0, 0.3),
            0 0 100px rgba(255, 107, 53, 0.2);
        transform: scale(1.02);
    }
}