{"id":64266,"date":"2025-06-05T11:04:28","date_gmt":"2025-06-05T02:04:28","guid":{"rendered":"https:\/\/single-aiseki.com\/lp-the_single_app\/?post_type=content_block&#038;p=64266"},"modified":"2025-06-05T11:04:28","modified_gmt":"2025-06-05T02:04:28","slug":"%e3%80%90cta%e3%80%91%e6%97%a2%e5%a9%9a%e8%80%85%e8%a8%98%e4%ba%8b%e3%81%b8%e3%81%ae%e9%81%b7%e7%a7%bb","status":"publish","type":"content_block","link":"https:\/\/single-aiseki.com\/lp-the_single_app\/content_block\/%e3%80%90cta%e3%80%91%e6%97%a2%e5%a9%9a%e8%80%85%e8%a8%98%e4%ba%8b%e3%81%b8%e3%81%ae%e9%81%b7%e7%a7%bb\/","title":{"rendered":"\u3010CTA\u3011\u65e2\u5a5a\u8005\u8a18\u4e8b\u3078\u306e\u9077\u79fb"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"ja\"><head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        .married-dating-cta {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            max-width: 600px;\n            margin: 20px auto;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n            background: #F9F4EF;\n            color: #3f3f3f;\n            position: relative;\n        }\n        \n        .married-dating-header {\n            padding: 20px;\n            text-align: center;\n            background: #3f3f3f;\n            border-bottom: 3px solid rgba(249, 244, 239, 0.2);\n        }\n        \n        .married-dating-logo {\n            font-size: 24px;\n            font-weight: 800;\n            letter-spacing: 1.5px;\n            margin-bottom: 8px;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n            color: #F9F4EF;\n        }\n        \n        .married-dating-tagline {\n            font-size: 13px;\n            opacity: 0.9;\n            color: #F9F4EF;\n        }\n        \n        .married-dating-badge {\n            display: inline-block;\n            background-color: #F9F4EF;\n            color: #3f3f3f;\n            padding: 10px 18px;\n            border-radius: 30px;\n            font-weight: bold;\n            font-size: 15px;\n            margin: 12px 0 5px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);\n            transform: translateY(-5px);\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0% {\n                transform: scale(1);\n            }\n            50% {\n                transform: scale(1.05);\n            }\n            100% {\n                transform: scale(1);\n            }\n        }\n        \n        .married-dating-content {\n            padding: 25px;\n        }\n        \n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n            padding-left: 10px;\n        }\n        \n        .feature-icon {\n            margin-right: 15px;\n            width: 32px;\n            height: 32px;\n            background-color: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .feature-icon svg {\n            width: 18px;\n            height: 18px;\n            fill: #3f3f3f;\n        }\n        \n        .feature-text {\n            font-size: 15px;\n            line-height: 1.6;\n            font-weight: 500;\n        }\n        \n        .married-dating-cta-button {\n            display: block;\n            background: #3f3f3f;\n            color: #F9F4EF;\n            text-align: center;\n            padding: 16px 20px;\n            margin: 20px auto 5px;\n            border-radius: 8px;\n            font-weight: bold;\n            font-size: 18px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(63, 63, 63, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .married-dating-cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 7px 20px rgba(63, 63, 63, 0.5);\n        }\n        \n        .married-dating-cta-button:active {\n            transform: translateY(1px);\n        }\n        \n        .married-dating-cta-button::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);\n            transform: translateX(-100%);\n        }\n        \n        .married-dating-cta-button:hover::after {\n            animation: shine 1.5s infinite;\n        }\n        \n        @keyframes shine {\n            to {\n                transform: translateX(100%);\n            }\n        }\n        \n        .married-dating-footer {\n            font-size: 12px;\n            text-align: center;\n            padding: 15px;\n            opacity: 0.7;\n            border-top: 1px solid rgba(63, 63, 63, 0.1);\n        }\n        \n        @media (max-width: 480px) {\n            .married-dating-cta {\n                margin: 15px 10px;\n            }\n            \n            .married-dating-logo {\n                font-size: 20px;\n            }\n            \n            .married-dating-badge {\n                font-size: 13px;\n                padding: 8px 15px;\n            }\n            \n            .feature-text {\n                font-size: 14px;\n            }\n            \n            .married-dating-cta-button {\n                font-size: 16px;\n                padding: 16px 20px;\n            }\n            \n            .married-dating-content {\n                padding: 25px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"married-dating-cta\">\n        <div class=\"married-dating-header\">\n            <div class=\"married-dating-logo\">\u3042\u306a\u305f\u306b\u304a\u3059\u3059\u3081\u306e<br>\u65e2\u5a5a\u8005\u30a2\u30d7\u30ea<\/div>\n            <div class=\"married-dating-tagline\">\u5927\u4eba\u306e\u51fa\u4f1a\u3044\u3092\u771f\u5263\u30b5\u30dd\u30fc\u30c8<\/div>\n            <div class=\"married-dating-badge\">2025\u5e746\u6708\u6700\u65b0\u30e9\u30f3\u30ad\u30f3\u30b0<\/div>\n        <\/div>\n        \n        <div class=\"married-dating-content\">\n            <ul class=\"feature-list\">\n                <li class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7.07,18.28C7.5,17.38 10.12,16.5 12,16.5C13.88,16.5 16.5,17.38 16.93,18.28C15.57,19.36 13.86,20 12,20C10.14,20 8.43,19.36 7.07,18.28M18.36,16.83C16.93,15.09 13.46,14.5 12,14.5C10.54,14.5 7.07,15.09 5.64,16.83C4.62,15.5 4,13.82 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,13.82 19.38,15.5 18.36,16.83M12,6C10.06,6 8.5,7.56 8.5,9.5C8.5,11.44 10.06,13 12,13C13.94,13 15.5,11.44 15.5,9.5C15.5,7.56 13.94,6 12,6M12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11Z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-text\">\u53b3\u907811\u3064\u306e\u30a2\u30d7\u30ea\u3092\u5fb9\u5e95\u6bd4\u8f03\u30fb\u30ec\u30d3\u30e5\u30fc\u4ed8\u304d<\/div>\n                <\/li>\n                <li class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M6,7H18V9H6V7M6,11H15V13H6V11Z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-text\">\u5b89\u5168\u6027\u30fb\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u4fdd\u8b77\u306e\u8a73\u7d30\u89e3\u8aac<\/div>\n                <\/li>\n                <li class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12,2C13.1,2 14,2.9 14,4C14,5.1 13.1,6 12,6C10.9,6 10,5.1 10,4C10,2.9 10.9,2 12,2M21,9V7L15,1L13.5,2.5L16.17,5.17L10.5,10.84L10.84,11.18L15.21,15.55L15.55,15.21L21.19,9.57L22.5,11L21,12.5V14C21,15.1 20.1,16 19,16H5C3.9,16 3,15.1 3,14V10C3,8.9 3.9,8 5,8H6L8,6H16L18,8H19C20.1,8 21,8.9 21,9M19,12C19,10.34 17.66,9 16,9S13,10.34 13,12C13,13.66 14.34,15 16,15S19,13.66 19,12Z\" \/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-text\">\u30de\u30c3\u30c1\u30f3\u30b0\u306e\u30b3\u30c4\u3082\u7d39\u4ecb<\/div>\n                <\/li>\n            <\/ul>\n            \n            <a href=\"https:\/\/single-aiseki.com\/lp-the_single_app\/app-rank-kikon\/\" class=\"married-dating-cta-button\">\u304a\u3059\u3059\u3081\u30a2\u30d7\u30ea\u3092\u898b\u308b<\/a>\n        <\/div>\n        \n        <div class=\"married-dating-footer\">\n            \u203b \u8a18\u4e8b\u306f\u968f\u6642\u66f4\u65b0\u4e2d\uff5c\u6700\u65b0\u60c5\u5831\u3092\u30c1\u30a7\u30c3\u30af\n        <\/div>\n    <\/div>\n<\/body>\n\n<\/html>\n","protected":false},"template":"","content_block_category":[],"_links":{"self":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block\/64266"}],"collection":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block"}],"about":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/types\/content_block"}],"wp:attachment":[{"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/media?parent=64266"}],"wp:term":[{"taxonomy":"content_block_category","embeddable":true,"href":"https:\/\/single-aiseki.com\/lp-the_single_app\/wp-json\/wp\/v2\/content_block_category?post=64266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}