/* global window */
// Extended data — categories, authors, articles, tags, series for cynix.jp scaling

const CATEGORIES_EXT = [
  {
    id: "server", slug: "/server/", title: "サーバー・VPS",
    en: "Server & VPS", sub: "中小企業のWeb基盤、徹底比較。",
    deck: "深夜の応答速度、SLAの実値、サポートの実速。スペック表に書かれない部分まで、編集部が80日間連続稼働で計測する。",
    color: "#1A2E80", accent: "#00D4FF", chars: ["navi"],
    target: "600+", count: 24, hero: "/story-01.png",
    subcategories: [
      { id: "vps", title: "VPS", deck: "仮想専用サーバーの選定・移行・運用。", count: 8 },
      { id: "wordpress", title: "WordPress特化", deck: "高速・安全・制作会社向け。", count: 6 },
      { id: "business", title: "ビジネス用途", deck: "コーポレート・基幹系・社内DB。", count: 4 },
      { id: "game", title: "ゲーム・大規模", deck: "Minecraft・大規模配信。", count: 3 },
      { id: "move", title: "移行・乗り換え", deck: "ダウンタイムゼロの引越術。", count: 3 },
    ],
  },
  {
    id: "domain", slug: "/domain-ssl/", title: "ドメイン・SSL",
    en: "Domain & SSL", sub: "信頼の最初の3,000円。",
    deck: ".jp / .com / .co.jp の選び方、DNSレコード、SSL証明書の種類と運用。最初の意思決定を、最短ルートで。",
    color: "#6B5BCD", accent: "#FFB800", chars: ["haru"],
    target: "400+", count: 18, hero: "/story-04.png",
    subcategories: [
      { id: "jp-domain", title: ".jpドメイン", deck: "国内信頼の代名詞。" },
      { id: "com-domain", title: ".com / 汎用", deck: "グローバル展開の起点。" },
      { id: "ssl-types", title: "SSL証明書", deck: "DV / OV / EV の選び分け。" },
      { id: "dns-setup", title: "DNS設定", deck: "Aレコード / CNAME / MX。" },
    ],
  },
  {
    id: "saas", slug: "/saas/", title: "B2B SaaS",
    en: "B2B SaaS", sub: "会計・コラボ・CRM。中小企業のSaaSナビ。",
    deck: "freee・マネーフォワード・kintone・Notion——導入企業の実数値で語る、効くSaaSと、効かないSaaS。",
    color: "#0A2540", accent: "#4FCBA9", chars: ["navi"],
    target: "800+", count: 31, hero: "/story-05.png",
    subcategories: [
      { id: "accounting", title: "会計・経理", deck: "freee / MF / 弥生。" },
      { id: "collaboration", title: "コラボレーション", deck: "Notion / Slack / Asana。" },
      { id: "crm", title: "CRM・SFA", deck: "HubSpot / Salesforce。" },
      { id: "hr", title: "人事・労務", deck: "SmartHR / ジョブカン。" },
      { id: "marketing", title: "マーケティング", deck: "MA / SEO / メール。" },
    ],
  },
  {
    id: "ec", slug: "/ec/", title: "ネットショップ・EC構築",
    en: "Commerce", sub: "Shopify・BASE・futureshop、開店から運用まで。",
    deck: "副編集長 春香が起業1年目で見た、現実的な成長曲線。月商10万円、100万円、1,000万円——壁ごとの打ち手。",
    color: "#E63535", accent: "#FFB800", chars: ["haru"],
    target: "400+", count: 22, hero: "/story-03.png",
    subcategories: [
      { id: "shopify", title: "Shopify", deck: "本命プラットフォームの全体像。" },
      { id: "base", title: "BASE / STORES", deck: "国内ノーコードの選び方。" },
      { id: "futureshop", title: "futureshop", deck: "国内中堅向け本命。" },
      { id: "btob", title: "BtoB EC", deck: "卸・代理店・取引先向け。" },
      { id: "cross-border", title: "越境EC", deck: "海外販売の手順。" },
    ],
  },
  {
    id: "ai", slug: "/ai-tools/", title: "AIツール・自動化",
    en: "AI Tools", sub: "ChatGPT・Claude・Midjourney・Notion AI。",
    deck: "Naoto と Haruka のダブル監修で、業務利用の実用性を辛口検証。流行りではなく、定着するAI。",
    color: "#8A4FFF", accent: "#FF4D97", chars: ["navi", "haru"],
    target: "400+", count: 19, hero: "/story-02.png",
    subcategories: [
      { id: "chat-ai", title: "対話AI", deck: "ChatGPT / Claude / Gemini。" },
      { id: "image-ai", title: "画像生成", deck: "Midjourney / DALL-E。" },
      { id: "workflow", title: "ワークフロー自動化", deck: "Zapier / Make / n8n。" },
      { id: "design", title: "デザイン補助", deck: "Figma AI / Notion AI。" },
    ],
  },
  {
    id: "rsv", slug: "/reservation/", title: "予約・業務システム",
    en: "Reservation", sub: "店舗・サロン・教室の運営、ITで簡単に。",
    deck: "美容室・歯科・整体院・スクール。現場視点で、本当に使える予約管理を見極める。",
    color: "#FFA361", accent: "#6FB6E5", chars: ["haru"],
    target: "200+", count: 16, hero: "/story-06.png",
    subcategories: [
      { id: "salon", title: "サロン・美容室", deck: "リクエスト管理・スタッフ配置。" },
      { id: "clinic", title: "クリニック・歯科", deck: "問診・診察・会計まで。" },
      { id: "restaurant", title: "飲食店", deck: "席・コース・キャンセル。" },
      { id: "school", title: "教室・スクール", deck: "月謝・振替・名簿。" },
    ],
  },
];

const AUTHORS = [
  {
    slug: "naoto-miyake",
    name_jp: "三宅 直人", name_en: "Naoto Miyake",
    role_jp: "編集長", role_en: "Editor-in-Chief / Tech Editor",
    age: 35, height: "178cm", avatar: "/navi.png",
    expertise: ["サーバー", "SaaS", "AI", "セキュリティ", "クラウドインフラ"],
    bio_short: "前職はクラウドインフラエンジニア。",
    bio_long:
      "前職はクラウドインフラエンジニア。SaaS黎明期から国内主要サービスをほぼ全て検証してきた。中小企業のIT投資を、現場の言葉で翻訳する。",
    creed: "スペック表より、夜間の実測値を信じる。",
    metrics: { articles: 78, tested: 142, since: "2022.04" },
    sns: { x: "#", note: "#", github: "#" },
  },
  {
    slug: "haruka-hayashi",
    name_jp: "林 春香", name_en: "Haruka Hayashi",
    role_jp: "副編集長", role_en: "Deputy Editor / Web Entrepreneur",
    age: 28, height: "162cm", avatar: "/haru.png",
    expertise: ["ドメイン", "EC", "予約", "起業", "SaaS導入支援"],
    bio_short: "オンラインサロン立ち上げ後、ECとSaaS導入支援を経験。",
    bio_long:
      "学生時代にオンラインサロンを立ち上げ、その後ECとSaaS導入支援を経験。中小事業者の「最初の一歩」を伴走する視点で執筆する。",
    creed: "私も最初は何もわからなかった。だから初学者の言葉で、最短ルートを書きます。",
    metrics: { articles: 52, tested: 88, since: "2023.01" },
    sns: { x: "#", note: "#", instagram: "#" },
  },
];

const ARTICLES = [
  {
    slug: "vps-best", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS おすすめ、迷ったらこれだ",
    deck: "VPS おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-27", modified: "2026-04-27",
    readTime: 18, cover: "/server/vps/vps-best/hero-1280.png", featured: true,
    pageNum: "012",
    services: [],
  },
  {
    slug: "vps-minecraft", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS Minecraft 5社比較｜編集部選定[2026]",
    deck: "VPS Minecraftを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-minecraft/hero-1280.png", featured: true,
    pageNum: "024",
    services: [],
  },
  {
    slug: "start-online-shop-guide", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "ネットショップ 開業 6社比較｜編集部選定[2026]",
    deck: "ネットショップ 開業を編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/start-online-shop-guide/hero-1280.png", featured: true,
    pageNum: "036",
    services: [],
  },
  {
    slug: "vps-compare", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 比較 5社｜実機検証・編集部選定[2026]",
    deck: "VPS 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-compare/hero-1280.png", featured: true,
    pageNum: "048",
    services: [],
  },
  {
    slug: "game-vps", type: "comparison",
    category: "server", subcategory: "game", cluster: "game",
    title: "ゲーム サーバー VPS 5社比較｜編集部選定[2026]",
    deck: "ゲーム サーバー VPSを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "game", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/game/game-vps/hero-1280.png", featured: true,
    pageNum: "060",
    services: [],
  },
  {
    slug: "ec-site-build-guide", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "EC サイト 作り方 5社比較｜編集部選定 [2026]",
    deck: "EC サイト 作り方を編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/ec-site-build-guide/hero-1280.png", featured: false,
    pageNum: "072",
    services: [],
  },
  {
    slug: "cloud-accounting-compare", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "クラウド会計 比較 5社｜編集部選定 [2026]",
    deck: "クラウド会計 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/saas/accounting/cloud-accounting-compare/hero-1280.png", featured: false,
    pageNum: "084",
    services: [],
  },
  {
    slug: "review-2026", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "Shopify 評判 5社比較｜編集部選定[2026]",
    deck: "Shopify 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/review-2026/hero-1280.png", featured: false,
    pageNum: "096",
    services: [],
  },
  {
    slug: "tax-return-compare-2026", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "確定申告 ソフト 比較 2026 5社｜料金表と編集部選定",
    deck: "確定申告 ソフト 比較 2026を編集部が実機検証して比較した編集長レポート。",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/saas/accounting/tax-return-compare-2026/hero-1280.png", featured: false,
    pageNum: "108",
    services: [],
  },
  {
    slug: "online-shop-best", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "ネットショップ おすすめ 6社料金比較[2026]",
    deck: "ネットショップ おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/online-shop-best/hero-1280.png", featured: false,
    pageNum: "120",
    services: [],
  },
  {
    slug: "vps-ranking", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS ランキング 5社比較｜編集部選定[2026]",
    deck: "VPS ランキングを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-ranking/hero-1280.png", featured: false,
    pageNum: "132",
    services: [],
  },
  {
    slug: "vps-cheap", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 安い 5社比較｜編集部選定 [2026]",
    deck: "VPS 安いを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-cheap/hero-1280.png", featured: false,
    pageNum: "144",
    services: [],
  },
  {
    slug: "corp", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "法人 レンタルサーバー 7社比較｜編集部選定[2026]",
    deck: "法人 レンタルサーバーを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/corp/hero-1280.png", featured: false,
    pageNum: "156",
    services: [],
  },
  {
    slug: "vps-free", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 無料 5社比較｜編集部選定[2026]",
    deck: "VPS 無料を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-free/hero-1280.png", featured: false,
    pageNum: "168",
    services: [],
  },
  {
    slug: "monthly-fee-plans", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "Shopify 月額 6社比較｜料金表 [2026]",
    deck: "Shopify 月額を編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/monthly-fee-plans/hero-1280.png", featured: false,
    pageNum: "180",
    services: [],
  },
  {
    slug: "vps-personal", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 個人 5社比較｜編集部選定 [2026]",
    deck: "VPS 個人を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-personal/hero-1280.png", featured: false,
    pageNum: "192",
    services: [],
  },
  {
    slug: "vps-monthly500", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 月額500円 5社比較｜編集部選定[2026]",
    deck: "VPS 月額500円を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-monthly500/hero-1280.png", featured: false,
    pageNum: "204",
    services: [],
  },
  {
    slug: "vs-base-2026", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "BASE Shopify どっち 6社比較｜編集部選定",
    deck: "BASE Shopify どっちを編集部が実機検証して比較した編集長レポート。",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ec/shopify/vs-base-2026/hero-1280.png", featured: false,
    pageNum: "216",
    services: [],
  },
  {
    slug: "conoha-vps-review", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "ConoHa VPS 評判 5社比較｜編集部選定[2026]",
    deck: "ConoHa VPS 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/conoha-vps-review/hero-1280.png", featured: false,
    pageNum: "228",
    services: [],
  },
  {
    slug: "minecraft-vps-compare", type: "comparison",
    category: "server", subcategory: "game", cluster: "game",
    title: "Minecraft VPS 比較 5社｜料金表[2026]",
    deck: "Minecraft VPS 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "game", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/game/minecraft-vps-compare/hero-1280.png", featured: false,
    pageNum: "240",
    services: [],
  },
  {
    slug: "xserver-vps-review", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "XServer VPS 評判 5社比較｜編集部選定[2026]",
    deck: "XServer VPS 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/xserver-vps-review/hero-1280.png", featured: false,
    pageNum: "252",
    services: [],
  },
  {
    slug: "company-homepage", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "会社 ホームページ サーバー 7社比較 [2026]",
    deck: "会社 ホームページ サーバーを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/company-homepage/hero-1280.png", featured: false,
    pageNum: "264",
    services: [],
  },
  {
    slug: "biz-compare", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "ビジネス サーバー 比較 7社｜編集部選定 [2026]",
    deck: "ビジネス サーバー 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/biz-compare/hero-1280.png", featured: false,
    pageNum: "276",
    services: [],
  },
  {
    slug: "cpi-review", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "CPI レンタルサーバー 評判 5社比較｜編集部選定[2026]",
    deck: "CPI レンタルサーバー 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/cpi-review/hero-1280.png", featured: false,
    pageNum: "288",
    services: [],
  },
  {
    slug: "corp-cheap", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "法人 サーバー 安い 7社比較｜料金表[2026]",
    deck: "法人 サーバー 安いを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/corp-cheap/hero-1280.png", featured: false,
    pageNum: "300",
    services: [],
  },
  {
    slug: "conoha-wing-review", type: "comparison",
    category: "server", subcategory: "wordpress", cluster: "wordpress",
    title: "ConoHa WING 評判 5社比較｜編集部選定[2026]",
    deck: "ConoHa WING 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "wordpress", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/wordpress/conoha-wing-review/hero-1280.png", featured: false,
    pageNum: "312",
    services: [],
  },
  {
    slug: "canva-pro-owner", type: "comparison",
    category: "ai-tools", subcategory: "design", cluster: "design",
    title: "Canva Pro 評価 経営者6社比較[2026]",
    deck: "Canva Pro 評価 経営者を編集部が実機検証して比較した編集長レポート。",
    tags: ["ai-tools", "design", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ai-tools/design/canva-pro-owner/hero-1280.png", featured: false,
    pageNum: "324",
    services: [],
  },
  {
    slug: "wordpress-best", type: "comparison",
    category: "server", subcategory: "wordpress", cluster: "wordpress",
    title: "WordPress サーバー おすすめ7社比較[2026]",
    deck: "WordPress サーバー おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "wordpress", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/wordpress/wordpress-best/hero-1280.png", featured: false,
    pageNum: "336",
    services: [],
  },
  {
    slug: "vps-wordpress", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS WordPress 5社比較｜編集部選定[2026]",
    deck: "VPS WordPressを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps-wordpress/hero-1280.png", featured: false,
    pageNum: "348",
    services: [],
  },
  {
    slug: "mixhost-review", type: "comparison",
    category: "server", subcategory: "wordpress", cluster: "wordpress",
    title: "mixhost 評判 5社比較｜料金表・編集部選定[2026]",
    deck: "mixhost 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "wordpress", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/wordpress/mixhost-review/hero-1280.png", featured: false,
    pageNum: "360",
    services: [],
  },
  {
    slug: "review", type: "comparison",
    category: "server", subcategory: "wordpress", cluster: "wordpress",
    title: "シンレンタルサーバー 評判 5社比較｜編集部選定 [2026]",
    deck: "シンレンタルサーバー 評判を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "wordpress", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/wordpress/review/hero-1280.png", featured: false,
    pageNum: "372",
    services: [],
  },
  {
    slug: "minecraft-setup", type: "comparison",
    category: "server", subcategory: "game", cluster: "game",
    title: "マインクラフト サーバー 立て方 5社比較 [2026]",
    deck: "マインクラフト サーバー 立て方を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "game", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/game/minecraft-setup/hero-1280.png", featured: false,
    pageNum: "384",
    services: [],
  },
  {
    slug: "vps", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 海外 5社比較｜編集部選定 [2026]",
    deck: "VPS 海外を編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/vps/vps/hero-1280.png", featured: false,
    pageNum: "396",
    services: [],
  },
  {
    slug: "smb", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "中小企業 レンタルサーバー 7社比較｜編集部選定[2026]",
    deck: "中小企業 レンタルサーバーを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/business/smb/hero-1280.png", featured: false,
    pageNum: "408",
    services: [],
  },
  {
    slug: "switch", type: "comparison",
    category: "server", subcategory: "move", cluster: "move",
    title: "レンタルサーバー 乗り換え 5社比較｜編集部選定[2026]",
    deck: "レンタルサーバー 乗り換えを編集部が実機検証して比較した編集長レポート。",
    tags: ["server", "move", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/server/move/switch/hero-1280.png", featured: false,
    pageNum: "420",
    services: [],
  },
  {
    slug: "biyoshitsu-yoyaku-system-best", type: "comparison",
    category: "reservation", subcategory: "salon", cluster: "salon",
    title: "美容室 予約システム おすすめ5社比較[2026]",
    deck: "美容室 予約システム おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["reservation", "salon", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/reservation/salon/biyoshitsu-yoyaku-system-best/hero-1280.png", featured: false,
    pageNum: "432",
    services: [],
  },
  {
    slug: "banner-auto-ai-compare", type: "comparison",
    category: "ai-tools", subcategory: "design", cluster: "design",
    title: "バナー 自動生成 AI 比較 6社｜編集部選定[2026]",
    deck: "バナー 自動生成 AI 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["ai-tools", "design", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/ai-tools/design/banner-auto-ai-compare/hero-1280.png", featured: false,
    pageNum: "444",
    services: [],
  },
  {
    slug: "restaurant-yoyaku-system-best", type: "comparison",
    category: "reservation", subcategory: "restaurant", cluster: "restaurant",
    title: "飲食店 予約システム おすすめ 5社比較 [2026]",
    deck: "飲食店 予約システム おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["reservation", "restaurant", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/reservation/restaurant/restaurant-yoyaku-system-best/hero-1280.png", featured: false,
    pageNum: "456",
    services: [],
  },
  {
    slug: "salon-yoyaku-system-compare", type: "comparison",
    category: "reservation", subcategory: "salon", cluster: "salon",
    title: "サロン 予約システム 比較 5社｜料金表[2026]",
    deck: "サロン 予約システム 比較を編集部が実機検証して比較した編集長レポート。",
    tags: ["reservation", "salon", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/reservation/salon/salon-yoyaku-system-compare/hero-1280.png", featured: false,
    pageNum: "468",
    services: [],
  },
  {
    slug: "ssl-0014", type: "comparison",
    category: "domain-ssl", subcategory: "ssl", cluster: "ssl",
    title: "SSL 無料 おすすめ 5社比較｜編集部選定[2026]",
    deck: "SSL 無料 おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["domain-ssl", "ssl", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/domain-ssl/ssl/ssl-0014/hero-1280.png", featured: false,
    pageNum: "480",
    services: [],
  },
  {
    slug: "dental-yoyaku-system-best", type: "comparison",
    category: "reservation", subcategory: "clinic", cluster: "clinic",
    title: "歯科 予約システム おすすめ5社比較 [2026]",
    deck: "歯科 予約システム おすすめを編集部が実機検証して比較した編集長レポート。",
    tags: ["reservation", "clinic", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/reservation/clinic/dental-yoyaku-system-best/hero-1280.png", featured: false,
    pageNum: "492",
    services: [],
  },
  {
    slug: "jp-domain-0001", type: "comparison",
    category: "domain-ssl", subcategory: "jp-domain", cluster: "jp-domain",
    title: ".jpドメイン 取得 5社比較｜料金表[2026]",
    deck: ".jpドメイン 取得を編集部が実機検証して比較した編集長レポート。",
    tags: ["domain-ssl", "jp-domain", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/domain-ssl/jp-domain/jp-domain-0001/hero-1280.png", featured: false,
    pageNum: "504",
    services: [],
  },
  {
    slug: "com-domain-0008", type: "comparison",
    category: "domain-ssl", subcategory: "com-domain", cluster: "com-domain",
    title: ".com ドメイン 取得 5社比較｜更新料表 [2026]",
    deck: ".com ドメイン 取得を編集部が実機検証して比較した編集長レポート。",
    tags: ["domain-ssl", "com-domain", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-04-28", modified: "2026-04-28",
    readTime: 18, cover: "/domain-ssl/com-domain/com-domain-0008/hero-1280.png", featured: false,
    pageNum: "516",
    services: [],
  },
  {
    slug: "vps-best", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS おすすめ 5 社比較｜料金と運用軸 [2026]",
    deck: "review/ranking",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/vps/vps-best/hero-1280.png", featured: false,
    pageNum: "528",
    services: [],
  },
  {
    slug: "accounting-software-best-smb", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "会計ソフト おすすめ 中小企業 5社比較｜経理目線[2026]",
    deck: "review/ranking",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/accounting-software-best-smb/hero-1280.png", featured: false,
    pageNum: "540",
    services: [],
  },
  {
    slug: "invoice-system-accounting-software", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "インボイス対応 会計ソフト 5社比較｜料金表[2026]",
    deck: "review/ranking",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/invoice-system-accounting-software/hero-1280.png", featured: false,
    pageNum: "552",
    services: [],
  },
  {
    slug: "cloud-accounting-sole-proprietor-compare", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "クラウド会計 個人事業主 比較 5社｜料金表[2026]",
    deck: "comparison/data",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/cloud-accounting-sole-proprietor-compare/hero-1280.png", featured: false,
    pageNum: "564",
    services: [],
  },
  {
    slug: "review", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "マネーフォワード 評判 5社比較｜会計SaaS料金[2026]",
    deck: "comparison/data",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/review/hero-1280.png", featured: false,
    pageNum: "576",
    services: [],
  },
  {
    slug: "ec-platform-compare", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "EC 比較 6 社｜月額と手数料で選ぶ [2026]",
    deck: "comparison/data",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/shopify/ec-platform-compare/hero-1280.png", featured: false,
    pageNum: "588",
    services: [],
  },
  {
    slug: "shopify-1m-roadmap", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "Shopify 月商100万円 6社比較｜費用表[2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/shopify-1m-roadmap/hero-1280.png", featured: false,
    pageNum: "600",
    services: [],
  },
  {
    slug: "attendance-compare-smb", type: "comparison",
    category: "saas", subcategory: "hr", cluster: "hr",
    title: "勤怠管理 ソフト 比較 中小企業 5社比較｜料金表[2026]",
    deck: "comparison/data",
    tags: ["saas", "hr", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/hr/attendance-compare-smb/hero-1280.png", featured: false,
    pageNum: "612",
    services: [],
  },
  {
    slug: "pricing-compare", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "マネーフォワード 料金 比較｜5社・月額¥900〜[2026]",
    deck: "comparison/data",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/pricing-compare/hero-1280.png", featured: false,
    pageNum: "624",
    services: [],
  },
  {
    slug: "accounting-software-corp-best", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "会計ソフト 法人 おすすめ 5社比較｜料金表[2026]",
    deck: "review/ranking",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/accounting-software-corp-best/hero-1280.png", featured: false,
    pageNum: "636",
    services: [],
  },
  {
    slug: "vps-corp", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS 法人 5 社比較｜運用目線・料金表 [2026]",
    deck: "review/ranking",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/vps/vps-corp/hero-1280.png", featured: false,
    pageNum: "648",
    services: [],
  },
  {
    slug: "corp-mail-compare", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "法人 メールサーバー 比較 7社｜料金表 [2026]",
    deck: "comparison/data",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/business/corp-mail-compare/hero-1280.png", featured: false,
    pageNum: "660",
    services: [],
  },
  {
    slug: "shopify-app-best", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "Shopify アプリ おすすめ 6選｜運用費比較[2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/shopify-app-best/hero-1280.png", featured: false,
    pageNum: "672",
    services: [],
  },
  {
    slug: "compare-migrate", type: "comparison",
    category: "server", subcategory: "move", cluster: "move",
    title: "レンタルサーバー 比較 移行 7社｜料金表[2026]",
    deck: "comparison/data",
    tags: ["server", "move", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/move/compare-migrate/hero-1280.png", featured: false,
    pageNum: "684",
    services: [],
  },
  {
    slug: "payroll-compare-smb", type: "comparison",
    category: "saas", subcategory: "hr", cluster: "hr",
    title: "給与計算 ソフト 比較 中小企業 5社｜編集部選定 [2026]",
    deck: "comparison/data",
    tags: ["saas", "hr", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/hr/payroll-compare-smb/hero-1280.png", featured: false,
    pageNum: "696",
    services: [],
  },
  {
    slug: "corporatesite", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "コーポレートサイト サーバー 7社比較｜編集部選定[2026]",
    deck: "review/ranking",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/business/corporatesite/hero-1280.png", featured: false,
    pageNum: "708",
    services: [],
  },
  {
    slug: "wordpress-compare", type: "comparison",
    category: "server", subcategory: "wordpress", cluster: "wordpress",
    title: "WordPress レンタルサーバー 比較5社｜料金[2026]",
    deck: "comparison/data",
    tags: ["server", "wordpress", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/wordpress/wordpress-compare/hero-1280.png", featured: false,
    pageNum: "720",
    services: [],
  },
  {
    slug: "shopify-seo-guide", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "Shopify SEO 6社比較｜運用で選ぶ[2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/shopify-seo-guide/hero-1280.png", featured: false,
    pageNum: "732",
    services: [],
  },
  {
    slug: "corp-security", type: "comparison",
    category: "server", subcategory: "business", cluster: "business",
    title: "法人 サーバー セキュリティ 7社比較｜半年運用[2026]",
    deck: "comparison/data",
    tags: ["server", "business", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/business/corp-security/hero-1280.png", featured: false,
    pageNum: "744",
    services: [],
  },
  {
    slug: "vps-2", type: "comparison",
    category: "server", subcategory: "vps", cluster: "vps",
    title: "VPS とは｜共有との違い5点を解説[2026]",
    deck: "quick-answer",
    tags: ["server", "vps", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/server/vps/vps-2/hero-1280.png", featured: false,
    pageNum: "756",
    services: [],
  },
  {
    slug: "domain-setup", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "Shopify ドメイン 6社比較｜料金表 [2026]",
    deck: "review/ranking",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/shopify/domain-setup/hero-1280.png", featured: false,
    pageNum: "768",
    services: [],
  },
  {
    slug: "plus-enterprise", type: "comparison",
    category: "ec", subcategory: "shopify", cluster: "shopify",
    title: "Shopify Plus 6社比較｜月額36.8万[2026]",
    deck: "review/ranking",
    tags: ["ec", "shopify", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/shopify/plus-enterprise/hero-1280.png", featured: false,
    pageNum: "780",
    services: [],
  },
  {
    slug: "labor-compare-smb", type: "comparison",
    category: "saas", subcategory: "hr", cluster: "hr",
    title: "労務 ソフト 比較 中小企業 5選｜料金表[2026]",
    deck: "comparison/data",
    tags: ["saas", "hr", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/hr/labor-compare-smb/hero-1280.png", featured: false,
    pageNum: "792",
    services: [],
  },
  {
    slug: "shopify-inventory", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "Shopify 在庫管理 6 社比較｜月額0円〜 [2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/shopify-inventory/hero-1280.png", featured: false,
    pageNum: "804",
    services: [],
  },
  {
    slug: "ec-traffic-strategy", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "EC 集客 6 社比較｜売れる導線と手数料 [2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/ec-traffic-strategy/hero-1280.png", featured: false,
    pageNum: "816",
    services: [],
  },
  {
    slug: "chatwork-pricing-compare", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "Chatwork 料金 比較 5社｜月額差[2026]",
    deck: "comparison/data",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/chatwork-pricing-compare/hero-1280.png", featured: false,
    pageNum: "828",
    services: [],
  },
  {
    slug: "cloud-accounting-merit", type: "comparison",
    category: "saas", subcategory: "accounting", cluster: "accounting",
    title: "クラウド会計 デメリット｜5つの盲点と回避[2026]",
    deck: "opinion/data",
    tags: ["saas", "accounting", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/accounting/cloud-accounting-merit/hero-1280.png", featured: false,
    pageNum: "840",
    services: [],
  },
  {
    slug: "chatwork-review", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "Chatwork 評判 5社比較｜半年運用 [2026]",
    deck: "comparison/data",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/chatwork-review/hero-1280.png", featured: false,
    pageNum: "852",
    services: [],
  },
  {
    slug: "free-online-shop", type: "comparison",
    category: "ec", subcategory: "base", cluster: "base",
    title: "ネットショップ 無料 6社比較｜初期費用0円[2026]",
    deck: "comparison/data",
    tags: ["ec", "base", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/base/free-online-shop/hero-1280.png", featured: false,
    pageNum: "864",
    services: [],
  },
  {
    slug: "getting-started", type: "comparison",
    category: "ec", subcategory: "base", cluster: "base",
    title: "BASE 始め方 6社比較｜初期費用0円から [2026]",
    deck: "review/ranking",
    tags: ["ec", "base", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/base/getting-started/hero-1280.png", featured: false,
    pageNum: "876",
    services: [],
  },
  {
    slug: "notion-pricing-compare", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "Notion 料金 比較 5社｜公式価格表[2026]",
    deck: "comparison/data",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/notion-pricing-compare/hero-1280.png", featured: false,
    pageNum: "888",
    services: [],
  },
  {
    slug: "hr-best-smb", type: "comparison",
    category: "saas", subcategory: "hr", cluster: "hr",
    title: "HRテック おすすめ 中小企業 5社比較｜労務基盤[2026]",
    deck: "review/ranking",
    tags: ["saas", "hr", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/hr/hr-best-smb/hero-1280.png", featured: false,
    pageNum: "900",
    services: [],
  },
  {
    slug: "slack-vs-chatwork-smb", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "Slack vs Chatwork 中小企業比較5軸[2026]",
    deck: "comparison/data",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/slack-vs-chatwork-smb/hero-1280.png", featured: false,
    pageNum: "912",
    services: [],
  },
  {
    slug: "sales-growth", type: "comparison",
    category: "ec", subcategory: "operations", cluster: "operations",
    title: "EC 売上 上げる6選｜費用と施策比較[2026]",
    deck: "review/ranking",
    tags: ["ec", "operations", "実機検証", "編集部選定"],
    author: "haruka-hayashi", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/ec/operations/sales-growth/hero-1280.png", featured: false,
    pageNum: "924",
    services: [],
  },
  {
    slug: "best-smb", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "コラボツール おすすめ 中小企業 5選｜料金比較 [2026]",
    deck: "review/ranking",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/best-smb/hero-1280.png", featured: false,
    pageNum: "936",
    services: [],
  },
  {
    slug: "notion-template-best", type: "comparison",
    category: "saas", subcategory: "collab", cluster: "collab",
    title: "Notion テンプレート おすすめ｜7分類解説 [2026]",
    deck: "quick-answer",
    tags: ["saas", "collab", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/collab/notion-template-best/hero-1280.png", featured: false,
    pageNum: "948",
    services: [],
  },
  {
    slug: "crm-compare-2026", type: "comparison",
    category: "saas", subcategory: "crm", cluster: "crm",
    title: "CRM 比較 2026｜7社を実運用で整理",
    deck: "comparison/data",
    tags: ["saas", "crm", "実機検証", "編集部選定"],
    author: "naoto-miyake", coAuthor: null,
    published: "2026-05-01", modified: "2026-05-01",
    readTime: 18, cover: "/saas/crm/crm-compare-2026/hero-1280.png", featured: false,
    pageNum: "960",
    services: [],
  },
];

const TAGS_EXT = [
  { slug: "wordpress-高速化", label: "WordPress高速化", count: 32, parent: "server" },
  { slug: "実機ベンチ", label: "実機ベンチ", count: 27 },
  { slug: "国内DC", label: "国内DC", count: 24, parent: "server" },
  { slug: "深夜帯", label: "深夜帯", count: 19, parent: "server" },
  { slug: "セルフバック", label: "セルフバック", count: 18 },
  { slug: "副業", label: "副業", count: 15 },
  { slug: "ConoHa", label: "ConoHa", count: 14 },
  { slug: "Xserver", label: "Xserver", count: 12 },
  { slug: "Shopify", label: "Shopify", count: 22, parent: "ec" },
  { slug: "BASE", label: "BASE", count: 11, parent: "ec" },
  { slug: "Claude", label: "Claude", count: 9, parent: "ai" },
  { slug: "ChatGPT", label: "ChatGPT", count: 14, parent: "ai" },
];

const SERIES = [
  {
    slug: "first-month",
    title: "起業1ヶ月目シリーズ",
    description: "Web事業を始める最初の30日で必要な意思決定を、副編集長 春香が伴走解説する5章。",
    cover: "/story-03.png", author: "haruka-hayashi",
    chapters: ["jp-domain-10min-guide", "shopify-1m-roadmap"],
    chapterCount: 5,
  },
];

window.cynixDataExt = { CATEGORIES_EXT, AUTHORS, ARTICLES, TAGS_EXT, SERIES };
