{"id":2043,"date":"2025-11-14T21:18:30","date_gmt":"2025-11-14T12:18:30","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=2043"},"modified":"2025-11-14T21:28:19","modified_gmt":"2025-11-14T12:28:19","slug":"intergalactic-aerospace-expo-2955-%e8%a9%b3%e7%b4%b0%e8%a7%a3%e8%aa%ac-2025-11-14%e7%89%88","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=2043","title":{"rendered":"Intergalactic Aerospace Expo 2955 \u8a73\u7d30\u89e3\u8aac 2025\/11\/14\u7248"},"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>IAE 2955 \u5b8c\u5168\u30ac\u30a4\u30c9 &#8211; StarCitizen\u653b\u7565<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --space-dark: #0a0a1a;\n            --space-darker: #050511;\n            --space-accent: #00b4ff;\n            --space-purple: #8b5cf6;\n            --space-pink: #ec4899;\n        }\n        \n        body {\n            background: linear-gradient(135deg, var(--space-darker) 0%, var(--space-dark) 50%, #1a1a2e 100%);\n            color: #e2e8f0;\n            font-family: 'Segoe UI', system-ui, sans-serif;\n            min-height: 100vh;\n        }\n        \n        .hover-glow:hover {\n            box-shadow: 0 0 15px rgba(0, 180, 255, 0.5);\n        }\n        \n        .section-card {\n            background: rgba(15, 23, 42, 0.7);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(56, 189, 248, 0.2);\n        }\n        \n        .text-space-accent {\n            color: var(--space-accent);\n        }\n        \n        .border-space-accent {\n            border-color: var(--space-accent);\n        }\n        \n        .progress-bar {\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            overflow: hidden;\n            height: 12px;\n        }\n        \n        .progress-fill {\n            height: 100%;\n            border-radius: 10px;\n        }\n        \n        .progress-10 { width: 10%; background: linear-gradient(90deg, #ef4444, #f97316); }\n        .progress-30 { width: 30%; background: linear-gradient(90deg, #f97316, #eab308); }\n        .progress-50 { width: 50%; background: linear-gradient(90deg, #eab308, #84cc16); }\n        .progress-70 { width: 70%; background: linear-gradient(90deg, #84cc16, #22c55e); }\n        .progress-100 { width: 100%; background: linear-gradient(90deg, #22c55e, #10b981); }\n        \n        .countdown-timer {\n            font-family: 'Courier New', monospace;\n            font-weight: bold;\n            background: rgba(0, 0, 0, 0.5);\n            border-radius: 8px;\n            padding: 10px;\n        }\n        \n        .manufacturer-schedule {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 10px;\n        }\n        \n        .manufacturer-card {\n            background: rgba(30, 41, 59, 0.7);\n            border-radius: 8px;\n            padding: 15px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n        \n        .manufacturer-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n        }\n        \n        .red-bg-white-text {\n            background-color: #dc2626;\n            color: white;\n        }\n        \n        \/* \u753b\u50cf\u62e1\u5927\u7528\u30b9\u30bf\u30a4\u30eb *\/\n        .zoomable-image {\n            cursor: pointer;\n            transition: transform 0.3s ease;\n        }\n        \n        .zoomable-image:hover {\n            transform: scale(1.02);\n        }\n        \n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, 0.9);\n            animation: fadeIn 0.3s;\n        }\n        \n        .modal-content {\n            margin: auto;\n            display: block;\n            max-width: 90%;\n            max-height: 90%;\n            margin-top: 2%;\n            border-radius: 8px;\n            box-shadow: 0 0 25px rgba(0, 180, 255, 0.5);\n            animation: zoomIn 0.3s;\n        }\n        \n        .close {\n            position: absolute;\n            top: 15px;\n            right: 35px;\n            color: #f1f1f1;\n            font-size: 40px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: 0.3s;\n        }\n        \n        .close:hover {\n            color: var(--space-accent);\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n        \n        @keyframes zoomIn {\n            from { transform: scale(0.8); opacity: 0; }\n            to { transform: scale(1); opacity: 1; }\n        }\n        \n        \/* \u30bf\u30c3\u30c1\u30c7\u30d0\u30a4\u30b9\u7528\u306e\u8abf\u6574 *\/\n        @media (max-width: 768px) {\n            .modal-content {\n                max-width: 95%;\n                max-height: 80%;\n                margin-top: 10%;\n            }\n            \n            .close {\n                font-size: 30px;\n                top: 10px;\n                right: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"min-h-screen\">\n    <!-- \u30d8\u30c3\u30c0\u30fc -->\n    <header class=\"bg-gradient-to-r from-blue-900 to-purple-900 text-white py-4 px-6 sticky top-0 z-10 shadow-lg\">\n        <div class=\"container mx-auto flex flex-col md:flex-row justify-between items-center\">\n            <div class=\"flex items-center mb-4 md:mb-0\">\n                <h1 class=\"text-2xl font-bold text-yellow-300\">IAE 2955 \u5b8c\u5168\u30ac\u30a4\u30c9<\/h1>\n                <span class=\"ml-4 px-3 py-1 bg-red-600 text-white text-sm font-bold rounded-full\">\u901f\u5831<\/span>\n            <\/div>\n            <div class=\"countdown-timer text-center\">\n                <div class=\"text-sm\">IAE 2955 \u958b\u50ac\u307e\u3067<\/div>\n                <div id=\"countdown\" class=\"text-xl text-yellow-300\">&#8212; \u65e5 &#8212; \u6642\u9593 &#8212; \u5206 &#8212; \u79d2<\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <div class=\"container mx-auto px-4 py-8\">\n        <!-- \u30e1\u30a4\u30f3\u30d8\u30c3\u30c0\u30fc\u30bb\u30af\u30b7\u30e7\u30f3 -->\n        <section class=\"text-center mb-12\">\n            <h1 class=\"text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-blue-400 to-purple-400 bg-clip-text text-transparent\">Intergalactic Aerospace Expo 2955<\/h1>\n            <p class=\"text-xl mb-6\">Orison\u3067\u958b\u50ac\u3055\u308c\u308b\u5b87\u5b99\u6700\u5927\u7d1a\u306e\u822a\u7a7a\u5b87\u5b99\u535a\u89a7\u4f1a<\/p>\n            <div class=\"bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl p-4 max-w-3xl mx-auto\">\n                <p class=\"text-lg\"><strong>\u958b\u50ac\u671f\u9593:<\/strong> 11\u670820\u65e5 &#8211; 12\u67083\u65e5<\/p>\n                <p class=\"text-lg\"><strong>\u958b\u50ac\u5834\u6240:<\/strong> Orison, Crusader &#8211; Vision Center<\/p>\n                <p class=\"text-sm mt-2\">UTC 16:00 \u958b\u59cb (\u65e5\u672c\u6642\u9593: 11\u670821\u65e5 1:00)<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- \u30e1\u30a4\u30f3\u753b\u50cf -->\n        <section class=\"mb-12\">\n            <div class=\"rounded-xl overflow-hidden shadow-2xl\">\n                <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/11\/IAE%E3%81%AE%E5%B7%A8%E5%A4%A7%E3%81%AA%E3%83%9E%E3%83%BC%E3%82%AF.jpg-scaled.jpg\" \n                     alt=\"IAE 2955 \u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb\" \n                     class=\"w-full h-auto max-h-96 object-cover zoomable-image\"\n                     onclick=\"openModal(this)\">\n            <\/div>\n        <\/section>\n\n        <!-- \u521d\u5fc3\u8005\u5411\u3051\u60c5\u5831\u30bb\u30af\u30b7\u30e7\u30f3 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2 section-title\">\ud83d\ude80 StarCitizen \u653b\u7565\u5fc5\u9808\u30ea\u30f3\u30af\u96c6<\/h2>\n            \n            <div class=\"bg-gradient-to-r from-blue-600 to-purple-600 text-white rounded-xl p-3 mb-4\">\n                <div class=\"text-center\">\n                    <h3 class=\"text-md font-bold mb-1 text-yellow-300\">\u521d\u56de\u767b\u9332\u7279\u5178\u30b3\u30fc\u30c9\uff08\uff15\u4e07UEC\u304c\u3082\u3089\u3048\u308b\uff09<\/h3>\n                    <div class=\"bg-black bg-opacity-30 rounded-lg p-2 font-mono text-lg font-bold tracking-wider text-red-400 mb-1\">\n                        STAR-GF3D-GLNQ\n                    <\/div>\n                    <p class=\"text-xs opacity-90\">\u767b\u9332\u6642\u306ereferral code\u306b\u5165\u529b<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 lg:grid-cols-6 gap-3\">\n                <a href=\"https:\/\/www.samurai2948.com\/?p=706\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-red-500 to-red-600 hover:from-red-600 hover:to-red-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">StarCitizen\u65b0\u898f\u5411\u3051\u30fb\u5b8c\u5168\u521d\u5fc3\u8005\/\u59cb\u3081\u65b9\u30ac\u30a4\u30c9<\/div>\n                    <div class=\"text-xs opacity-90\">2025\u5e7411\u6708\u7248<\/div>\n                <\/a>\n                \n                <a href=\"https:\/\/www.robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-orange-500 to-orange-600 hover:from-orange-600 hover:to-orange-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">\u4f1a\u54e1\u767b\u9332<\/div>\n                    <div class=\"text-xs opacity-90\">5\u4e07UEC\u7279\u5178\u4ed8\u304d<\/div>\n                <\/a>\n\n                <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-green-500 to-green-600 hover:from-green-600 hover:to-green-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">Discord\u53c2\u52a0<\/div>\n                    <div class=\"text-xs opacity-90\">\u53c2\u52a0\u8005\u7d04\uff17\uff10\uff10\uff10\u4eba<\/div>\n                <\/a>\n                \n                <a href=\"https:\/\/www.samurai2948.com\/?p=561\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-600 hover:to-blue-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9<\/div>\n                    <div class=\"text-xs opacity-90\">\u30b2\u30fc\u30e0\u3092\u65e5\u672c\u8a9e\u5316<\/div>\n                <\/a>\n                \n                <a href=\"https:\/\/www.samurai2948.com\/?p=1431\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-cyan-500 to-cyan-600 hover:from-cyan-600 hover:to-cyan-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">\u304a\u3059\u3059\u3081\u30b5\u30a4\u30c8\u96c6<\/div>\n                    <div class=\"text-xs opacity-90\">\u53b3\u9078\u60c5\u5831\u30b5\u30a4\u30c8<\/div>\n                <\/a>\n                \n                <a href=\"https:\/\/robertsspaceindustries.com\/en\/orgs\/2948\" \n                   target=\"_blank\" \n                   class=\"bg-gradient-to-r from-purple-500 to-pink-600 hover:from-purple-600 hover:to-pink-700 text-white px-3 py-2 rounded-lg font-medium transition-all transform hover:scale-105 text-center block hover-glow\">\n                    <div class=\"text-sm font-bold mb-1\">\u7d44\u7e54\u53c2\u52a0<\/div>\n                    <div class=\"text-xs opacity-90\">Samurai Squadron<\/div>\n                <\/a>\n            <\/div>\n        <\/section>\n\n        <!-- IAE\u57fa\u672c\u60c5\u5831 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83c\udf1f IAE 2955 \u57fa\u672c\u60c5\u5831<\/h2>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"bg-gradient-to-br from-blue-800 to-purple-800 rounded-xl p-4\">\n                    <h3 class=\"text-xl font-bold mb-3 text-yellow-300\">IAE\u3068\u306f\uff1f<\/h3>\n                    <p class=\"mb-3\">Intergalactic Aerospace Exposition (IAE) \u306f\u5b87\u5b99\u3067\u6700\u3082\u6a29\u5a01\u306e\u3042\u308b\u5b87\u5b99\u8239\u535a\u89a7\u4f1a\u3067\u3059\u3002Star Citizen\u3067\u6700\u3082\u4f1d\u8aac\u7684\u306a\u5b87\u5b99\u8239\u3084\u5730\u4e0a\u8eca\u4e21\u3092\u9593\u8fd1\u3067\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u3055\u307e\u3056\u307e\u306a\u30e1\u30fc\u30ab\u30fc\u304c\u30a8\u30ad\u30b9\u30dd\u30bb\u30f3\u30bf\u30fc\u306e\u30db\u30fc\u30eb\u3067\u6700\u9ad8\u306e\u88fd\u54c1\u3092\u5c55\u793a\u3057\u307e\u3059\u3002<\/p>\n                    <p class=\"font-bold text-space-accent\">\u6700\u5927\u306e\u9b45\u529b: \u7d04200\u6a5f\u306e\u8239\u3068\u5730\u4e0a\u8eca\u4e21\u3092\u7121\u6599\u3067\u30c6\u30b9\u30c8\u98db\u884c\u3067\u304d\u307e\u3059\uff01<\/p>\n                <\/div>\n                \n                <div class=\"bg-gradient-to-br from-purple-800 to-pink-800 rounded-xl p-4\">\n                    <h3 class=\"text-xl font-bold mb-3 text-yellow-300\">\u958b\u50ac\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-calendar-alt text-space-accent mt-1 mr-2\"><\/i>\n                            <span><strong>\u671f\u9593:<\/strong> 11\u670820\u65e5 &#8211; 12\u67083\u65e5<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-clock text-space-accent mt-1 mr-2\"><\/i>\n                            <span><strong>\u958b\u59cb:<\/strong> 11\u670820\u65e5 16:00 UTC (\u65e5\u672c\u6642\u9593: 11\u670821\u65e5 1:00)<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-map-marker-alt text-space-accent mt-1 mr-2\"><\/i>\n                            <span><strong>\u5834\u6240:<\/strong> Vision Center, Orison, Crusader (Stanton\u661f\u7cfb)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Orison\u3078\u306e\u884c\u304d\u65b9 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83d\uddfa\ufe0f Orison\u3078\u306e\u884c\u304d\u65b9<\/h2>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n      \n                \n                <div>\n                    <h3 class=\"text-xl font-bold mb-3 text-space-accent\">\u65e2\u5b58\u30d7\u30ec\u30a4\u30e4\u30fc\u5411\u3051<\/h3>\n                    <ol class=\"list-decimal pl-5 space-y-2\">\n                        <li>Crusader\u3078\u91cf\u5b50\u822a\u884c<\/li>\n                        <li>Orison\u3078\u30b9\u30d7\u30e9\u30a4\u30f3\u30b8\u30e3\u30f3\u30d7<\/li>\n                        <li>August Dunlow\u5b87\u5b99\u6e2f\u306b\u7740\u9678<\/li>\n                        <li>\u30cf\u30f3\u30ac\u30fc\u3092\u51fa\u3066\u3001IAE\u306e\u770b\u677f\u306b\u5f93\u3044Vision Center\u3078<\/li>\n                    <\/ol>\n                    \n                    <div class=\"mt-4\">\n                        <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/11\/Orison%E3%81%A7%E3%81%AEIAE%E4%BC%9A%E5%A0%B4%E3%81%BE%E3%81%A7%E3%81%AE%E5%9C%B0%E5%9B%B3%EF%BC%88%E3%82%B7%E3%83%A3%E3%83%88%E3%83%AB%E3%81%A7%E3%81%AE%E7%A7%BB%E5%8B%95%EF%BC%89.jpg\" \n                             alt=\"Orison\u3067\u306eIAE\u4f1a\u5834\u307e\u3067\u306e\u5730\u56f3\" \n                             class=\"rounded-lg mt-2 w-full h-auto zoomable-image\"\n                             onclick=\"openModal(this)\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u7121\u6599\u30ec\u30f3\u30bf\u30eb\u60c5\u5831 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83d\ude80 \u7121\u6599\u8239\u30ec\u30f3\u30bf\u30eb\u60c5\u5831<\/h2>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div>\n                    <h3 class=\"text-xl font-bold mb-3 text-space-accent\">\u30ec\u30f3\u30bf\u30eb\u65b9\u6cd5<\/h3>\n                    <ol class=\"list-decimal pl-5 space-y-2\">\n                        <li>\u30a8\u30ad\u30b9\u30dd\u30bb\u30f3\u30bf\u30fc\u306e\u30db\u30fc\u30eb\u3067\u5c55\u793a\u3055\u308c\u3066\u3044\u308b\u8239\u3092\u95b2\u89a7<\/li>\n                        <li>\u6c17\u306b\u5165\u3063\u305f\u8239\u304c\u3042\u308c\u3070\u3001\u30e1\u30a4\u30f3IAE\u30db\u30fc\u30eb\u306eTraveler Rentals\u30bf\u30fc\u30df\u30ca\u30eb\u3078<\/li>\n                        <li>\u305d\u306e\u8239\u306e\u30e1\u30fc\u30ab\u30fc\u30c7\u30fc\u4e2d\u306b\u753b\u9762\u4e0a\u306e\u6307\u793a\u306b\u5f93\u3063\u3066\u30ec\u30f3\u30bf\u30eb<\/li>\n                        <li>\u5b87\u5b99\u6e2f\u307e\u305f\u306f\u4efb\u610f\u306eASOP\u30bf\u30fc\u30df\u30ca\u30eb\u3067\u8239\u3092\u547c\u3073\u51fa\u3057<\/li>\n                    <\/ol>\n                    \n                    <div class=\"mt-4 p-4 bg-blue-900 bg-opacity-30 rounded-lg\">\n                        <h4 class=\"font-bold text-yellow-300 mb-2\">\u91cd\u8981\u60c5\u5831<\/h4>\n                        <ul class=\"list-disc pl-5 space-y-1 text-sm\">\n                            <li>\u30ec\u30f3\u30bf\u30eb\u671f\u9593: <strong>48\u6642\u9593<\/strong><\/li>\n                            <li>\u30ec\u30f3\u30bf\u30eb\u53ef\u80fd\u6570: \u5c55\u793a\u3055\u308c\u3066\u3044\u308b\u5168\u6a5f\u30921\u56de\u305a\u3064<\/li>\n                            <li>\u30e1\u30fc\u30ab\u30fc\u30c7\u30fc\u3054\u3068\u306b\u7570\u306a\u308b\u8239\u304c\u5229\u7528\u53ef\u80fd<\/li>\n                            <li>\u5c55\u793a\u3055\u308c\u3066\u3044\u306a\u3044\u8239\u3082\u30bf\u30fc\u30df\u30ca\u30eb\u304b\u3089\u30ec\u30f3\u30bf\u30eb\u53ef\u80fd\u306a\u5834\u5408\u3042\u308a<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div>\n                    <h3 class=\"text-xl font-bold mb-3 text-space-accent\">Best in Show \u7279\u5225\u5857\u88c5<\/h3>\n                    <p class=\"mb-3\">Ship Showdown 2955\u306e\u6e96\u6c7a\u52dd\u306b\u9032\u51fa\u3057\u305f4\u6a5f\u306b\u9650\u5b9a\u7248Best in Show\u5857\u88c5\u3068\u30b2\u30fc\u30e0\u5185\u30e1\u30fc\u30ab\u30fc\u30dd\u30b9\u30bf\u30fc\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059:<\/p>\n                    <ul class=\"list-disc pl-5 space-y-1 mb-4\">\n                        <li>RSI Polaris (\u512a\u52dd) &#8211; \u512a\u52dd\u30da\u30ca\u30f3\u30c8\u3082\u4ed8\u5c5e<\/li>\n                        <li>Anvil Asgard<\/li>\n                        <li>RSI Zeus Mk II ES<\/li>\n                        <li>Anvil Gladiator<\/li>\n                    <\/ul>\n                    \n                    <div class=\"red-bg-white-text p-3 rounded-lg\">\n                        <p class=\"font-bold\">\u7372\u5f97\u6761\u4ef6:<\/p>\n                        <ul class=\"list-disc pl-5 mt-1 text-sm\">\n                            <li>IAE\u6700\u7d42\u65e5\u307e\u3067\u306b\u8a72\u5f53\u8239\u304cWeb\u30cf\u30f3\u30ac\u30fc\u306b\u3042\u308b\u3053\u3068<\/li>\n                            <li>\u30d0\u30ea\u30a2\u30f3\u30c8\u3067\u306f\u306a\u304f\u7279\u5b9a\u306eBest in Show\u8239\u3067\u3042\u308b\u3053\u3068<\/li>\n                            <li>Buyback\u30ea\u30b9\u30c8\u306b\u3042\u308b\u5834\u5408\u306f\u5bfe\u8c61\u5916<\/li>\n                            <li>IAE\u4e2d\u306bBest in Show\u8239\u3092\u8cfc\u5165\u3059\u308b\u3068\u5857\u88c5\u4ed8\u304d\u30d0\u30f3\u30c9\u30eb\u3067\u5165\u624b\u53ef\u80fd<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- F8C Lightning\u60c5\u5831 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\u26a1 Anvil F8C Lightning \u60c5\u5831<\/h2>\n            \n            <div class=\"flex flex-col md:flex-row gap-6\">\n                <div class=\"md:w-1\/3\">\n                    <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/11\/F8C%E3%81%AE%E7%94%BB%E5%83%8F.jpg\" \n                         alt=\"F8C Lightning\" \n                         class=\"rounded-lg w-full h-auto zoomable-image\"\n                         onclick=\"openModal(this)\">\n                <\/div>\n                \n                <div class=\"md:w-2\/3\">\n                    <div class=\"red-bg-white-text p-4 rounded-lg mb-4\">\n                        <h3 class=\"font-bold text-lg mb-2\">IAE 2955 \u304b\u3089\u306e\u5909\u66f4\u70b9<\/h3>\n                        <p>Gold License\uff08CDF F8C\u8a8d\u8a3c\u30d1\u30b9\uff09\u304c\u4e0d\u8981\u306b\u306a\u308a\u3001\u5168\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u8cfc\u5165\u53ef\u80fd\u306b\uff01<\/p>\n                    <\/div>\n                    \n                    <div class=\"bg-gradient-to-r from-yellow-800 to-yellow-600 p-4 rounded-lg mb-4\">\n                        <h3 class=\"font-bold text-lg mb-2\">\u7279\u5225\u8a18\u5ff5\u5857\u88c5\u300cNightweaver\u300d<\/h3>\n                        <p>\u4ee5\u4e0b\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30d7\u30ec\u30a4\u30e4\u30fc\u306bAnvil Day\u306b\u914d\u5e03:<\/p>\n                        <ul class=\"list-disc pl-5 mt-2\">\n                            <li>\u4ee5\u524d\u306bGold License\u3092\u4ea4\u63db\u3057\u8cfc\u5165\u30a2\u30af\u30bb\u30b9\u3092\u89e3\u9664\u3057\u305f\u30d7\u30ec\u30a4\u30e4\u30fc<\/li>\n                            <li>IAE\u4e2d\u306eAnvil Day\u307e\u3067\u306b\u8a72\u5f53Concierge\u30c6\u30a3\u30a2\u306b\u5230\u9054\u3057\u305f\u30d7\u30ec\u30a4\u30e4\u30fc<\/li>\n                        <\/ul>\n                        <p class=\"mt-2 text-sm font-bold\">\u203b \u3053\u306e\u5857\u88c5\u306f\u8d08\u7b54\u4e0d\u53ef\u3001IAE\u5f8c\u306b\u6761\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3082\u4ed8\u4e0e\u3055\u308c\u307e\u305b\u3093<\/p>\n                    <\/div>\n                    \n                    <div class=\"bg-gray-800 p-3 rounded-lg\">\n                        <p class=\"font-bold\">\u5236\u9650\u4e8b\u9805:<\/p>\n                        <p>\u30a2\u30ab\u30a6\u30f3\u30c8\u3054\u3068\u306b1\u6a5f\u306e\u307f\u8cfc\u5165\u53ef\u80fd\uff08\u4ee5\u524d\u306b\u8cfc\u5165\u6e08\u307f\u306e\u5834\u5408\u306f2\u6a5f\u76ee\u306f\u8cfc\u5165\u4e0d\u53ef\uff09<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u65b0\u8981\u7d20\u30fbTwitch Drops -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83c\udf81 \u65b0\u8981\u7d20: Twitch Drops \u30c7\u30d3\u30e5\u30fc\uff01<\/h2>\n            \n            <div class=\"bg-gradient-to-r from-purple-700 to-pink-700 rounded-xl p-5\">\n                <h3 class=\"text-xl font-bold mb-3 text-yellow-300\">\u72ec\u5360\u30d5\u30eb\u30a2\u30fc\u30de\u30fc\u30bb\u30c3\u30c8\u3092\u7372\u5f97<\/h3>\n                \n                <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n                    <div>\n                        <h4 class=\"font-bold mb-2\">\u7372\u5f97\u65b9\u6cd5:<\/h4>\n                        <ol class=\"list-decimal pl-5 space-y-2\">\n                            <li>Twitch Drops\u306b\u53c2\u52a0\u3057\u3066\u3044\u308bStar Citizen\u914d\u4fe1\u3092\u8996\u8074<\/li>\n                            <li>\u5408\u8a084\u6642\u9593\u306e\u8996\u8074\u3067\u30a2\u30fc\u30de\u30fc\u30bb\u30c3\u30c8\u3092\u89e3\u9664<\/li>\n                            <li>\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3066\u5831\u916c\u3092\u8acb\u6c42<\/li>\n                        <\/ol>\n                    <\/div>\n                    \n                    <div class=\"bg-black bg-opacity-30 p-4 rounded-lg\">\n                        <h4 class=\"font-bold mb-2\">\u6ce8\u610f\u70b9:<\/h4>\n                        <ul class=\"list-disc pl-5 space-y-1 text-sm\">\n                            <li>\u914d\u4fe1\u8005\u304cTwitch Drops\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u306b\u53c2\u52a0\u3057\u3066\u3044\u308b\u5fc5\u8981\u3042\u308a<\/li>\n                            <li>\u8996\u8074\u6642\u9593\u306f\u7d2f\u8a08\u3067\u8a08\u7b97<\/li>\n                            <li>\u30a2\u30ab\u30a6\u30f3\u30c8\u30ea\u30f3\u30af\u304c\u5fc5\u8981\uff08\u8a73\u7d30\u306f\u516c\u5f0f\u30b3\u30df\u30ea\u30f3\u30af\u53c2\u7167\uff09<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u4fa1\u683c\u8abf\u6574\u4e88\u5b9a\u306e\u8239 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83d\udcb0 \u4fa1\u683c\u8abf\u6574\u4e88\u5b9a\u306e\u8239<\/h2>\n            \n            <div class=\"red-bg-white-text p-4 rounded-lg mb-4\">\n                <p class=\"font-bold text-center\">IAE 2955\u304c\u73fe\u5728\u306e\u4fa1\u683c\u3067\u8cfc\u5165\u3067\u304d\u308b\u6700\u5f8c\u306e\u30c1\u30e3\u30f3\u30b9\uff01<\/p>\n                <p class=\"text-center text-sm mt-1\">\u30a4\u30d9\u30f3\u30c8\u5f8c\u3001\u958b\u767a\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3092\u53cd\u6620\u3057\u3066\u4fa1\u683c\u8abf\u6574\u304c\u884c\u308f\u308c\u307e\u3059<\/p>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4\">\n                <div class=\"manufacturer-card\">\n                    <h3 class=\"font-bold text-lg\">MISC Hull A<\/h3>\n                    <p class=\"text-sm mt-2\">\u5c0f\u578b\u8ca8\u7269\u8239<\/p>\n                <\/div>\n                \n                <div class=\"manufacturer-card\">\n                    <h3 class=\"font-bold text-lg\">MISC Hull B<\/h3>\n                    <p class=\"text-sm mt-2\">\u4e2d\u578b\u8ca8\u7269\u8239<\/p>\n                <\/div>\n                \n                <div class=\"manufacturer-card\">\n                    <h3 class=\"font-bold text-lg\">Argo RAFT<\/h3>\n                    <p class=\"text-sm mt-2\">\u8ca8\u7269\u30b3\u30f3\u30c6\u30ca\u8239<\/p>\n                <\/div>\n                \n                <div class=\"manufacturer-card\">\n                    <h3 class=\"font-bold text-lg\">Gatac Railen<\/h3>\n                    <p class=\"text-sm mt-2\">Xi&#8217;an\u8ca8\u7269\u8239<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u9650\u5b9a\u8ca9\u58f2\u60c5\u5831 -->\n        <section class=\"section-card rounded-xl p-6 mb-8\">\n            <h2 class=\"text-2xl font-bold mb-4 text-white border-b border-space-accent pb-2\">\ud83c\udff7\ufe0f \u9650\u5b9a\u8ca9\u58f2\u30fbWarbond\u30c7\u30a4\u30ea\u30fc\u30c7\u30a3\u30fc\u30eb<\/h2>\n            \n            <div class=\"mb-6\">\n                <h3 class=\"text-xl font-bold mb-3 text-space-accent\">Warbond\u30c7\u30a4\u30ea\u30fc\u30c7\u30a3\u30fc\u30eb<\/h3>\n                <p class=\"mb-3\">\u6bce\u65e524\u6642\u9593\u9650\u5b9a\u306e\u7279\u5225\u30aa\u30d5\u30a1\u30fc\u304c\u767b\u5834\uff01\u30d5\u30a1\u30a4\u30ca\u30eb\u671f\u9593\uff0811\u670830\u65e516:00 UTC &#8211; 12\u67083\u65e520:00 UTC\uff09\u306b\u306f\u65b0\u305f\u306aWarbond\u30c7\u30a3\u30fc\u30eb\u304c\u8ffd\u52a0\u3055\u308c\u3001\u904e\u53bb\u306e\u4e00\u90e8\u30aa\u30d5\u30a1\u30fc\u3082\u518d\u767b\u5834\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n            \n            <div>\n                <h3 class=\"text-xl font-bold mb-3 text-space-accent\">\u6570\u91cf\u9650\u5b9a\u8239<\/h3>\n                <p class=\"mb-4\">\u5404\u8239\u306f\u30a2\u30ab\u30a6\u30f3\u30c8\u3054\u3068\u306b1\u6a5f\u9650\u5b9a\u3067\u3001\u4e16\u754c\u4e2d\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3092\u30ab\u30d0\u30fc\u3059\u308b6\u3064\u306e\u30a6\u30a7\u30fc\u30d6\u3067\u8ca9\u58f2\u3055\u308c\u307e\u3059:<\/p>\n                \n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full bg-gray-900 bg-opacity-50 rounded-lg overflow-hidden\">\n                        <thead>\n                            <tr class=\"bg-gray-800\">\n                                <th class=\"p-3 text-left\">\u30a6\u30a7\u30fc\u30d6<\/th>\n                                <th class=\"p-3 text-left\">UTC\u6642\u9593<\/th>\n                                <th class=\"p-3 text-left\">\u65e5\u672c\u6642\u9593<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr class=\"border-b border-gray-700\">\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 1<\/td>\n                                <td class=\"p-3\">16:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 1:00<\/td>\n                            <\/tr>\n                            <tr class=\"border-b border-gray-700\">\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 2<\/td>\n                                <td class=\"p-3\">20:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 5:00<\/td>\n                            <\/tr>\n                            <tr class=\"border-b border-gray-700\">\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 3<\/td>\n                                <td class=\"p-3\">00:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 9:00<\/td>\n                            <\/tr>\n                            <tr class=\"border-b border-gray-700\">\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 4<\/td>\n                                <td class=\"p-3\">04:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 13:00<\/td>\n                            <\/tr>\n                            <tr class=\"border-b border-gray-700\">\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 5<\/td>\n                                <td class=\"p-3\">08:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 17:00<\/td>\n                            <\/tr>\n                            <tr>\n                                <td class=\"p-3\">\u30a6\u30a7\u30fc\u30d6 6<\/td>\n                                <td class=\"p-3\">12:00 UTC<\/td>\n                                <td class=\"p-3\">\u7fcc\u65e5 21:00<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n                \n                <div class=\"mt-4 grid grid-cols-1 md:grid-cols-2 gap-4\">\n                    <div class=\"bg-gray-800 p-4 rounded-lg\">\n                        <h4 class=\"font-bold text-yellow-300 mb-2\">\u6570\u91cf\u9650\u5b9a\u8239\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/h4>\n                        <ul class=\"list-disc pl-5 space-y-1 text-sm\">\n                            <li><strong>11\u670820\u65e5:<\/strong> RSI Constellation Phoenix<\/li>\n                            <li><strong>11\u670821\u65e5:<\/strong> Origin 890 Jump<\/li>\n                            <li><strong>11\u670822\u65e5:<\/strong> Drake Kraken, Drake Kraken Privateer<\/li>\n                            <li><strong>11\u670824\u65e5:<\/strong> MISC Hull E<\/li>\n                            <li><strong>11\u670826\u65e5:<\/strong> Consolidated Outland Pioneer<\/li>\n                            <li><strong>11\u670828\u65e5:<\/strong> Aegis Idris-P, Aegis Javelin<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"bg-blue-900 bg-opacity-30 p-4 rounded-lg\">\n                        <h4 class=\"font-bold text-yellow-300 mb-2\">\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u6ce8\u610f<\/h4>\n                        <p class=\"text-sm\">\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u306b\u3088\u3063\u3066\u306f\u4e00\u90e8\u306e\u30a6\u30a7\u30fc\u30d6\u304c\u7fcc\u65e5\u306e\u30ab\u30ec\u30f3\u30c0\u30fc\u65e5\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u65e5\u672c\u6642\u9593\u3067\u306f\u307b\u3068\u3093\u3069\u306e\u30a6\u30a7\u30fc\u30d6\u304c\u7fcc\u65e5\u306b\u8a72\u5f53\u3057\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <!-- \u753b\u50cf\u62e1\u5927\u7528\u30e2\u30fc\u30c0\u30eb -->\n    <div id=\"imageModal\" class=\"modal\">\n        <span class=\"close\" onclick=\"closeModal()\">&times;<\/span>\n        <img class=\"modal-content\" id=\"modalImage\">\n    <\/div>\n\n    <!-- \u30d5\u30c3\u30bf\u30fc -->\n    <footer class=\"bg-gray-900 text-white py-8 mt-12 border-t border-space-accent\">\n        <div class=\"container mx-auto px-4\">\n            <div class=\"text-center\">\n                <p class=\"mb-4\">StarCitizen\u653b\u7565 &#8211; IAE 2955 \u5b8c\u5168\u30ac\u30a4\u30c9<\/p>\n                <div class=\"flex justify-center space-x-6\">\n                    <a href=\"#\" class=\"text-space-accent hover:text-yellow-300 transition-colors\">\n                        <i class=\"fab fa-discord text-xl\"><\/i>\n                    <\/a>\n                    <a href=\"#\" class=\"text-space-accent hover:text-yellow-300 transition-colors\">\n                        <i class=\"fab fa-twitter text-xl\"><\/i>\n                    <\/a>\n                    <a href=\"#\" class=\"text-space-accent hover:text-yellow-300 transition-colors\">\n                        <i class=\"fab fa-youtube text-xl\"><\/i>\n                    <\/a>\n                <\/div>\n                <p class=\"mt-4 text-sm text-gray-400\">\u3053\u306e\u30b5\u30a4\u30c8\u306f\u30d5\u30a1\u30f3\u5236\u4f5c\u306e\u653b\u7565\u30b5\u30a4\u30c8\u3067\u3059\u3002\u516c\u5f0f\u30b5\u30a4\u30c8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ \u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3\u30bf\u30a4\u30de\u30fc\n        function updateCountdown() {\n            const eventDate = new Date('2025-11-20T16:00:00Z').getTime();\n            const now = new Date().getTime();\n            const distance = eventDate - now;\n            \n            if (distance < 0) {\n                document.getElementById('countdown').innerHTML = 'IAE 2955 \u958b\u50ac\u4e2d\uff01';\n                return;\n            }\n            \n            const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n            const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n            const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n            \n            document.getElementById('countdown').innerHTML = \n                `${days} \u65e5 ${hours} \u6642\u9593 ${minutes} \u5206 ${seconds} \u79d2`;\n        }\n        \n        setInterval(updateCountdown, 1000);\n        updateCountdown();\n        \n        \/\/ \u753b\u50cf\u62e1\u5927\u6a5f\u80fd\n        function openModal(img) {\n            const modal = document.getElementById(\"imageModal\");\n            const modalImg = document.getElementById(\"modalImage\");\n            modal.style.display = \"block\";\n            modalImg.src = img.src;\n        }\n        \n        function closeModal() {\n            document.getElementById(\"imageModal\").style.display = \"none\";\n        }\n        \n        \/\/ \u30e2\u30fc\u30c0\u30eb\u5916\u5074\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3082\u9589\u3058\u308b\n        window.onclick = function(event) {\n            const modal = document.getElementById(\"imageModal\");\n            if (event.target == modal) {\n                closeModal();\n            }\n        }\n        \n        \/\/ ESC\u30ad\u30fc\u3067\u30e2\u30fc\u30c0\u30eb\u3092\u9589\u3058\u308b\n        document.addEventListener('keydown', function(event) {\n            if (event.key === 'Escape') {\n                closeModal();\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>IAE 2955 \u5b8c\u5168\u30ac\u30a4\u30c9 &#8211; StarCitizen\u653b\u7565 IAE 2955 \u5b8c\u5168\u30ac\u30a4\u30c9 \u901f\u5831 IAE 2955 \u958b\u50ac\u307e\u3067 &#8212; \u65e5 &#8212; \u6642\u9593 &#8212; \u5206 &#8212; \u79d2  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2041,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"swell_btn_cv_data":"","footnotes":""},"categories":[9],"tags":[],"class_list":["post-2043","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-starcitizen"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/2043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2043"}],"version-history":[{"count":2,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/2043\/revisions"}],"predecessor-version":[{"id":2046,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/2043\/revisions\/2046"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/2041"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2043"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2043"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}