{"id":20088,"date":"2025-12-18T16:15:00","date_gmt":"2025-12-18T16:15:00","guid":{"rendered":"https:\/\/thepokeroffer.com\/?p=20088"},"modified":"2026-01-05T16:22:33","modified_gmt":"2026-01-05T16:22:33","slug":"2026-global-poker-tournament-schedule-wsop-ept-wpt","status":"publish","type":"post","link":"https:\/\/thepokeroffer.com\/ja\/2026-global-poker-tournament-schedule-wsop-ept-wpt\/","title":{"rendered":"2026\u5e74 \u4e16\u754c\u306e\u30dd\u30fc\u30ab\u30fc\u5927\u4f1a\u5b8c\u5168\u30ac\u30a4\u30c9\uff1aWSOP\u30d7\u30e9\u30cf\u30fbEPT\u30fbWPT\u30fbTriton \u65e5\u7a0b\u7dcf\u307e\u3068\u3081"},"content":{"rendered":"\n<style>\n  :root {\n    --pk-primary: #C20017;     \/* WSOP Red *\/\n    --pk-gold: #B45309;        \/* Gold Highlight *\/\n    --pk-blue: #005a9c;        \/* WPT Blue *\/\n    --pk-dark: #1f2937;        \/* Text Dark *\/\n    --pk-bg-light: #f9fafb;    \/* Light Gray *\/\n    --pk-border: #e5e7eb;      \/* Border *\/\n  }\n\n  \/* --- Container & Reset --- *\/\n  .poker-container {\n    background: #fff;\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    \/* Japanese Font Stack *\/\n    font-family: \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif, -apple-system, BlinkMacSystemFont;\n    color: var(--pk-dark);\n    line-height: 1.5; \/* Slightly tighter line height *\/\n    font-size: 14px;  \/* Adjusted to 14px for native JP feel *\/\n    position: relative;\n    margin-bottom: 2rem;\n    border: 1px solid var(--pk-border);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .poker-container * { box-sizing: border-box; }\n\n  \/* --- Header --- *\/\n  .pk-hero {\n    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);\n    padding: 24px 16px 20px; \/* Reduced padding *\/\n    border-bottom: 1px solid var(--pk-border);\n    text-align: center;\n  }\n  .pk-badge {\n    display: inline-block;\n    background: #e0f2fe;\n    color: #0369a1;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    padding: 3px 10px;\n    border-radius: 99px;\n    margin-bottom: 8px;\n  }\n  .pk-title {\n    font-size: 24px !important; \/* Reduced from 26px *\/\n    font-weight: 800 !important;\n    margin: 0 0 8px 0 !important;\n    color: #111 !important;\n    line-height: 1.4 !important;\n  }\n  .pk-sub {\n    font-size: 14px !important; \/* Reduced from 15px *\/\n    color: #6b7280 !important;\n    margin: 0 auto 16px !important;\n    max-width: 650px;\n  }\n\n  \/* --- Stats Chips --- *\/\n  .pk-quick-stats {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  @media (min-width: 640px) { .pk-quick-stats { grid-template-columns: repeat(4, 1fr); } }\n  .pk-stat-chip {\n    background: #fff; border: 1px solid var(--pk-border); border-radius: 6px; padding: 8px;\n    box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  }\n  .pk-stat-val { font-weight: 800; font-size: 15px; color: var(--pk-primary); display: block; } \/* Reduced from 16px *\/\n  .pk-stat-lbl { font-size: 10px; color: #6b7280; margin-top: 1px; display: block; }\n\n  \/* --- Navigation --- *\/\n  .pk-nav-wrap {\n    position: relative;\n    background-color: #ffffff !important;\n    border-bottom: 1px solid var(--pk-border);\n    padding-top: 0;\n  }\n  .pk-nav-scroll {\n    display: flex; overflow-x: auto; padding: 0 16px; gap: 20px; scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n  }\n  .pk-nav-scroll::-webkit-scrollbar { display: none; }\n  .pk-nav-item {\n    padding: 12px 0; \/* Reduced padding *\/\n    font-size: 13px; \/* Reduced from 14px *\/\n    font-weight: 600; \n    color: #6b7280; \n    white-space: nowrap; \n    cursor: pointer;\n    border-bottom: 3px solid transparent; \n    transition: all 0.2s;\n    background: none; border-top: none; border-left: none; border-right: none;\n  }\n  .pk-nav-item.active { color: var(--pk-primary); border-bottom-color: var(--pk-primary); }\n\n  \/* --- Info Cards --- *\/\n  .pk-intel-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    padding: 16px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  @media (min-width: 768px) { .pk-intel-grid { grid-template-columns: repeat(3, 1fr); } }\n  .pk-card {\n    background: #fff; border: 1px solid var(--pk-border); border-radius: 8px; padding: 14px;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05); overflow: hidden;\n  }\n  .pk-card.red { border-left: 3px solid var(--pk-primary); }\n  .pk-card.blue { border-left: 3px solid var(--pk-blue); }\n  .pk-card.gold { border-left: 3px solid var(--pk-gold); }\n  \n  .pk-card-tag { font-size: 10px; font-weight: 700; color: #6b7280; margin-bottom: 4px; display: block; }\n  .pk-card-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: #111; }\n  .pk-card-desc { font-size: 12px; color: #4b5563; margin: 0; line-height: 1.5; }\n\n  \/* --- Sections --- *\/\n  .pk-section { padding: 24px 16px; max-width: 1100px; margin: 0 auto; border-bottom: 1px dashed var(--pk-border); }\n  .pk-cta-section { border-bottom: none; }\n\n  .pk-sec-header { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }\n  .pk-sec-icon { font-size: 20px; }\n  .pk-sec-title { font-size: 18px; font-weight: 800; color: #111; margin: 0; }\n\n  \/* --- Table Styling (Compact Reset) --- *\/\n  .pk-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--pk-border);\n    border-radius: 6px;\n    background: #fff;\n    margin-bottom: 20px;\n  }\n  .pk-table {\n    width: 100%; min-width: 600px; font-size: 13px; \/* Reduced base table font *\/\n    border-collapse: collapse !important; \n    border-spacing: 0 !important;\n    margin: 0 !important;\n    border: none !important;\n    background: #fff !important;\n  }\n  \/* Header *\/\n  .pk-table th {\n    background: #f8fafc !important;\n    color: #4b5563 !important;\n    font-size: 11px !important;\n    font-weight: 700 !important;\n    padding: 10px 14px !important; \/* Tighter padding *\/\n    text-align: left !important;\n    border: none !important;\n    border-bottom: 1px solid var(--pk-border) !important;\n    white-space: nowrap;\n  }\n  \/* Body *\/\n  .pk-table td {\n    padding: 10px 14px !important; \/* Tighter padding *\/\n    border: none !important;\n    border-bottom: 1px solid var(--pk-border) !important;\n    vertical-align: top !important;\n    color: #1f2937 !important;\n    background-color: transparent;\n    line-height: 1.4 !important;\n  }\n  .pk-table tr:last-child td { border-bottom: none !important; }\n  \n  \/* Highlighted Rows *\/\n  .pk-highlight-row td { background-color: #fffbeb !important; }\n  \n  \/* Utilities *\/\n  .pill { display: inline-flex; padding: 1px 6px; border-radius: 4px; font-size: 10px; font-weight: 700; line-height: 1.2; border: 1px solid transparent; margin-top: 3px; }\n  .pill-wsop { background: #fff1f2; color: var(--pk-primary); border-color: #fecaca; }\n  .pill-intl { background: #eff6ff; color: #2563eb; border-color: #dbeafe; }\n  .pill-new { background: #faf5ff; color: #7e22ce; border-color: #e9d5ff; }\n  .pill-pgt { background: #f3f4f6; color: #374151; border-color: #d1d5db; }\n  .pill-asia { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }\n  .pill-gold { background: #fffbeb; color: #b45309; border-color: #fcd34d; }\n\n  .cell-date { font-weight: 700; white-space: nowrap; color: #374151; display: block; margin-bottom: 2px; font-size: 12px; }\n  .cell-meta { display: block; font-size: 11px; color: #6b7280; font-weight: 400; }\n  \n  \/* Buy-in Column *\/\n  .pk-table td:last-child {\n      font-weight: 700;\n      color: #111;\n      font-size: 13px;\n  }\n\n  \/* --- Mobile Responsive (Card View) --- *\/\n  @media (max-width: 768px) {\n    .pk-title { font-size: 20px !important; }\n    \n    .pk-table thead { display: none; }\n    .pk-table-wrap { border: none; background: transparent; overflow-x: visible; }\n    .pk-table { display: block; min-width: 100%; background: transparent !important; }\n    .pk-table tbody { display: block; }\n\n    \/* Cards *\/\n    .pk-table tr {\n      display: grid;\n      grid-template-columns: 1fr auto; \n      grid-template-areas:\n        \"date buyin\"\n        \"event event\"\n        \"venue venue\";\n      gap: 6px;\n      background: #fff !important;\n      border: 1px solid #e5e7eb !important;\n      border-radius: 8px;\n      margin-bottom: 10px;\n      padding: 12px; \/* Tighter padding for mobile *\/\n      box-shadow: 0 1px 3px rgba(0,0,0,0.02);\n    }\n\n    .pk-highlight-row {\n       border-left: 3px solid var(--pk-gold) !important;\n       background: #fffbeb !important;\n    }\n    .pk-highlight-row td { background: transparent !important; }\n\n    .pk-table tr.pk-table-header-row {\n        display: block;\n        background: transparent !important;\n        border: none !important;\n        box-shadow: none;\n        padding: 0 0 8px 0;\n        margin-bottom: 0;\n    }\n    .pk-table tr.pk-table-header-row td {\n        padding: 0 !important;\n        border: none !important;\n        font-size: 12px !important;\n        font-weight: 700;\n        color: #4b5563 !important;\n    }\n\n    .pk-table td { display: block; padding: 0 !important; border: none !important; }\n\n    \/* 1. Date *\/\n    .pk-table td:nth-child(1) { grid-area: date; }\n    .pk-table td:nth-child(1) .cell-date { display: inline-block; margin-right: 6px; font-size: 12px; }\n    .pk-table td:nth-child(1) .cell-meta { display: inline-block; font-size: 11px; }\n\n    \/* 2. Event Name *\/\n    .pk-table td:nth-child(2) {\n      grid-area: event;\n      font-size: 14px; \/* Reduced from 16px *\/\n      margin-bottom: 4px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: #111;\n    }\n\n    \/* 3. Venue *\/\n    .pk-table td:nth-child(3) {\n      grid-area: venue;\n      font-size: 12px; \/* Reduced from 13px *\/\n      color: #6b7280;\n      display: flex;\n      flex-wrap: wrap; \n      align-items: center;\n      gap: 6px;\n    }\n    .pk-table td:nth-child(3)::before {\n      content: \"\ud83d\udccd \";\n    }\n    .pk-table td:nth-child(3) br {\n        display: none;\n    }\n    .pk-table td:nth-child(3) .cell-meta {\n        display: inline-block;\n        margin-left: 0;\n    }\n\n    \/* 4. Buy-in *\/\n    .pk-table td:nth-child(4) {\n      grid-area: buyin;\n      text-align: right;\n      font-weight: 800;\n      font-size: 14px; \/* Reduced from 16px *\/\n      color: #111;\n    }\n    \n    .pk-table tr:hover td { background-color: transparent !important; }\n  }\n<\/style>\n\n<div class=\"poker-container\">\n  \n  <header class=\"pk-hero\">\n    <span class=\"pk-badge\">2026\u5e74 \u516c\u5f0f\u78ba\u5b9a\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/span>\n    <h2 class=\"pk-title\">2026\u5e74 \u4e16\u754c\u30dd\u30fc\u30ab\u30fc\u5927\u4f1a\u5b8c\u5168\u30ac\u30a4\u30c9<\/h2>\n    <p class=\"pk-sub\">WSOP\u3001WPT\u3001EPT\u3001Triton\u3001PGT\u306e\u4e3b\u8981\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u7db2\u7f85\u3057\u305f\u7d71\u5408\u30ed\u30fc\u30c9\u30de\u30c3\u30d7\u3002<\/p>\n    \n    <div class=\"pk-quick-stats\">\n      <div class=\"pk-stat-chip\">\n        <span class=\"pk-stat-val\">WSOPE<\/span>\n        <span class=\"pk-stat-lbl\">\u6625\u958b\u50ac\u3078\u5909\u66f4<\/span>\n      <\/div>\n      <div class=\"pk-stat-chip\">\n        <span class=\"pk-stat-val\">\u20ac1000\u4e07\u8d85<\/span>\n        <span class=\"pk-stat-lbl\">\u30d7\u30e9\u30cf\u4fdd\u8a3c\u984d<\/span>\n      <\/div>\n      <div class=\"pk-stat-chip\">\n        <span class=\"pk-stat-val\">\u30c6\u30ad\u30b5\u30b9<\/span>\n        <span class=\"pk-stat-lbl\">\u521d\u30b5\u30fc\u30ad\u30c3\u30c8<\/span>\n      <\/div>\n      <div class=\"pk-stat-chip\">\n        <span class=\"pk-stat-val\">\u30a2\u30b8\u30a2<\/span>\n        <span class=\"pk-stat-lbl\">Q1 \u6fc0\u6226\u533a<\/span>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <nav class=\"pk-nav-wrap\">\n    <div class=\"pk-nav-scroll\">\n      <div class=\"pk-nav-item active\" data-target=\"all\">\u5168\u4f53\u30d3\u30e5\u30fc<\/div>\n      <div class=\"pk-nav-item\" data-target=\"wsop\">WSOP &#038; Circuit<\/div>\n      <div class=\"pk-nav-item\" data-target=\"wpt\">WPT<\/div>\n      <div class=\"pk-nav-item\" data-target=\"ept\">EPT<\/div>\n      <div class=\"pk-nav-item\" data-target=\"asia\">\u30a2\u30b8\u30a2\u958b\u50ac<\/div>\n      <div class=\"pk-nav-item\" data-target=\"pgt\">PGT<\/div>\n      <div class=\"pk-nav-item\" data-target=\"faq\">\u3088\u304f\u3042\u308b\u8cea\u554f<\/div>\n    <\/div>\n  <\/nav>\n\n  <div class=\"pk-intel-grid\" id=\"intel\">\n    <div class=\"pk-card red\">\n      <span class=\"pk-card-tag\">WSOP \u901f\u5831<\/span>\n      <div class=\"pk-card-title\">WSOPE\u304c\u6625\u958b\u50ac\u306b\u5909\u66f4<\/div>\n      <p class=\"pk-card-desc\">\u65e5\u7a0b\u5909\u66f4\uff1a3\u670831\u65e5\uff5e4\u670812\u65e5\u3001\u30d7\u30e9\u30cf\u306b\u3066\u958b\u50ac\u3002\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u4fdd\u8a3c\u984d\u20ac1,000\u4e07\u8d85\u3002<\/p>\n    <\/div>\n    <div class=\"pk-card gold\">\n      <span class=\"pk-card-tag\">\u65b0\u30b9\u30c8\u30c3\u30d7<\/span>\n      <div class=\"pk-card-title\">WSOPC \u30c6\u30ad\u30b5\u30b9\u521d\u4e0a\u9678<\/div>\n      <p class=\"pk-card-desc\">\u53f2\u4e0a\u521d\uff1a4\u6708\u3001\u30c6\u30ad\u30b5\u30b9\u5dde\u30aa\u30fc\u30b9\u30c6\u30a3\u30f3\u306eTexas Card House\u306b\u3066\u30b5\u30fc\u30ad\u30c3\u30c8\u958b\u50ac\u6c7a\u5b9a\u3002<\/p>\n    <\/div>\n    <div class=\"pk-card blue\">\n      <span class=\"pk-card-tag\">\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc<\/span>\n      <div class=\"pk-card-title\">Triton &#038; PGT \u6700\u65b0\u60c5\u5831<\/div>\n      <p class=\"pk-card-desc\">Triton\u306f\u6e08\u5dde\u5cf6\u3068\u30e2\u30f3\u30c6\u30cd\u30b0\u30ed\u3078\u3002PGT\u306f\u30e9\u30b9\u30d9\u30ac\u30b9\u3067\u9ad8\u984d\u30ad\u30e3\u30c3\u30b7\u30e5\u30b2\u30fc\u30e0\u3092\u5c55\u958b\u3002<\/p>\n    <\/div>\n  <\/div>\n\n  <section id=\"wsop\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\ud83c\uddea\ud83c\uddfa<\/span>\n      <h3 class=\"pk-sec-title\">WSOP \u30e8\u30fc\u30ed\u30c3\u30d1 &#038; \u30b5\u30fc\u30ad\u30c3\u30c8 (1\u6708-5\u6708)<\/h3>\n    <\/div>\n    \n    <div style=\"margin-bottom: 24px;\">\n      <h4 style=\"margin: 0 0 12px 0; font-size: 14px; font-weight:700; color:#4b5563;\">\ud83c\udfc6 WSOPE 2026: Spring Festival (\u30d7\u30e9\u30cf)<\/h4>\n      <div class=\"pk-table-wrap\">\n        <table class=\"pk-table\">\n          <thead>\n            <tr>\n              <th style=\"min-width:110px;\">\u65e5\u7a0b \/ \u6642\u9593<\/th>\n              <th>\u30a4\u30d9\u30f3\u30c8\u540d<\/th>\n              <th>\u958b\u50ac\u5730<\/th>\n              <th style=\"min-width:80px;\">\u30d0\u30a4\u30a4\u30f3<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td><span class=\"cell-date\">Mar 31<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#1 The Opener Mystery Bounty<\/strong><br><span class=\"cell-meta\">Flight A (\u30df\u30b9\u30c6\u30ea\u30fc\u30d0\u30a6\u30f3\u30c6\u30a3)<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac1,000<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Mar 31<\/span><span class=\"cell-meta\">02:00 PM<\/span><\/td>\n              <td><strong>#2 PLO Mixed<\/strong><br><span class=\"cell-meta\">Big O, PLO 8, PLO<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac3,000<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 01<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#1 The Opener Mystery Bounty<\/strong><br><span class=\"cell-meta\">Flight B<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac1,000<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 01<\/span><span class=\"cell-meta\">04:00 PM<\/span><\/td>\n              <td><strong>#1 The Opener Mystery Bounty<\/strong><br><span class=\"cell-meta\">Flight C<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac1,000<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 02<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#3 NLH COLOSSUS<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac500<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 03<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#4 PLO PLOSSUS Bounty<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac500<\/td>\n            <\/tr>\n            <tr class=\"pk-highlight-row\">\n              <td><span class=\"cell-date\" style=\"color:#b45309;\">Apr 03<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#5 MAIN EVENT NLH Championship<\/strong><br><span class=\"pill pill-wsop\">\u20ac1000\u4e07\u4fdd\u8a3c<\/span> <span class=\"cell-meta\">Flight A<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td><strong>\u20ac5,300<\/strong><\/td>\n            <\/tr>\n            <tr class=\"pk-highlight-row\">\n              <td><span class=\"cell-date\" style=\"color:#b45309;\">Apr 04<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#5 MAIN EVENT NLH Championship<\/strong><br><span class=\"pill pill-wsop\">\u20ac1000\u4e07\u4fdd\u8a3c<\/span> <span class=\"cell-meta\">Flight B<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td><strong>\u20ac5,300<\/strong><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 05<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#6 NLH Super Turbo Bounty<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac2,000<\/td>\n            <\/tr>\n            <tr class=\"pk-highlight-row\">\n              <td><span class=\"cell-date\" style=\"color:#b45309;\">Apr 05<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#5 MAIN EVENT NLH Championship<\/strong><br><span class=\"pill pill-wsop\">\u20ac1000\u4e07\u4fdd\u8a3c<\/span> <span class=\"cell-meta\">Flight C<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td><strong>\u20ac5,300<\/strong><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 06<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#7 NLH Monster Stack<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac1,500<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 06<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#8 PLO European Championship<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac5,300<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 09<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#12 NLH European Circuit Championship<\/strong><br><span class=\"pill pill-wsop\">\u20ac150\u4e07\u4fdd\u8a3c<\/span> <span class=\"cell-meta\">Flight A<\/span><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac1,500<\/td>\n            <\/tr>\n            <tr style=\"background-color: #f0f9ff;\">\n              <td><span class=\"cell-date\">Apr 10<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#13 GGMillion$ High Roller<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td><strong>\u20ac25,000<\/strong><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 12<\/span><span class=\"cell-meta\">12:00 PM<\/span><\/td>\n              <td><strong>#15 The Closer Turbo Bounty<\/strong><\/td>\n              <td>Hilton Prague<br><span class=\"cell-meta\">\u30d7\u30e9\u30cf, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td>\u20ac2,000<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <div>\n      <h4 style=\"margin: 0 0 12px 0; font-size: 14px; font-weight:700; color:#4b5563;\">\u2663\ufe0f WSOP Circuit: \u516c\u5f0f\u30b5\u30fc\u30ad\u30c3\u30c8 (1\u6708-5\u6708)<\/h4>\n      <div class=\"pk-table-wrap\">\n        <table class=\"pk-table\">\n          <thead>\n            <tr>\n              <th style=\"min-width:110px;\">\u65e5\u7a0b<\/th>\n              <th>\u5927\u4f1a\u540d<\/th>\n              <th>\u958b\u50ac\u5730<\/th>\n              <th>\u30bf\u30a4\u30d7<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td><span class=\"cell-date\">Jan 01-12<\/span><\/td>\n              <td><strong>Planet Hollywood<\/strong><\/td>\n              <td>Planet Hollywood<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u570b<\/span><\/td>\n              <td><span class=\"pill pill-wsop\">\u958b\u5e55\u6226<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Jan 01-13<\/span><\/td>\n              <td>King&#8217;s Resort<\/td>\n              <td>King&#8217;s Resort (\u30ad\u30f3\u30b0\u30b9)<br><span class=\"cell-meta\">\u30ed\u30ba\u30d0\u30c9\u30d5, \u30c1\u30a7\u30b3<\/span><\/td>\n              <td><span class=\"pill pill-intl\">\u56fd\u969b<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Jan 15-26<\/span><\/td>\n              <td>Thunder Valley<\/td>\n              <td>Thunder Valley Casino<br><span class=\"cell-meta\">\u30ea\u30f3\u30ab\u30fc\u30f3, \u7c73\u56fd<\/span><\/td>\n              <td><span class=\"pill pill-pgt\">\u30b5\u30fc\u30ad\u30c3\u30c8<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Feb 12-23<\/span><\/td>\n              <td><strong>Harrah&#8217;s Cherokee<\/strong><\/td>\n              <td>Harrah&#8217;s Cherokee<br><span class=\"cell-meta\">\u30c1\u30a7\u30ed\u30ad\u30fc, \u7c73\u56fd<\/span><\/td>\n              <td><span class=\"pill pill-wsop\">\u65d7\u8266\u30a4\u30d9\u30f3\u30c8<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Feb 26-Mar 10<\/span><\/td>\n              <td>Grand Casino<\/td>\n              <td>Grand Casino<br><span class=\"cell-meta\">\u30ac\u30f3\u30d7\u30ea\u30f3, \u30ea\u30d2\u30c6\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3<\/span><\/td>\n              <td><span class=\"pill pill-intl\">\u56fd\u969b<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Mar 19-30<\/span><\/td>\n              <td>Horseshoe Las Vegas<\/td>\n              <td>Horseshoe Las Vegas<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n              <td><span class=\"pill pill-pgt\">\u30b5\u30fc\u30ad\u30c3\u30c8<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">Apr 10-21<\/span><\/td>\n              <td>Pasino Partouche<\/td>\n              <td>Pasino Grand Partouche<br><span class=\"cell-meta\">\u30d7\u30ed\u30f4\u30a1\u30f3\u30b9, \u30d5\u30e9\u30f3\u30b9<\/span><\/td>\n              <td><span class=\"pill pill-intl\">\u56fd\u969b<\/span><\/td>\n            <\/tr>\n            <tr class=\"pk-highlight-row\" style=\"background-color: #faf5ff;\">\n              <td><span class=\"cell-date\" style=\"color:#7e22ce;\">Apr 23-May 04<\/span><\/td>\n              <td><strong>Texas Card House<\/strong><\/td>\n              <td>Texas Card House<br><span class=\"cell-meta\">\u30aa\u30fc\u30b9\u30c6\u30a3\u30f3, \u7c73\u56fd<\/span><\/td>\n              <td><span class=\"pill pill-new\">\u521d\u958b\u50ac<\/span><\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"cell-date\">May 14-25<\/span><\/td>\n              <td>Caesars New Orleans<\/td>\n              <td>Caesars New Orleans<br><span class=\"cell-meta\">\u30cb\u30e5\u30fc\u30aa\u30fc\u30ea\u30f3\u30ba, \u7c73\u56fd<\/span><\/td>\n              <td><span class=\"pill pill-pgt\">\u30b5\u30fc\u30ad\u30c3\u30c8<\/span><\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"wpt\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\u2666\ufe0f<\/span>\n      <h3 class=\"pk-sec-title\">WPT \u30ef\u30fc\u30eb\u30c9\u30dd\u30fc\u30ab\u30fc\u30c4\u30a2\u30fc (2026 Q1)<\/h3>\n    <\/div>\n    <div class=\"pk-table-wrap\">\n      <table class=\"pk-table\">\n        <thead>\n          <tr>\n            <th style=\"min-width:100px;\">\u65e5\u7a0b<\/th>\n            <th>\u30a4\u30d9\u30f3\u30c8\u540d<\/th>\n            <th>\u958b\u50ac\u5730<\/th>\n            <th style=\"min-width:80px;\">\u30d0\u30a4\u30a4\u30f3<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><span class=\"cell-date\">Jan 16<\/span><\/td>\n            <td><strong>WPT Lucky Hearts Poker Open<\/strong><\/td>\n            <td>Seminole Hard Rock<br><span class=\"cell-meta\">\u30d5\u30ed\u30ea\u30c0, \u7c73\u56fd<\/span><\/td>\n            <td>$3,500<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Jan 30<\/span><\/td>\n            <td>WPT Prime Cambodia<\/td>\n            <td>NagaWorld Resort (\u30ca\u30ac\u30ef\u30fc\u30eb\u30c9)<br><span class=\"cell-meta\">\u30d7\u30ce\u30f3\u30da\u30f3, \u30ab\u30f3\u30dc\u30b8\u30a2<\/span><\/td>\n            <td>$1,100<\/td>\n          <\/tr>\n          <tr style=\"background-color: #f0f9ff;\">\n            <td><span class=\"cell-date\">Feb 04<\/span><\/td>\n            <td><strong>WPT Cambodia Championship<\/strong><\/td>\n            <td>NagaWorld Resort (\u30ca\u30ac\u30ef\u30fc\u30eb\u30c9)<br><span class=\"cell-meta\">\u30d7\u30ce\u30f3\u30da\u30f3, \u30ab\u30f3\u30dc\u30b8\u30a2<\/span><\/td>\n            <td>$3,500<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Feb 19<\/span><\/td>\n            <td><strong>WPT Venetian Las Vegas Spring<\/strong><\/td>\n            <td>The Venetian Resort<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n            <td>$5,000<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Mar 04<\/span><\/td>\n            <td>WPT Prime Cyprus<\/td>\n            <td>Chamada Prestige Hotel<br><span class=\"cell-meta\">\u5317\u30ad\u30d7\u30ed\u30b9<\/span><\/td>\n            <td>$1,100<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Mar 29<\/span><\/td>\n            <td><strong>WPT Rolling Thunder<\/strong><\/td>\n            <td>Thunder Valley Casino<br><span class=\"cell-meta\">\u30ea\u30f3\u30ab\u30fc\u30f3, \u7c73\u56fd<\/span><\/td>\n            <td>$3,500<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <section id=\"ept\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\u2660\ufe0f<\/span>\n      <h3 class=\"pk-sec-title\">EPT &#038; PokerStars Live<\/h3>\n    <\/div>\n    <div class=\"pk-table-wrap\">\n      <table class=\"pk-table\">\n        <thead>\n          <tr>\n            <th style=\"min-width:100px;\">\u65e5\u7a0b<\/th>\n            <th>\u30a4\u30d9\u30f3\u30c8<\/th>\n            <th>\u958b\u50ac\u5730<\/th>\n            <th style=\"min-width:100px;\">\u30d0\u30a4\u30a4\u30f3<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"pk-table-header-row\">\n            <td colspan=\"4\">\ud83c\uddeb\ud83c\uddf7 EPT Paris (2\u670818\u65e5 &#8211; 3\u67081\u65e5)<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Feb 18-23<\/span><\/td>\n            <td>PokerStars Open Main<\/td>\n            <td>Palais des Congr\u00e8s<br><span class=\"cell-meta\">\u30d1\u30ea, \u30d5\u30e9\u30f3\u30b9<\/span><\/td>\n            <td>\u20ac1,650<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Feb 22-24<\/span><\/td>\n            <td><strong>EPT Super High Roller<\/strong><\/td>\n            <td>Palais des Congr\u00e8s<br><span class=\"cell-meta\">\u30d1\u30ea, \u30d5\u30e9\u30f3\u30b9<\/span><\/td>\n            <td><strong>\u20ac100,000<\/strong><\/td>\n          <\/tr>\n          <tr style=\"background-color: #f0fdf4;\">\n            <td><span class=\"cell-date\" style=\"color:#166534;\">Feb 23-24<\/span><\/td>\n            <td><strong>Spin &#038; Go Championship<\/strong><\/td>\n            <td>Palais des Congr\u00e8s<br><span class=\"cell-meta\">\u30d1\u30ea, \u30d5\u30e9\u30f3\u30b9<\/span><\/td>\n            <td><span class=\"pill\" style=\"background:#16a34a; color:#fff;\">\u4e88\u9078\u901a\u904e\u8005\u9650\u5b9a<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Feb 23-Mar 1<\/span><\/td>\n            <td><strong>EPT Main Event (\u30e1\u30a4\u30f3)<\/strong><\/td>\n            <td>Palais des Congr\u00e8s<br><span class=\"cell-meta\">\u30d1\u30ea, \u30d5\u30e9\u30f3\u30b9<\/span><\/td>\n            <td><strong>\u20ac5,300<\/strong><\/td>\n          <\/tr>\n          \n          <tr class=\"pk-table-header-row\">\n            <td colspan=\"4\">\ud83c\uddf2\ud83c\udde8 EPT Monte-Carlo (4\u670830\u65e5 &#8211; 5\u670810\u65e5)<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Apr 30-May 4<\/span><\/td>\n            <td>PokerStars Open Main<\/td>\n            <td>Sporting Monte-Carlo<br><span class=\"cell-meta\">\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed, \u30e2\u30ca\u30b3<\/span><\/td>\n            <td>\u20ac1,650<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">May 3-5<\/span><\/td>\n            <td><strong>Super High Roller<\/strong><\/td>\n            <td>Sporting Monte-Carlo<br><span class=\"cell-meta\">\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed, \u30e2\u30ca\u30b3<\/span><\/td>\n            <td><strong>\u20ac100,000<\/strong><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">May 4-10<\/span><\/td>\n            <td><strong>EPT Main Event (\u30e1\u30a4\u30f3)<\/strong><\/td>\n            <td>Sporting Monte-Carlo<br><span class=\"cell-meta\">\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed, \u30e2\u30ca\u30b3<\/span><\/td>\n            <td><strong>\u20ac5,300<\/strong><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <section id=\"asia\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\ud83c\udf0f<\/span>\n      <h3 class=\"pk-sec-title\">\u30a2\u30b8\u30a2\u958b\u50ac (APT \/ Triton)<\/h3>\n    <\/div>\n    <div class=\"pk-table-wrap\">\n      <table class=\"pk-table\">\n        <thead>\n          <tr>\n            <th style=\"min-width:110px;\">\u65e5\u7a0b<\/th>\n            <th>\u30a4\u30d9\u30f3\u30c8\u540d<\/th>\n            <th>\u958b\u50ac\u5730<\/th>\n            <th style=\"min-width:80px;\">\u30b7\u30ea\u30fc\u30ba<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><span class=\"cell-date\">Jan 30 &#8211; Feb 08<\/span><\/td>\n            <td><strong>APT Jeju Classic<\/strong><\/td>\n            <td>Landing Casino (\u30e9\u30f3\u30c7\u30a3\u30f3\u30b0)<br><span class=\"cell-meta\">\u6e08\u5dde\u5cf6, \u97d3\u56fd<\/span><\/td>\n            <td><span class=\"pill pill-asia\">APT<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Mar 05 &#8211; Mar 15<\/span><\/td>\n            <td><strong>TRITON ONE (10\u5468\u5e74\u8a18\u5ff5)<\/strong><\/td>\n            <td>Landing Casino (\u30e9\u30f3\u30c7\u30a3\u30f3\u30b0)<br><span class=\"cell-meta\">\u6e08\u5dde\u5cf6, \u97d3\u56fd<\/span><\/td>\n            <td><span class=\"pill pill-intl\">Triton<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Apr 22 &#8211; May 03<\/span><\/td>\n            <td><strong>APT Taipei<\/strong><\/td>\n            <td>Red Space<br><span class=\"cell-meta\">\u53f0\u5317, \u53f0\u6e7e<\/span><\/td>\n            <td><span class=\"pill pill-asia\">APT<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">May 13 &#8211; May 28<\/span><\/td>\n            <td><strong>Triton Montenegro S5<\/strong><\/td>\n            <td>Maestral Resort<br><span class=\"cell-meta\">\u30d6\u30c9\u30f4\u30a1, \u30e2\u30f3\u30c6\u30cd\u30b0\u30ed<\/span><\/td>\n            <td><span class=\"pill pill-intl\">Triton<\/span><\/td>\n          <\/tr>\n          <tr class=\"pk-table-header-row\">\n            <td colspan=\"4\">2026\u5e74 \u4e0b\u534a\u671f\u78ba\u5b9a\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Aug 07 &#8211; Aug 16<\/span><\/td>\n            <td>APT Incheon<\/td>\n            <td>Paradise City (\u30d1\u30e9\u30c0\u30a4\u30b9\u30b7\u30c6\u30a3)<br><span class=\"cell-meta\">\u4ec1\u5ddd, \u97d3\u56fd<\/span><\/td>\n            <td><span class=\"pill pill-asia\">APT<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Sep 25 &#8211; Oct 04<\/span><\/td>\n            <td>APT Jeju<\/td>\n            <td>Landing Casino (\u30e9\u30f3\u30c7\u30a3\u30f3\u30b0)<br><span class=\"cell-meta\">\u6e08\u5dde\u5cf6, \u97d3\u56fd<\/span><\/td>\n            <td><span class=\"pill pill-asia\">APT<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Nov 13 &#8211; Nov 29<\/span><\/td>\n            <td><strong>APT Taipei Championship<\/strong><\/td>\n            <td>Red Space<br><span class=\"cell-meta\">\u53f0\u5317, \u53f0\u6e7e<\/span><\/td>\n            <td><span class=\"pill pill-asia\">APT<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <section id=\"pgt\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\ud83c\uddfa\ud83c\uddf8<\/span>\n      <h3 class=\"pk-sec-title\">PGT \u30cf\u30a4\u30ed\u30fc\u30e9\u30fc (\u30e9\u30b9\u30d9\u30ac\u30b9)<\/h3>\n    <\/div>\n    <div class=\"pk-table-wrap\">\n      <table class=\"pk-table\">\n        <thead>\n          <tr>\n            <th style=\"min-width:90px;\">\u65e5\u7a0b\/\u6642\u9593<\/th>\n            <th>\u30a4\u30d9\u30f3\u30c8\u540d<\/th>\n            <th>\u958b\u50ac\u5730<\/th>\n            <th style=\"min-width:80px;\">\u30d0\u30a4\u30a4\u30f3<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"pk-table-header-row\">\n             <td colspan=\"4\">PGT LAST CHANCE \u30b7\u30ea\u30fc\u30ba<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Jan 06<\/span><span class=\"cell-meta\">05:00 a.m.<\/span><\/td>\n            <td>Last Chance #1: NLH<\/td>\n            <td>PokerGO Studio<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n            <td>$10,100<\/td>\n          <\/tr>\n          <tr style=\"background-color: #fffbeb;\">\n            <td><span class=\"cell-date\" style=\"color:#b45309;\">Jan 13<\/span><span class=\"cell-meta\" style=\"color:#92400e;\">05:00 a.m.<\/span><\/td>\n            <td>\n              <strong>PGT Championship (\u30d5\u30ea\u30fc\u30ed\u30fc\u30eb)<\/strong>\n              <br><span class=\"pill pill-gold\" style=\"margin-top:4px;\">$100\u4e07\u4fdd\u8a3c<\/span>\n            <\/td>\n            <td>PokerGO Studio<br><span class=\"cell-meta\" style=\"color:#92400e;\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n            <td><strong>\u62db\u5f85\u5236<\/strong><\/td>\n          <\/tr>\n          <tr class=\"pk-table-header-row\">\n             <td colspan=\"4\">PGT KICKOFF \u30b7\u30ea\u30fc\u30ba<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cell-date\">Jan 27<\/span><span class=\"cell-meta\">05:00 a.m.<\/span><\/td>\n            <td>Kickoff #1: NLH<\/td>\n            <td>PokerGO Studio<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n            <td>$5,100<\/td>\n          <\/tr>\n          <tr class=\"pk-table-header-row\">\n             <td colspan=\"4\">SUPER HIGH ROLLER BOWL \u30b7\u30ea\u30fc\u30ba<\/td>\n          <\/tr>\n          <tr style=\"background-color: #f0f9ff;\">\n            <td><span class=\"cell-date\" style=\"color:#005a9c;\">Feb 13<\/span><span class=\"cell-meta\">05:00 a.m.<\/span><\/td>\n            <td><strong>Super High Roller Bowl: Mixed<\/strong><\/td>\n            <td>PokerGO Studio<br><span class=\"cell-meta\">\u30e9\u30b9\u30d9\u30ac\u30b9, \u7c73\u56fd<\/span><\/td>\n            <td><strong>$100,500<\/strong><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <section id=\"faq\" class=\"pk-section\">\n    <div class=\"pk-sec-header\">\n      <span class=\"pk-sec-icon\">\u2753<\/span>\n      <h3 class=\"pk-sec-title\">2026\u5e74 \u30dd\u30fc\u30ab\u30fc\u5927\u4f1a\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb FAQ<\/h3>\n    <\/div>\n    <div style=\"background: #f9fafb; padding: 24px; border-radius: 12px; border: 1px solid #e5e7eb;\">\n      \n      <details style=\"margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb;\">\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">WSOP \u30e8\u30fc\u30ed\u30c3\u30d1 (WSOPE) 2026 \u306e\u65e5\u7a0b\u306f\u3044\u3064\u3067\u3059\u304b\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          <strong>2026\u5e74\u306eWSOPE\u306f\u6625\u958b\u50ac\u3078\u5909\u66f4<\/strong>\u3068\u306a\u308a\u307e\u3057\u305f\u3002\u671f\u9593\u306f<strong>2026\u5e743\u670831\u65e5\u304b\u30894\u670812\u65e5<\/strong>\u307e\u3067\u3001\u30c1\u30a7\u30b3\u306e\u30d7\u30e9\u30cf\uff08King&#8217;s Resort\/\u30d2\u30eb\u30c8\u30f3\uff09\u3067\u958b\u50ac\u3055\u308c\u307e\u3059\u3002\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u8cde\u91d1\u7dcf\u984d\u4fdd\u8a3c\u306f1,000\u4e07\u30e6\u30fc\u30ed\uff08\u7d0416\u5104\u5186\uff09\u3092\u8d85\u3048\u308b\u4e88\u5b9a\u3067\u3059\u3002\n        <\/p>\n      <\/details>\n\n      <details style=\"margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb;\">\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">\u30c6\u30ad\u30b5\u30b9\u5dde\u3067WSOP\u30b5\u30fc\u30ad\u30c3\u30c8\u306f\u958b\u50ac\u3055\u308c\u307e\u3059\u304b\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          \u306f\u3044\u3002WSOP\u30b5\u30fc\u30ad\u30c3\u30c8\u53f2\u4e0a\u521d\u3068\u306a\u308b\u30c6\u30ad\u30b5\u30b9\u958b\u50ac\u304c\u6c7a\u5b9a\u3057\u307e\u3057\u305f\u3002<strong>2026\u5e744\u670823\u65e5\u304b\u30895\u67084\u65e5<\/strong>\u307e\u3067\u3001\u30aa\u30fc\u30b9\u30c6\u30a3\u30f3\u306e<strong>Texas Card House<\/strong>\u306b\u3066\u884c\u308f\u308c\u307e\u3059\u3002\u516c\u5f0f\u30ea\u30f3\u30b0\u30a4\u30d9\u30f3\u30c8\uff08Ring Event\uff09\u3068\u3057\u3066\u8a8d\u5b9a\u3055\u308c\u3066\u304a\u308a\u3001\u512a\u52dd\u8005\u306f\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30fb\u30aa\u30d6\u30fb\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u30ba\u3078\u306e\u51fa\u5834\u6a29\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002\n        <\/p>\n      <\/details>\n\n      <details style=\"margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb;\">\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">\u306a\u305c2026\u5e74Q1\u306f\u30a2\u30b8\u30a2\u3067\u306e\u5927\u4f1a\u304c\u591a\u3044\u306e\u3067\u3059\u304b\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          \u30a2\u30b8\u30a2\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u9060\u5f81\u3057\u3084\u3059\u3044\u3088\u3046\u3001\u4e3b\u8981\u5927\u4f1a\u304c\u96c6\u4e2d\u3059\u308b\u300c\u30a2\u30b8\u30a2\u30fb\u30b9\u30a4\u30f3\u30b0\u300d\u304c\u7d44\u307e\u308c\u3066\u3044\u307e\u3059\u30022\u6708\u304b\u30895\u6708\u306b\u304b\u3051\u3066\u3001<strong>WPT\u30ab\u30f3\u30dc\u30b8\u30a2<\/strong>\u3001<strong>APT\u6e08\u5dde\u5cf6<\/strong>\u3001\u305d\u3057\u3066<strong>Triton\uff08\u30c8\u30e9\u30a4\u30c8\u30f3\uff09<\/strong>\u30b7\u30ea\u30fc\u30ba\u304c\u9023\u7d9a\u3067\u958b\u50ac\u3055\u308c\u308b\u305f\u3081\u3001\u4e00\u5ea6\u306e\u9060\u5f81\u3067\u8907\u6570\u306e\u30d3\u30c3\u30b0\u30bf\u30a4\u30c8\u30eb\u306b\u6311\u6226\u53ef\u80fd\u3067\u3059\u3002\n        <\/p>\n      <\/details>\n\n      <details style=\"margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb;\">\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">EPT\u3084WSOP\u306e\u4e88\u9078\uff08\u30b5\u30c6\u30e9\u30a4\u30c8\uff09\u306b\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u53c2\u52a0\u3059\u308b\u306b\u306f\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          \u5927\u4f1a\u3054\u3068\u306b\u63d0\u643a\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u7570\u306a\u308a\u307e\u3059\u3002<strong>EPT\u306e\u4e88\u9078<\/strong>\u306fPokerStars\u72ec\u5360\u3067\u884c\u308f\u308c\u307e\u3059\u3002<strong>WPT\u306e\u30d1\u30b9\u30dd\u30fc\u30c8<\/strong>\u306fWPT Global\u3067\u7372\u5f97\u53ef\u80fd\u3002\u305d\u3057\u3066<strong>WSOP\u306e\u30d1\u30c3\u30b1\u30fc\u30b8<\/strong>\u306f\u4e3b\u306bGGPoker\u3067\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u73fe\u5730\u3067\u306e\u30d0\u30a4\u30a4\u30f3\u8ca0\u62c5\u3092\u6e1b\u3089\u3059\u305f\u3081\u3001\u6e21\u822a\u524d\u306b\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u30b7\u30fc\u30c8\u3092\u7372\u5f97\u3059\u308b\u3053\u3068\u3092\u63a8\u5968\u3057\u307e\u3059\u3002\n        <\/p>\n      <\/details>\n\n      <details style=\"margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb;\">\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">Triton\uff08\u30c8\u30e9\u30a4\u30c8\u30f3\uff09\u30dd\u30fc\u30ab\u30fc\u306f\u8ab0\u3067\u3082\u53c2\u52a0\u3067\u304d\u307e\u3059\u304b\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          \u57fa\u672c\u7684\u306b\u306f\u53c2\u52a0\u53ef\u80fd\u3067\u3059\u3002Triton\u306f\u8d85\u9ad8\u984d\u30d0\u30a4\u30a4\u30f3\uff08\u901a\u5e38$25,000\u4ee5\u4e0a\uff09\u3067\u77e5\u3089\u308c\u307e\u3059\u304c\u3001\u8cc7\u91d1\u3068KYC\uff08\u672c\u4eba\u78ba\u8a8d\uff09\u3055\u3048\u30af\u30ea\u30a2\u3059\u308c\u3070\u4e00\u822c\u30d7\u30ec\u30a4\u30e4\u30fc\u3082\u30a8\u30f3\u30c8\u30ea\u30fc\u3067\u304d\u307e\u3059\u3002\u305f\u3060\u3057\u3001\u6e08\u5dde\u5cf6\u306a\u3069\u3067\u958b\u50ac\u3055\u308c\u308b\u4e00\u90e8\u306e<strong>\u300c\u30a4\u30f3\u30d3\u30c6\u30fc\u30b7\u30e7\u30ca\u30eb\uff08\u62db\u5f85\u5236\uff09\u300d<\/strong>\u30a4\u30d9\u30f3\u30c8\u306e\u307f\u3001VIP\u30d7\u30ec\u30a4\u30e4\u30fc\u304b\u3089\u306e\u62db\u5f85\u304c\u5fc5\u9808\u3068\u306a\u308a\u307e\u3059\u3002\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary style=\"font-weight: 700; font-size: 15px; cursor: pointer; color:#1f2937;\">PGT\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u30b7\u30c3\u30d7\uff08\u30d5\u30ea\u30fc\u30ed\u30fc\u30eb\uff09\u306e\u51fa\u5834\u8cc7\u683c\u306f\uff1f<\/summary>\n        <p style=\"margin-top: 10px; font-size: 14px; color:#4b5563; line-height:1.6;\">\n          1\u670813\u65e5\u958b\u50ac\u306ePGT 100\u4e07\u30c9\u30eb\u30fb\u30d5\u30ea\u30fc\u30ed\u30fc\u30eb\u306f\u4e00\u822c\u516c\u958b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002PGT\u5e74\u9593\u30e9\u30f3\u30ad\u30f3\u30b0\u306e<strong>\u4e0a\u4f4d40\u540d<\/strong>\u3001\u304a\u3088\u3073\u5e74\u9593\u3092\u901a\u3058\u3066\u958b\u50ac\u3055\u308c\u308b\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3067\u300c\u30c9\u30ea\u30fc\u30e0\u30b7\u30fc\u30c8\uff08Dream Seat\uff09\u300d\u3092\u7372\u5f97\u3057\u305f\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u307f\u304c\u53c2\u52a0\u3067\u304d\u308b\u3001\u5b8c\u5168\u62db\u5f85\u5236\u306e\u30b7\u30fc\u30ba\u30f3\u6700\u7d42\u6226\u3067\u3059\u3002\n        <\/p>\n      <\/details>\n\n    <\/div>\n    \n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [{\n        \"@type\": \"Question\",\n        \"name\": \"WSOP \u30e8\u30fc\u30ed\u30c3\u30d1 (WSOPE) 2026 \u306e\u65e5\u7a0b\u306f\u3044\u3064\u3067\u3059\u304b\uff1f\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"2026\u5e74\u306eWSOPE\u306f\u6625\u958b\u50ac\u306b\u5909\u66f4\u3055\u308c\u30013\u670831\u65e5\u304b\u30894\u670812\u65e5\u307e\u3067\u30c1\u30a7\u30b3\u306e\u30d7\u30e9\u30cf\u3067\u958b\u50ac\u3055\u308c\u307e\u3059\u3002\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"\u30c6\u30ad\u30b5\u30b9\u5dde\u3067WSOP\u30b5\u30fc\u30ad\u30c3\u30c8\u306f\u958b\u50ac\u3055\u308c\u307e\u3059\u304b\uff1f\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u306f\u3044\u30012026\u5e744\u670823\u65e5\u304b\u30895\u67084\u65e5\u307e\u3067\u3001\u30aa\u30fc\u30b9\u30c6\u30a3\u30f3\u306eTexas Card House\u306b\u3066\u53f2\u4e0a\u521d\u306eWSOP\u30b5\u30fc\u30ad\u30c3\u30c8\u304c\u958b\u50ac\u3055\u308c\u307e\u3059\u3002\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"\u306a\u305c2026\u5e74Q1\u306f\u30a2\u30b8\u30a2\u3067\u306e\u5927\u4f1a\u304c\u591a\u3044\u306e\u3067\u3059\u304b\uff1f\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"WPT\u30ab\u30f3\u30dc\u30b8\u30a2\u3001APT\u6e08\u5dde\u5cf6\u3001Triton\u306a\u3069\u304c2\u6708\u304b\u30895\u6708\u306b\u96c6\u4e2d\u3057\u3001\u30a2\u30b8\u30a2\u3078\u306e\u9060\u5f81\u52b9\u7387\u3092\u9ad8\u3081\u308b\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u304c\u7d44\u307e\u308c\u3066\u3044\u307e\u3059\u3002\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"EPT\u3084WSOP\u306e\u4e88\u9078\uff08\u30b5\u30c6\u30e9\u30a4\u30c8\uff09\u306b\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u53c2\u52a0\u3059\u308b\u306b\u306f\uff1f\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"EPT\u306fPokerStars\u3001WPT\u306fWPT Global\u3001WSOP\u306fGGPoker\u3067\u305d\u308c\u305e\u308c\u516c\u5f0f\u30b5\u30c6\u30e9\u30a4\u30c8\u304c\u958b\u50ac\u3055\u308c\u3066\u3044\u307e\u3059\u3002\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"Triton\uff08\u30c8\u30e9\u30a4\u30c8\u30f3\uff09\u30dd\u30fc\u30ab\u30fc\u306f\u8ab0\u3067\u3082\u53c2\u52a0\u3067\u304d\u307e\u3059\u304b\uff1f\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u4e00\u822c\u306e\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u30a4\u30d9\u30f3\u30c8\u306f\u30d0\u30a4\u30a4\u30f3\u3092\u6255\u3048\u3070\u53c2\u52a0\u53ef\u80fd\u3067\u3059\u304c\u3001\u30a4\u30f3\u30d3\u30c6\u30fc\u30b7\u30e7\u30ca\u30eb\u30a4\u30d9\u30f3\u30c8\u306e\u307f\u62db\u5f85\u5236\u3067\u3059\u3002\"\n        }\n      }]\n    }\n    <\/script>\n  <\/section>\n\n  <section class=\"pk-section pk-cta-section\" style=\"padding-bottom: 60px;\">\n    <div style=\"background: linear-gradient(135deg, #fff 0%, #fff1f2 100%); padding: 40px 24px; border: 1px solid #fecaca; border-radius: 16px; text-align: center; box-shadow: 0 10px 25px -5px rgba(194, 0, 23, 0.1);\">\n      <h3 style=\"font-size: 22px; font-weight: 800; color: #111; margin: 0 0 12px 0;\">\u65c5\u8cbb\u3067\u5229\u76ca\uff08ROI\uff09\u3092\u5727\u8feb\u3057\u306a\u3044\u305f\u3081\u306b<\/h3>\n      <p style=\"font-size: 16px; color: #4b5563; margin: 0 auto 28px auto; max-width: 600px; line-height: 1.6;\">\n        \u30d7\u30ed\u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u73fe\u5730\u3067\u30d0\u30a4\u30a4\u30f3\u3092\u6255\u3046\u3060\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u5f7c\u3089\u306f\u30aa\u30f3\u30e9\u30a4\u30f3\u30b5\u30c6\u30e9\u30a4\u30c8\u3092\u8ce2\u304f\u5229\u7528\u3057\u3066\u3044\u307e\u3059\u30022026\u5e74\u306e\u6700\u65b0\u30b5\u30c6\u30e9\u30a4\u30c8\u60c5\u5831\u3084\u9650\u5b9a\u30dc\u30fc\u30ca\u30b9\u3092\u5165\u624b\u3057\u3001\u30d0\u30f3\u30af\u30ed\u30fc\u30eb\u3092\u5b88\u308a\u307e\u3057\u3087\u3046\u3002\n      <\/p>\n      <div style=\"display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;\">\n        <a href=\"https:\/\/thepokeroffer.com\/ja\/%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b\/\" style=\"display: inline-flex; align-items: center; justify-content: center; background: #C20017; color: #fff; font-weight: 700; padding: 14px 32px; border-radius: 99px; text-decoration: none; font-size: 15px; box-shadow: 0 4px 12px rgba(194, 0, 23, 0.3); transition: all 0.2s;\">\n          \u30aa\u30f3\u30e9\u30a4\u30f3\u30b5\u30c6\u30e9\u30a4\u30c8\u653b\u7565\u6cd5\u3092\u898b\u308b\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n  (function() {\n    const navItems = document.querySelectorAll('.pk-nav-item');\n    const sections = document.querySelectorAll('.pk-section');\n    const intelGrid = document.getElementById('intel');\n    let currentMode = 'all';\n\n    \/* --- Tab Filtering Logic --- *\/\n    navItems.forEach(item => {\n      item.addEventListener('click', (e) => {\n        const targetId = item.getAttribute('data-target');\n        currentMode = targetId;\n\n        \/\/ UI Update\n        navItems.forEach(n => n.classList.remove('active'));\n        item.classList.add('active');\n\n        if (targetId === 'all') {\n          \/\/ Show All\n          if(intelGrid) intelGrid.style.display = 'grid';\n          sections.forEach(sec => sec.style.display = 'block');\n          \n          \/\/ Scroll to Top of Container\n          const container = document.querySelector('.poker-container');\n          if(container) {\n             const y = container.getBoundingClientRect().top + window.scrollY - 20;\n             window.scrollTo({top: y, behavior: 'smooth'});\n          }\n\n        } else {\n          \/\/ Filter Mode\n          if(intelGrid) intelGrid.style.display = 'none';\n\n          sections.forEach(sec => {\n            if (sec.id === targetId || sec.classList.contains('pk-cta-section')) {\n              sec.style.display = 'block';\n            } else {\n              sec.style.display = 'none';\n            }\n          });\n          \n          \/\/ Scroll Adjustment\n           const container = document.querySelector('.poker-container');\n           if(container) {\n             const y = container.getBoundingClientRect().top + window.scrollY - 20;\n             window.scrollTo({top: y, behavior: 'smooth'});\n           }\n        }\n      });\n    });\n\n    \/* --- ScrollSpy (Active only in Overview Mode) --- *\/\n    window.addEventListener('scroll', () => {\n      if (currentMode !== 'all') return;\n\n      let current = 'all';\n      sections.forEach(section => {\n        const sectionTop = section.offsetTop;\n        if (window.scrollY >= (sectionTop - 100)) {\n           if (!section.classList.contains('pk-cta-section')) {\n             current = section.getAttribute('id');\n           }\n        }\n      });\n\n      navItems.forEach(item => {\n        item.classList.remove('active');\n        if (current === 'all' && item.getAttribute('data-target') === 'all') {\n            item.classList.add('active');\n        } \n        else if (item.getAttribute('data-target') === current) {\n            item.classList.add('active');\n        }\n      });\n    });\n  })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>2026\u5e74\u306e\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u30b7\u30fc\u30f3\u3092\u5b8c\u5168\u7db2\u7f85\u3002WSOP\u30d7\u30e9\u30cf\u958b\u50ac\u3001\u65b0\u30c8\u30ea\u30d7\u30eb\u30af\u30e9\u30a6\u30f3\u3001\u305d\u3057\u3066EPT\u3001WPT\u3001Triton\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u8abf\u6574\u306b\u5fc5\u9808\u306e\u300c\u691c\u8a3c\u6e08\u307f\u300d\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30de\u30c3\u30d7\u3002<\/p>\n","protected":false},"author":5,"featured_media":20123,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"rank_math_focus_keyword":"WSOP,EPT,WPT,Triton,\u65e5\u7a0b","rank_math_description":"2026\u5e74\u306e\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u4e3b\u8981\u5927\u4f1a\u3092\u7db2\u7f85\u3002WSOP\u30d7\u30e9\u30cf\u79fb\u8ee2\u3001\u8cde\u91d1100\u4e07\u30c9\u30eb\u306ePOY\u30ec\u30fc\u30b9\u3001EPT\u3001WPT\u3001Triton\u306e\u516c\u5f0f\u65e5\u7a0b\u3092\u5b8c\u5168\u89e3\u8aac\u3002\u30d7\u30ed\u304c\u6559\u3048\u308b\u9060\u5f81\u8a08\u753b\u306e\u6c7a\u5b9a\u7248\u3067\u3059\u3002","rank_math_robots":"","rank_math_canonical_url":"","rank_math_primary_category":"178","rank_math_permalink":"","_themeisle_gutenberg_block_has_review":false,"related_players":"","related_tournaments":"","article_tags":"","footnotes":""},"categories":[180],"tags":[],"class_list":["post-20088","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-insights-ja"],"acf":[],"acf_data":{"related_players":"","related_tournaments":"","article_tags":""},"_links":{"self":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/20088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/comments?post=20088"}],"version-history":[{"count":15,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/20088\/revisions"}],"predecessor-version":[{"id":20858,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/20088\/revisions\/20858"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media\/20123"}],"wp:attachment":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media?parent=20088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/categories?post=20088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/tags?post=20088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}