{"id":1476,"date":"2025-07-26T19:51:34","date_gmt":"2025-07-26T10:51:34","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=1476"},"modified":"2025-11-07T02:00:32","modified_gmt":"2025-11-06T17:00:32","slug":"%e3%80%90%e5%ae%8c%e5%85%a8%e7%89%88%e3%80%91star-citizen-%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e8%a7%a3%e8%aa%ac%ef%bd%9cptu%e3%83%bbevocati%e3%83%bbrc-%e3%81%ae%e9%81%95%e3%81%84","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=1476","title":{"rendered":"\u3010\u5b8c\u5168\u7248\u3011Star Citizen \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u89e3\u8aac\uff5cPTU\u30fbEvocati\u30fbRC \u306e\u9055\u3044\u3068\u53c2\u52a0\u65b9\u6cd5"},"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>Star Citizen \u653b\u7565\u30b5\u30a4\u30c8 &#8211; \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u5b8c\u5168\u89e3\u8aac<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);\n            color: #e0e0e0;\n            line-height: 1.6;\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Header Section *\/\n        .header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 30px 0;\n            background: linear-gradient(45deg, #00d4ff, #0099cc);\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);\n            animation: shine 3s infinite;\n        }\n\n        @keyframes shine {\n            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n        }\n\n        .header h1 {\n            font-size: 2.2em;\n            margin-bottom: 8px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n            position: relative;\n            z-index: 1;\n        }\n\n        .header .subtitle {\n            font-size: 1em;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* \u521d\u5fc3\u8005\u5411\u3051\u60c5\u5831\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n        .section-card {\n            background: linear-gradient(145deg, #1e1e1e, #2a2a2a);\n            border-radius: 15px;\n            padding: 25px;\n            margin-bottom: 25px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .section-card h2 {\n            color: #00d4ff;\n            font-size: 1.6em;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            border-bottom: 2px solid #00d4ff;\n            padding-bottom: 10px;\n        }\n\n        \/* \u7279\u5178\u30b3\u30fc\u30c9 *\/\n        .referral-banner {\n            background: linear-gradient(135deg, #ff6b35, #f7931e);\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 20px;\n            text-align: center;\n            border: 2px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .referral-code {\n            background: rgba(0, 0, 0, 0.4);\n            padding: 15px;\n            border-radius: 10px;\n            margin: 15px 0;\n            border-left: 4px solid #00d4ff;\n            font-family: monospace;\n            font-size: 1.3em;\n            color: #00d4ff;\n            font-weight: bold;\n            letter-spacing: 2px;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2); }\n            50% { box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4); }\n        }\n\n        \/* \u30ea\u30f3\u30af\u30b0\u30ea\u30c3\u30c9 *\/\n        .link-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .link-card {\n            background: linear-gradient(135deg, #2d2d2d, #3d3d3d);\n            border-radius: 12px;\n            padding: 20px;\n            text-align: center;\n            text-decoration: none;\n            color: white;\n            transition: all 0.3s ease;\n            border: 2px solid rgba(255, 255, 255, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .link-card::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.1), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .link-card:hover::before {\n            left: 100%;\n        }\n\n        .link-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);\n        }\n\n        .link-card-1 { background: linear-gradient(135deg, #dc3545, #e83e8c); }\n        .link-card-2 { background: linear-gradient(135deg, #5865f2, #4752c4); }\n        .link-card-3 { background: linear-gradient(135deg, #28a745, #20c997); }\n        .link-card-4 { background: linear-gradient(135deg, #ffc107, #fd7e14); }\n        .link-card-5 { background: linear-gradient(135deg, #6f42c1, #6610f2); }\n\n        .link-card .title {\n            font-weight: bold;\n            font-size: 1.1em;\n            margin-bottom: 5px;\n        }\n\n        .link-card .desc {\n            font-size: 0.85em;\n            opacity: 0.9;\n        }\n\n        \/* Main Content *\/\n        .main-title {\n            text-align: center;\n            font-size: 2.5em;\n            color: #00d4ff;\n            margin: 40px 0 30px 0;\n            text-shadow: 0 0 20px rgba(0, 212, 255, 0.5);\n        }\n\n        .section {\n            background: linear-gradient(145deg, #1e1e1e, #2a2a2a);\n            border-radius: 15px;\n            padding: 25px;\n            margin-bottom: 25px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .section::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(0, 212, 255, 0.05), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .section:hover::before {\n            left: 100%;\n        }\n\n        .version-badge {\n            display: inline-block;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 0.9em;\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n\n        .live-badge { background: linear-gradient(45deg, #28a745, #20c997); color: white; }\n        .ptu-badge { background: linear-gradient(45deg, #ffc107, #fd7e14); color: #000; }\n        .evocati-badge { background: linear-gradient(45deg, #dc3545, #e83e8c); color: white; }\n        .rc-badge { background: linear-gradient(45deg, #6f42c1, #6610f2); color: white; }\n        .hotfix-badge { background: linear-gradient(45deg, #fd7e14, #dc3545); color: white; }\n\n        .section h3 {\n            color: #00d4ff;\n            font-size: 1.6em;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .section p {\n            margin-bottom: 12px;\n            color: #b0b0b0;\n        }\n\n        .section ul {\n            margin-left: 20px;\n            margin-bottom: 15px;\n        }\n\n        .section li {\n            margin-bottom: 8px;\n            color: #c0c0c0;\n        }\n\n        \/* Flow Chart *\/\n        .flow-chart {\n            background: linear-gradient(135deg, #2d2d2d, #3d3d3d);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid rgba(0, 212, 255, 0.3);\n        }\n\n        .flow-chart h3 {\n            color: #00d4ff;\n            margin-bottom: 25px;\n            font-size: 1.5em;\n        }\n\n        .flow-step {\n            display: inline-block;\n            background: linear-gradient(135deg, #4a4a4a, #5a5a5a);\n            padding: 15px 20px;\n            margin: 5px;\n            border-radius: 25px;\n            color: #fff;\n            font-weight: bold;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .flow-step:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);\n        }\n\n        .flow-arrow {\n            color: #00d4ff;\n            font-size: 1.5em;\n            margin: 0 10px;\n        }\n\n        \/* Summary Table *\/\n        .summary-table {\n            background: linear-gradient(135deg, #1a1a1a, #2a2a2a);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 30px 0;\n            overflow-x: auto;\n        }\n\n        .summary-table h3 {\n            color: #00d4ff;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 10px;\n            overflow: hidden;\n        }\n\n        th, td {\n            padding: 12px;\n            text-align: left;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        th {\n            background: linear-gradient(135deg, #00d4ff, #0099cc);\n            color: #000;\n            font-weight: bold;\n        }\n\n        tr:hover {\n            background: rgba(0, 212, 255, 0.1);\n        }\n\n        \/* Key Points *\/\n        .key-points {\n            background: linear-gradient(135deg, #2d5a27, #4a7c59);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 30px 0;\n        }\n\n        .key-points h3 {\n            color: #90ee90;\n            margin-bottom: 15px;\n        }\n\n        .key-points ul {\n            list-style: none;\n            margin-left: 0;\n        }\n\n        .key-points li {\n            color: #b8f5b8;\n            margin-bottom: 10px;\n            padding-left: 25px;\n            position: relative;\n        }\n\n        .key-points li::before {\n            content: '\u2705';\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Important Note *\/\n        .important-note {\n            background: linear-gradient(135deg, #8B0000, #B22222);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid rgba(255, 100, 100, 0.3);\n        }\n\n        .important-note h3 {\n            color: #ffcccb;\n            margin-bottom: 15px;\n        }\n\n        .important-note p {\n            color: #ffb6c1;\n            margin-bottom: 10px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            \n            .main-title {\n                font-size: 2em;\n            }\n            \n            .container {\n                padding: 10px;\n            }\n            \n            .flow-step {\n                display: block;\n                margin: 10px 0;\n            }\n            \n            .flow-arrow {\n                display: block;\n                transform: rotate(0deg);\n            }\n            \n            .link-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Header -->\n        <div class=\"header\">\n            <h1>\ud83d\ude80 Star Citizen \u653b\u7565\u30b5\u30a4\u30c8<\/h1>\n            <p class=\"subtitle\">\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u6d41\u308c\u3092\u5b8c\u5168\u7406\u89e3\uff01<\/p>\n        <\/div>\n\n        <!-- \u521d\u5fc3\u8005\u5411\u3051\u60c5\u5831\u30bb\u30af\u30b7\u30e7\u30f3 -->\n        <section class=\"section-card\">\n            <h2>\ud83d\ude80 StarCitizen \u653b\u7565\u5fc5\u9808\u30ea\u30f3\u30af\u96c6<\/h2>\n            \n            <div class=\"referral-banner\">\n                <h3 class=\"text-center\" style=\"color: white; margin-bottom: 15px;\">\ud83c\udf81 \u521d\u56de\u767b\u9332\u7279\u5178\u30b3\u30fc\u30c9\uff08\uff15\u4e07UEC\u304c\u3082\u3089\u3048\u308b\uff09<\/h3>\n                <div class=\"referral-code\">\n                    STAR-GF3D-GLNQ\n                <\/div>\n                <p style=\"color: rgba(255,255,255,0.9); font-size: 0.9em;\">\u767b\u9332\u6642\u306ereferral code\u306b\u5165\u529b<\/p>\n            <\/div>\n\n            <div class=\"link-grid\">\n                <a href=\"https:\/\/robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" \n                   target=\"_blank\" \n                   class=\"link-card link-card-1\">\n                    <div class=\"title\">\u4f1a\u54e1\u767b\u9332<\/div>\n                    <div class=\"desc\">5\u4e07UEC\u7279\u5178\u4ed8\u304d<\/div>\n                <\/a>\n                \n                <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" \n                   target=\"_blank\" \n                   class=\"link-card link-card-2\">\n                    <div class=\"title\">Discord\u53c2\u52a0<\/div>\n                    <div class=\"desc\">\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=\"link-card link-card-3\">\n                    <div class=\"title\">\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9<\/div>\n                    <div class=\"desc\">\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=\"link-card link-card-4\">\n                    <div class=\"title\">\u304a\u3059\u3059\u3081\u30b5\u30a4\u30c8\u96c6<\/div>\n                    <div class=\"desc\">\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=\"link-card link-card-5\">\n                    <div class=\"title\">\u7d44\u7e54\u53c2\u52a0<\/div>\n                    <div class=\"desc\">Samurai Squadron<\/div>\n                <\/a>\n            <\/div>\n        <\/section>\n\n        <!-- Main Content -->\n        <h1 class=\"main-title\">\ud83d\udd27 \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u6d41\u308c\u5b8c\u5168\u89e3\u8aac<\/h1>\n        <p style=\"text-align: center; color: #b0b0b0; margin-bottom: 40px; font-size: 1.1em;\">\n            Evocati\u304b\u3089LIVE\u307e\u3067\u301c\u6bb5\u968e\u7684\u30c6\u30b9\u30c8\u30b7\u30b9\u30c6\u30e0\u3092\u7406\u89e3\u3057\u3088\u3046\n        <\/p>\n\n        <!-- Important Note -->\n        <div class=\"important-note\">\n            <h3>\u26a0\ufe0f \u91cd\u8981\u306a\u304a\u77e5\u3089\u305b<\/h3>\n            <p>StarCitizen\u306f\u73fe\u5728<strong>\u3059\u3079\u3066\u30a2\u30eb\u30d5\u30a1\u30c6\u30b9\u30c8\u6bb5\u968e<\/strong>\u3067\u3059\u3002<\/p>\n            <p><strong>\u30bb\u30fc\u30d6\u30c7\u30fc\u30bf\u3092\u3042\u308b\u7a0b\u5ea6\u9577\u671f\u7684\u306b\u4fdd\u6301\u3067\u304d\u308b\u306e\u306fLIVE\u3068HOTFIX\u306e\u307f<\/strong>\u3067\u3059\u3002<\/p>\n            <p>\u4ed6\u306e\u30c6\u30b9\u30c8\u74b0\u5883\uff08Evocati\/PTU\/RC\uff09\u306f\u77ed\u671f\u7684\u306b\u30ef\u30a4\u30d7\uff08\u30c7\u30fc\u30bf\u524a\u9664\uff09\u3055\u308c\u307e\u3059\u3002<\/p>\n            <p>\u901a\u5e38\u30d7\u30ec\u30a4\u306f<strong>LIVE\u74b0\u5883<\/strong>\u3067\u3001\u554f\u984c\u767a\u751f\u6642\u306f<strong>HOTFIX\u74b0\u5883<\/strong>\u3092\u512a\u5148\u7684\u306b\u5229\u7528\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n        <\/div>\n\n        <!-- Flow Chart -->\n        <div class=\"flow-chart\">\n            <h3>\ud83d\udd04 \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u6d41\u308c\uff08\u3059\u3079\u3066\u30a2\u30eb\u30d5\u30a1\u30c6\u30b9\u30c8\uff09<\/h3>\n            <div style=\"display: flex; flex-wrap: wrap; justify-content: center; align-items: center;\">\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #dc3545, #e83e8c);\">Evocati<\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #ffc107, #fd7e14);\">PTU<\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #6f42c1, #6610f2);\">RC<\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #28a745, #20c997);\">LIVE<\/div>\n                <span class=\"flow-arrow\">\u2192<\/span>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #fd7e14, #dc3545);\">HOTFIX<\/div>\n            <\/div>\n            <p style=\"color: #b0b0b0; margin-top: 15px; font-size: 0.9em;\">\n                \u203b PTU\u306f\u901a\u5e381\u301c5\u56de\u7a0b\u5ea6\u306e\u30a6\u30a7\u30fc\u30d6\u3001RC(PTU\u306e\u4e00\u90e8\uff09\u306f1\u301c3\u56de\u7a0b\u5ea6\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306b\u5206\u3051\u3066\u6bb5\u968e\u7684\u306b\u516c\u958b\n            <\/p>\n        <\/div>\n\n        <!-- Evocati Section -->\n        <div class=\"section\">\n            <div class=\"evocati-badge version-badge\">EVOCATI<\/div>\n            <h3>\ud83e\uddea Evocati\uff08\u30a8\u30dc\u30ab\u30c1\uff09- \u79d8\u5bc6\u30c6\u30b9\u30bf\u30fc<\/h3>\n            <p><strong>\u6700\u521d\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3092\u30c6\u30b9\u30c8\u3059\u308b\u9078\u3070\u308c\u305f\u30d7\u30ec\u30a4\u30e4\u30fc<\/strong><\/p>\n            <ul>\n                <li>\ud83d\udd12 \u516c\u5f0f\u306b\u9078\u3070\u308c\u305f\u3054\u304f\u4e00\u90e8\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u307f\u30a2\u30af\u30bb\u30b9\u53ef\u80fd<\/li>\n                <li>\ud83e\udd10 \u5185\u5bb9\u306fNDA\uff08\u79d8\u5bc6\u4fdd\u6301\u5951\u7d04\uff09\u306b\u3088\u308a\u516c\u958b\u7981\u6b62<\/li>\n                <li>\ud83d\udc1b \u3053\u306e\u6bb5\u968e\u3067\u6700\u3082\u30d0\u30b0\u304c\u591a\u3044<\/li>\n                <li>\ud83d\udc65 \u958b\u767a\u30c1\u30fc\u30e0\u3068\u76f4\u63a5\u5354\u529b\u3057\u3066\u4fee\u6b63\u3092\u884c\u3046<\/li>\n                <li>\ud83d\udcca \u5efa\u8a2d\u7684\u306a\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30fb\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u8cea\u30fb\u6d3b\u52d5\u5b9f\u7e3e\u3067\u9078\u51fa<\/li>\n                <li>\ud83d\uddd1\ufe0f \u77ed\u671f\u9593\u3067\u30ef\u30a4\u30d7\uff08\u30c7\u30fc\u30bf\u524a\u9664\uff09\u3055\u308c\u308b<\/li>\n            <\/ul>\n            <p style=\"color: #ff6b6b; font-style: italic;\">\u203b Evocati\u306fPTU\u306e\u4e2d\u306e\u30a6\u30a7\u30fc\u30d60\uff08\u6975\u79d8\u6bb5\u968e\uff09<\/p>\n        <\/div>\n\n        <!-- PTU Section -->\n        <div class=\"section\">\n            <div class=\"ptu-badge version-badge\">PTU<\/div>\n            <h3>\ud83d\udea7 PTU\uff08Public Test Universe\uff09- \u30c6\u30b9\u30c8\u7528\u30b5\u30fc\u30d0\u30fc<\/h3>\n            <p><strong>\u65b0\u30d1\u30c3\u30c1\u306e\u516c\u958b\u524d\u306b\u4e00\u822c\u30d7\u30ec\u30a4\u30e4\u30fc\u3082\u30c6\u30b9\u30c8\u53ef\u80fd<\/strong><\/p>\n            <ul>\n                <li>\u26a0\ufe0f LIVE\u3068\u306f\u5225\u306e\u30b5\u30fc\u30d0\u30fc\uff08\u30c7\u30fc\u30bf\u3082\u5225\uff09<\/li>\n                <li>\ud83d\udd0d \u4e0d\u5b89\u5b9a\u3060\u304c\u3001\u6b21\u671f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3092\u5148\u884c\u4f53\u9a13\u53ef\u80fd<\/li>\n                <li>\ud83d\udcca \u901a\u5e381\u301c5\u3064\u306e\u30a6\u30a7\u30fc\u30d6\u306b\u5206\u3051\u3066\u6bb5\u968e\u7684\u306b\u516c\u958b<\/li>\n                <li>\u26a1 \u30d0\u30b0\u3082\u591a\u3044\u305f\u3081\u3001\u521d\u5fc3\u8005\u306b\u306f\u3042\u307e\u308a\u30aa\u30b9\u30b9\u30e1\u3057\u306a\u3044<\/li>\n                <li>\ud83d\uddd1\ufe0f \u77ed\u671f\u9593\u3067\u30ef\u30a4\u30d7\uff08\u30c7\u30fc\u30bf\u524a\u9664\uff09\u3055\u308c\u308b<\/li>\n            <\/ul>\n            \n            <div style=\"background: rgba(255, 255, 255, 0.05); border-radius: 8px; padding: 15px; margin-top: 15px;\">\n                <h4 style=\"color: #00d4ff; margin-bottom: 10px; font-size: 1.1em;\">\ud83d\udccb PTU\u30a6\u30a7\u30fc\u30d6\u306e\u53c2\u52a0\u57fa\u6e96\u3002\u30a6\u30a7\u30fc\u30d6\uff11\u304b\u3089\u958b\u59cb\u3055\u308c\u9806\u306b\u89e3\u653e\u3055\u308c\u3066\u3044\u304f<\/h4>\n                <div style=\"font-size: 0.9em; color: #c0c0c0;\">\n                    <p><strong>\u30a6\u30a7\u30fc\u30d61:<\/strong> \u30c8\u30c3\u30d7\u30a2\u30af\u30c6\u30a3\u30d6\u30d7\u30ec\u30a4\u30e4\u30fc\u30fb\u30b5\u30d6\u30b9\u30af\u5b9a\u671f\u8cfc\u5165\u8005\u30fbLegatus Navium\u30b3\u30f3\u30b7\u30a7\u30eb\u30b8\u30e5\uff0825,000\u30c9\u30eb\u8cfc\u5165\u8005\uff09<\/p>\n                    <p><strong>\u30a6\u30a7\u30fc\u30d62:<\/strong> \u6b21\u306e\u30a2\u30af\u30c6\u30a3\u30d6\u30d7\u30ec\u30a4\u30e4\u30fc\u30fb\u30d7\u30e9\u30a8\u30c8\u30ea\u30a2\u30f3\u30b3\u30f3\u30b7\u30a7\u30eb\u30b8\u30e5\uff0815,000\u30c9\u30eb\u4ee5\u4e0a\u8cfc\u5165\u8005\uff09<\/p>\n                    <p><strong>\u30a6\u30a7\u30fc\u30d63:<\/strong> \u30a6\u30a3\u30f3\u30b0\u30b3\u30de\u30f3\u30c0\u30fc\u4ee5\u4e0a\u306e\u30b3\u30f3\u30b7\u30a7\u30eb\u30b8\u30e5\u30ec\u30d9\u30eb\uff0810,000\u30c9\u30eb\u4ee5\u4e0a\u8cfc\u5165\u8005\uff09<\/p>\n                    <p><strong>\u30a6\u30a7\u30fc\u30d64:<\/strong> \u30cf\u30a4\u30a2\u30c9\u30df\u30e9\u30eb\u30b3\u30f3\u30b7\u30a7\u30eb\u30b8\u30e5\u30ec\u30d9\u30eb\uff081,000\u30c9\u30eb\u4ee5\u4e0a\u8cfc\u5165\u8005\uff09<\/p>\n                    <p><strong>\u30a6\u30a7\u30fc\u30d65:<\/strong> \u6709\u52b9\u306a\u30b2\u30fc\u30e0\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u6301\u3064\u5168\u652f\u63f4\u8005<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- RC Section -->\n        <div class=\"section\">\n            <div class=\"rc-badge version-badge\">RC<\/div>\n            <h3>\ud83d\ude80 RC\uff08Release Candidate\uff09*PTU\u306e\u7d42\u76e4- \u5b8c\u6210\u5019\u88dc\u7248<\/h3>\n            <p><strong>\u516c\u958b\u76f4\u524d\u306e\u307b\u307c\u5b8c\u6210\u3057\u305f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8<\/strong><\/p>\n            <ul>\n                <li>\ud83c\udfaf PTU\u306e\u6700\u7d42\u6bb5\u968e<\/li>\n                <li>\u2728 \u5927\u304d\u306a\u4e0d\u5177\u5408\u304c\u306a\u3051\u308c\u3070\u305d\u306e\u307e\u307eLIVE\u306b\u79fb\u884c<\/li>\n                <li>\ud83d\udd04 \u901a\u5e381\u301c3\u56de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\uff08RC1, RC2, RC3\uff09\u304c\u51fa\u308b\u3053\u3068\u304c\u591a\u3044<\/li>\n                <li>\u23f0 \u5404RC\u3067\u554f\u984c\u304c\u898b\u3064\u304b\u308c\u3070\u6b21\u306eRC\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9<\/li>\n                <li>\ud83c\udf89 \u6700\u7d42\u7684\u306b\u5b89\u5b9a\u3057\u305fRC\u304cLIVE\u306b\u6607\u683c<\/li>\n                <li>\ud83d\uddd1\ufe0f \u77ed\u671f\u7684\u306b\u30ef\u30a4\u30d7\uff08\u30c7\u30fc\u30bf\u524a\u9664\uff09\u3055\u308c\u308b<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- LIVE Section -->\n        <div class=\"section\">\n            <div class=\"live-badge version-badge\">LIVE<\/div>\n            <h3>\ud83e\ude90 LIVE\uff08\u30e9\u30a4\u30d6\uff09- \u672c\u756a\u30b5\u30fc\u30d0\u30fc<\/h3>\n            <p><strong>\u901a\u5e38\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u904a\u3093\u3067\u3044\u308b\u5b89\u5b9a\u7248\u30b5\u30fc\u30d0\u30fc<\/strong><\/p>\n            <ul>\n                <li>\u2705 \u8ab0\u3067\u3082\u30a2\u30af\u30bb\u30b9\u53ef\u80fd<\/li>\n                <li>\u2705 \u6700\u3082\u5b89\u5b9a\u6027\u304c\u9ad8\u304f\u3001\u57fa\u672c\u7684\u306b\u30d0\u30b0\u4fee\u6b63\u6e08\u307f<\/li>\n                <li>\u2705 \u901a\u5e38\u30d7\u30ec\u30a4\u3084\u30a4\u30d9\u30f3\u30c8\u304c\u884c\u308f\u308c\u308b<\/li>\n                <li>\u2705 \u5168\u3066\u306e\u30c6\u30b9\u30c8\u6bb5\u968e\u3092\u7d4c\u3066\u3053\u3053\u306b\u53cd\u6620\u3055\u308c\u308b<\/li>\n                <li>\ud83d\udcbe <strong>\u30bb\u30fc\u30d6\u30c7\u30fc\u30bf\u306f\u3042\u308b\u7a0b\u5ea6\u9577\u671f\u7684\u306b\u4fdd\u6301\u3055\u308c\u308b<\/strong><\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- HOTFIX Section -->\n        <div class=\"section\">\n            <div class=\"hotfix-badge version-badge\">HOTFIX<\/div>\n            <h3>\ud83d\udee0\ufe0f HOTFIX\uff08\u30db\u30c3\u30c8\u30d5\u30a3\u30c3\u30af\u30b9\uff09- \u7dca\u6025\u4fee\u6b63<\/h3>\n            <p><strong>LIVE\u7248\u3067\u554f\u984c\u304c\u51fa\u305f\u3068\u304d\u306e\u7dca\u6025\u4fee\u6b63\u30d1\u30c3\u30c1<\/strong><\/p>\n            <ul>\n                <li>\ud83c\udd98 \u901a\u5e38\u306e\u30d1\u30c3\u30c1\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3068\u7121\u95a2\u4fc2<\/li>\n                <li>\u26a1 \u81e8\u6642\u3067\u914d\u4fe1\u3055\u308c\u308b\u5c0f\u898f\u6a21\u4fee\u6b63<\/li>\n                <li>\ud83d\udca5 \u30af\u30e9\u30c3\u30b7\u30e5\u30fb\u30b2\u30fc\u30e0\u9032\u884c\u4e0d\u80fd\u306a\u3069\u91cd\u5927\u30d0\u30b0\u304c\u5bfe\u8c61<\/li>\n                <li>\ud83d\udd27 \u5185\u5bb9\u306b\u3088\u3063\u3066\u306fPTU\u3067\u8efd\u304f\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3053\u3068\u3082<\/li>\n                <li>\ud83d\udcbe <strong>\u30bb\u30fc\u30d6\u30c7\u30fc\u30bf\u306f\u3042\u308b\u7a0b\u5ea6\u9577\u671f\u7684\u306b\u4fdd\u6301\u3055\u308c\u308b<\/strong><\/li>\n                <li>\ud83c\udfaf <strong>\u901a\u5e38\u30d7\u30ec\u30a4\u306f\u3053\u3061\u3089\u3092\u512a\u5148\u63a8\u5968<\/strong><\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Summary Table -->\n        <div class=\"summary-table\">\n            <h3>\ud83d\udcac \u7528\u8a9e\u307e\u3068\u3081\uff08\u4e00\u89a7\u8868\uff09<\/h3>\n            <table>\n                <thead>\n                    <tr>\n                        <th>\u7528\u8a9e<\/th>\n                        <th>\u5185\u5bb9<\/th>\n                        <th>\u8ab0\u304c\u30a2\u30af\u30bb\u30b9\u53ef\u80fd\uff1f<\/th>\n                        <th>\u30c7\u30fc\u30bf\u4fdd\u6301<\/th>\n                        <th>\u5b89\u5b9a\u6027<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><span class=\"evocati-badge version-badge\" style=\"margin: 0;\">Evocati<\/span><\/td>\n                        <td>\u6975\u79d8\u30c6\u30b9\u30c8\u6bb5\u968e\u3002NDA\u4e0b\u306e\u9078\u629c\u30e1\u30f3\u30d0\u30fc\u9650\u5b9a<\/td>\n                        <td>\u516c\u5f0f\u304c\u9078\u3093\u3060\u4e00\u90e8\u306e\u307f<\/td>\n                        <td>\u274c \u77ed\u671f\u30ef\u30a4\u30d7\u3042\u308a<\/td>\n                        <td>\u2b50<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"ptu-badge version-badge\" style=\"margin: 0;\">PTU<\/span><\/td>\n                        <td>\u30c6\u30b9\u30c8\u7528\u3002\u6b21\u671f\u30d1\u30c3\u30c1\u306e\u5148\u884c\u4f53\u9a13<\/td>\n                        <td>\u6bb5\u968e\u7684\u306b\u5168\u54e1\u53ef\u80fd<\/td>\n                        <td>\u274c \u77ed\u671f\u30ef\u30a4\u30d7\u3042\u308a<\/td>\n                        <td>\u2b50\u2b50\u2b50<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"rc-badge version-badge\" style=\"margin: 0;\">RC<\/span><\/td>\n                        <td>\u30ea\u30ea\u30fc\u30b9\u76f4\u524d\u306e\u5b8c\u6210\u5019\u88dc\u7248<\/td>\n                        <td>PTU\u30e6\u30fc\u30b6\u30fc<\/td>\n                        <td>\u274c \u77ed\u671f\u30ef\u30a4\u30d7\u3042\u308a<\/td>\n                        <td>\u2b50\u2b50\u2b50\u2b50<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"live-badge version-badge\" style=\"margin: 0;\">LIVE<\/span><\/td>\n                        <td>\u672c\u756a\u7528\u3002\u5b89\u5b9a\u3057\u3066\u904a\u3079\u308b<\/td>\n                        <td>\u8ab0\u3067\u3082OK<\/td>\n                        <td>\u2705 \u3042\u308b\u7a0b\u5ea6\u9577\u671f\u4fdd\u6301<\/td>\n                        <td>\u2b50\u2b50\u2b50\u2b50\u2b50<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><span class=\"hotfix-badge version-badge\" style=\"margin: 0;\">HOTFIX<\/span><\/td>\n                        <td>\u7dca\u6025\u4fee\u6b63\u30d1\u30c3\u30c1\u3002LIVE\u4e2d\u306b\u30d0\u30b0\u304c\u51fa\u305f\u3089\u5bfe\u5fdc<\/td>\n                        <td>\u81ea\u52d5\u3067\u9069\u7528\u3055\u308c\u308b<\/td>\n                        <td>\u2705 \u3042\u308b\u7a0b\u5ea6\u9577\u671f\u4fdd\u6301<\/td>\n                        <td>\u2b50\u2b50\u2b50\u2b50\u2b50<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <!-- Schedule Info -->\n        <div class=\"section\">\n            <h3>\ud83d\udcc5 \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u306e\u983b\u5ea6<\/h3>\n            <ul>\n                <li>\ud83d\uddd3\ufe0f \u57fa\u672c\u7684\u306b<strong>\u56db\u534a\u671f\u3054\u3068\uff08\u5e744\u56de\uff09\u306b\u30e1\u30b8\u30e3\u30fc\u30d1\u30c3\u30c1<\/strong><\/li>\n                <li>\ud83d\udcc8 \u4f8b\uff1a3.23 \u2192 3.24 \u2192 4.0<\/li>\n                <li>\u23f1\ufe0f \u30d1\u30c3\u30c1\u524d\u306b\u306f1\u301c3\u9031\u9593\u307b\u3069PTU\u304c\u7a3c\u50cd<\/li>\n                <li>\ud83c\udd98 HOTFIX\u306f\u4e0d\u5b9a\u671f\uff08\u554f\u984c\u767a\u751f\u6642\u306e\u307f\uff09<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Key Points -->\n        <div class=\"key-points\">\n            <h3>\u2705 \u307e\u3068\u3081\uff08\u521d\u5fc3\u8005\u5411\u3051\u30dd\u30a4\u30f3\u30c8\uff09<\/h3>\n            <ul>\n                <li><strong>Evocati \u2192 PTU \u2192 RC \u2192 LIVE \u2192 HOTFIX<\/strong> \u306e\u9806\u3067\u30c6\u30b9\u30c8\u3057\u3066\u3044\u308b<\/li>\n                <li><strong>\u3059\u3079\u3066\u30a2\u30eb\u30d5\u30a1\u30c6\u30b9\u30c8\u6bb5\u968e<\/strong>\u3067\u3042\u308b\u3053\u3068\u3092\u7406\u89e3\u3057\u3088\u3046<\/li>\n                <li><strong>\u30c7\u30fc\u30bf\u304c\u9577\u671f\u7684\u306b\u4fdd\u6301\u3055\u308c\u308b\u306e\u306fLIVE\u3068HOTFIX\u306e\u307f<\/strong><\/li>\n                <li><strong>\u901a\u5e38\u30d7\u30ec\u30a4\u306fLIVE\u74b0\u5883\u3001\u554f\u984c\u6642\u306fHOTFIX\u74b0\u5883\u3092\u5229\u7528<\/strong><\/li>\n                <li><strong>PTU\u306f\u30d0\u30b0\u3042\u308a\u304d\u306e\u30c6\u30b9\u30c8\u74b0\u5883\u3002\u904a\u3076\u306a\u3089\u81ea\u5df1\u8cac\u4efb\uff01<\/strong><\/li>\n                <li>\u65b0\u8981\u7d20\u3092\u65e9\u304f\u898b\u305f\u3044\u4eba\u306fPTU\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3088\u3046<\/li>\n                <li>\u91cd\u5927\u306a\u30d0\u30b0\u304c\u51fa\u305f\u3089HOTFIX\u3067\u7dca\u6025\u4fee\u6b63\u3055\u308c\u308b<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Footer -->\n        <div style=\"text-align: center; margin-top: 50px; padding: 30px; background: linear-gradient(135deg, #1a1a1a, #2a2a2a); border-radius: 15px;\">\n            <p style=\"color: #00d4ff; font-size: 1.2em; margin-bottom: 10px;\">\ud83c\udf0c Star Citizen \u306e\u5b87\u5b99\u3067\u4f1a\u3044\u307e\u3057\u3087\u3046\uff01<\/p>\n            <p style=\"color: #b0b0b0;\">\u3053\u306e\u30ac\u30a4\u30c9\u304c\u5f79\u306b\u7acb\u3063\u305f\u3089\u3001\u305c\u3072Discord\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u30b7\u30a7\u30a2\u3057\u3066\u304f\u3060\u3055\u3044<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Star Citizen \u653b\u7565\u30b5\u30a4\u30c8 &#8211; \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u5b8c\u5168\u89e3\u8aac \ud83d\ude80 Star Citizen \u653b\u7565\u30b5\u30a4\u30c8 \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u6d41\u308c\u3092\u5b8c\u5168\u7406\u89e3\uff01 \ud83d\ude80 StarCitizen \u653b\u7565\u5fc5\u9808\u30ea\u30f3\u30af\u96c6 \ud83c\udf81 \u521d\u56de\u767b\u9332\u7279\u5178\u30b3\u30fc\u30c9\uff08 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":427,"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-1476","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\/1476","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=1476"}],"version-history":[{"count":18,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1476\/revisions"}],"predecessor-version":[{"id":1962,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1476\/revisions\/1962"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/427"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}