{"id":706,"date":"2024-12-25T07:44:29","date_gmt":"2024-12-24T22:44:29","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=706"},"modified":"2026-04-13T03:10:13","modified_gmt":"2026-04-12T18:10:13","slug":"starcitizen%e3%81%ae%e5%a7%8b%e3%82%81%e6%96%b9%e5%ae%8c%e5%85%a8%e3%82%ac%e3%82%a4%e3%83%89%ef%bc%882024%e5%b9%b412%e6%9c%88%e7%89%88%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=706","title":{"rendered":"StarCitizen\u65b0\u898f\u52e2\u5411\u3051\u30fb\u5b8c\u5168\u521d\u5fc3\u8005\/\u59cb\u3081\u65b9\u30ac\u30a4\u30c92026\u5e744\u6708\u7248"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>StarCitizen \u5b8c\u5168\u521d\u5fc3\u8005\u30ac\u30a4\u30c9 | \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u304b\u3089\u65e5\u672c\u8a9e\u5316\u307e\u3067<\/title>\n  <style>\n    :root {\n      --bg: #f6f7fb;\n      --surface: #ffffff;\n      --surface-2: #fbfbfd;\n      --text: #171a21;\n      --muted: #5f6675;\n      --line: #e6e8ef;\n      --red: #b11217;\n      --red-dark: #8e0f13;\n      --navy: #0f172a;\n      --blue: #1d4ed8;\n      --gold: #c2872c;\n      --green: #0f7a43;\n      --shadow: 0 18px 45px rgba(10, 18, 35, 0.08);\n      --radius: 18px;\n      --radius-sm: 12px;\n      --max: 1240px;\n    }\n\n    * { box-sizing: border-box; }\n    html { scroll-behavior: smooth; }\n    body {\n      margin: 0;\n      font-family: \"Inter\", \"Noto Sans JP\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at top right, rgba(177,18,23,0.07), transparent 28%),\n        linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);\n      line-height: 1.8;\n    }\n\n    a { color: var(--blue); text-decoration: none; }\n    a:hover { text-decoration: underline; }\n    img { max-width: 100%; display: block; }\n\n    .shell {\n      width: min(calc(100% - 32px), var(--max));\n      margin: 0 auto;\n    }\n\n    \/* ===== TOPBAR ===== *\/\n    .topbar {\n      position: sticky;\n      top: 0;\n      z-index: 20;\n      background: rgba(255,255,255,0.88);\n      backdrop-filter: blur(14px);\n      border-bottom: 1px solid rgba(230,232,239,0.9);\n    }\n\n    .topbar-inner {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      padding: 14px 0;\n    }\n\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-weight: 800;\n      letter-spacing: .02em;\n    }\n\n    .brand-badge {\n      width: 42px;\n      height: 42px;\n      border-radius: 14px;\n      display: grid;\n      place-items: center;\n      background: linear-gradient(135deg, var(--red), #df2f35);\n      color: #fff;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .navlinks {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: flex-end;\n      gap: 10px;\n    }\n\n    .navlinks a {\n      padding: 9px 12px;\n      border-radius: 999px;\n      color: var(--muted);\n      background: #fff;\n      border: 1px solid var(--line);\n      font-size: 13px;\n      font-weight: 700;\n    }\n\n    \/* ===== HERO BANNER ===== *\/\n    .hero-banner {\n      width: 100%;\n      background: #000;\n      overflow: hidden;\n      position: relative;\n    }\n\n    .hero-banner img {\n      width: 100%;\n      display: block;\n      opacity: 0.88;\n      object-fit: cover;\n      object-position: center 40%;\n      max-height: 420px;\n    }\n\n    .hero-banner-overlay {\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.82) 100%);\n    }\n\n    .hero-banner-text {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 20px 24px 28px;\n    }\n\n    .hero-banner-text-inner {\n      max-width: 1240px;\n      margin: 0 auto;\n    }\n\n    .hero-banner-badge {\n      display: inline-block;\n      background: rgba(177,18,23,0.85);\n      color: #fff;\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: .1em;\n      text-transform: uppercase;\n      padding: 5px 12px;\n      border-radius: 999px;\n      margin-bottom: 8px;\n    }\n\n    .hero-banner-title {\n      margin: 0;\n      color: #fff;\n      font-size: clamp(1.4rem, 3vw, 2.8rem);\n      font-weight: 900;\n      letter-spacing: -0.02em;\n      text-shadow: 0 2px 12px rgba(0,0,0,0.6);\n      line-height: 1.2;\n    }\n\n    .hero-banner-sub {\n      margin: 6px 0 0;\n      color: rgba(255,255,255,0.85);\n      font-size: clamp(0.85rem, 1.8vw, 1rem);\n      text-shadow: 0 1px 6px rgba(0,0,0,0.5);\n    }\n\n    @media (max-width: 600px) {\n      .hero-banner { display: flex; flex-direction: column; background: #111; }\n      .hero-banner img { position: static; max-height: 200px; opacity: 1; }\n      .hero-banner-overlay { display: none; }\n      .hero-banner-text { position: static; background: linear-gradient(135deg, #1a0305, #2d0608); padding: 18px 16px 20px; }\n      .hero-banner-title { font-size: 1.3rem; text-shadow: none; }\n      .hero-banner-sub { font-size: 0.9rem; text-shadow: none; }\n    }\n\n    \/* ===== HERO SECTION ===== *\/\n    .hero { padding: 48px 0 28px; }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.15fr .85fr;\n      gap: 26px;\n      align-items: stretch;\n    }\n\n    .hero-card, .panel, .quote-card, .image-card, .source-card, .timeline-card, .faq-item {\n      background: var(--surface);\n      border: 1px solid rgba(230,232,239,0.9);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    .hero-card {\n      padding: 34px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 12px;\n      border-radius: 999px;\n      background: rgba(177,18,23,0.08);\n      color: var(--red);\n      font-weight: 800;\n      font-size: 12px;\n      letter-spacing: .06em;\n      text-transform: uppercase;\n    }\n\n    h1 {\n      margin: 16px 0 12px;\n      font-size: clamp(2rem, 5vw, 3.2rem);\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n    }\n\n    .hero-lead {\n      font-size: 1.04rem;\n      color: var(--muted);\n      margin: 0 0 20px;\n      max-width: 64ch;\n    }\n\n    .hero-capsule-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 18px;\n    }\n\n    .capsule {\n      padding: 10px 12px;\n      border-radius: 999px;\n      background: #fff;\n      border: 1px solid var(--line);\n      font-size: 13px;\n      font-weight: 700;\n      color: var(--text);\n    }\n\n    \/* ===== REFERRAL CODE CARD ===== *\/\n    .scoreboard {\n      padding: 28px;\n      display: grid;\n      gap: 16px;\n      background: linear-gradient(180deg, #fff 0%, #fff 45%, #fcf1f1 100%);\n    }\n\n    .score-head {\n      display: flex;\n      align-items: flex-end;\n      justify-content: space-between;\n      gap: 16px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid var(--line);\n    }\n\n    .referral-code {\n      font-size: clamp(1.6rem, 4vw, 2.4rem);\n      line-height: 1;\n      font-weight: 900;\n      letter-spacing: 0.08em;\n      color: var(--red);\n      font-family: monospace;\n    }\n\n    .score-label {\n      margin-top: 6px;\n      color: var(--muted);\n      font-size: .95rem;\n      font-weight: 700;\n    }\n\n    .score-summary {\n      padding: 16px 18px;\n      border-radius: 14px;\n      border: 1px solid var(--line);\n      background: #fff;\n      color: var(--text);\n      font-size: .96rem;\n    }\n\n    .score-points {\n      display: grid;\n      gap: 10px;\n    }\n\n    .score-point {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 12px;\n      padding: 12px 14px;\n      border-radius: 14px;\n      background: #fff;\n      border: 1px solid var(--line);\n    }\n\n    .score-point span { color: var(--muted); font-size: .95rem; font-weight: 700; }\n    .score-point strong { font-size: 1.08rem; }\n\n    \/* ===== MAIN LAYOUT ===== *\/\n    .main-layout {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) 320px;\n      gap: 24px;\n      align-items: start;\n      padding-bottom: 52px;\n    }\n\n    .content { min-width: 0; }\n\n    .sidebar {\n      position: sticky;\n      top: 88px;\n      display: grid;\n      gap: 18px;\n    }\n\n    .toc, .mini-specs {\n      background: #fff;\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      box-shadow: var(--shadow);\n      padding: 18px;\n    }\n\n    .toc h3, .mini-specs h3 { margin: 0 0 12px; font-size: 15px; }\n\n    .toc a {\n      display: block;\n      padding: 9px 10px;\n      border-radius: 10px;\n      color: var(--muted);\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .toc a:hover { background: #f5f7fb; text-decoration: none; }\n\n    .mini-spec {\n      padding: 12px 0;\n      border-top: 1px dashed var(--line);\n    }\n\n    .mini-spec:first-of-type { border-top: 0; padding-top: 0; }\n\n    .mini-spec label {\n      display: block;\n      font-size: 12px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: .06em;\n      font-weight: 800;\n      margin-bottom: 4px;\n    }\n\n    .mini-spec strong { font-size: 1.06rem; }\n\n    \/* ===== SECTIONS ===== *\/\n    section {\n      margin-bottom: 26px;\n      scroll-margin-top: 90px;\n    }\n\n    .section-head {\n      margin-bottom: 14px;\n      padding: 16px 18px;\n      border-radius: 16px;\n      background: linear-gradient(135deg, var(--red-dark), var(--red));\n      color: #fff;\n      box-shadow: 0 12px 30px rgba(177,18,23,0.18);\n    }\n\n    .section-head h2 {\n      margin: 0;\n      color: #fff;\n      font-size: clamp(1.1rem, 2vw, 1.55rem);\n      letter-spacing: -0.02em;\n    }\n\n    .section-head p {\n      margin: 8px 0 0;\n      color: rgba(255,255,255,0.9);\n      font-size: .95rem;\n    }\n\n    .panel { padding: 22px; }\n\n    .stats-grid, .cards-3, .cards-2, .pros-cons, .image-grid {\n      display: grid;\n      gap: 16px;\n    }\n\n    .stats-grid { grid-template-columns: repeat(4, 1fr); }\n    .cards-3 { grid-template-columns: repeat(3, 1fr); }\n    .cards-2 { grid-template-columns: repeat(2, 1fr); }\n    .pros-cons { grid-template-columns: repeat(2, 1fr); }\n    .image-grid { grid-template-columns: repeat(2, 1fr); }\n\n    .section-split {\n      display: grid;\n      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);\n      gap: 18px;\n      align-items: start;\n    }\n\n    .stat-card, .feature-card, .compare-card, .faq-item {\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      background: linear-gradient(180deg, #fff 0%, var(--surface-2) 100%);\n      padding: 18px;\n    }\n\n    .stat-card label {\n      display: block;\n      font-size: 12px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: .08em;\n      font-weight: 800;\n      margin-bottom: 8px;\n    }\n\n    .stat-card strong {\n      display: block;\n      font-size: 1.4rem;\n      letter-spacing: -0.02em;\n    }\n\n    .feature-card h3, .compare-card h3, .quote-card h3, .timeline-card h3 {\n      margin: 0 0 10px;\n      font-size: 1.02rem;\n      line-height: 1.35;\n    }\n\n    .kicker {\n      display: inline-block;\n      font-size: 11px;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      color: var(--red);\n      font-weight: 800;\n      margin-bottom: 8px;\n    }\n\n    .feature-card ul, .compare-card ul, .faq-item ul {\n      padding-left: 18px;\n      margin: 10px 0 0;\n    }\n\n    .feature-card li, .compare-card li, .faq-item li {\n      margin-bottom: 8px;\n    }\n\n    .quote-wrap {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .quote-card {\n      padding: 18px 20px;\n    }\n\n    .quote-card blockquote {\n      margin: 0;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.7;\n    }\n\n    .quote-card p {\n      margin: 12px 0 0;\n      color: var(--muted);\n      font-size: .94rem;\n    }\n\n    \/* ===== INLINE VISUAL ===== *\/\n    .inline-visual {\n      margin: 0;\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: var(--shadow);\n    }\n\n    .inline-visual img {\n      width: 100%;\n      height: auto;\n      max-height: 420px;\n      object-fit: contain;\n      object-position: center;\n      display: block;\n      background: #eef1f6;\n    }\n\n    .inline-visual figcaption {\n      padding: 14px 16px;\n      color: var(--muted);\n      font-size: .94rem;\n      line-height: 1.7;\n    }\n\n    \/* ===== CALLOUT \/ WARNING ===== *\/\n    .callout {\n      padding: 18px 20px;\n      border-radius: 16px;\n      background: linear-gradient(180deg, rgba(15,23,42,0.03), rgba(15,23,42,0.01));\n      border: 1px solid var(--line);\n      margin-top: 16px;\n    }\n\n    .warning-card {\n      padding: 18px 20px;\n      border-radius: 16px;\n      background: #fff8f8;\n      border: 1px solid rgba(177,18,23,0.2);\n      margin-bottom: 14px;\n    }\n\n    .warning-card h3 {\n      color: var(--red);\n      margin: 0 0 8px;\n      font-size: 1rem;\n    }\n\n    .info-card {\n      padding: 18px 20px;\n      border-radius: 16px;\n      background: #f0faf5;\n      border: 1px solid rgba(15,122,67,0.2);\n      margin-bottom: 14px;\n    }\n\n    .info-card h3 {\n      color: var(--green);\n      margin: 0 0 8px;\n      font-size: 1rem;\n    }\n\n    \/* ===== PROS\/CONS ===== *\/\n    .pros, .cons {\n      padding: 18px;\n      border-radius: 16px;\n      border: 1px solid var(--line);\n      background: #fff;\n    }\n\n    .pros h3 { color: var(--green); margin-top: 0; }\n    .cons h3 { color: var(--red); margin-top: 0; }\n\n    \/* ===== TIMELINE ===== *\/\n    .timeline-card { padding: 22px; }\n\n    .timeline {\n      position: relative;\n      margin: 8px 0 0;\n      padding-left: 22px;\n    }\n\n    .timeline::before {\n      content: \"\";\n      position: absolute;\n      left: 6px;\n      top: 4px;\n      bottom: 4px;\n      width: 2px;\n      background: linear-gradient(180deg, var(--red), rgba(177,18,23,0.15));\n    }\n\n    .timeline-item {\n      position: relative;\n      margin-bottom: 18px;\n      padding-left: 18px;\n    }\n\n    .timeline-item::before {\n      content: \"\";\n      position: absolute;\n      left: -1px;\n      top: 8px;\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--red);\n      box-shadow: 0 0 0 5px rgba(177,18,23,0.12);\n    }\n\n    .timeline-item strong { display: block; margin-bottom: 4px; }\n\n    \/* ===== CTA BUTTON ===== *\/\n    .cta-btn {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--red-dark), var(--red));\n      color: #fff;\n      padding: 12px 24px;\n      border-radius: 999px;\n      font-weight: 800;\n      font-size: 14px;\n      text-decoration: none;\n      letter-spacing: .02em;\n    }\n\n    .cta-btn:hover { opacity: .88; text-decoration: none; }\n\n    .cta-btn-green {\n      display: inline-block;\n      background: linear-gradient(135deg, #0f5f38, var(--green));\n      color: #fff;\n      padding: 12px 24px;\n      border-radius: 999px;\n      font-weight: 800;\n      font-size: 14px;\n      text-decoration: none;\n    }\n\n    .cta-btn-green:hover { opacity: .88; text-decoration: none; }\n\n    \/* ===== LINK CARDS GRID ===== *\/\n    .links-hub {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n      margin-bottom: 28px;\n    }\n\n    .link-hub-card {\n      background: #fff;\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      padding: 18px;\n      text-decoration: none;\n      color: var(--text);\n      transition: box-shadow .2s, border-color .2s;\n    }\n\n    .link-hub-card:hover {\n      box-shadow: 0 8px 24px rgba(177,18,23,0.1);\n      border-color: rgba(177,18,23,0.25);\n      text-decoration: none;\n    }\n\n    .link-hub-card .lhc-label {\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      color: var(--red);\n      margin-bottom: 6px;\n    }\n\n    .link-hub-card h3 { margin: 0 0 4px; font-size: .98rem; }\n    .link-hub-card p { margin: 0; color: var(--muted); font-size: .88rem; }\n\n    \/* ===== COMMUNITY BANNER ===== *\/\n    .community-banner {\n      background: linear-gradient(135deg, #0f172a, #1e1b4b);\n      border: 1px solid rgba(99,102,241,0.4);\n      border-radius: 18px;\n      padding: 28px;\n      margin-bottom: 28px;\n      display: flex;\n      gap: 24px;\n      align-items: center;\n    }\n\n    .community-badge {\n      flex-shrink: 0;\n      width: 60px;\n      height: 60px;\n      border-radius: 16px;\n      background: #5865F2;\n      display: grid;\n      place-items: center;\n      font-size: 28px;\n    }\n\n    .community-text h3 { margin: 0 0 6px; color: #fff; font-size: 1.1rem; }\n    .community-text p { margin: 0 0 12px; color: rgba(255,255,255,0.75); font-size: .95rem; }\n\n    .discord-btn {\n      display: inline-block;\n      background: #5865F2;\n      color: #fff;\n      padding: 10px 20px;\n      border-radius: 999px;\n      font-weight: 800;\n      font-size: 14px;\n      text-decoration: none;\n    }\n\n    .discord-btn:hover { opacity: .9; text-decoration: none; }\n\n    \/* ===== COMPARE TABLE ===== *\/\n    .compare-table {\n      overflow-x: auto;\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      background: #fff;\n    }\n\n    table { width: 100%; border-collapse: collapse; min-width: 560px; }\n\n    th, td {\n      padding: 14px 16px;\n      border-bottom: 1px solid var(--line);\n      vertical-align: top;\n      text-align: left;\n    }\n\n    th {\n      background: #fbfbfe;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: .07em;\n      color: var(--muted);\n    }\n\n    td strong { display: block; }\n    .good { color: #0f7a43; font-weight: 700; }\n    .warn { color: #a25a00; font-weight: 700; }\n    .bad  { color: #ad1f26; font-weight: 700; }\n\n    \/* ===== STEP NUMBER ===== *\/\n    .step-num {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: var(--red);\n      color: #fff;\n      font-weight: 900;\n      font-size: 13px;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n\n    .step-row {\n      display: flex;\n      align-items: flex-start;\n      gap: 0;\n      margin-bottom: 16px;\n    }\n\n    \/* ===== FOOTER ===== *\/\n    .footer {\n      padding: 28px 0 54px;\n      color: var(--muted);\n      font-size: .93rem;\n    }\n\n    .footer strong { color: var(--text); }\n\n    \/* ===== RESPONSIVE ===== *\/\n    @media (max-width: 1080px) {\n      .hero-grid, .main-layout, .section-split { grid-template-columns: 1fr; }\n      .sidebar { position: static; }\n      .stats-grid { grid-template-columns: repeat(2, 1fr); }\n      .cards-3, .cards-2, .pros-cons, .quote-wrap, .image-grid { grid-template-columns: 1fr; }\n      .links-hub { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    @media (max-width: 720px) {\n      .topbar-inner { align-items: flex-start; flex-direction: column; }\n      .navlinks { justify-content: flex-start; }\n      .hero-card, .scoreboard, .panel, .timeline-card { padding: 20px; }\n      .stats-grid { grid-template-columns: 1fr; }\n      .score-head { flex-direction: column; align-items: flex-start; }\n      h1 { font-size: 2rem; }\n      .links-hub { grid-template-columns: 1fr; }\n      .community-banner { flex-direction: column; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- ===== TOPBAR ===== -->\n  <header class=\"topbar\">\n    <div class=\"shell topbar-inner\">\n      <div class=\"brand\">\n        <div class=\"brand-badge\">NEW<\/div>\n        <div>Star Citizen \u653b\u7565\u7279\u8a2d\u30da\u30fc\u30b8<\/div>\n      <\/div>\n      <nav class=\"navlinks\">\n        <a href=\"#section1\">\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210<\/a>\n        <a href=\"#section2\">\u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165<\/a>\n        <a href=\"#section3\">\u65e5\u672c\u8a9e\u5316<\/a>\n        <a href=\"#section4\">\u30b2\u30fc\u30e0\u958b\u59cb<\/a>\n        <a href=\"#warnings\">\u6ce8\u610f\u4e8b\u9805<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n\n  <!-- ===== HERO BANNER ===== -->\n  <div class=\"hero-banner\">\n    <img decoding=\"async\"\n      src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2026\/04\/Hull-B-\u304c\u305f\u304f\u3055\u3093\u306e\u8377\u7269\u3092\u5b87\u5b99\u7a7a\u9593\u3067\u7a4d\u8f09\u3057\u3066\u3044\u308b\u753b\u50cf.jpg.jpg\"\n      alt=\"Star Citizen \u5b87\u5b99\u7a7a\u9593\"\n    \/>\n    <div class=\"hero-banner-overlay\"><\/div>\n    <div class=\"hero-banner-text\">\n      <div class=\"hero-banner-text-inner\">\n        <div class=\"hero-banner-badge\">Complete Beginner Guide<\/div>\n        <h2 class=\"hero-banner-title\">StarCitizen \u5b8c\u5168\u521d\u5fc3\u8005\u30ac\u30a4\u30c9<\/h2>\n        <p class=\"hero-banner-sub\">\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u304b\u3089\u65e5\u672c\u8a9e\u5316\u3001\u6700\u521d\u306e\u8239\u9078\u3073\u307e\u3067\u3002\u5b87\u5b99\u3078\u306e\u7b2c\u4e00\u6b69\u3092\u5b8c\u5168\u30b5\u30dd\u30fc\u30c8\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ===== HERO SECTION ===== -->\n  <div class=\"shell hero\">\n    <div class=\"hero-grid\">\n      <article class=\"hero-card\">\n        <div class=\"eyebrow\">Star Citizen \u00b7 Beginner Guide<\/div>\n        <h1>StarCitizen<br>\u5b8c\u5168\u521d\u5fc3\u8005\u30ac\u30a4\u30c9<\/h1>\n        <p class=\"hero-lead\">\n          \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u30fb\u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165\u30fb\u65e5\u672c\u8a9e\u5316\u30fb\u30b2\u30fc\u30e0\u958b\u59cb\u307e\u3067\u3001\u521d\u3081\u3066\u30d7\u30ec\u30a4\u3059\u308b\u4eba\u304c\u8ff7\u308f\u305a\u59cb\u3081\u3089\u308c\u308b\u3088\u3046\u4e01\u5be7\u306b\u307e\u3068\u3081\u305f\u30ac\u30a4\u30c9\u3067\u3059\u3002\n        <\/p>\n        <div class=\"hero-capsule-row\">\n          <div class=\"capsule\">\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210<\/div>\n          <div class=\"capsule\">5\u4e07UEC\u7279\u5178\u4ed8\u304d<\/div>\n          <div class=\"capsule\">\u65e5\u672c\u8a9e\u5316\u5bfe\u5fdc<\/div>\n          <div class=\"capsule\">\u7d047500\u4eba\u306e\u65e5\u672c\u4eba\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/div>\n        <\/div>\n        <div style=\"display:flex;gap:12px;flex-wrap:wrap;\">\n          <a href=\"https:\/\/robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" target=\"_blank\" class=\"cta-btn\">\u7279\u5178\u4ed8\u304d\u3067\u4f1a\u54e1\u767b\u9332<\/a>\n          <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" target=\"_blank\" class=\"discord-btn\">Discord\u53c2\u52a0<\/a>\n        <\/div>\n      <\/article>\n\n      <aside class=\"scoreboard\" style=\"border:1px solid rgba(230,232,239,0.9);border-radius:var(--radius);box-shadow:var(--shadow);\">\n        <div class=\"score-head\">\n          <div>\n            <div class=\"eyebrow\">Referral Code<\/div>\n            <div class=\"referral-code\">STAR-GF3D-GLNQ<\/div>\n            <div class=\"score-label\">\u767b\u9332\u6642\u306e referral code \u6b04\u306b\u5165\u529b<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"score-summary\">\n          \u767b\u9332\u6642\u306b\u7279\u5178\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u3068 <strong>5\u4e07UEC\uff08\u30b2\u30fc\u30e0\u5185\u901a\u8ca8\uff09<\/strong>\u304c\u3082\u3089\u3048\u307e\u3059\u3002\u5165\u529b\u3057\u306a\u3044\u3068\u3082\u3089\u3048\u306a\u3044\u306e\u3067\u5fc5\u305a\u5fd8\u308c\u305a\u306b\uff01\n        <\/div>\n\n        <div class=\"score-points\">\n          <div class=\"score-point\">\n            <span>\u7279\u5178UEC<\/span>\n            <strong style=\"color:var(--red);\">50,000 UEC<\/strong>\n          <\/div>\n          <div class=\"score-point\">\n            <span>\u65e5\u672c\u4eba\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/span>\n            <strong>\u7d047,500\u4eba+<\/strong>\n          <\/div>\n          <div class=\"score-point\">\n            <span>\u7121\u6599\u30d7\u30ec\u30a4<\/span>\n            <strong>2026\u5e744\u67089\u301c20\u65e5<\/strong>\n          <\/div>\n        <\/div>\n      <\/aside>\n    <\/div>\n  <\/div>\n\n  <!-- ===== MAIN LAYOUT ===== -->\n  <div class=\"shell main-layout\">\n    <main class=\"content\">\n\n      <!-- \u30af\u30a4\u30c3\u30af\u30ea\u30f3\u30af -->\n      <section>\n        <div class=\"section-head\">\n          <h2>\u653b\u7565\u5fc5\u9808\u30ea\u30f3\u30af\u96c6<\/h2>\n          <p>\u307e\u305a\u3053\u3053\u304b\u3089\u59cb\u3081\u307e\u3057\u3087\u3046\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"links-hub\">\n            <a href=\"https:\/\/robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Step 1<\/div>\n              <h3>\u4f1a\u54e1\u767b\u9332<\/h3>\n              <p>5\u4e07UEC\u7279\u5178\u4ed8\u304d\u3067\u767b\u9332<\/p>\n            <\/a>\n            <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Community<\/div>\n              <h3>Discord\u53c2\u52a0<\/h3>\n              <p>\u7d047500\u4eba\u306e\u65e5\u672c\u8a9e\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/p>\n            <\/a>\n            <a href=\"https:\/\/www.samurai2948.com\/?p=561\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Setup<\/div>\n              <h3>\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9<\/h3>\n              <p>\u30b2\u30fc\u30e0\u3092\u65e5\u672c\u8a9e\u3067\u697d\u3057\u3080<\/p>\n            <\/a>\n            <a href=\"https:\/\/www.samurai2948.com\/?p=1431\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Reference<\/div>\n              <h3>\u304a\u3059\u3059\u3081\u30b5\u30a4\u30c8\u96c6<\/h3>\n              <p>\u53b3\u9078\u3055\u308c\u305f\u60c5\u5831\u30b5\u30a4\u30c8<\/p>\n            <\/a>\n            <a href=\"https:\/\/robertsspaceindustries.com\/en\/orgs\/2948\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Organization<\/div>\n              <h3>\u7d44\u7e54\u53c2\u52a0<\/h3>\n              <p>Samurai Squadron<\/p>\n            <\/a>\n            <a href=\"https:\/\/www.samurai2948.com\/?p=2208\" target=\"_blank\" class=\"link-hub-card\">\n              <div class=\"lhc-label\">Free Play<\/div>\n              <h3>\u7121\u6599\u30d7\u30ec\u30a4\u60c5\u5831<\/h3>\n              <p>4\/9\u301c4\/20 \u671f\u9593\u9650\u5b9a\u89e3\u653e\u4e2d<\/p>\n            <\/a>\n          <\/div>\n\n          <!-- Discord\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u5f37\u8abf -->\n          <div class=\"community-banner\">\n            <div class=\"community-badge\">\ud83d\udcac<\/div>\n            <div class=\"community-text\">\n              <h3>\u91cd\u8981\uff1a\u65e5\u672c\u4eba\u30d7\u30ec\u30a4\u30e4\u30fc\u3068\u306e\u4ea4\u6d41\u306b\u3064\u3044\u3066<\/h3>\n              <p>StarCitizen\u3067\u65e5\u672c\u4eba\u306e\u53cb\u9054\u3092\u4f5c\u3063\u3066\u4e00\u7dd2\u306b\u30d7\u30ec\u30a4\u3059\u308b\u306b\u306fDiscord\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3078\u306e\u53c2\u52a0\u304c\u5fc5\u9808\u3067\u3059\u3002\u30b2\u30fc\u30e0\u5185\u3060\u3051\u3067\u306f\u65e5\u672c\u4eba\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u898b\u3064\u3051\u308b\u306e\u306f\u307b\u307c\u4e0d\u53ef\u80fd\u3067\u3059\u3002<\/p>\n              <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" target=\"_blank\" class=\"discord-btn\">\u4eca\u3059\u3050Discord\u306b\u53c2\u52a0\u3059\u308b<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- \u76ee\u6b21 -->\n      <section>\n        <div class=\"section-head\">\n          <h2>\u76ee\u6b21\uff1aStarCitizen\u3092\u59cb\u3081\u308b\u305f\u3081\u306e\u6e96\u5099<\/h2>\n          <p>4\u30b9\u30c6\u30c3\u30d7\u3067\u5b87\u5b99\u306b\u65c5\u7acb\u3066\u307e\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"stats-grid\">\n            <div class=\"stat-card\">\n              <label>Step 1<\/label>\n              <strong><a href=\"#section1\" style=\"color:var(--red);font-size:1rem;\">\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210<\/a><\/strong>\n            <\/div>\n            <div class=\"stat-card\">\n              <label>Step 2<\/label>\n              <strong><a href=\"#section2\" style=\"color:var(--red);font-size:1rem;\">\u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165<\/a><\/strong>\n            <\/div>\n            <div class=\"stat-card\">\n              <label>Step 3<\/label>\n              <strong><a href=\"#section3\" style=\"color:var(--red);font-size:1rem;\">\u65e5\u672c\u8a9e\u5316<\/a><\/strong>\n            <\/div>\n            <div class=\"stat-card\">\n              <label>Step 4<\/label>\n              <strong><a href=\"#section4\" style=\"color:var(--red);font-size:1rem;\">\u30b2\u30fc\u30e0\u958b\u59cb<\/a><\/strong>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- ===== SECTION 1: \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210 ===== -->\n      <section id=\"section1\">\n        <div class=\"section-head\">\n          <h2>1. StarCitizen\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b<\/h2>\n          <p>\u516c\u5f0f\u30b5\u30a4\u30c8\u304b\u3089\u7121\u6599\u3067\u767b\u9332\u3067\u304d\u307e\u3059\u3002\u7279\u5178\u30b3\u30fc\u30c9\u3092\u5fd8\u308c\u305a\u306b\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"section-split\">\n            <div>\n              <div class=\"timeline-card\" style=\"margin-bottom:18px;\">\n                <div class=\"timeline\">\n                  <div class=\"timeline-item\">\n                    <strong>\u516c\u5f0f\u30b5\u30a4\u30c8\u306b\u30a2\u30af\u30bb\u30b9<\/strong>\n                    <a href=\"https:\/\/robertsspaceindustries.com\/\" target=\"_blank\">robertsspaceindustries.com<\/a> \u306b\u30a2\u30af\u30bb\u30b9\u3057\u3001\u53f3\u4e0a\u306e\u300cSign In\u300d\u2192\u300cCreate One!\u300d\u3092\u30af\u30ea\u30c3\u30af\u3002\n                  <\/div>\n                  <div class=\"timeline-item\">\n                    <strong>\u767b\u9332\u60c5\u5831\u3092\u5165\u529b<\/strong>\n                    \u30a2\u30ab\u30a6\u30f3\u30c8\u540d\u30fb\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9\u30fb\u751f\u5e74\u6708\u65e5\u3092\u5165\u529b\u3002<br>\n                    \u203b\u7c73\u56fd\u5f0f\u306e\u65e5\u4ed8\u9806\u306f<strong>\u300c\u6708\/\u65e5\/\u5e74\u300d<\/strong>\u3002\u4f8b\uff1a1999\u5e749\u67081\u65e5 \u2192 09\/01\/1999\n                  <\/div>\n                  <div class=\"timeline-item\">\n                    <strong style=\"color:var(--red);\">\u7279\u5178\u30b3\u30fc\u30c9\u3092\u5fc5\u305a\u5165\u529b\uff01<\/strong>\n                    Referral Code\u6b04\u306b <strong style=\"color:var(--red);font-family:monospace;letter-spacing:.05em;\">STAR-GF3D-GLNQ<\/strong> \u3092\u5165\u529b\u3002\u5fd8\u308c\u308b\u30685\u4e07UEC\u3092\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002\n                  <\/div>\n                  <div class=\"timeline-item\">\n                    <strong>\u30ad\u30e3\u30d7\u30c1\u30e3\u3092\u5165\u529b<\/strong>\n                    \u8868\u793a\u3055\u308c\u305f\u30e9\u30f3\u30c0\u30e0\u6587\u5b57\u5217\uff08\u4f8b\uff1aUx4x3\uff09\u3092\u305d\u306e\u307e\u307e\u5165\u529b\u3057\u3066\u767b\u9332\u5b8c\u4e86\u3002\n                  <\/div>\n                <\/div>\n              <\/div>\n\n              <div class=\"info-card\">\n                <h3>\u751f\u5e74\u6708\u65e5\u306e\u5165\u529b\u5f62\u5f0f\u306b\u6ce8\u610f<\/h3>\n                <p>\u7c73\u56fd\u3067\u306f\u6708\u30fb\u65e5\u30fb\u5e74\u306e\u9806\u3067\u5165\u529b\u3057\u307e\u3059\u30021999\u5e749\u67081\u65e5\u751f\u307e\u308c\u306a\u3089\u300c09011999\u300d\u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n              <\/div>\n            <\/div>\n\n            <div style=\"display:grid;gap:16px;\">\n              <figure class=\"inline-visual\">\n                <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/SC-\u516c\u5f0f\u30da\u30fc\u30b8\u30ed\u30b0\u30a4\u30f3\u753b\u9762\uff08\u4e0a\u90e8\u306eCreate-one-\u304b\u3089\u30a2\u30ab\u30a6\u30f3\u30c8\u767b\u9332\u3067\u304d\u308b\u304c\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u521d\u56de\u767b\u9332\u7279\u5178\u30b3\u30fc\u30c9\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u306a\u3044\uff09.jpg.jpg\" alt=\"SC\u516c\u5f0f\u30ed\u30b0\u30a4\u30f3\u753b\u9762\" \/>\n                <figcaption>\u516c\u5f0f\u30ed\u30b0\u30a4\u30f3\u753b\u9762 \u2015 Create one \u304b\u3089\u767b\u9332<\/figcaption>\n              <\/figure>\n              <figure class=\"inline-visual\">\n                <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/SC-\u516c\u5f0f-create-one-\u3092\u62bc\u3057\u305f\u76f4\u5f8c\u306e\u753b\u50cf\u3002\u4e0b\u306e\u307b\u3046\u306b\u521d\u56de\u767b\u9332\u7279\u5178\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u6b04\u304c\u3042\u308b.jpg.jpg\" alt=\"SC\u767b\u9332\u753b\u9762\" \/>\n                <figcaption>\u767b\u9332\u753b\u9762\u4e0b\u90e8\u306b\u7279\u5178\u30b3\u30fc\u30c9\u5165\u529b\u6b04\u3042\u308a<\/figcaption>\n              <\/figure>\n            <\/div>\n          <\/div>\n\n          <div class=\"callout\" style=\"margin-top:18px;\">\n            <strong>\u30dd\u30a4\u30f3\u30c8\uff1a<\/strong>\n            \u7279\u5178\u30b3\u30fc\u30c9\u306f\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u306f\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u767b\u9332\u3059\u308b\u524d\u306b\u5fc5\u305a <span style=\"color:var(--red);font-family:monospace;font-weight:900;\">STAR-GF3D-GLNQ<\/span> \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- ===== SECTION 2: \u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165 ===== -->\n      <section id=\"section2\">\n        <div class=\"section-head\">\n          <h2>2. \u30b2\u30fc\u30e0\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u8cfc\u5165<\/h2>\n          <p>\u516c\u5f0f\u30b9\u30c8\u30a2\u304b\u3089\u81ea\u5206\u306b\u5408\u3063\u305f\u8239\u3092\u9078\u3093\u3067\u8cfc\u5165\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"timeline-card\" style=\"margin-bottom:18px;\">\n            <div class=\"timeline\">\n              <div class=\"timeline-item\">\n                <strong>SHOP\u3092\u30af\u30ea\u30c3\u30af<\/strong>\n                \u30a2\u30ab\u30a6\u30f3\u30c8\u767b\u9332\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u516c\u5f0f\u30b5\u30a4\u30c8\u5de6\u4e0a\u306e\u300cSHOP\u300d\u3092\u30af\u30ea\u30c3\u30af\u3002\n              <\/div>\n              <div class=\"timeline-item\">\n                <strong>Game Packages\u3092\u9078\u629e<\/strong>\n                \u300cPledge Store\u300d\u2192\u300cGame Packages\u300d\u3092\u9078\u629e\u3002\n              <\/div>\n              <div class=\"timeline-item\">\n                <strong>\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u9078\u3076<\/strong>\n                \u4ee5\u4e0b\u306e\u304a\u3059\u3059\u3081\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u53c2\u8003\u306b\u304a\u597d\u304d\u306a\u3082\u306e\u3092\u9078\u629e\u3002\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <h3 style=\"color:var(--red);margin:24px 0 16px;font-size:1.1rem;\">\u304a\u3059\u3059\u3081\u30d1\u30c3\u30b1\u30fc\u30b8\u6bd4\u8f03\uff082026\u5e744\u670812\u65e5\u6642\u70b9\uff09<\/h3>\n\n          <!-- \u73fe\u5728\u304a\u3059\u3059\u3081\u306e\u5272\u5f15\u30d1\u30c3\u30af -->\n          <div style=\"background:#f0faf5;border:1.5px solid rgba(15,122,67,0.3);border-radius:14px;padding:14px 18px;margin-bottom:18px;display:flex;align-items:flex-start;gap:12px;\">\n            <div style=\"flex-shrink:0;font-size:20px;margin-top:2px;\">\u2705<\/div>\n            <div>\n              <div style=\"font-weight:800;color:var(--green);font-size:.95rem;margin-bottom:4px;\">\u73fe\u5728\u8cfc\u5165\u53ef\u80fd\uff1a\u5272\u5f15\u30b9\u30bf\u30fc\u30bf\u30fc\u30d1\u30c3\u30af 2\u7a2e<\/div>\n              <div style=\"color:var(--muted);font-size:.92rem;\">\u4e0b\u8a182\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u73fe\u5728\u5272\u5f15\u4e2d\u3067\u3059\u3002\u3069\u3061\u3089\u3082\u304a\u5f97\u306b\u59cb\u3081\u3089\u308c\u307e\u3059\u3002<\/div>\n            <\/div>\n          <\/div>\n\n          <!-- 2\u679a\u30ab\u30fc\u30c9\uff1a\u73fe\u5728\u306e\u5272\u5f15\u30d1\u30c3\u30af -->\n          <div class=\"image-grid\" style=\"margin-bottom:24px;\">\n            <div class=\"inline-visual\" style=\"display:flex;flex-direction:column;\">\n              <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2026\/04\/Citizen-Starter-Pack\u30fb2026-04-12\u6642\u70b9\u3067\u306e\u304a\u3059\u3059\u3081\u5272\u5f15\u30d1\u30c3\u30b1\u30fc\u30b8\u3002\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3055\u308c\u305fAurora-MK\u2161\u3067\u30b9\u30bf\u30fc\u30c8.jpg.jpg\" alt=\"Citizen Starter Pack\" style=\"width:100%;height:auto;object-fit:contain;max-height:360px;background:#eef1f6;\" \/>\n              <div style=\"padding:16px;\">\n                <div style=\"display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;\">\n                  <strong style=\"font-size:1rem;\">Citizen Starter Pack<\/strong>\n                  <span style=\"background:#f0faf5;color:var(--green);border:1px solid rgba(15,122,67,0.3);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;\">$49.50 USD<\/span>\n                <\/div>\n                <p style=\"color:var(--muted);font-size:.9rem;margin:0 0 10px;\">\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3055\u308c\u305fAurora MK \u2161\u3067\u30b9\u30bf\u30fc\u30c8\u3002\u6700\u3082\u30ea\u30fc\u30ba\u30ca\u30d6\u30eb\u306b\u59cb\u3081\u3089\u308c\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u3002<\/p>\n                <a href=\"https:\/\/robertsspaceindustries.com\/en\/pledge\/Packages\" target=\"_blank\" class=\"cta-btn\" style=\"font-size:13px;padding:9px 18px;display:inline-block;\">\u8cfc\u5165\u30da\u30fc\u30b8\u3092\u898b\u308b<\/a>\n              <\/div>\n            <\/div>\n\n            <div class=\"inline-visual\" style=\"display:flex;flex-direction:column;\">\n              <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2026\/04\/Miner-\u2018Keystone-Starter-Pack\u30fb2026-04-12\u6642\u70b9\u3067\u306e\u304a\u3059\u3059\u3081\u5272\u5f15\u30d1\u30c3\u30b1\u30fc\u30b8\u3002\u63a1\u6398\u8239\u3067\u30b9\u30bf\u30fc\u30c8.jpg.jpg\" alt=\"Miner Keystone Starter Pack\" style=\"width:100%;height:auto;object-fit:contain;max-height:360px;background:#eef1f6;\" \/>\n              <div style=\"padding:16px;\">\n                <div style=\"display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;\">\n                  <strong style=\"font-size:1rem;\">Miner &#8216;Keystone&#8217; Starter Pack<\/strong>\n                  <span style=\"background:#f0faf5;color:var(--green);border:1px solid rgba(15,122,67,0.3);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;\">$74.25 USD<\/span>\n                <\/div>\n                <p style=\"color:var(--muted);font-size:.9rem;margin:0 0 10px;\">\u63a1\u6398\u8239\u3067\u30b9\u30bf\u30fc\u30c8\u3067\u304d\u308b\u4e0a\u4f4d\u30d1\u30c3\u30b1\u30fc\u30b8\u3002\u63a1\u6398\u30d7\u30ec\u30a4\u306b\u8208\u5473\u304c\u3042\u308b\u306a\u3089\u3053\u3061\u3089\u3002<\/p>\n                <a href=\"https:\/\/robertsspaceindustries.com\/en\/pledge\/Packages\" target=\"_blank\" class=\"cta-btn\" style=\"font-size:13px;padding:9px 18px;display:inline-block;\">\u8cfc\u5165\u30da\u30fc\u30b8\u3092\u898b\u308b<\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- \u6bd4\u8f03\u30c6\u30fc\u30d6\u30eb -->\n          <div class=\"compare-table\" style=\"margin-bottom:18px;\">\n            <table>\n              <thead>\n                <tr>\n                  <th>\u30d1\u30c3\u30b1\u30fc\u30b8<\/th>\n                  <th>\u4fa1\u683c<\/th>\n                  <th>\u7279\u5fb4<\/th>\n                  <th>\u72b6\u614b<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr style=\"background:#f0faf5;\">\n                  <td><strong>Citizen Starter Pack<\/strong><\/td>\n                  <td><strong>$49.50<\/strong><\/td>\n                  <td>Aurora MK \u2161\u4ed8\u304d\u3002\u30b7\u30f3\u30d7\u30eb\u306b\u59cb\u3081\u305f\u3044\u4eba\u5411\u3051<\/td>\n                  <td><span class=\"good\">\u25ce \u73fe\u5728\u8cfc\u5165\u53ef\u80fd<\/span><\/td>\n                <\/tr>\n                <tr style=\"background:#f0faf5;\">\n                  <td><strong>Miner &#8216;Keystone&#8217; Starter Pack<\/strong><\/td>\n                  <td><strong>$74.25<\/strong><\/td>\n                  <td>\u63a1\u6398\u8239\u4ed8\u304d\u3002\u63a1\u6398\u30d7\u30ec\u30a4\u306b\u7279\u5316\u3057\u3066\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u3044\u4eba\u5411\u3051<\/td>\n                  <td><span class=\"good\">\u25ce \u73fe\u5728\u8cfc\u5165\u53ef\u80fd<\/span><\/td>\n                <\/tr>\n                <tr style=\"background:#fff8f8;opacity:.75;\">\n                  <td><strong style=\"color:var(--muted);\">\u671f\u9593\u9650\u5b9a\u30b9\u30bf\u30fc\u30d1\u30c3\u30af<\/strong><br><span style=\"font-size:12px;color:var(--muted);\">Avenger Titan \u53ce\u9332<\/span><\/td>\n                  <td><span style=\"color:var(--muted);\">\u2014<\/span><\/td>\n                  <td><span style=\"color:var(--muted);\">\u7279\u5225\u5272\u5f15\u30fb\u304a\u307e\u3051\u30a2\u30a4\u30c6\u30e0\u3042\u308a<\/span><\/td>\n                  <td><span class=\"bad\">\u00d7 \u73fe\u5728\u8cfc\u5165\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u3042\u308a\uff08\u671f\u9593\u9650\u5b9a\u54c1\uff09<\/span><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n\n          <div class=\"warning-card\" style=\"margin-bottom:18px;\">\n            <h3>\u671f\u9593\u9650\u5b9a\u30b9\u30bf\u30fc\u30d1\u30c3\u30af\uff08Avenger Titan \u53ce\u9332\uff09\u306b\u3064\u3044\u3066<\/h3>\n            <p>\u3053\u306e\u30da\u30fc\u30b8\u3092\u898b\u3066\u3044\u308b\u6642\u70b9\u3067\u306f\u8ca9\u58f2\u304c\u7d42\u4e86\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u671f\u9593\u9650\u5b9a\u54c1\u306e\u305f\u3081\u3001\u73fe\u5728\u306e\u516c\u5f0f\u30b9\u30c8\u30a2\u3067\u8cfc\u5165\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u5fc5\u305a\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u73fe\u5728\u306f\u4e0a\u8a182\u3064\u306e\u5272\u5f15\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u304a\u3059\u3059\u3081\u3067\u3059\u3002<\/p>\n          <\/div>\n\n          <div style=\"text-align:center;margin-top:24px;\">\n            <a href=\"https:\/\/robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" target=\"_blank\" class=\"cta-btn\">\u7279\u5178\u4ed8\u304d\u3067\u4f1a\u54e1\u767b\u9332\u3057\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8cfc\u5165<\/a>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- ===== SECTION 3: \u65e5\u672c\u8a9e\u5316 ===== -->\n      <section id=\"section3\">\n        <div class=\"section-head\">\n          <h2>3. \u65e5\u672c\u8a9e\u5316\u306e\u65b9\u6cd5<\/h2>\n          <p>\u30d6\u30ed\u30b0\u304bYouTube\u3067\u89e3\u8aac\u3057\u3066\u3044\u307e\u3059\u3002\u753b\u50cf\u4ed8\u304d\u3067\u308f\u304b\u308a\u3084\u3059\u3044\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"section-split\">\n            <div class=\"cards-2\" style=\"align-self:start;\">\n              <a href=\"https:\/\/www.samurai2948.com\/?p=561\" target=\"_blank\" style=\"text-decoration:none;\">\n                <div class=\"feature-card\" style=\"height:100%;\">\n                  <div class=\"kicker\">Blog Guide<\/div>\n                  <h3>\u65e5\u672c\u8a9e\u5316\u30d6\u30ed\u30b0\u89e3\u8aac<\/h3>\n                  <p style=\"color:var(--muted);font-size:.94rem;\">\u8a73\u7d30\u306a\u624b\u9806\u3092\u753b\u50cf\u4ed8\u304d\u3067\u4e01\u5be7\u306b\u89e3\u8aac\u3002\u8ff7\u3063\u305f\u3089\u307e\u305a\u3053\u3061\u3089\u3002<\/p>\n                  <div style=\"margin-top:12px;color:var(--red);font-weight:700;font-size:13px;\">\u89e3\u8aac\u3092\u8aad\u3080 \u2192<\/div>\n                <\/div>\n              <\/a>\n              <a href=\"https:\/\/www.youtube.com\/watch?v=YpqDqeO-NwU\" target=\"_blank\" style=\"text-decoration:none;\">\n                <div class=\"feature-card\" style=\"height:100%;\">\n                  <div class=\"kicker\">YouTube Guide<\/div>\n                  <h3>\u65e5\u672c\u8a9e\u5316\u52d5\u753b\u30ac\u30a4\u30c9<\/h3>\n                  <p style=\"color:var(--muted);font-size:.94rem;\">\u30d3\u30c7\u30aa\u3067\u624b\u9806\u3092\u898b\u306a\u304c\u3089\u78ba\u8a8d\u3067\u304d\u308b\u306e\u3067\u8996\u899a\u7684\u306b\u308f\u304b\u308a\u3084\u3059\u3044\u3002<\/p>\n                  <div style=\"margin-top:12px;color:var(--red);font-weight:700;font-size:13px;\">\u52d5\u753b\u3092\u898b\u308b \u2192<\/div>\n                <\/div>\n              <\/a>\n            <\/div>\n\n            <figure class=\"inline-visual\">\n              <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9\u306e\u30db\u30fc\u30e0\u307a\u30fc\u30b8\u753b\u50cf\uff08\u5c0f\u3055\u304f\u8868\u793a\uff09.jpg.jpg\" alt=\"\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9\" \/>\n              <figcaption>\u65e5\u672c\u8a9e\u5316\u30ac\u30a4\u30c9\u30da\u30fc\u30b8\u3002\u624b\u9806\u901a\u308a\u306b\u9032\u3081\u308c\u3070\u8ab0\u3067\u3082\u3067\u304d\u307e\u3059\u3002<\/figcaption>\n            <\/figure>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- ===== SECTION 4: \u30b2\u30fc\u30e0\u958b\u59cb ===== -->\n      <section id=\"section4\">\n        <div class=\"section-head\">\n          <h2>4. \u30b2\u30fc\u30e0\u306e\u30d7\u30ec\u30a4\u3092\u958b\u59cb<\/h2>\n          <p>\u30e9\u30f3\u30c1\u30e3\u30fc\u306e\u8a2d\u5b9a\u3068\u6700\u521d\u306e\u8d77\u52d5\u65b9\u6cd5\u3092\u78ba\u8a8d\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"section-split\">\n            <div>\n              <div class=\"timeline-card\" style=\"margin-bottom:18px;\">\n                <div class=\"timeline\">\n                  <div class=\"timeline-item\">\n                    <strong>\u30e9\u30f3\u30c1\u30e3\u30fc\u3067\u300cLIVE\u300d\u3092\u9078\u629e<\/strong>\n                    \u300cLIVE\u300d\u3068\u300cHOTFIX\u300d\u306e\u4e21\u65b9\u304c\u3042\u308b\u5834\u5408\u306f <strong>HOTFIX\u3092\u512a\u5148<\/strong>\u3057\u3066\u9078\u629e\u3002HOTFIX\u306f\u6700\u65b0\u4fee\u6b63\u304c\u9069\u7528\u3055\u308c\u305f\u5b89\u5b9a\u7248\u3067\u3059\u3002\n                  <\/div>\n                  <div class=\"timeline-item\">\n                    <strong>\u30b5\u30fc\u30d0\u30fc\u3092\u9078\u629e<\/strong>\n                    \u3069\u3053\u3092\u9078\u3093\u3067\u3082\u30c7\u30fc\u30bf\u306f\u5171\u901a\u3067\u3059\u3002\u9055\u3044\u306f\u56de\u7dda\u901f\u5ea6\u306e\u307f\u306a\u306e\u3067\u3001\u3069\u306e\u5730\u57df\u3067\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002\n                  <\/div>\n                  <div class=\"timeline-item\">\n                    <strong>\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3092\u30af\u30ea\u30a2<\/strong>\n                    \u64cd\u4f5c\u65b9\u6cd5\u3092\u899a\u3048\u308b\u305f\u3081\u306b\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3092\u3057\u3063\u304b\u308a\u3084\u3063\u3066\u304a\u304d\u307e\u3057\u3087\u3046\u3002\n                  <\/div>\n                <\/div>\n              <\/div>\n\n              <div class=\"warning-card\">\n                <h3>PTU\u30b5\u30fc\u30d0\u30fc\u306b\u3064\u3044\u3066<\/h3>\n                <p>PTU\u3068\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u3082\u306e\u306f\u521d\u5fc3\u8005\u306b\u306f\u975e\u63a8\u5968\u3067\u3059\u3002PTU\u306f\u7d041\u30f6\u6708\u3067\u30c7\u30fc\u30bf\u304c\u5168\u6d88\u53bb\u3055\u308c\u308b\u30c6\u30b9\u30c8\u30b5\u30fc\u30d0\u30fc\u3067\u3059\u3002\u5fc5\u305a\u300cLIVE\u300d\u30b5\u30fc\u30d0\u30fc\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n              <\/div>\n            <\/div>\n\n            <div style=\"display:grid;gap:16px;\">\n              <figure class=\"inline-visual\">\n                <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/SC-launcher\u306e\u8d77\u52d5\u76f4\u5f8c\u306e\u753b\u9762.jpg.jpg\" alt=\"\u30e9\u30f3\u30c1\u30e3\u30fc\u8d77\u52d5\u753b\u9762\" \/>\n                <figcaption>\u30e9\u30f3\u30c1\u30e3\u30fc\u8d77\u52d5\u76f4\u5f8c\u306e\u753b\u9762<\/figcaption>\n              <\/figure>\n              <figure class=\"inline-visual\">\n                <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/SC-launcher-hotfix-\u3068-live-\u3069\u3061\u3089\u304b\u3092\u9078\u3076\u753b\u9762.jpg.jpg\" alt=\"\u30e9\u30f3\u30c1\u30e3\u30fc\u9078\u629e\u753b\u9762\" \/>\n                <figcaption>HOTFIX \u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u512a\u5148\u3057\u3066\u9078\u629e<\/figcaption>\n              <\/figure>\n            <\/div>\n          <\/div>\n\n          <figure class=\"inline-visual\" style=\"margin-top:18px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.samurai2948.com\/wp-content\/uploads\/2025\/10\/sa-ba-.jpg.jpg\" alt=\"\u30b5\u30fc\u30d0\u30fc\u9078\u629e\" \/>\n            <figcaption>\u30b5\u30fc\u30d0\u30fc\u9078\u629e\u753b\u9762 \u2015 \u30c7\u30fc\u30bf\u306f\u5171\u901a\u306a\u306e\u3067\u3069\u3053\u3067\u3082OK<\/figcaption>\n          <\/figure>\n        <\/div>\n      <\/section>\n\n      <!-- ===== \u6ce8\u610f\u4e8b\u9805 ===== -->\n      <section id=\"warnings\">\n        <div class=\"section-head\">\n          <h2>\u7d76\u5bfe\u306b\u77e5\u3063\u3066\u304a\u3044\u3066\u307b\u3057\u3044\u3053\u3068<\/h2>\n          <p>\u3053\u308c\u3092\u77e5\u3089\u306a\u3044\u3068\u640d\u3059\u308b\u30dd\u30a4\u30f3\u30c8\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <div class=\"cards-3\">\n            <div class=\"warning-card\" style=\"margin-bottom:0;\">\n              <h3>\u30b5\u30fc\u30d0\u30fc\u9078\u629e\u306b\u3064\u3044\u3066<\/h3>\n              <p>\u3069\u3053\u3092\u9078\u3093\u3067\u3082\u30c7\u30fc\u30bf\u306f\u5171\u901a\u3067\u3059\u3002\u9055\u3044\u306f\u56de\u7dda\u901f\u5ea6\u306e\u307f\u3002\u30b5\u30fc\u30d0\u30fc\u306f\u3069\u3053\u3067\u30d7\u30ec\u30a4\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n            <\/div>\n            <div class=\"warning-card\" style=\"margin-bottom:0;\">\n              <h3>PTU\u30b5\u30fc\u30d0\u30fc\u306f\u907f\u3051\u308b<\/h3>\n              <p>PTU \u306f\u7d041\u30f6\u6708\u3067\u30c7\u30fc\u30bf\u304c\u5168\u6d88\u53bb\u3055\u308c\u308b\u30c6\u30b9\u30c8\u30b5\u30fc\u30d0\u30fc\u3067\u3059\u3002\u521d\u5fc3\u8005\u306f\u5fc5\u305a\u300cLIVE\u300d\u30b5\u30fc\u30d0\u30fc\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n            <\/div>\n            <div class=\"warning-card\" style=\"margin-bottom:0;\">\n              <h3>SSD\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b<\/h3>\n              <p>HDD\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3068\u8aad\u307f\u8fbc\u307f\u304c\u975e\u5e38\u306b\u9045\u304f\u30b2\u30fc\u30e0\u30d7\u30ec\u30a4\u306b\u652f\u969c\u304c\u51fa\u307e\u3059\u3002\u5fc5\u305aSSD\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u78ba\u8a8d\u306f\u30bf\u30b9\u30af\u30de\u30cd\u30fc\u30b8\u30e3\u30fc \u2192 \u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9 \u2192 \u30c7\u30a3\u30b9\u30af\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"callout\" style=\"margin-top:18px;\">\n            <strong>SSD\u306e\u78ba\u8a8d\u65b9\u6cd5\uff1a<\/strong>\n            Ctrl + Shift + Esc \u2192 \u300c\u30bf\u30b9\u30af\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u300d\u2192\u300c\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u300d\u2192\u5404\u30c7\u30a3\u30b9\u30af\u540d\u306e\u4e0b\u306b\u300cSSD\u300d\u307e\u305f\u306f\u300cHDD\u300d\u3068\u8868\u793a\u3055\u308c\u307e\u3059\u3002\n          <\/div>\n        <\/div>\n      <\/section>\n\n    <\/main>\n\n    <!-- ===== SIDEBAR ===== -->\n    <aside class=\"sidebar\">\n      <div class=\"toc\">\n        <h3>\u76ee\u6b21<\/h3>\n        <a href=\"#section1\">1. \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210<\/a>\n        <a href=\"#section2\">2. \u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165<\/a>\n        <a href=\"#section3\">3. \u65e5\u672c\u8a9e\u5316<\/a>\n        <a href=\"#section4\">4. \u30b2\u30fc\u30e0\u958b\u59cb<\/a>\n        <a href=\"#warnings\">5. \u6ce8\u610f\u4e8b\u9805<\/a>\n      <\/div>\n\n      <div class=\"mini-specs\">\n        <h3>\u7279\u5178\u30b3\u30fc\u30c9<\/h3>\n        <div class=\"mini-spec\">\n          <label>Referral Code<\/label>\n          <strong style=\"font-family:monospace;color:var(--red);letter-spacing:.05em;\">STAR-GF3D-GLNQ<\/strong>\n        <\/div>\n        <div class=\"mini-spec\">\n          <label>\u7279\u5178<\/label>\n          <strong>50,000 UEC<\/strong>\n        <\/div>\n        <div class=\"mini-spec\">\n          <label>\u6ce8\u610f<\/label>\n          <strong>\u767b\u9332\u524d\u306b\u5165\u529b\u5fc5\u9808<\/strong>\n        <\/div>\n        <div class=\"mini-spec\">\n          <label>\u7121\u6599\u30d7\u30ec\u30a4\u671f\u9593<\/label>\n          <strong>4\/9\u301c4\/20<\/strong>\n        <\/div>\n        <div style=\"margin-top:14px;\">\n          <a href=\"https:\/\/robertsspaceindustries.com\/enlist?referral=STAR-GF3D-GLNQ\" target=\"_blank\" class=\"cta-btn\" style=\"display:block;text-align:center;font-size:13px;padding:10px 16px;\">\u7279\u5178\u4ed8\u304d\u3067\u767b\u9332\u3059\u308b<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"mini-specs\">\n        <h3>\u30b3\u30df\u30e5\u30cb\u30c6\u30a3<\/h3>\n        <div class=\"mini-spec\">\n          <label>Discord\u53c2\u52a0\u8005<\/label>\n          <strong>\u7d047,500\u4eba+<\/strong>\n        <\/div>\n        <div class=\"mini-spec\">\n          <label>\u8a00\u8a9e<\/label>\n          <strong>\u65e5\u672c\u8a9e<\/strong>\n        <\/div>\n        <div style=\"margin-top:14px;\">\n          <a href=\"https:\/\/discord.gg\/FtwZKhZvPD\" target=\"_blank\" class=\"discord-btn\" style=\"display:block;text-align:center;font-size:13px;padding:10px 16px;\">Discord\u306b\u53c2\u52a0\u3059\u308b<\/a>\n        <\/div>\n      <\/div>\n    <\/aside>\n  <\/div>\n\n  <!-- ===== FOOTER ===== -->\n  <footer class=\"shell footer\">\n    <p><strong>\u6ce8\u8a18\uff1a<\/strong> \u3053\u306e\u30b5\u30a4\u30c8\u306f\u516c\u5f0f\u30b5\u30a4\u30c8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6700\u65b0\u60c5\u5831\u306f <a href=\"https:\/\/robertsspaceindustries.com\" target=\"_blank\">\u516c\u5f0f\u30b5\u30a4\u30c8<\/a> \u3067\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/p>\n    <p style=\"margin-top:8px;\">\u00a9 2024 Samurai2948 Community. All game content and materials are copyright of Cloud Imperium Games.<\/p>\n  <\/footer>\n\n<\/body>\n<\/html>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>StarCitizen \u5b8c\u5168\u521d\u5fc3\u8005\u30ac\u30a4\u30c9 | \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u304b\u3089\u65e5\u672c\u8a9e\u5316\u307e\u3067 NEW Star Citizen \u653b\u7565\u7279\u8a2d\u30da\u30fc\u30b8 \u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210 \u30d1\u30c3\u30b1\u30fc\u30b8\u8cfc\u5165 \u65e5\u672c\u8a9e\u5316 \u30b2\u30fc\u30e0\u958b\u59cb \u6ce8\u610f\u4e8b\u9805 Complete Begin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2283,"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-706","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\/706","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=706"}],"version-history":[{"count":21,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/706\/revisions"}],"predecessor-version":[{"id":2284,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/706\/revisions\/2284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/2283"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}