{"id":1490,"date":"2025-09-06T00:15:27","date_gmt":"2025-09-05T15:15:27","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=1490"},"modified":"2025-09-06T00:44:18","modified_gmt":"2025-09-05T15:44:18","slug":"star-citizen","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=1490","title":{"rendered":"STAR CITIZEN\u3000PU Monthly Report &#8211; August 2025"},"content":{"rendered":"\n<p>PU Monthly Report &#8211; August 2025<\/p>\n\n\n\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 \u958b\u767a\u30ec\u30dd\u30fc\u30c8 &#8211; 2025\u5e748\u6708<\/title>\n    <style>\n        :root {\n            --primary-color: #00d4ff;\n            --secondary-color: #0066cc;\n            --accent-color: #ff6b35;\n            --bg-dark: #0a0f1c;\n            --bg-card: #1a1f2e;\n            --bg-card-hover: #242938;\n            --text-primary: #ffffff;\n            --text-secondary: #b8c5d1;\n            --text-muted: #8a96a3;\n            --border-color: #2d3748;\n            --success-color: #48bb78;\n            --warning-color: #ed8936;\n        }\n\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, var(--bg-dark) 0%, #0d1421 50%, var(--bg-dark) 100%);\n            color: var(--text-primary);\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 {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 0;\n            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));\n            border-radius: 20px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::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\"><circle cx=\"20\" cy=\"20\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"80\" cy=\"40\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"40\" cy=\"80\" r=\"1.5\" fill=\"rgba(255,255,255,0.1)\"\/><\/svg>');\n            opacity: 0.3;\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            color: var(--bg-dark);\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n\n        .header .subtitle {\n            font-size: 1.2em;\n            color: var(--bg-dark);\n            opacity: 0.8;\n            position: relative;\n            z-index: 1;\n        }\n\n        .section {\n            background: var(--bg-card);\n            border-radius: 15px;\n            padding: 30px;\n            margin-bottom: 30px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n\n        .section:hover {\n            background: var(--bg-card-hover);\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(0, 212, 255, 0.1);\n        }\n\n        .section h2 {\n            font-size: 1.8em;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n\n        .section h2::before {\n            content: '';\n            width: 6px;\n            height: 30px;\n            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));\n            border-radius: 3px;\n            margin-right: 15px;\n        }\n\n        .ship-item {\n            background: var(--bg-dark);\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 20px;\n            border-left: 4px solid var(--primary-color);\n            transition: all 0.3s ease;\n        }\n\n        .ship-item:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(0, 212, 255, 0.15);\n        }\n\n        .ship-name {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin-bottom: 10px;\n        }\n\n        .ship-status {\n            font-size: 0.9em;\n            color: var(--text-secondary);\n            margin-bottom: 15px;\n        }\n\n        .progress-bar {\n            background: var(--border-color);\n            border-radius: 10px;\n            height: 8px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .progress-fill {\n            height: 100%;\n            border-radius: 10px;\n            transition: width 0.8s ease;\n            position: relative;\n        }\n\n        .progress-fill::after {\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: shimmer 2s infinite;\n        }\n\n        @keyframes shimmer {\n            0% { left: -100%; }\n            100% { left: 100%; }\n        }\n\n        .progress-concept { background: linear-gradient(90deg, var(--accent-color), #ff8c42); }\n        .progress-whitebox { background: linear-gradient(90deg, var(--warning-color), #f6ad55); }\n        .progress-greybox { background: linear-gradient(90deg, var(--secondary-color), var(--primary-color)); }\n        .progress-final { background: linear-gradient(90deg, var(--success-color), #68d391); }\n        .progress-ready { background: linear-gradient(90deg, #9f7aea, #b794f6); }\n\n        .progress-label {\n            font-size: 0.85em;\n            color: var(--text-muted);\n            text-align: right;\n        }\n\n        .event-item {\n            background: linear-gradient(135deg, var(--bg-dark), #141826);\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 15px;\n            border: 1px solid var(--border-color);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .event-item::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 4px;\n            background: linear-gradient(45deg, var(--primary-color), var(--accent-color));\n        }\n\n        .event-title {\n            font-size: 1.2em;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 600;\n        }\n\n        .event-description {\n            color: var(--text-secondary);\n            line-height: 1.5;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-card {\n            background: var(--bg-dark);\n            border-radius: 12px;\n            padding: 20px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            border-color: var(--primary-color);\n            box-shadow: 0 5px 20px rgba(0, 212, 255, 0.1);\n        }\n\n        .feature-title {\n            color: var(--primary-color);\n            font-size: 1.1em;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .feature-description {\n            color: var(--text-secondary);\n            font-size: 0.95em;\n        }\n\n        .status-badge {\n            display: inline-block;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.8em;\n            font-weight: 600;\n            margin-left: 10px;\n        }\n\n        .status-released {\n            background: var(--success-color);\n            color: white;\n        }\n\n        .status-progress {\n            background: var(--warning-color);\n            color: white;\n        }\n\n        .status-planning {\n            background: var(--text-muted);\n            color: white;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n            }\n            \n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header class=\"header\">\n            <h1>Star Citizen \u958b\u767a\u30ec\u30dd\u30fc\u30c8<\/h1>\n            <div class=\"subtitle\">2025\u5e748\u6708 &#8211; Ship Showdown 2955 &#038; Alpha 4.3: Dark Territory<\/div>\n        <\/header>\n\n        <section class=\"section\">\n            <h2>Ship Development Progress<\/h2>\n            \n            <div class=\"ship-item\">\n                <div class=\"ship-name\">\u672a\u767a\u8868\u8239\u8236 (3\u96bb) <span class=\"status-badge status-progress\">\u958b\u767a\u4e2d<\/span><\/div>\n                <div class=\"ship-status\">\u30b0\u30ec\u30fc\u30dc\u30c3\u30af\u30b9\u6bb5\u968e\u306e\u69d8\u3005\u306a\u30d5\u30a7\u30fc\u30ba\u3067\u9032\u884c\u4e2d<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-greybox\" style=\"width: 50%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Greybox 50%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">Anvil Paladin <span class=\"status-badge status-progress\">\u958b\u767a\u4e2d<\/span><\/div>\n                <div class=\"ship-status\">LOD0\u6bb5\u968e\u306b\u9032\u884c\u3001\u5916\u88c5\u304c\u5185\u88c5\u306b\u8ffd\u3044\u3064\u304d\u66f4\u306a\u308b\u7cbe\u5bc6\u5316\u304c\u53ef\u80fd\u306b<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-final\" style=\"width: 70%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Final\/Production 70%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">Kruger L-21 Wolf <span class=\"status-badge status-released\">\u30ea\u30ea\u30fc\u30b9\u6e08<\/span><\/div>\n                <div class=\"ship-status\">\u30ea\u30ea\u30fc\u30b9\u5b8c\u4e86\u3001\u30d0\u30b0\u4fee\u6b63\u3068\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30d9\u30a4\u306e\u5b9f\u88c5\u7d99\u7d9a\u4e2d<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-ready\" style=\"width: 100%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Flight Ready 100%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">Drake Ironclad &#038; Ironclad Assault <span class=\"status-badge status-progress\">\u958b\u767a\u4e2d<\/span><\/div>\n                <div class=\"ship-status\">\u30db\u30ef\u30a4\u30c8\u30dc\u30c3\u30af\u30b9\u30ec\u30d3\u30e5\u30fc\u306b\u5411\u3051\u3066\u9032\u884c\u4e2d\u3001Drake\u8239\u8236\u7528\u30a2\u30bb\u30c3\u30c8\u30ad\u30c3\u30c8\u5b8c\u6210<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-whitebox\" style=\"width: 30%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Whitebox 30%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">RSI Aurora &#038; Aegis Hammerhead <span class=\"status-badge status-progress\">\u30ea\u30ef\u30fc\u30af\u958b\u59cb<\/span><\/div>\n                <div class=\"ship-status\">\u73fe\u884c\u57fa\u6e96\u3078\u306e\u66f4\u65b0\u958b\u59cb\u3001\u30b3\u30c3\u30af\u30d4\u30c3\u30c8\u3068\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3001\u7269\u7406\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u5316\u306b\u6ce8\u529b<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-whitebox\" style=\"width: 20%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Rework 20%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">MISC Hull B <span class=\"status-badge status-progress\">\u30d7\u30ea\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3<\/span><\/div>\n                <div class=\"ship-status\">\u66f4\u65b0\u3055\u308c\u305f\u30b3\u30f3\u30bb\u30d7\u30c8\u304c\u627f\u8a8d\u3055\u308c\u3001\u30d7\u30ea\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3\u6bb5\u968e\u306b\u79fb\u884c<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-concept\" style=\"width: 15%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Pre-Production 15%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">RSI Apollo Medivac &#038; Triage <span class=\"status-badge status-progress\">\u30ea\u30ea\u30fc\u30b9\u6e96\u5099\u4e2d<\/span><\/div>\n                <div class=\"ship-status\">\u30ea\u30ea\u30fc\u30b9\u306b\u5411\u3051\u3066\u30c6\u30b9\u30c8\u3068\u30d0\u30b0\u4fee\u6b63\u3001\u533b\u7642\u30b2\u30fc\u30e0\u30d7\u30ec\u30a4\u8abf\u6574\u3092\u30b5\u30dd\u30fc\u30c8<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-final\" style=\"width: 85%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Final\/Production 85%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">RSI Perseus <span class=\"status-badge status-progress\">\u958b\u767a\u4e2d<\/span><\/div>\n                <div class=\"ship-status\">LOD0\u30b2\u30fc\u30c8\u30ec\u30d3\u30e5\u30fc\u306e\u6e96\u5099\u3001\u5185\u88c5\u30fb\u5916\u88c5\u306e\u8a73\u7d30\u3068\u30e9\u30a4\u30c6\u30a3\u30f3\u30b0\u8abf\u6574<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-final\" style=\"width: 65%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Final\/Production 65%<\/div>\n            <\/div>\n\n            <div class=\"ship-item\">\n                <div class=\"ship-name\">Drake Kraken <span class=\"status-badge status-progress\">\u30d7\u30ea\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3\u7d99\u7d9a<\/span><\/div>\n                <div class=\"ship-status\">\u30d7\u30ea\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3\u6bb5\u968e\u304c\u7d99\u7d9a\u4e2d<\/div>\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill progress-concept\" style=\"width: 25%\"><\/div>\n                <\/div>\n                <div class=\"progress-label\">Pre-Production 25%<\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\u4e3b\u8981\u30a4\u30d9\u30f3\u30c8 &#038; \u30de\u30a4\u30eb\u30b9\u30c8\u30fc\u30f3<\/h2>\n            \n            <div class=\"event-item\">\n                <div class=\"event-title\">Ship Showdown 2955 &#8211; RSI Polaris\u512a\u52dd<\/div>\n                <div class=\"event-description\">\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u306b\u3088\u308b\u5275\u4f5c\u6295\u7a3f\u304b\u3089\u59cb\u307e\u308a\u3001\u30e9\u30a4\u30d6\u6295\u7968\u306b\u3088\u308b\u6fc0\u6226\u3092\u7d4c\u3066\u3001RSI Polaris\u304cShip Showdown 2955\u306e\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u306b\u6c7a\u5b9a\u3002Elite Eight\u3001Final Four\u3092\u901a\u3058\u3066\u76db\u308a\u4e0a\u304c\u308a\u3092\u898b\u305b\u305f\u3002<\/div>\n            <\/div>\n\n            <div class=\"event-item\">\n                <div class=\"event-title\">Alpha 4.3: Dark Territory \u30ea\u30ea\u30fc\u30b9<\/div>\n                <div class=\"event-description\">\u65b0\u305f\u306aASD Onyx\u65bd\u8a2d\u3092\u542b\u3080\u5927\u898f\u6a21\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u516c\u958b\u3002\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u5411\u3051\u306b\u8a73\u7d30\u306aFAQ\u3082\u63d0\u4f9b\u3055\u308c\u305f\u3002<\/div>\n            <\/div>\n\n            <div class=\"event-item\">\n                <div class=\"event-title\">CitizenCon Direct 2955 \u6e96\u5099\u958b\u59cb<\/div>\n                <div class=\"event-description\">2025\u5e7410\u670811\u65e5\u958b\u50ac\u4e88\u5b9a\u306eCitizenCon Direct 2955\u306e\u6e96\u5099\u304c\u672c\u683c\u5316\u3002\u30de\u30b7\u30cb\u30de\u30b9\u30bf\u30a4\u30eb\u306e\u52d5\u753b\u30b3\u30f3\u30c6\u30b9\u30c8\u3082\u958b\u50ac\u3055\u308c\u3001\u591a\u6570\u306e\u5275\u4f5c\u4f5c\u54c1\u304c\u5bc4\u305b\u3089\u308c\u305f\u3002<\/div>\n            <\/div>\n\n            <div class=\"event-item\">\n                <div class=\"event-title\">Bar Citizen World Tour<\/div>\n                <div class=\"event-description\">8\u6708\u306b\u306f\u30b1\u30eb\u30f3\uff08\u30c9\u30a4\u30c4\u30fbGamescom\uff09\u3068\u30b7\u30a2\u30c8\u30eb\uff08\u7c73\u56fd\u30fbPAX West\uff09\u3067Bar Citizen\u30a4\u30d9\u30f3\u30c8\u3092\u958b\u50ac\u3002<\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\u305d\u306e\u4ed6\u306e\u958b\u767a\u9032\u6357<\/h2>\n            \n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">AI \u30b7\u30b9\u30c6\u30e0\u6539\u5584<\/div>\n                    <div class=\"feature-description\">NPC\u6b66\u5668\u306e\u30aa\u30fc\u30d0\u30fc\u30d2\u30fc\u30c8\u6a5f\u80fd\u3001\u6226\u95d8\u884c\u52d5\u306e\u6539\u5584\u3001\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u30c1\u30e3\u30f3\u30cd\u30eb\u306e\u5411\u4e0a\u3001Ship AI\u306e\u884c\u52d5\u30d1\u30bf\u30fc\u30f3\u6539\u5584\u304c\u5b9f\u88c5\u3055\u308c\u305f\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u533b\u7642\u30b7\u30b9\u30c6\u30e0\u5f37\u5316<\/div>\n                    <div class=\"feature-description\">MedGel\u30c7\u30a3\u30b9\u30da\u30f3\u30b5\u30fc\u306e\u8ffd\u52a0\u306b\u3088\u308a\u3001\u30ea\u30b9\u30dd\u30fc\u30f3\u306bMedGel\u304c\u5fc5\u8981\u3068\u306a\u308a\u3001\u5404\u533b\u7642\u8239\u306e\u5dee\u5225\u5316\u304c\u56f3\u3089\u308c\u308b\u3002\u30ea\u30b9\u30dd\u30fc\u30f3\u30d5\u30ed\u30fc\u306e\u6539\u5584\u3082\u5b9f\u65bd\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u30d5\u30ec\u30fc\u30c8\u30a8\u30ec\u30d9\u30fc\u30bf\u30fc\u4fee\u6b63<\/div>\n                    <div class=\"feature-description\">\u4f7f\u7528\u4e0d\u80fd\u72b6\u614b\u3092\u5f15\u304d\u8d77\u3053\u3059\u554f\u984c\u306e\u4fee\u6b63\u3068\u30c7\u30d0\u30c3\u30b0\u30c4\u30fc\u30eb\u306e\u6539\u5584\u304c\u7d99\u7d9a\u4e2d\u3002\u533b\u7642\u30d3\u30fc\u30b3\u30f3\u306e\u4fe1\u983c\u6027\u554f\u984c\u306b\u3082\u5bfe\u5fdc\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u30af\u30e9\u30d5\u30c8\u30b7\u30b9\u30c6\u30e0<\/div>\n                    <div class=\"feature-description\">\u30de\u30eb\u30c1\u30d7\u30ec\u30a4\u30e4\u30fc\u74b0\u5883\u3067\u306e\u30af\u30e9\u30d5\u30c8\u306e\u521d\u56de\u30d7\u30ec\u30a4\u30a2\u30d6\u30eb\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7\u304c\u5b8c\u6210\u3002\u30aa\u30d5\u30e9\u30a4\u30f3\u7248Blueprint\u30b5\u30fc\u30d3\u30b9\u3082\u5b9f\u88c5\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30b5\u30fc\u30d5\u30a7\u30b9<\/div>\n                    <div class=\"feature-description\">\u7a7a\u529b\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u6539\u5584\u306b\u3088\u308a\u3001\u4f4e\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u6642\u306e\u30b8\u30c3\u30bf\u30ea\u30f3\u30b0\u304c\u89e3\u6c7a\u3002G-\u30ea\u30df\u30c3\u30bf\u30fc\u306e\u30b5\u30dd\u30fc\u30c8\u3082\u8ffd\u52a0\u3055\u308c\u305f\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u91cf\u5b50\u59a8\u5bb3\u30b7\u30b9\u30c6\u30e0<\/div>\n                    <div class=\"feature-description\">\u30b7\u30b9\u30c6\u30e0\u306e\u4fe1\u983c\u6027\u5411\u4e0a\u3001\u59a8\u5bb3\u3055\u308c\u305f\u8239\u8236\u306b\u30de\u30fc\u30ab\u30fc\u8868\u793a\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u3001\u30d7\u30ec\u30a4\u30e4\u30fc\u306b\u3068\u3063\u3066\u3088\u308a\u5206\u304b\u308a\u3084\u3059\u304f\u306a\u3063\u305f\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u30a4\u30f3\u30d9\u30f3\u30c8\u30ea\u30b7\u30b9\u30c6\u30e0<\/div>\n                    <div class=\"feature-description\">\u8fd1\u63a5\u30eb\u30fc\u30c8\u6a5f\u80fd\u306e\u5b9f\u88c5\u306b\u3088\u308a\u3001\u8907\u6570\u306e\u30a4\u30f3\u30d9\u30f3\u30c8\u30ea\u30b3\u30f3\u30c6\u30ca\u304b\u3089\u540c\u6642\u306b\u30a2\u30a4\u30c6\u30e0\u3092\u56de\u53ce\u53ef\u80fd\u306b\u3002\u65b0UI\u306b\u306f\u30d5\u30a3\u30eb\u30bf\u30fc\u3068\u691c\u7d22\u6a5f\u80fd\u3082\u5b9f\u88c5\u3002<\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-title\">\u7d4c\u6e08\u30d0\u30e9\u30f3\u30b9\u8abf\u6574<\/div>\n                    <div class=\"feature-description\">FPS\u6b66\u5668\u3001\u30a2\u30fc\u30de\u30fc\u3001\u6d88\u8017\u54c1\u306e\u58f2\u8cb7\u4fa1\u683c\u898b\u76f4\u3057\u3002\u30b5\u30eb\u30d9\u30fc\u30b8\u8eca\u4e21\u306e\u5229\u76ca\u7387\u8abf\u6574\u3068\u30af\u30e9\u30d5\u30c8\u306e\u53ce\u76ca\u6027\u78ba\u4fdd\u306b\u5411\u3051\u305f\u53d6\u308a\u7d44\u307f\u3002<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ \u30d7\u30ed\u30b0\u30ec\u30b9\u30d0\u30fc\u306e\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\n        document.addEventListener('DOMContentLoaded', function() {\n            const progressBars = document.querySelectorAll('.progress-fill');\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        const width = entry.target.style.width;\n                        entry.target.style.width = '0%';\n                        setTimeout(() => {\n                            entry.target.style.width = width;\n                        }, 200);\n                    }\n                });\n            });\n            \n            progressBars.forEach(bar => {\n                observer.observe(bar);\n            });\n        });\n\n        \/\/ \u30ab\u30fc\u30c9\u30db\u30d0\u30fc\u30a8\u30d5\u30a7\u30af\u30c8\n        document.querySelectorAll('.ship-item, .event-item, .feature-card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-2px)';\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0)';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>PU Monthly Report &#8211; August 2025 Star Citizen \u958b\u767a\u30ec\u30dd\u30fc\u30c8 &#8211; 2025\u5e748\u6708 Star Citizen \u958b\u767a\u30ec\u30dd\u30fc\u30c8 2025\u5e748\u6708 &#8211;  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1494,"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-1490","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\/1490","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=1490"}],"version-history":[{"count":5,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1490\/revisions"}],"predecessor-version":[{"id":1497,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1490\/revisions\/1497"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/1494"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}