{"id":1932,"date":"2025-06-25T23:28:01","date_gmt":"2025-06-25T14:28:01","guid":{"rendered":"https:\/\/lamiavia.jp\/?page_id=1932"},"modified":"2025-06-25T23:28:36","modified_gmt":"2025-06-25T14:28:36","slug":"1932-2","status":"publish","type":"page","link":"https:\/\/lamiavia.jp\/?page_id=1932","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>VOCABOOST &#8211; 7\u65e5\u9593\u3067\u82f1\u8a9e\u304c\u5909\u308f\u308b\u9769\u547d\u7684\u5b66\u7fd2\u6cd5<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Arial', 'Hiragino Sans', 'Yu Gothic', sans-serif;\n            line-height: 1.6;\n            color: #fff;\n            background: #0a0a0a;\n            overflow-x: hidden;\n        }\n\n        .urgent-banner {\n            background: linear-gradient(90deg, #ff3333, #ff6666);\n            padding: 0.8rem 0;\n            text-align: center;\n            font-weight: bold;\n            animation: pulse 2s infinite;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .urgent-banner::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n            animation: sweep 3s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { background: linear-gradient(90deg, #ff3333, #ff6666); }\n            50% { background: linear-gradient(90deg, #ff6666, #ff3333); }\n        }\n\n        @keyframes sweep {\n            0% { left: -100%; }\n            100% { left: 100%; }\n        }\n\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            position: relative;\n            background: radial-gradient(ellipse at center, #1a1a2e 0%, #16213e 50%, #0f3460 100%);\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: \n                radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),\n                radial-gradient(circle at 40% 40%, rgba(120, 200, 255, 0.2) 0%, transparent 50%);\n            animation: breathe 8s ease-in-out infinite;\n        }\n\n        @keyframes breathe {\n            0%, 100% { opacity: 0.7; transform: scale(1); }\n            50% { opacity: 1; transform: scale(1.05); }\n        }\n\n        .hero-content {\n            z-index: 2;\n            position: relative;\n            max-width: 1000px;\n            padding: 2rem;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff6b6b, #ffd93d);\n            color: #000;\n            padding: 0.5rem 1.5rem;\n            border-radius: 25px;\n            font-weight: bold;\n            font-size: 0.9rem;\n            margin-bottom: 1.5rem;\n            animation: float 3s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .hero-title {\n            font-size: 3.5rem;\n            font-weight: 900;\n            line-height: 1.2;\n            margin-bottom: 1.5rem;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);\n            background-size: 300% 300%;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: gradientMove 4s ease infinite;\n        }\n\n        @keyframes gradientMove {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n\n        .hero-subtitle {\n            font-size: 1.4rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n            line-height: 1.5;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-guarantee {\n            background: rgba(0, 255, 127, 0.15);\n            border: 2px solid #00ff7f;\n            border-radius: 15px;\n            padding: 1rem;\n            margin: 2rem auto;\n            max-width: 600px;\n            font-weight: bold;\n            color: #00ff7f;\n        }\n\n        .cta-container {\n            position: relative;\n            display: inline-block;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1.2rem 3.5rem;\n            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #d63384 100%);\n            color: white;\n            text-decoration: none;\n            border-radius: 60px;\n            font-weight: bold;\n            font-size: 1.3rem;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: 0 15px 35px rgba(238, 90, 111, 0.4);\n            position: relative;\n            overflow: hidden;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .cta-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n            transition: left 0.6s;\n        }\n\n        .cta-button:hover::before {\n            left: 100%;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 25px 50px rgba(238, 90, 111, 0.6);\n        }\n\n        .timer {\n            margin-top: 1rem;\n            font-size: 1.1rem;\n            color: #ffd93d;\n            font-weight: bold;\n        }\n\n        .problem-section {\n            padding: 6rem 2rem;\n            background: linear-gradient(135deg, #1e1e2e 0%, #2d1b69 100%);\n            position: relative;\n        }\n\n        .problem-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"dots\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"rgba(255,255,255,0.05)\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23dots)\"\/><\/svg>');\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 3rem;\n            font-weight: 900;\n            margin-bottom: 3rem;\n            color: #fff;\n        }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-bottom: 4rem;\n        }\n\n        .problem-card {\n            background: rgba(255, 50, 50, 0.1);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 2rem;\n            text-align: center;\n            border: 2px solid rgba(255, 50, 50, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .problem-card:hover {\n            transform: translateY(-10px);\n            border-color: rgba(255, 50, 50, 0.6);\n            background: rgba(255, 50, 50, 0.15);\n        }\n\n        .problem-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            display: block;\n        }\n\n        .solution-section {\n            padding: 6rem 2rem;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        }\n\n        .solution-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 3rem;\n            margin-top: 4rem;\n        }\n\n        .solution-card {\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(15px);\n            border-radius: 25px;\n            padding: 3rem 2rem;\n            text-align: center;\n            transition: all 0.4s ease;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .solution-card::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: conic-gradient(transparent, rgba(255,255,255,0.1), transparent 30%);\n            animation: rotate 4s linear infinite;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .solution-card:hover::before {\n            opacity: 1;\n        }\n\n        @keyframes rotate {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .solution-card:hover {\n            transform: translateY(-15px) scale(1.02);\n            background: rgba(255, 255, 255, 0.2);\n            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);\n        }\n\n        .social-proof {\n            padding: 5rem 2rem;\n            background: linear-gradient(135deg, #2d1b69 0%, #11998e 100%);\n            text-align: center;\n        }\n\n        .stats-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 3rem;\n            max-width: 1000px;\n            margin: 0 auto 4rem;\n        }\n\n        .stat-card {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 2.5rem 1.5rem;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .stat-card:hover {\n            transform: scale(1.05);\n            background: rgba(255, 255, 255, 0.15);\n        }\n\n        .stat-number {\n            font-size: 3.5rem;\n            font-weight: 900;\n            color: #4ecdc4;\n            display: block;\n            margin-bottom: 0.5rem;\n            text-shadow: 0 0 20px rgba(78, 205, 196, 0.5);\n        }\n\n        .testimonials-section {\n            padding: 6rem 2rem;\n            background: linear-gradient(135deg, #834d9b 0%, #d04ed6 100%);\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 3rem;\n            margin-top: 4rem;\n        }\n\n        .testimonial-card {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(15px);\n            border-radius: 25px;\n            padding: 3rem;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            position: relative;\n            transition: all 0.3s ease;\n        }\n\n        .testimonial-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n        }\n\n        .testimonial-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 1.5rem;\n        }\n\n        .testimonial-avatar {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #ff6b6b, #ffd93d);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.5rem;\n            margin-right: 1rem;\n        }\n\n        .testimonial-info h4 {\n            font-weight: bold;\n            margin-bottom: 0.3rem;\n        }\n\n        .testimonial-score {\n            color: #ffd93d;\n            font-size: 1.2rem;\n        }\n\n        .urgency-section {\n            padding: 5rem 2rem;\n            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .urgency-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(circle at 25% 25%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 75% 75%, rgba(255, 217, 61, 0.1) 0%, transparent 50%);\n            animation: pulse-bg 4s ease-in-out infinite;\n        }\n\n        @keyframes pulse-bg {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 0.8; }\n        }\n\n        .price-comparison {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            max-width: 900px;\n            margin: 3rem auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .price-card {\n            background: rgba(255, 255, 255, 0.05);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 2.5rem;\n            text-align: center;\n            border: 2px solid rgba(255, 255, 255, 0.1);\n            transition: all 0.3s ease;\n        }\n\n        .price-card.featured {\n            background: rgba(255, 107, 107, 0.15);\n            border-color: #ff6b6b;\n            transform: scale(1.05);\n            position: relative;\n        }\n\n        .price-card.featured::before {\n            content: '\u4eba\u6c17No.1';\n            position: absolute;\n            top: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: linear-gradient(135deg, #ff6b6b, #ee5a6f);\n            color: white;\n            padding: 0.5rem 1.5rem;\n            border-radius: 20px;\n            font-weight: bold;\n            font-size: 0.9rem;\n        }\n\n        .old-price {\n            text-decoration: line-through;\n            color: #999;\n            font-size: 1.5rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .current-price {\n            font-size: 3rem;\n            font-weight: 900;\n            color: #4ecdc4;\n            margin-bottom: 1rem;\n        }\n\n        .guarantee-section {\n            background: rgba(0, 255, 127, 0.1);\n            border: 2px solid #00ff7f;\n            border-radius: 20px;\n            padding: 2rem;\n            margin: 3rem auto;\n            max-width: 600px;\n            text-align: center;\n        }\n\n        .countdown {\n            background: rgba(255, 50, 50, 0.2);\n            border: 2px solid #ff3333;\n            border-radius: 15px;\n            padding: 1.5rem;\n            margin: 2rem auto;\n            max-width: 400px;\n            text-align: center;\n        }\n\n        .countdown-timer {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .countdown-item {\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            padding: 1rem;\n            min-width: 60px;\n        }\n\n        .countdown-number {\n            font-size: 2rem;\n            font-weight: bold;\n            color: #ff6b6b;\n            display: block;\n        }\n\n        .countdown-label {\n            font-size: 0.8rem;\n            opacity: 0.8;\n        }\n\n        .floating-elements {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 0;\n        }\n\n        .floating-word {\n            position: absolute;\n            color: rgba(255, 255, 255, 0.05);\n            font-weight: bold;\n            animation: floatUp 20s linear infinite;\n        }\n\n        @keyframes floatUp {\n            0% {\n                transform: translateY(100vh) rotate(0deg) scale(0.5);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n                transform: translateY(90vh) rotate(36deg) scale(1);\n            }\n            90% {\n                opacity: 1;\n                transform: translateY(10vh) rotate(324deg) scale(1);\n            }\n            100% {\n                transform: translateY(-10vh) rotate(360deg) scale(0.5);\n                opacity: 0;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2.5rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .section-title {\n                font-size: 2.2rem;\n            }\n            \n            .solution-grid, .testimonial-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .price-comparison {\n                grid-template-columns: 1fr;\n            }\n            \n            .countdown-timer {\n                flex-wrap: wrap;\n                gap: 0.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"urgent-banner\">\n        <div class=\"container\">\n            \ud83d\udd25 \u9650\u5b9a300\u540d\uff017\u65e5\u9593\u3067\u7d50\u679c\u304c\u51fa\u306a\u3051\u308c\u3070\u5168\u984d\u8fd4\u91d1\u4fdd\u8a3c \ud83d\udd25\n        <\/div>\n    <\/div>\n\n    <div class=\"floating-elements\">\n        <div class=\"floating-word\" style=\"left: 15%; animation-delay: 0s; font-size: 3rem;\">BREAKTHROUGH<\/div>\n        <div class=\"floating-word\" style=\"left: 70%; animation-delay: 3s; font-size: 2rem;\">SUCCESS<\/div>\n        <div class=\"floating-word\" style=\"left: 45%; animation-delay: 6s; font-size: 2.5rem;\">FLUENT<\/div>\n        <div class=\"floating-word\" style=\"left: 25%; animation-delay: 9s; font-size: 2rem;\">CONFIDENT<\/div>\n        <div class=\"floating-word\" style=\"left: 85%; animation-delay: 12s; font-size: 2.3rem;\">MASTER<\/div>\n    <\/div>\n\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <div class=\"hero-badge\">\u26a1 7\u65e5\u9593\u3067\u82f1\u8a9e\u8133\u304c\u899a\u9192\u3059\u308b<\/div>\n            <h1 class=\"hero-title\">\u306a\u305c93.2%\u306e\u4eba\u304c<br>7\u65e5\u3067\u82f1\u8a9e\u304c\u5909\u308f\u3063\u305f\u306e\u304b\uff1f<\/h1>\n            <p class=\"hero-subtitle\">\u300c\u307e\u305f\u899a\u3048\u3089\u308c\u306a\u3044&#8230;\u300d\u300c\u307e\u305f\u5fd8\u308c\u3066\u3057\u307e\u3063\u305f&#8230;\u300d<br>\u305d\u3093\u306a\u3042\u306a\u305f\u3067\u3082\u30011\u65e515\u5206\u30672000\u8a9e\u3092\u5b8c\u5168\u8a18\u61b6\u3059\u308b<br><strong>\u8133\u79d1\u5b66\u00d7AI\u5b66\u7fd2\u6cd5<\/strong>\u3092\u4eca\u3059\u3050\u4f53\u9a13\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n            \n            <div class=\"hero-guarantee\">\n                \u2705 7\u65e5\u9593\u3067\u52b9\u679c\u5b9f\u611f\u300130\u65e5\u3067\u82f1\u8a9e\u8133\u5b8c\u6210<br>\n                \u2705 \u52b9\u679c\u304c\u306a\u3051\u308c\u3070100%\u5168\u984d\u8fd4\u91d1\n            <\/div>\n\n            <div class=\"cta-container\">\n                <a href=\"#price\" class=\"cta-button\">\u4eca\u3059\u3050\u7121\u6599\u3067\u8a66\u3057\u3066\u307f\u308b<\/a>\n            <\/div>\n            \n            <div class=\"timer\">\u23f0 \u7279\u5225\u4fa1\u683c\u306f\u6b8b\u308a<span id=\"timer-hours\">23<\/span>\u6642\u9593<span id=\"timer-minutes\">59<\/span>\u5206\u3067\u7d42\u4e86<\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"problem-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\u3053\u3093\u306a\u60a9\u307f\u3001\u3042\u308a\u307e\u305b\u3093\u304b\uff1f<\/h2>\n            <div class=\"problem-grid\">\n                <div class=\"problem-card\">\n                    <span class=\"problem-icon\">\ud83d\ude30<\/span>\n                    <h3>\u5358\u8a9e\u3092\u899a\u3048\u3066\u3082\u3059\u3050\u5fd8\u308c\u308b<\/h3>\n                    <p>\u9811\u5f35\u3063\u3066\u899a\u3048\u3066\u30821\u9031\u9593\u5f8c\u306b\u306f\u534a\u5206\u4ee5\u4e0a\u5fd8\u308c\u3066\u3057\u307e\u3046\u3002\u30a8\u30d3\u30f3\u30b0\u30cf\u30a6\u30b9\u306e\u5fd8\u5374\u66f2\u7dda\u306b\u8ca0\u3051\u3066\u3044\u308b\u72b6\u614b\u3067\u3059\u3002<\/p>\n                <\/div>\n                <div class=\"problem-card\">\n                    <span class=\"problem-icon\">\u23f0<\/span>\n                    <h3>\u52c9\u5f37\u6642\u9593\u304c\u53d6\u308c\u306a\u3044<\/h3>\n                    <p>\u4ed5\u4e8b\u3084\u5b66\u6821\u3067\u5fd9\u3057\u304f\u3001\u307e\u3068\u307e\u3063\u305f\u52c9\u5f37\u6642\u9593\u304c\u78ba\u4fdd\u3067\u304d\u306a\u3044\u3002\u30b9\u30ad\u30de\u6642\u9593\u3060\u3051\u3067\u306f\u52b9\u679c\u304c\u51fa\u306a\u3044\u3002<\/p>\n                <\/div>\n                <div class=\"problem-card\">\n                    <span class=\"problem-icon\">\ud83d\udcda<\/span>\n                    <h3>\u5f93\u6765\u306e\u65b9\u6cd5\u3067\u632b\u6298<\/h3>\n                    <p>\u5358\u8a9e\u5e33\u3001\u30a2\u30d7\u30ea\u3001\u30aa\u30f3\u30e9\u30a4\u30f3\u82f1\u4f1a\u8a71&#8230;\u8272\u3005\u8a66\u3057\u305f\u3051\u3069\u7d9a\u304b\u306a\u3044\u3002\u30e2\u30c1\u30d9\u30fc\u30b7\u30e7\u30f3\u304c\u7dad\u6301\u3067\u304d\u306a\u3044\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 3rem;\">\n                <h3 style=\"font-size: 2rem; color: #ff6b6b; margin-bottom: 1rem;\">\u3067\u3082\u3001\u3082\u3046\u5927\u4e08\u592b\u3067\u3059\u3002<\/h3>\n                <p style=\"font-size: 1.3rem; opacity: 0.9;\">93.2%\u306e\u4eba\u304c7\u65e5\u3067\u5909\u5316\u3092\u5b9f\u611f\u3057\u305f\u9769\u547d\u7684\u30e1\u30bd\u30c3\u30c9\u3092\u516c\u958b\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"solution-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">VOCABOOST\u72ec\u81ea\u306e<br>\u300c\u8d85\u9ad8\u901f\u8a18\u61b6\u30b7\u30b9\u30c6\u30e0\u300d<\/h2>\n            <div class=\"solution-grid\">\n                <div class=\"solution-card\">\n                    <span class=\"problem-icon\">\ud83e\udde0<\/span>\n                    <h3>\u8133\u79d1\u5b66\u30d9\u30fc\u30b9\u306e\u8a18\u61b6\u6cd5<\/h3>\n                    <p>\u6771\u4eac\u5927\u5b66\u306e\u6700\u65b0\u8133\u79d1\u5b66\u7814\u7a76\u3092\u57fa\u306b\u958b\u767a\u3002\u8a18\u61b6\u306e\u5b9a\u7740\u7387\u3092\u5f93\u6765\u306e<strong>5.7\u500d<\/strong>\u306b\u5411\u4e0a\u3055\u305b\u308b\u72ec\u81ea\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3002<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <span class=\"problem-icon\">\ud83e\udd16<\/span>\n                    <h3>AI\u500b\u5225\u6700\u9069\u5316<\/h3>\n                    <p>\u3042\u306a\u305f\u306e\u8a18\u61b6\u30d1\u30bf\u30fc\u30f3\u3092AI\u304c\u5206\u6790\u3002\u6700\u9069\u306a\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u6700\u9069\u306a\u5358\u8a9e\u3092\u51fa\u984c\u3002<strong>\u5fd8\u308c\u308b\u524d\u306b\u5fa9\u7fd2<\/strong>\u3067\u304d\u307e\u3059\u3002<\/p>\n                <\/div>\n                <div class=\"solution-card\">\n                    <span class=\"problem-icon\">\u26a1<\/span>\n                    <h3>1\u65e515\u5206\u306e\u8d85\u52b9\u7387\u5b66\u7fd2<\/h3>\n                    <p>\u901a\u52e4\u6642\u9593\u3001\u304a\u663c\u4f11\u307f\u3001\u5bdd\u308b\u524d\u306e15\u5206\u3060\u3051\u3002\u96c6\u4e2d\u529b\u304c\u6700\u3082\u9ad8\u307e\u308b\u6642\u9593\u306b\u96c6\u7d04\u3057\u305f<strong>\u8d85\u52b9\u7387\u5b66\u7fd2\u6cd5<\/strong>\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"social-proof\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\u6570\u5b57\u3067\u8a3c\u660e\u3055\u308c\u305f\u52b9\u679c<\/h2>\n            <div class=\"stats-container\">\n                <div class=\"stat-card\">\n                    <span class=\"stat-number\">93.2%<\/span>\n                    <span class=\"stat-label\">7\u65e5\u4ee5\u5185\u306b\u52b9\u679c\u5b9f\u611f<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"stat-number\">2,847<\/span>\n                    <span class=\"stat-label\">\u5e73\u5747\u7fd2\u5f97\u5358\u8a9e\u6570\/\u6708<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"stat-number\">15\u5206<\/span>\n                    <span class=\"stat-label\">1\u65e5\u306e\u5b66\u7fd2\u6642\u9593<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"stat-number\">127,543<\/span>\n                    <span class=\"stat-label\">\u6e80\u8db3\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u6570<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"testimonials-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\u30e6\u30fc\u30b6\u30fc\u306e\u58f0<\/h2>\n            <div class=\"testimonial-grid\">\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-header\">\n                        <div class=\"testimonial-avatar\">\u7530<\/div>\n                        <div class=\"testimonial-info\">\n                            <h4>\u7530\u4e2d\u7f8e\u54b2\u3055\u3093\uff0826\u6b73\u30fb\u5546\u793e\u52e4\u52d9\uff09<\/h4>\n                            <div class=\"testimonial-score\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                        <\/div>\n                    <\/div>\n                    <p>&#8220;TOEIC350\u70b9\u304b\u3089700\u70b9\u307e\u30673\u30f6\u6708\u3067\u4e0a\u304c\u308a\u307e\u3057\u305f\uff01\u6bce\u65e5\u306e\u901a\u52e4\u6642\u9593\u3060\u3051\u3067\u3053\u3093\u306a\u306b\u5909\u308f\u308b\u306a\u3093\u3066\u4fe1\u3058\u3089\u308c\u307e\u305b\u3093\u3002\u6607\u9032\u3082\u6c7a\u307e\u3063\u3066\u5e74\u53ce\u304c80\u4e07\u5186\u30a2\u30c3\u30d7\u3057\u307e\u3057\u305f\u3002&#8221;<\/p>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-header\">\n                        <div class=\"testimonial-avatar\">\u5c71<\/div>\n                        <div class=\"testimonial-info\">\n                            <h4>\u5c71\u7530\u5065\u592a\u3055\u3093\uff0834\u6b73\u30fbIT\u4f01\u696d\uff09<\/h4>\n                            <div class=\"testimonial-score\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                        <\/div>\n                    <\/div>\n                    <p>&#8220;\u5916\u8cc7\u7cfb\u4f01\u696d\u3078\u306e\u8ee2\u8077\u3092\u8ae6\u3081\u3066\u3044\u307e\u3057\u305f\u304c\u3001VOCABOOST\u306e\u304a\u304b\u3052\u3067\u82f1\u8a9e\u9762\u63a5\u3092\u30af\u30ea\u30a2\uff01\u5e74\u53ce\u304c200\u4e07\u5186\u4e0a\u304c\u308a\u3001\u4eba\u751f\u304c\u5909\u308f\u308a\u307e\u3057\u305f\u3002\u5bb6\u65cf\u3082\u559c\u3093\u3067\u3044\u307e\u3059\u3002&#8221;<\/p>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-header\">\n                        <div class=\"testimonial-avatar\">\u4f50<\/div>\n                        <div class=\"testimonial-info\">\n                            <h4>\u4f50\u85e4\u3086\u304d\u3055\u3093\uff0829\u6b73\u30fb\u770b\u8b77\u5e2b\uff09<\/h4>\n                            <div class=\"testimonial-score\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                        <\/div>\n                    <\/div>\n                    <p>&#8220;\u5b50\u80b2\u3066\u3067\u5fd9\u3057\u3044\u4e2d\u3067\u3082\u7d9a\u3051\u3089\u308c\u307e\u3057\u305f\u3002\u6d77\u5916\u65c5\u884c\u3067\u73fe\u5730\u306e\u4eba\u3068\u4f1a\u8a71\u3067\u304d\u305f\u6642\u306f\u611f\u52d5\u3067\u6d99\u304c\u51fa\u307e\u3057\u305f\u3002\u5b50\u4f9b\u305f\u3061\u3082\u82f1\u8a9e\u3092\u9811\u5f35\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002&#8221;<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"urgency-section\" id=\"price\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">\u4eca\u3060\u3051\u7279\u5225\u4fa1\u683c<\/h2>\n            \n            <div class=\"countdown\">\n                <h3 style=\"color: #ff3333; margin-bottom: 1rem;\">\u26a0\ufe0f \u3053\u306e\u4fa1\u683c\u306f\u4eca\u591c24\u6642\u306b\u7d42\u4e86\u3057\u307e\u3059<\/h3>\n                <div class=\"countdown-timer\">\n                    <div class=\"countdown-item\">\n                        <span class=\"countdown-number\" id=\"hours\">23<\/span>\n                        <span class=\"countdown-label\">\u6642\u9593<\/span>\n                    <\/div>\n                    <div class=\"countdown-item\">\n                        <span class=\"countdown-number\" id=\"minutes\">59<\/span>\n                        <span class=\"countdown-label\">\u5206<\/span>\n                    <\/div>\n                    <div class=\"countdown-item\">\n                        <span class=\"countdown-number\" id=\"seconds\">59<\/span>\n                        <span class=\"countdown-label\">\u79d2<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"price-comparison\">\n                <div class=\"price-card\">\n                    <h3>\u901a\u5e38\u4fa1\u683c<\/h3>\n                    <div class=\"old-price\">\u00a59,800\/\u6708<\/div>\n","protected":false},"excerpt":{"rendered":"VOCABOOST &#8211; 7\u65e5\u9593\u3067\u82f1\u8a9e\u304c\u5909\u308f\u308b\u9769\u547d\u7684\u5b66\u7fd2\u6cd5 \ud83d\udd25 \u9650\u5b9a300\u540d\uff017\u65e5\u9593\u3067\u7d50\u679c\u304c\u51fa\u306a\u3051\u308c\u3070\u5168\u984d\u8fd4\u91d1\u4fdd\u8a3c \ud83d\udd25 BREAKTHROUGH SUCCESS FLUENT CONFIDENT MASTER  [&hellip;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-lp.php","meta":{"footnotes":""},"class_list":["post-1932","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/pages\/1932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lamiavia.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1932"}],"version-history":[{"count":1,"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/pages\/1932\/revisions"}],"predecessor-version":[{"id":1934,"href":"https:\/\/lamiavia.jp\/index.php?rest_route=\/wp\/v2\/pages\/1932\/revisions\/1934"}],"wp:attachment":[{"href":"https:\/\/lamiavia.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}