{"id":1022,"date":"2025-05-17T17:12:18","date_gmt":"2025-05-17T08:12:18","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=1022"},"modified":"2025-11-02T09:23:43","modified_gmt":"2025-11-02T00:23:43","slug":"1022","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=1022","title":{"rendered":"\u308f\u304b\u308a\u306b\u304f\u3044\u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u5b8c\u5168\u89e3\u8aac\u30fbWarbond\u3001Store Credit\u3001Buy Back"},"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; \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\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        .currency-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        .warbond-badge { background: linear-gradient(45deg, #28a745, #20c997); color: white; }\n        .credit-badge { background: linear-gradient(45deg, #ffc107, #fd7e14); color: #000; }\n        .buyback-badge { background: linear-gradient(45deg, #6f42c1, #6610f2); color: white; }\n        .reclaim-badge { background: linear-gradient(45deg, #dc3545, #e83e8c); 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        \/* Comparison Table *\/\n        .comparison-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        .comparison-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        \/* Info Boxes *\/\n        .info-box {\n            background: linear-gradient(135deg, #2d5a27, #4a7c59);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 20px 0;\n            border-left: 5px solid #66bb6a;\n        }\n\n        .warning-box {\n            background: linear-gradient(135deg, #8B0000, #B22222);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 20px 0;\n            border-left: 5px solid #ff6b6b;\n        }\n\n        .tip-box {\n            background: linear-gradient(135deg, #2d4a5a, #3a6378);\n            border-radius: 15px;\n            padding: 25px;\n            margin: 20px 0;\n            border-left: 5px solid #64b5f6;\n        }\n\n        .info-box h4, .warning-box h4, .tip-box h4 {\n            color: #fff;\n            margin-bottom: 10px;\n            font-size: 1.2em;\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        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .feature-card {\n            background: linear-gradient(135deg, #2d2d2d, #3d3d3d);\n            border-radius: 12px;\n            padding: 20px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .feature-card h4 {\n            color: #00d4ff;\n            margin-bottom: 10px;\n            font-size: 1.2em;\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            .link-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .feature-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\udcb0 Star Citizen \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u5b8c\u5168\u89e3\u8aac<\/h1>\n            <p class=\"subtitle\">Warbond\u3001Store Credit\u3001Buy Back\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\udcb3 \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u5b8c\u5168\u89e3\u8aac<\/h1>\n        <p style=\"text-align: center; color: #b0b0b0; margin-bottom: 40px; font-size: 1.1em;\">\n            Warbond\u3001Store Credit\u3001Buy Back\u306e\u4ed5\u7d44\u307f\u3092\u5b8c\u5168\u7406\u89e3\uff01\n        <\/p>\n\n        <!-- Flow Chart -->\n        <div class=\"flow-chart\">\n            <h3>\ud83d\udd04 \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u95a2\u9023\u30ef\u30fc\u30c9<\/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, #ffc107, #fd7e14); color: #000;\">STORE CREDIT<\/div>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #28a745, #20c997);\">WARBOND<\/div>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #dc3545, #e83e8c);\">RECLAIM\/MELT<\/div>\n                <div class=\"flow-step\" style=\"background: linear-gradient(45deg, #6f42c1, #6610f2);\">BUY BACK<\/div>\n            <\/div>\n            <p style=\"color: #b0b0b0; margin-top: 15px; font-size: 0.9em;\">\n                \u203b \u5404\u30b7\u30b9\u30c6\u30e0\u306b\u306f\u91cd\u8981\u306a\u5236\u9650\u4e8b\u9805\u304c\u3042\u308a\u307e\u3059\u3002\u8a73\u7d30\u306f\u4ee5\u4e0b\u3067\u89e3\u8aac\uff01\n            <\/p>\n        <\/div>\n\n        <!-- Basic Terms -->\n        <div class=\"section\">\n            <h3>\ud83d\udcda \u57fa\u672c\u7528\u8a9e\u89e3\u8aac<\/h3>\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udcb0 Pledge\uff08\u30d7\u30ec\u30c3\u30b8\uff09<\/h4>\n                    <p>StarCitizen\u306e\u958b\u767a\u30b5\u30dd\u30fc\u30c8\u306e\u305f\u3081\u306b\u884c\u3046\u51fa\u8cc7\/\u8cfc\u5165\u306e\u3053\u3068\u3002\u30ea\u30a2\u30eb\u30de\u30cd\u30fc\u3067\u8239\u3092\u8cb7\u3046\u884c\u70ba\u306f\u3053\u308c\u3092\u6307\u3059\u3053\u3068\u304c\u591a\u3044<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udd04 Reclaim\/Melt<\/h4>\n                    <p>\u8cfc\u5165\u3057\u305f\u3082\u306e\u3092\u89e3\u4f53\u3057\u3066Store Credit\u306b\u5909\u63db\u3059\u308b\u3053\u3068<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udcb3 Store Credit<\/h4>\n                    <p>Reclaim\u3057\u3066\u5f97\u305f\u30af\u30ec\u30b8\u30c3\u30c8\u3002RSI\u30b9\u30c8\u30a2\u3067\u306e\u518d\u8cfc\u5165\u306b\u4f7f\u3048\u308b<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udce6 Buy Back<\/h4>\n                    <p>\u4ee5\u524dReclaim\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u518d\u8cfc\u5165\u3067\u304d\u308b\u30b7\u30b9\u30c6\u30e0<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Store Credit Section -->\n        <div class=\"section\">\n            <div class=\"credit-badge currency-badge\">STORE CREDIT<\/div>\n            <h3>\ud83d\udcb3 Store Credit\uff08\u30b9\u30c8\u30a2\u30af\u30ec\u30b8\u30c3\u30c8\uff09\u3068\u306f\uff1f<\/h3>\n            <p><strong>RSI\u30b9\u30c8\u30a2\u3067\u306e\u8cb7\u3044\u7269\u306b\u4f7f\u3048\u308b\u300c\u304a\u5e97\u5c02\u7528\u306e\u901a\u8ca8\u300d<\/strong><\/p>\n            \n            <div class=\"info-box\">\n                <h4>\ud83d\udca1 \u30dd\u30a4\u30f3\u30c8<\/h4>\n                <p>Store Credit\u306f<strong>RSI\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u7d10\u3065\u3044\u3066\u304a\u308a<\/strong>\u3001\u73fe\u91d1\u3078\u306e\u63db\u91d1\u306f\u3067\u304d\u307e\u305b\u3093\u3002RSI\u30b9\u30c8\u30a2\u5185\u3067\u306e\u8cb7\u3044\u7269\u5c02\u7528\u306e\u901a\u8ca8\u3067\u3059\u3002<\/p>\n            <\/div>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\u2705 \u8cfc\u5165\u3067\u304d\u308b\u3082\u306e<\/h4>\n                    <ul>\n                        <li>\u901a\u5e38\u306e\u8239\uff08Standalone ships\uff09<\/li>\n                        <li>\u901a\u5e38\u306e\u30b2\u30fc\u30e0\u30d1\u30c3\u30b1\u30fc\u30b8<\/li>\n                        <li>\u901a\u5e38\u306eCCU\uff08\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\uff09<\/li>\n                        <li>\u4e00\u90e8\u306e\u30b2\u30fc\u30e0\u5185\u30a2\u30a4\u30c6\u30e0<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\u274c \u8cfc\u5165\u3067\u304d\u306a\u3044\u3082\u306e<\/h4>\n                    <ul>\n                        <li><strong>Warbond\u5546\u54c1<\/strong><\/li>\n                        <li><strong>\u7269\u7406\u7684\u306a\u30de\u30fc\u30c1\u30e3\u30f3\u30c0\u30a4\u30ba<\/strong><\/li>\n                        <li>\u30ae\u30d5\u30c8\u3068\u3057\u3066\u306e\u9001\u4fe1<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"warning-box\">\n                <h4>\u26a0\ufe0f \u91cd\u8981<\/h4>\n                <p>Store Credit\u3092\u4f7f\u3063\u3066\u8cfc\u5165\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u306f<strong>\u4ed6\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u306b\u30ae\u30d5\u30c8\u3067\u304d\u307e\u305b\u3093<\/strong>\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Warbond Section -->\n        <div class=\"section\">\n            <div class=\"warbond-badge currency-badge\">WARBOND<\/div>\n            <h3>\ud83c\udfaf Warbond\uff08\u30a6\u30a9\u30fc\u30dc\u30f3\u30c9\uff09\u3068\u306f\uff1f<\/h3>\n            <p><strong>\u65b0\u898f\u306e\u73fe\u91d1\u8cfc\u5165\u306e\u307f\u3067\u5165\u624b\u3067\u304d\u308b\u7279\u5225\u306a\u9650\u5b9a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3<\/strong><\/p>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\u2728 \u4e3b\u306a\u7279\u5fb4<\/h4>\n                    <ul>\n                        <li><strong>\u5272\u5f15\u4fa1\u683c<\/strong>\u3067\u63d0\u4f9b\u3055\u308c\u308b\u3053\u3068\u304c\u591a\u3044<\/li>\n                        <li><strong>\u7279\u5225\u306a\u7279\u5178<\/strong>\u304c\u542b\u307e\u308c\u308b\u3053\u3068\u304c\u3042\u308b<\/li>\n                        <li>\u30d7\u30ec\u30c3\u30b8\u540d\u306b\u300cWarbond\u300d\u300cWB\u300d\u3068\u8868\u793a<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udcb8 \u652f\u6255\u3044\u65b9\u6cd5<\/h4>\n                    <ul>\n                        <li><strong>\u73fe\u91d1\u306e\u307f<\/strong>\uff08\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u3001PayPal\u7b49\uff09<\/li>\n                        <li>Store Credit\u306f\u4e00\u5207\u4f7f\u7528\u4e0d\u53ef<\/li>\n                        <li>\u30ae\u30d5\u30c8\u3068\u3057\u3066\u8cfc\u5165\u53ef\u80fd<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"tip-box\">\n                <h4>\ud83d\udca1 \u30d2\u30f3\u30c8<\/h4>\n                <p>Warbond CCU\u306f\u3001\u901a\u5e38\u306eWarbond Pledge\u306b\u542b\u307e\u308c\u308b\u7279\u5178\uff08\u5ef6\u9577\u4fdd\u967a\u306a\u3069\uff09\u306f\u4ed8\u5c5e\u3057\u307e\u305b\u3093\u3002\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u81ea\u4f53\u306b\u7279\u5178\u304c\u660e\u8a18\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u3001\u305d\u306e\u7279\u5178\u304c\u4ed8\u304d\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Reclaim Section -->\n        <div class=\"section\">\n            <div class=\"reclaim-badge currency-badge\">RECLAIM\/MELT<\/div>\n            <h3>\ud83d\udd04 Reclaim\/Melt\uff08\u30ea\u30af\u30ec\u30fc\u30e0\/\u30e1\u30eb\u30c8\uff09\u30b7\u30b9\u30c6\u30e0<\/h3>\n            <p><strong>\u65e2\u306b\u8cfc\u5165\u3057\u305f\u8239\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u300c\u89e3\u4f53\u300d\u3057\u3066Store Credit\u306b\u5909\u63db\u3059\u308b\u30b7\u30b9\u30c6\u30e0<\/strong><\/p>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udccb Reclaim\u306e\u65b9\u6cd5<\/h4>\n                    <ol>\n                        <li>RSI\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e<strong>My Hangar<\/strong>\u306b\u79fb\u52d5<\/li>\n                        <li>Reclaim\u3057\u305f\u3044\u30a2\u30a4\u30c6\u30e0\u3092\u898b\u3064\u3051\u308b<\/li>\n                        <li><strong>\u22ee<\/strong>\uff08\u4e09\u70b9\u30ea\u30fc\u30c0\u30fc\uff09\u3092\u30af\u30ea\u30c3\u30af<\/li>\n                        <li><strong>Exchange<\/strong>\u3092\u9078\u629e<\/li>\n                        <li>\u78ba\u8a8d\u753b\u9762\u3067<strong>Reclaim<\/strong>\u3092\u30af\u30ea\u30c3\u30af<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udca1 Reclaim\u3059\u308b\u7406\u7531<\/h4>\n                    <ul>\n                        <li>\u5225\u306e\u8239\u306b\u4e57\u308a\u63db\u3048\u305f\u3044<\/li>\n                        <li>\u8cfc\u5165\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u6c17\u306b\u5165\u3089\u306a\u304f\u306a\u3063\u305f<\/li>\n                        <li>\u8cc7\u91d1\u3092\u5225\u306e\u8cfc\u5165\u306b\u56de\u3057\u305f\u3044<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"warning-box\">\n                <h4>\u26a0\ufe0f \u91cd\u8981<\/h4>\n                <p>Reclaim\u3059\u308b\u3068\u3001\u305d\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u5b8c\u5168\u306b\u5931\u308f\u308c\u3001Store Credit\u306b\u5909\u63db\u3055\u308c\u307e\u3059\u3002\u9650\u5b9a\u30a2\u30a4\u30c6\u30e0\u306e\u5834\u5408\u306f\u7279\u306b\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059\u3002Buy Back\u30b7\u30b9\u30c6\u30e0\u3067\u5fa9\u6d3b\u3067\u304d\u306a\u3044\u30a2\u30a4\u30c6\u30e0\u3082\u3042\u308a\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Buy Back Section -->\n        <div class=\"section\">\n            <div class=\"buyback-badge currency-badge\">BUY BACK<\/div>\n            <h3>\ud83d\udce6 Buy Back\uff08\u30d0\u30a4\u30d0\u30c3\u30af\uff09\u30b7\u30b9\u30c6\u30e0<\/h3>\n            <p><strong>\u4ee5\u524dReclaim\u3057\u305fpledge\u3092\u518d\u8cfc\u5165\u3067\u304d\u308b\u6a5f\u80fd<\/strong><\/p>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udd04 Buy Back\u306e\u65b9\u6cd5<\/h4>\n                    <ol>\n                        <li>\u30a2\u30ab\u30a6\u30f3\u30c8\u306e<strong>My Hangar<\/strong>\u30bf\u30d6\u3078\u30a2\u30af\u30bb\u30b9<\/li>\n                        <li><strong>Buy Back Pledges<\/strong>\u3092\u30af\u30ea\u30c3\u30af<\/li>\n                        <li>\u8cb7\u3044\u623b\u3057\u305f\u3044pledge\u3092\u9078\u629e<\/li>\n                        <li><strong>Buy Back<\/strong>\u3092\u30af\u30ea\u30c3\u30af<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83c\udfab Buy Back Token<\/h4>\n                    <ul>\n                        <li><strong>3\u30f6\u6708\u3054\u3068\u306b1\u3064<\/strong>\u4ed8\u4e0e\u3055\u308c\u308b<\/li>\n                        <li>\u672a\u4f7f\u7528\u3067\u3082\u84c4\u7a4d\u3055\u308c\u306a\u3044\uff08\u6700\u59271\u3064\uff09<\/li>\n                        <li>\u914d\u5e03\u6642\u671f\uff1a1\u6708\u30014\u6708\u30017\u6708\u300110\u6708<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-box\">\n                <h4>\ud83d\udca1 \u30d2\u30f3\u30c8<\/h4>\n                <p>Buy Back\u30ad\u30e5\u30fc\u306b\u9ec4\u8272\u306e\u901a\u77e5\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30c8\u30fc\u30af\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002<\/p>\n            <\/div>\n\n            <div class=\"warning-box\">\n                <h4>\u274c Buy Back\u3067\u304d\u306a\u3044\u3082\u306e<\/h4>\n                <ul>\n                    <li>AMD\u30d1\u30c3\u30b1\u30fc\u30b8<\/li>\n                    <li>\u5272\u5f15\u30b3\u30f3\u30dc\u30d1\u30c3\u30af<\/li>\n                    <li>\u7269\u7406\u30a2\u30a4\u30c6\u30e0\u304c\u542b\u307e\u308c\u308bpledge<\/li>\n                    <li>\u4fa1\u683c\u304c\u5927\u5e45\u306b\u5909\u66f4\u3055\u308c\u305fCCU\uff08\u305d\u306e\u307e\u307e\u306e\u4fa1\u683c\u3067\u8cb7\u3044\u623b\u305b\u306a\u3044\u3068\u3044\u3046\u3060\u3051\u3067\u3001\u5909\u66f4\u5f8c\u4fa1\u683c\u3067\u306a\u3089\u8cb7\u3044\u623b\u305b\u308b\uff09<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Comparison Table -->\n        <div class=\"comparison-table\">\n            <h3>\ud83d\udcca \u30b7\u30b9\u30c6\u30e0\u6bd4\u8f03\u8868<\/h3>\n            <table>\n                <thead>\n                    <tr>\n                        <th>\u30b7\u30b9\u30c6\u30e0<\/th>\n                        <th>\u652f\u6255\u3044\u65b9\u6cd5<\/th>\n                        <th>\u4ed6\u4eba\u3078\u306e\u8b72\u6e21\uff08\u30ae\u30d5\u30c8\uff09<\/th>\n                        <th>\u7279\u5178<\/th>\n                        <th>\u5236\u9650\u4e8b\u9805<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>\u901a\u5e38Pledge\u54c1<\/strong><\/td>\n                        <td>\u73fe\u91d1 \/ Store Credit<\/td>\n                        <td>\u2705\uff08\u4e00\u90e8\u274c\uff09<\/td>\n                        <td>\u6a19\u6e96<\/td>\n                        <td>Store Credit\u4f7f\u7528\u6642\u306f\u30ae\u30d5\u30c8\u4e0d\u53ef<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Warbond<\/strong><\/td>\n                        <td>\u73fe\u91d1\u306e\u307f<\/td>\n                        <td>\u2705<\/td>\n                        <td>\u5272\u5f15 \/ \u7279\u5178<\/td>\n                        <td>Store Credit\u4f7f\u7528\u4e0d\u53ef<\/td>\n                    <\/tr>\n                                        <tr>\n                        <td><strong>Buy Back<\/strong><\/td>\n                        <td>\u73fe\u91d1 \/ Store Credit<\/td>\n                        <td>\u274c<\/td>\n                        <td>\u5143\u306e\u7279\u5178<\/td>\n                        <td>Store Credit\u4f7f\u7528\u6642\u306fBuyBack Token\u5fc5\u8981<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <!-- Price Structure -->\n        <div class=\"section\">\n            <h3>\ud83d\udcb0 \u4fa1\u683c\u69cb\u9020\u306e\u7406\u89e3<\/h3>\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\ud83c\udff7\ufe0f Standalone\u4fa1\u683c<\/h4>\n                    <p>\u901a\u5e38\u306e\u8ca9\u58f2\u4fa1\u683c\u3002<strong>\u73fe\u91d1\u307e\u305f\u306fStore Credit<\/strong>\u3067\u8cfc\u5165\u53ef\u80fd<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83c\udfaf Warbond\u4fa1\u683c<\/h4>\n                    <p>\u5272\u5f15\u4fa1\u683c\u3002<strong>\u65b0\u898f\u73fe\u91d1\u306e\u307f<\/strong>\u3067\u8cfc\u5165\u53ef\u80fd<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udcc8 Original Concept\u4fa1\u683c<\/h4>\n                    <p>\u521d\u56de\u30b3\u30f3\u30bb\u30d7\u30c8\u8ca9\u58f2\u6642\u306e\u901a\u5e38\u4fa1\u683c<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udc8e Original Warbond\u4fa1\u683c<\/h4>\n                    <p>\u521d\u56de\u30b3\u30f3\u30bb\u30d7\u30c8\u8ca9\u58f2\u6642\u306eWarbond\u4fa1\u683c<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"tip-box\">\n                <h4>\ud83d\udcdd \u4f8b<\/h4>\n                <p>\u3042\u308b\u8239\u304c\u300cStandalone\u4fa1\u683c\uff1a$200\u300d\u300cWarbond\u4fa1\u683c\uff1a$175\u300d\u3068\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u901a\u5e38\u7248\u306f$200\u3067Store Credit\u3082\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001Warbond\u7248\u306f$175\u3067\u73fe\u91d1\u306e\u307f\u306e\u8cfc\u5165\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Tax Info -->\n        <div class=\"section\">\n            <h3>\ud83e\uddfe \u7a0e\u91d1\u3068Store Credit<\/h3>\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <h4>\u2705 \u975e\u8ab2\u7a0e\u5bfe\u8c61<\/h4>\n                    <ul>\n                        <li>Store Credit\u3067\u8cfc\u5165\u3057\u305f\u5206<\/li>\n                        <li>Reclaim\u3067\u8fd4\u9084\u3055\u308c\u308b\u91d1\u984d<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h4>\ud83d\udcb0 \u8ab2\u7a0e\u5bfe\u8c61<\/h4>\n                    <ul>\n                        <li>\u73fe\u91d1\u652f\u6255\u3044\u90e8\u5206<\/li>\n                        <li>\u65b0\u898f\u8cfc\u5165\u6642\u306e\u5168\u984d<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"warning-box\">\n                <h4>\u26a0\ufe0f \u91cd\u8981<\/h4>\n                <p>\u4f8b\u3048\u3070$100+\u7a0e\u91d1$10\u306e\u8239\u3092Reclaim\u3059\u308b\u3068\u3001\u5f97\u3089\u308c\u308bStore Credit\u306f$100\u306e\u307f\u3067\u3059\uff08\u7a0e\u91d1$10\u306f\u623b\u3063\u3066\u304d\u307e\u305b\u3093\uff09\u3002<br>\n                <strong>\u305f\u3060\u3057\u3001StoreCredit\u3067$100\u306e\u8239\u3092\u518d\u5ea6\u8cfc\u5165\u3059\u308b\u969b\u306f$100\u306e\u30b9\u30c8\u30a2\u30af\u30ec\u30b8\u30c3\u30c8\u3067\u8cfc\u5165\u3067\u304d\u308b\u305f\u3081\u3001\u7a0e\u91d1\u5206\u3092\u6c17\u306b\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/strong><br>\n                \u3053\u308c\u306f\u5b9f\u969b\u306b\u306f\u3001$100\u306e\u30b9\u30c8\u30a2\u30af\u30ec\u30b8\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3068\u81ea\u52d5\u7684\u306b$110\u5206\u3068\u3057\u3066\u6271\u308f\u308c\u308b\u305f\u3081\u3067\u3059\u3002\u3064\u307e\u308a\u7d50\u5c40\u306e\u3068\u3053\u308d\u640d\u3082\u5f97\u3082\u3057\u3066\u304a\u3089\u305a\u3001\u7279\u306b\u554f\u984c\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n            <\/div>\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>\u901a\u5e38pledge<\/strong>\uff1a\u73fe\u91d1\u307e\u305f\u306fStore Credit\u3067\u8cfc\u5165\u53ef\u80fd\u3001\u30ae\u30d5\u30c8\u53ef\u80fd\uff08Store Credit\u672a\u4f7f\u7528\u6642\uff09<\/li>\n                <li><strong>Warbond pledge<\/strong>\uff1a\u73fe\u91d1\u306e\u307f\u3067\u8cfc\u5165\u53ef\u80fd\u3001\u901a\u5e38\u306f\u5272\u5f15\u4fa1\u683c\u3084\u7279\u5178\u3042\u308a<\/li>\n                <li><strong>Store Credit<\/strong>\uff1aReclaim\u3057\u305fpledge\u304b\u3089\u5f97\u3089\u308c\u308b\u300c\u5e97\u5185\u901a\u8ca8\u300d\u3001Warbond\u4ee5\u5916\u306e\u8cfc\u5165\u306b\u4f7f\u7528\u53ef\u80fd<\/li>\n                <li><strong>Buy Back<\/strong>\uff1aReclaim\u3057\u305fpledge\u3092\u5fa9\u6d3b\u3055\u305b\u308b\u30b7\u30b9\u30c6\u30e0\u3001Store Credit\u3092\u4f7f\u3046\u5834\u5408\u306f\u30c8\u30fc\u30af\u30f3\u304c\u5fc5\u8981<\/li>\n                <li>\u7a0e\u91d1\u306f\u73fe\u91d1\u652f\u6255\u3044\u90e8\u5206\u306b\u306e\u307f\u8ab2\u7a0e\u3055\u308c\u3001Store Credit\u5206\u306f\u975e\u8ab2\u7a0e<\/li>\n                <li>Store Credit\u4f7f\u7528\u6642\u306e\u8cfc\u5165\u306f\u30ae\u30d5\u30c8\u4e0d\u53ef<\/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","protected":false},"excerpt":{"rendered":"<p>Star Citizen \u653b\u7565\u30b5\u30a4\u30c8 &#8211; \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u5b8c\u5168\u89e3\u8aac \ud83d\udcb0 Star Citizen \u901a\u8ca8\u30b7\u30b9\u30c6\u30e0\u5b8c\u5168\u89e3\u8aac Warbond\u3001Store Credit\u3001Buy Back\u3092\u5b8c\u5168\u7406\u89e3\uff01 \ud83d\ude80 StarCiti [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1027,"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-1022","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\/1022","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=1022"}],"version-history":[{"count":13,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1022\/revisions"}],"predecessor-version":[{"id":1941,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1022\/revisions\/1941"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/1027"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}