{"id":25206,"date":"2026-04-23T08:50:00","date_gmt":"2026-04-23T08:50:00","guid":{"rendered":"https:\/\/thepokeroffer.com\/?p=25206"},"modified":"2026-04-22T14:11:59","modified_gmt":"2026-04-22T14:11:59","slug":"ept-european-poker-tour","status":"publish","type":"post","link":"https:\/\/thepokeroffer.com\/ja\/ept-european-poker-tour\/","title":{"rendered":"EPT\u30e8\u30fc\u30ed\u30c3\u30d1\u30dd\u30fc\u30ab\u30fc\u30c4\u30a2\u30fc2026\u5b8c\u5168\u653b\u7565\uff5c\u65e5\u7a0b\u30fb\u4e3b\u8981\u4f1a\u5834\u30fbPokerStars\u4e88\u9078\u3092\u5fb9\u5e95\u89e3\u8aac"},"content":{"rendered":"\n<!-- \n  ================================================================\n  EPT Poker Tournament Guide (Japanese Edition)\n  Stylesheet & Layout Engine\n  Recommended: Move <link> tags to the theme <head> for better LCP.\n  ================================================================ \n-->\n\n<style>\n\/* ================================================================\n   Design Tokens & Base Setup\n   ================================================================ *\/\n:root {\n  --eptg-red:      #C20017;\n  --eptg-red-grad: linear-gradient(135deg, #C20017 0%, #9e0013 100%);\n  --eptg-body:     #2c2c2c;\n  --eptg-muted:    #666666;\n  --eptg-border:   #e8e8e8;\n  --eptg-bg:       #fafafa;\n  --eptg-shadow:   0 8px 24px -6px rgba(0, 0, 0, 0.06);\n  --eptg-serif:    'Lora', 'Noto Serif JP', 'Yu Mincho', Georgia, serif;\n  --eptg-sans:     'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;\n}\n\n.eptg-wrap {\n  max-width: 860px;\n  margin: 0 auto;\n  background: transparent;\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\n\/* ================================================================\n   Typography\n   ================================================================ *\/\n.eptg-wrap p {\n  font-family: var(--eptg-sans);\n  font-size: 16px;\n  line-height: 1.85;\n  color: var(--eptg-body);\n  margin: 0 0 18px;\n}\n.eptg-wrap ul,\n.eptg-wrap ol {\n  font-family: var(--eptg-serif);\n  font-size: 15.5px;\n  line-height: 1.8;\n  color: var(--eptg-body);\n  padding-left: 22px;\n  margin-bottom: 18px;\n}\n.eptg-wrap li {\n  margin-bottom: 6px;\n}\n.eptg-wrap h2 {\n  font-family: var(--eptg-sans);\n  font-size: 22px;\n  font-weight: 700;\n  color: #111;\n  margin: 48px 0 16px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #f0f0f0;\n  position: relative;\n}\n.eptg-wrap h2::after {\n  content: '';\n  position: absolute;\n  left: 0; bottom: -2px;\n  width: 36px; height: 2px;\n  background: var(--eptg-red);\n}\n.eptg-wrap h3 {\n  font-family: var(--eptg-sans);\n  font-size: 18px;\n  font-weight: 700;\n  color: #1a1a1a;\n  margin: 28px 0 12px;\n}\n.eptg-wrap h4 {\n  font-family: var(--eptg-sans);\n  font-size: 15px;\n  font-weight: 700;\n  color: #111;\n  margin: 0 0 8px;\n  letter-spacing: 0.1px;\n}\n.eptg-wrap a {\n  color: var(--eptg-red);\n  transition: color 0.2s ease;\n}\n\n\/* ================================================================\n   Components\n   ================================================================ *\/\n.eptg-def {\n  border-left: 4px solid var(--eptg-red);\n  background: var(--eptg-bg);\n  padding: 18px 22px;\n  border-radius: 0 8px 8px 0;\n  margin: 0 0 28px;\n}\n.eptg-def-label {\n  font-family: var(--eptg-sans);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n  color: var(--eptg-red);\n  margin-bottom: 8px;\n}\n.eptg-def p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.75;\n  color: #333;\n}\n\n.eptg-cta-strip {\n  background: #ffffff;\n  border: 1px solid var(--eptg-border);\n  border-left: 4px solid var(--eptg-red);\n  border-radius: 8px;\n  padding: 18px 24px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  flex-wrap: wrap;\n  margin: 0 0 32px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.03);\n}\n.eptg-cta-strip-text {\n  flex: 1;\n  min-width: 200px;\n  font-family: var(--eptg-sans);\n  font-size: 14.5px;\n  color: #555;\n  line-height: 1.65;\n}\n.eptg-cta-strip-text strong {\n  color: #111;\n  display: block;\n  margin-bottom: 6px;\n  font-size: 16px;\n}\n\n.eptg-glance {\n  border: 1px solid var(--eptg-border);\n  border-radius: 12px;\n  overflow: hidden;\n  margin: 0 0 28px;\n  background: #fff;\n}\n.eptg-glance-head {\n  background: var(--eptg-red);\n  color: #fff;\n  padding: 12px 20px;\n  font-family: var(--eptg-sans);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n.eptg-glance-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.eptg-glance-item {\n  padding: 16px 20px;\n  border-right: 1px solid #f2f2f2;\n  border-bottom: 1px solid #f2f2f2;\n  transition: background 0.2s ease;\n}\n.eptg-glance-item:nth-child(even) { border-right: none; }\n.eptg-glance-item:nth-last-child(-n+2) { border-bottom: none; }\n.eptg-gi-label {\n  font-family: var(--eptg-sans);\n  font-size: 10.5px;\n  font-weight: 700;\n  letter-spacing: 0.6px;\n  text-transform: uppercase;\n  color: #999;\n  margin-bottom: 6px;\n}\n.eptg-gi-val {\n  font-family: var(--eptg-sans);\n  font-size: 14px;\n  font-weight: 600;\n  color: #1c1c1e;\n  line-height: 1.4;\n  word-break: break-word;\n}\n\n.eptg-toc {\n  background: var(--eptg-bg);\n  border: 1px solid var(--eptg-border);\n  border-radius: 10px;\n  padding: 22px 26px;\n  margin: 0 0 36px;\n}\n.eptg-toc-title {\n  font-family: var(--eptg-sans);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: #888;\n  margin-bottom: 16px;\n}\n.eptg-toc ol {\n  font-family: var(--eptg-sans);\n  font-size: 14px;\n  margin: 0; padding-left: 20px;\n  columns: 2; column-gap: 32px;\n  line-height: 1.85;\n}\n.eptg-toc li { break-inside: avoid; margin-bottom: 6px; }\n.eptg-toc a { color: var(--eptg-red); text-decoration: none; transition: opacity .2s ease; display: inline-block; padding: 2px 0; }\n\n.eptg-keyfacts {\n  display: grid;\n  grid-template-columns: 1fr 1px 1fr 1px 1fr;\n  align-items: center;\n  gap: 0;\n  margin: 28px 0 40px;\n  padding: 20px 0;\n  border-top: 1px solid var(--eptg-border);\n  border-bottom: 1px solid var(--eptg-border);\n}\n.eptg-kf {\n  padding: 4px 20px;\n  font-family: var(--eptg-sans);\n  text-align: center;\n}\n.eptg-kf:first-child { padding-left: 0; text-align: left; }\n.eptg-kf:last-child  { padding-right: 0; text-align: right; }\n.eptg-kf-n {\n  display: block;\n  font-size: 30px;\n  font-weight: 800;\n  color: #111;\n  letter-spacing: -0.5px;\n  line-height: 1.05;\n  margin-bottom: 6px;\n}\n.eptg-kf-l { font-size: 12.5px; color: var(--eptg-muted); line-height: 1.4; }\n.eptg-kf-sep { width: 1px; height: 40px; background: var(--eptg-border); justify-self: center; }\n\n.eptg-timeline {\n  position: relative;\n  padding-left: 32px;\n  margin: 24px 0 36px;\n}\n.eptg-timeline::before {\n  content: '';\n  position: absolute;\n  left: 11px; top: 8px; bottom: 8px;\n  width: 2px;\n  background: linear-gradient(to bottom, var(--eptg-red), #f5c4c4);\n}\n.eptg-tl-item { position: relative; margin-bottom: 28px; }\n.eptg-tl-item:last-child { margin-bottom: 0; }\n.eptg-tl-item::before {\n  content: '';\n  position: absolute;\n  left: -27px; top: 5px;\n  width: 10px; height: 10px;\n  border-radius: 50%;\n  background: #fff;\n  border: 2px solid var(--eptg-red);\n  box-shadow: 0 0 0 4px rgba(194, 0, 23, 0.1);\n}\n.eptg-tl-year {\n  font-family: var(--eptg-sans);\n  font-size: 13.5px;\n  font-weight: 700;\n  color: var(--eptg-red);\n  letter-spacing: 0.3px;\n  margin-bottom: 6px;\n}\n.eptg-tl-desc {\n  font-family: var(--eptg-serif);\n  font-size: 15.5px;\n  color: #444;\n  line-height: 1.75;\n}\n\n.eptg-steps {\n  display: flex;\n  gap: 0;\n  margin: 24px 0 16px;\n  overflow-x: auto;\n  padding-bottom: 16px;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width: none;\n  scroll-snap-type: x mandatory;\n}\n.eptg-steps::-webkit-scrollbar { display: none; }\n.eptg-step { flex: 1; min-width: 130px; text-align: center; position: relative; scroll-snap-align: start; }\n.eptg-step:not(:last-child)::after {\n  content: '\u203a';\n  position: absolute;\n  right: -8px; top: 12px;\n  font-size: 22px;\n  color: var(--eptg-red);\n  line-height: 1;\n  z-index: 1;\n  opacity: 0.6;\n}\n.eptg-step-dot {\n  width: 44px; height: 44px;\n  border-radius: 50%;\n  background: var(--eptg-red-grad);\n  color: #fff;\n  font-family: var(--eptg-sans);\n  font-size: 16px;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 10px;\n  box-shadow: 0 4px 10px rgba(194, 0, 23, 0.15);\n}\n.eptg-step-l { font-family: var(--eptg-sans); font-size: 13.5px; font-weight: 700; color: #111; line-height: 1.3; padding: 0 4px; }\n.eptg-step-s { font-family: var(--eptg-sans); font-size: 11.5px; color: #888; margin-top: 5px; line-height: 1.3; }\n\n.eptg-qual-grid, .eptg-ev-grid, .eptg-venue-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  margin: 20px 0 28px;\n}\n.eptg-card {\n  border: 1px solid var(--eptg-border);\n  border-radius: 12px;\n  padding: 24px;\n  background: #fff;\n  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.eptg-venue-card { background: #fafafa; }\n.eptg-card-icon { font-size: 26px; margin-bottom: 14px; display: block; }\n.eptg-card h4 { font-size: 16px; margin-bottom: 10px; }\n.eptg-card p {\n  font-family: var(--eptg-serif);\n  font-size: 14.5px;\n  color: #555;\n  margin: 0;\n  line-height: 1.75;\n}\n.eptg-venue-city { font-family: var(--eptg-sans); font-size: 17px; font-weight: 700; color: #111; margin-bottom: 6px; }\n.eptg-venue-sub { font-family: var(--eptg-sans); font-size: 12.5px; color: var(--eptg-red); font-weight: 700; margin-bottom: 14px; letter-spacing: 0.5px; }\n\n.eptg-bl-list { margin: 24px 0 40px; border-top: 1px solid var(--eptg-border); }\n.eptg-bl-item {\n  display: grid;\n  grid-template-columns: 44px 1fr;\n  gap: 0 16px;\n  padding: 24px 0;\n  border-bottom: 1px solid var(--eptg-border);\n  align-items: start;\n}\n.eptg-bl-num { font-family: var(--eptg-sans); font-size: 12.5px; font-weight: 700; color: var(--eptg-red); padding-top: 3px; }\n.eptg-bl-title { font-family: var(--eptg-sans); font-size: 16px; font-weight: 700; color: #111; margin-bottom: 8px; line-height: 1.4; }\n.eptg-bl-body { font-family: var(--eptg-serif); font-size: 15px; color: #555; line-height: 1.75; margin: 0; }\n\n.eptg-tbl-hint {\n  font-family: var(--eptg-sans);\n  font-size: 13px;\n  color: #888;\n  margin-bottom: 10px;\n  text-align: right;\n  display: none;\n}\n.eptg-tbl-sub {\n  font-family: var(--eptg-sans);\n  font-size: 13px;\n  color: #777;\n  margin-top: 10px;\n  margin-bottom: 32px;\n}\n.eptg-tbl-wrap {\n  overflow-x: auto;\n  margin: 0 0 12px;\n  border-radius: 10px;\n  border: 1px solid var(--eptg-border);\n  -webkit-overflow-scrolling: touch;\n  background: linear-gradient(to right, white 30%, rgba(255,255,255,0)),\n              linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,\n              radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.06), transparent),\n              radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.06), transparent) 0 100%;\n  background-repeat: no-repeat;\n  background-color: white;\n  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;\n  background-attachment: local, local, scroll, scroll;\n}\n.eptg-tbl {\n  width: 100%;\n  border-collapse: collapse;\n  font-family: var(--eptg-sans);\n  font-size: 14.5px;\n  min-width: 520px;\n}\n.eptg-tbl thead tr { background: #111; color: #fff; }\n.eptg-tbl th { padding: 16px 20px; text-align: left; font-size: 12.5px; font-weight: 600; letter-spacing: 0.5px; white-space: nowrap; }\n.eptg-tbl tbody tr { border-bottom: 1px solid #f0f0f0; transition: background 0.2s ease; }\n.eptg-tbl tbody tr:last-child { border-bottom: none; }\n.eptg-tbl tbody tr:nth-child(even) { background: #fafafa; }\n.eptg-tbl td { padding: 16px 20px; color: #333; vertical-align: middle; line-height: 1.5; }\n.eptg-tbl .eptg-hl { color: var(--eptg-red); font-weight: 700; }\n.eptg-ts { white-space: nowrap; }\n\n.eptg-winners {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  margin: 24px 0 36px;\n}\n.eptg-winner-card {\n  border: 1px solid var(--eptg-border);\n  border-radius: 12px;\n  padding: 24px 20px;\n  text-align: center;\n  background: #fff;\n  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.eptg-winner-name { font-family: var(--eptg-sans); font-size: 15.5px; font-weight: 700; color: #111; margin-bottom: 8px; }\n.eptg-winner-title { font-family: var(--eptg-sans); font-size: 12px; color: var(--eptg-red); font-weight: 700; margin-bottom: 12px; line-height: 1.45; }\n.eptg-winner-desc { font-family: var(--eptg-serif); font-size: 13.5px; color: #666; line-height: 1.65; }\n\n\/* FAQ Section *\/\n.eptg-faq { margin: 20px 0 36px; }\n.eptg-faq details {\n  border: 1px solid var(--eptg-border);\n  border-radius: 10px;\n  margin-bottom: 14px;\n  overflow: hidden;\n  background: #fff;\n  transition: border-color 0.3s ease;\n}\n.eptg-faq details[open] { border-color: #d0d0d0; }\n.eptg-faq summary {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px 24px;\n  cursor: pointer;\n  font-family: var(--eptg-sans);\n  font-size: 15.5px;\n  font-weight: 700;\n  color: #111;\n  background: #fafafa;\n  list-style: none;\n  user-select: none;\n  gap: 16px;\n  transition: background 0.2s ease;\n}\n.eptg-faq summary::-webkit-details-marker { display: none; }\n.eptg-faq-icon {\n  flex-shrink: 0;\n  width: 28px; height: 28px;\n  background: #eaeaea;\n  color: #555;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 18px;\n  font-weight: 400;\n  line-height: 1;\n  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  font-style: normal;\n}\n.eptg-faq details[open] .eptg-faq-icon {\n  transform: rotate(45deg);\n  background: var(--eptg-red);\n  color: #fff;\n}\n.eptg-faq-body {\n  padding: 0 24px 24px;\n  font-family: var(--eptg-serif);\n  font-size: 15px;\n  color: #444;\n  line-height: 1.85;\n  background: #fafafa;\n}\n.eptg-faq-body p { margin: 0; padding-top: 16px; border-top: 1px solid #f0f0f0; }\n\n\/* VIP Contact Block *\/\n.eptg-cta-contact {\n  background: #f8fafc;\n  border: 1px solid #e2e8f0;\n  border-radius: 16px;\n  padding: 40px;\n  margin: 56px 0 40px;\n  text-align: center;\n}\n.eptg-cta-contact h3 {\n  margin-top: 0;\n  font-size: 24px;\n  color: #0f172a;\n}\n.eptg-cta-contact > p {\n  color: #475569;\n  font-size: 16px;\n  max-width: 600px;\n  margin: 0 auto 28px;\n  line-height: 1.6;\n}\n.eptg-contact-grid {\n  display: flex;\n  justify-content: center;\n  gap: 16px;\n  flex-wrap: wrap;\n}\n.eptg-btn-contact {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  padding: 14px 24px;\n  border-radius: 8px;\n  font-family: var(--eptg-sans);\n  font-weight: 600;\n  font-size: 15px;\n  color: #fff !important;\n  text-decoration: none !important;\n  transition: all 0.2s ease;\n  min-width: 160px;\n}\n.eptg-btn-contact:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.1);\n}\n.eptg-btn-tg   { background: #229ED9; }\n.eptg-btn-line { background: #06C755; }\n.eptg-btn-email { background: #334155; }\n\n\/* Legal Disclaimer *\/\n.eptg-disclaimer {\n  background: #f9f9f9;\n  border: 1px solid #ebebeb;\n  border-radius: 10px;\n  padding: 16px 20px;\n  margin: 20px 0 40px;\n}\n.eptg-disclaimer p {\n  font-family: var(--eptg-sans);\n  font-size: 12px;\n  color: #888;\n  margin: 0;\n  line-height: 1.65;\n}\n.eptg-disclaimer a { color: #888; text-decoration: underline; transition: color 0.2s ease; }\n\n\/* ================================================================\n   Interactive States (Desktop)\n   ================================================================ *\/\n@media (hover: hover) {\n  .eptg-wrap a:hover { color: var(--eptg-red-dk); }\n  .eptg-card:hover, .eptg-winner-card:hover { transform: translateY(-4px); box-shadow: var(--eptg-shadow); border-color: #dcdcdc; }\n  .eptg-glance-item:hover { background: #fdfdfd; }\n  .eptg-tbl tbody tr:hover { background: #fffcfc; }\n  .eptg-faq summary:hover { background: #f5f5f5; }\n  .eptg-faq summary:hover .eptg-faq-icon { background: #ddd; }\n  .eptg-btn-contact:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); }\n  .eptg-disclaimer a:hover { color: var(--eptg-red); }\n}\n\n\/* ================================================================\n   Mobile Layout Adjustments\n   ================================================================ *\/\n@media (max-width: 768px) {\n  .eptg-contact-grid { flex-direction: column; align-items: center; }\n  .eptg-btn-contact { width: 100%; max-width: 320px; }\n}\n\n@media (max-width: 640px) {\n  .eptg-wrap h2 { font-size: 21px; margin: 40px 0 16px; }\n  .eptg-wrap p { font-size: 15px; line-height: 1.75; }\n  \n  .eptg-glance-grid,\n  .eptg-qual-grid,\n  .eptg-ev-grid,\n  .eptg-venue-grid,\n  .eptg-winners {\n    grid-template-columns: 1fr;\n  }\n\n  .eptg-keyfacts {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    border: none;\n    padding: 0;\n    margin: 24px 0 32px;\n  }\n  .eptg-kf {\n    background: #fff;\n    border: 1px solid var(--eptg-border);\n    border-radius: 8px;\n    padding: 12px 4px;\n    width: 100%;\n    box-sizing: border-box;\n    text-align: center !important;\n  }\n  .eptg-kf-n { font-size: 18px; margin-bottom: 4px; letter-spacing: -0.5px; }\n  .eptg-kf-l { font-size: 10px; line-height: 1.3; }\n  .eptg-kf-sep { display: none; }\n\n  .eptg-cta-strip {\n    flex-direction: column;\n    align-items: stretch;\n    text-align: center;\n    padding: 22px 20px;\n  }\n  .eptg-cta-strip-text { text-align: left; margin-bottom: 16px; }\n\n  .eptg-toc ol { columns: 1; }\n  .eptg-bl-item { grid-template-columns: 28px 1fr; gap: 0 14px; }\n\n  .eptg-btn-contact { width: 100%; max-width: 100%; }\n\n  .eptg-tbl-hint { display: block; }\n  .eptg-tbl th, .eptg-tbl td { padding: 14px; font-size: 13.5px; }\n  .eptg-ts { display: block; margin-top: 4px; }\n  \n  .eptg-faq summary { align-items: flex-start; padding: 18px 20px; }\n  .eptg-faq-icon { margin-top: -2px; }\n}\n<\/style>\n\n<article class=\"eptg-wrap\" itemscope itemtype=\"https:\/\/schema.org\/Article\">\n\n<p>\u30e8\u30fc\u30ed\u30d4\u30a2\u30f3\u30fb\u30dd\u30fc\u30ab\u30fc\u30fb\u30c4\u30a2\u30fc\uff08EPT\uff09\u306f\u3001\u4e16\u754c\u3067\u6700\u3082\u6a29\u5a01\u3042\u308b\u9ad8\u984d\u8cde\u91d1\u30dd\u30fc\u30ab\u30fc\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306e\u4e00\u3064\u3067\u3059\u30022004\u5e74\u306e\u5275\u8a2d\u4ee5\u6765\u3001PokerStars\uff08\u30dd\u30fc\u30ab\u30fc\u30b9\u30bf\u30fc\u30ba\uff09\u304c\u4e3b\u50ac\u3059\u308b\u3053\u306e\u5927\u4f1a\u306f\u3001\u4e16\u754c\u4e2d\u306e\u30dd\u30fc\u30ab\u30fc\u611b\u597d\u5bb6\u3084\u30c8\u30c3\u30d7\u30d7\u30ed\u304c\u76ee\u6a19\u3068\u3059\u308b\u6700\u9ad8\u306e\u821e\u53f0\u3067\u3059\u3002\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed\u306e\u8c6a\u83ef\u306a\u30ab\u30b8\u30ce\u304b\u3089\u30d0\u30eb\u30bb\u30ed\u30ca\u306e\u7f8e\u3057\u3044\u30d3\u30fc\u30c1\u307e\u3067\u3001\u6700\u9ad8\u5cf0\u306e\u30dd\u30fc\u30ab\u30fc\u30a2\u30af\u30b7\u30e7\u30f3\u3068\u6975\u4e0a\u306e\u65c5\u884c\u4f53\u9a13\u3092\u540c\u6642\u306b\u5473\u308f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u3053\u306e\u30ac\u30a4\u30c9\u3067\u306f\u3001EPT\u7279\u6709\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u69cb\u9020\u304b\u3089\u3001\u6700\u65b0\u30b7\u30fc\u30ba\u30f3\u306e\u6ce8\u76ee\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3001\u3055\u3089\u306b\u306f\u6570\u30c9\u30eb\u306e\u53c2\u52a0\u8cbb\u3067\u20ac5,300\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u51fa\u5834\u6a29\u3092\u52dd\u3061\u53d6\u308b\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u306e\u4ed5\u7d44\u307f\u307e\u3067\u3001EPT\u3078\u306e\u6311\u6226\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u3059\u3079\u3066\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3057\u307e\u3059\u3002<\/p>\n\n<div class=\"eptg-def\">\n  <div class=\"eptg-def-label\">1\u5206\u3067\u308f\u304b\u308b\uff1aEPT\u30dd\u30fc\u30ab\u30fc\u3068\u306f\uff1f<\/div>\n  <p>EPT\uff08\u30e8\u30fc\u30ed\u30d4\u30a2\u30f3\u30fb\u30dd\u30fc\u30ab\u30fc\u30fb\u30c4\u30a2\u30fc\uff09\u306f\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u3067\u6700\u3082\u6b74\u53f2\u304c\u9577\u304f\u3001\u6700\u5927\u898f\u6a21\u3092\u8a87\u308b\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u306e\u796d\u5178\u3067\u3059\u3002PokerStars\u306e\u904b\u55b6\u306e\u3082\u3068\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u3092\u4ee3\u8868\u3059\u308b\u90fd\u5e02\u3067\u958b\u50ac\u3055\u308c\u307e\u3059\u3002\u53c2\u52a0\u8cbb\uff08\u30d0\u30a4\u30a4\u30f3\uff09\u20ac5,300\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u3001\u4fdd\u8a3c\u8cde\u91d1\uff08GTD\uff09\u306a\u3057\u3067\u3082\u6570\u767e\u4e07\u30e6\u30fc\u30ed\u304b\u30891,000\u4e07\u30e6\u30fc\u30ed\u3092\u8d85\u3048\u308b\u8d85\u9ad8\u984d\u8cde\u91d1\u30d7\u30fc\u30eb\u304c\u5f62\u6210\u3055\u308c\u308b\u3053\u3068\u3067\u77e5\u3089\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n<\/div>\n\n<div class=\"eptg-cta-strip\">\n  <div class=\"eptg-cta-strip-text\">\n    <strong>\u30aa\u30f3\u30e9\u30a4\u30f3\u30dd\u30fc\u30ab\u30fc\u306b\u8208\u5473\u304c\u3042\u308a\u307e\u3059\u304b\uff1f<\/strong>\u304a\u3059\u3059\u3081\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3084\u7279\u5178\u60c5\u5831\u306b\u3064\u3044\u3066\u3001\u304a\u6c17\u8efd\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002\n  <\/div>\n  <div style=\"display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0;\">\n    <a href=\"https:\/\/line.me\/R\/ti\/p\/@724ulkaj\" target=\"_blank\" rel=\"noopener\" class=\"eptg-btn-contact eptg-btn-line\">\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10.5C21 5.8 16.97 2 12 2S3 5.8 3 10.5c0 4.23 3.32 7.78 7.66 8.4l1.86 1.95c.2.2.53.1.6-.16l.24-1.84A9.9 9.9 0 0 0 21 10.5z\"><\/path><\/svg>\n      LINE\u3067\u76f8\u8ac7\n    <\/a>\n    <a href=\"mailto:support@pokeroffer.com\" class=\"eptg-btn-contact eptg-btn-email\">\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n      \u30e1\u30fc\u30eb\u3067\u76f8\u8ac7\n    <\/a>\n  <\/div>\n<\/div>\n\n<div class=\"eptg-glance\">\n  <div class=\"eptg-glance-head\">EPT\u30dd\u30fc\u30ab\u30fc\uff1a\u6982\u8981<\/div>\n  <div class=\"eptg-glance-grid\">\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u5275\u8a2d\u5e74<\/div>\n      <div class=\"eptg-gi-val\">2004\u5e74<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u4e3b\u306a\u958b\u50ac\u5730\u57df<\/div>\n      <div class=\"eptg-gi-val\">\u30e8\u30fc\u30ed\u30c3\u30d1<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u516c\u5f0f\u30b5\u30a4\u30c8<\/div>\n      <div class=\"eptg-gi-val\"><a href=\"https:\/\/www.pokerstarslive.com\/ept\/\" target=\"_blank\" rel=\"noopener\">pokerstarslive.com\/ept\/<\/a><\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u516c\u5f0f\u30b9\u30dd\u30f3\u30b5\u30fc<\/div>\n      <div class=\"eptg-gi-val\">PokerStars<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u4e3b\u8981\u958b\u50ac\u5730<\/div>\n      <div class=\"eptg-gi-val\">\u30d0\u30eb\u30bb\u30ed\u30ca\u3001\u30d7\u30e9\u30cf\u3001\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed\u3001\u30d1\u30ea<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u8cde\u91d1\u30d7\u30fc\u30eb\u306e\u7279\u5fb4<\/div>\n      <div class=\"eptg-gi-val\">\u4fdd\u8a3c\u306a\u3057\u3067\u6570\u767e\u4e07\u30e6\u30fc\u30ed\u898f\u6a21<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u8c61\u5fb4\u7684\u306a\u30c8\u30ed\u30d5\u30a3\u30fc<\/div>\n      <div class=\"eptg-gi-val\">\u30b9\u30da\u30fc\u30c9\u30c8\u30ed\u30d5\u30a3\u30fc (Spade Trophy)<\/div>\n    <\/div>\n    <div class=\"eptg-glance-item\">\n      <div class=\"eptg-gi-label\">\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u53c2\u52a0\u8cbb<\/div>\n      <div class=\"eptg-gi-val\">\u20ac5,300\uff08\u901a\u5e38\uff09<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"eptg-toc\">\n  <div class=\"eptg-toc-title\">\u76ee\u6b21<\/div>\n  <ol>\n    <li><a href=\"#eptg-history\">EPT\u306e\u6b74\u53f2\u3068\u91cd\u8981\u306a\u30de\u30a4\u30eb\u30b9\u30c8\u30fc\u30f3<\/a><\/li>\n    <li><a href=\"#eptg-qualify\">\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u304b\u3089EPT\u3078\u51fa\u5834\u3059\u308b\u65b9\u6cd5<\/a><\/li>\n    <li><a href=\"#eptg-schedule\">2026\u5e74 \u6ce8\u76ee\u306e\u5e74\u9593\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/a><\/li>\n    <li><a href=\"#eptg-events\">\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306e\u7a2e\u985e\u3068\u69cb\u9020<\/a><\/li>\n    <li><a href=\"#eptg-venues\">\u4f1d\u8aac\u7684\u306a\u958b\u50ac\u5730\u3068\u30ab\u30b8\u30ce<\/a><\/li>\n    <li><a href=\"#eptg-why\">\u30c8\u30c3\u30d7\u30d7\u30ed\u304cEPT\u3092\u9078\u3076\u7406\u7531<\/a><\/li>\n    <li><a href=\"#eptg-champions\">\u4f1d\u8aac\u306e\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u3068\u8a18\u9332<\/a><\/li>\n    <li><a href=\"#eptg-trophy\">EPT\u30b9\u30da\u30fc\u30c9\u30c8\u30ed\u30d5\u30a3\u30fc\u3068\u306f<\/a><\/li>\n    <li><a href=\"#eptg-faq\">\u3088\u304f\u3042\u308b\u8cea\u554f\uff08FAQ\uff09<\/a><\/li>\n  <\/ol>\n<\/div>\n\n<h2 id=\"eptg-history\">EPT\u306e\u6b74\u53f2\u3068\u91cd\u8981\u306a\u30de\u30a4\u30eb\u30b9\u30c8\u30fc\u30f3<\/h2>\n<p>EPT\u306f2004\u5e74\u3001\u30c6\u30ec\u30d3\u30d7\u30ed\u30c7\u30e5\u30fc\u30b5\u30fc\u3067\u3042\u308a\u30dd\u30fc\u30ab\u30fc\u30d7\u30ec\u30a4\u30e4\u30fc\u3067\u3082\u3042\u308bJohn Duthie\u6c0f\u306b\u3088\u3063\u3066\u5275\u8a2d\u3055\u308c\u3001\u5f53\u521d\u304b\u3089PokerStars\u306e\u5f37\u529b\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u53d7\u3051\u3066\u304d\u307e\u3057\u305f\u3002\u4e16\u754c\u7684\u306a\u30dd\u30fc\u30ab\u30fc\u30d6\u30fc\u30e0\u306e\u6ce2\u306b\u4e57\u308a\u3001\u77ac\u304f\u9593\u306b\u4e16\u754c\u6700\u9ad8\u5cf0\u306e\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u30c4\u30a2\u30fc\u3078\u3068\u6210\u9577\u3092\u9042\u3052\u307e\u3057\u305f\u3002<\/p>\n<p>2017\u5e74\u306b\u4e00\u6642\u300cPokerStars Championship\u300d\u3078\u540d\u79f0\u5909\u66f4\u3055\u308c\u305f\u3082\u306e\u306e\u3001\u30d7\u30ec\u30a4\u30e4\u30fc\u304b\u3089\u306e\u71b1\u70c8\u306a\u8981\u671b\u306b\u3088\u308a2018\u5e74\u306b\u300cEPT\u300d\u30d6\u30e9\u30f3\u30c9\u304c\u5fa9\u6d3b\u30022024\u5e74\u306b\u306f\u8a18\u5ff5\u3059\u3079\u304d20\u5468\u5e74\u3092\u8fce\u3048\u3001\u6700\u65b0\u306e\u914d\u4fe1\u6280\u8853\u3092\u53d6\u308a\u5165\u308c\u306a\u304c\u3089\u3001\u73fe\u5728\u3082\u30e8\u30fc\u30ed\u30c3\u30d1\u306e\u30dd\u30fc\u30ab\u30fc\u30b7\u30fc\u30f3\u3092\u727d\u5f15\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n<div class=\"eptg-keyfacts\">\n  <div class=\"eptg-kf\">\n    <div class=\"eptg-kf-n\">20+<\/div>\n    <div class=\"eptg-kf-l\">\u5e74\u306e\u8f1d\u304b\u3057\u3044\u6b74\u53f2<\/div>\n  <\/div>\n  <div class=\"eptg-kf-sep\"><\/div>\n  <div class=\"eptg-kf\">\n    <div class=\"eptg-kf-n\">\u20ac5,300<\/div>\n    <div class=\"eptg-kf-l\">\u4f1d\u7d71\u7684\u306a\u53c2\u52a0\u8cbb<\/div>\n  <\/div>\n  <div class=\"eptg-kf-sep\"><\/div>\n  <div class=\"eptg-kf\">\n    <div class=\"eptg-kf-n\">#1<\/div>\n    <div class=\"eptg-kf-l\">\u6b27\u5dde\u6700\u5927\u898f\u6a21\u306e\u30c4\u30a2\u30fc<\/div>\n  <\/div>\n<\/div>\n\n<h3>\u4e3b\u8981\u306a\u30de\u30a4\u30eb\u30b9\u30c8\u30fc\u30f3<\/h3>\n<div class=\"eptg-timeline\">\n  <div class=\"eptg-tl-item\">\n    <div class=\"eptg-tl-year\">2004\u5e74<\/div>\n    <div class=\"eptg-tl-desc\">EPT\u8a95\u751f\u3002\u30b9\u30da\u30a4\u30f3\u306e\u30d0\u30eb\u30bb\u30ed\u30ca\u3067\u521d\u958b\u50ac\u3055\u308c\u3001\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3\u306eAlexander Stevic\u304c\u8a18\u5ff5\u3059\u3079\u304d\u521d\u4ee3\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u306b\u8f1d\u304d\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-tl-item\">\n    <div class=\"eptg-tl-year\">2014\u5e74<\/div>\n    <div class=\"eptg-tl-desc\">\u30a4\u30ae\u30ea\u30b9\u306e\u30c8\u30c3\u30d7\u30d7\u30ed\u3001Victoria Coren Mitchell\u304c2006\u5e74\u306e\u30ed\u30f3\u30c9\u30f3\u5927\u4f1a\u306b\u7d9a\u304d\u30b5\u30f3\u30ec\u30e2\u5927\u4f1a\u3067\u512a\u52dd\u3002\u53f2\u4e0a\u521d\u3068\u306a\u308b\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c82\u5ea6\u76ee\u306e\u5236\u8987\u3068\u3044\u3046\u5049\u696d\u3092\u6210\u3057\u9042\u3052\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-tl-item\">\n    <div class=\"eptg-tl-year\">2024\u5e74<\/div>\n    <div class=\"eptg-tl-desc\">\u8a18\u5ff5\u3059\u3079\u304dEPT20\u5468\u5e74\u3002\u30d0\u30eb\u30bb\u30ed\u30ca\u5927\u4f1a\u3067\u306f1,975\u30a8\u30f3\u30c8\u30ea\u30fc\u3092\u8a18\u9332\u3057\u3001\u7d04957\u4e07\u30e6\u30fc\u30ed\u3068\u3044\u3046\u9a5a\u7570\u7684\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u3092\u751f\u307f\u51fa\u3057\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-tl-item\">\n    <div class=\"eptg-tl-year\">2026\u5e74<\/div>\n    <div class=\"eptg-tl-desc\">\u914d\u4fe1\u6280\u8853\u3068\u8996\u8074\u4f53\u9a13\u304c\u3055\u3089\u306b\u9032\u5316\u3002\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3055\u308c\u305f\u30d1\u30ea\u5927\u4f1a\u306b\u3066\u3001\u30dd\u30eb\u30c8\u30ac\u30eb\u306e\u5b9f\u529b\u6d3eJorge Abreu\u304c\u6709\u540d\u914d\u4fe1\u8005Felix Schneiders\u3092\u542b\u30801,474\u30a8\u30f3\u30c8\u30ea\u30fc\u306e\u9802\u70b9\u306b\u7acb\u3061\u3001114\u4e07\u30e6\u30fc\u30ed\u8d85\u306e\u512a\u52dd\u8cde\u91d1\u3092\u7372\u5f97\u3002\u65b0\u30b7\u30fc\u30ba\u30f3\u306e\u83ef\u3005\u3057\u3044\u5e55\u958b\u3051\u3092\u98fe\u308a\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-qualify\">\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u304b\u3089EPT\u3078\u51fa\u5834\u3059\u308b\u65b9\u6cd5<\/h2>\n<p>\u20ac5,300\u3068\u3044\u3046\u53c2\u52a0\u8cbb\u306f\u591a\u304f\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u306b\u3068\u3063\u3066\u9ad8\u3044\u30cf\u30fc\u30c9\u30eb\u3067\u3059\u304c\u3001PokerStars\u3067\u306f\u4e16\u754c\u30c8\u30c3\u30d7\u30af\u30e9\u30b9\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u30b7\u30b9\u30c6\u30e0\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u904b\u55b6\u5074\u306f\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u53c2\u52a0\u8005\u306e\u3046\u3061\u5c11\u306a\u304f\u3068\u308225%\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u4e88\u9078\uff09\u304b\u3089\u306e\u9032\u51fa\u8005\u3068\u306a\u308b\u3088\u3046\u74b0\u5883\u3092\u6574\u3048\u3066\u304a\u308a\u3001\u8ab0\u306b\u3067\u3082\u5922\u306e\u821e\u53f0\u3078\u7acb\u3064\u30c1\u30e3\u30f3\u30b9\u304c\u3042\u308a\u307e\u3059\u3002\u73fe\u5728\u6700\u3082\u4eba\u6c17\u3092\u96c6\u3081\u3066\u3044\u308b\u306e\u304c\u300cPower Path\uff08\u30d1\u30ef\u30fc\u30d1\u30b9\uff09\u300d\u30b7\u30b9\u30c6\u30e0\u3067\u3059\u3002<\/p>\n\n<div class=\"eptg-steps\">\n  <div class=\"eptg-step\">\n    <div class=\"eptg-step-dot\">1<\/div>\n    <div class=\"eptg-step-l\">\u30c1\u30b1\u30c3\u30c8\u7372\u5f97<\/div>\n    <div class=\"eptg-step-s\">\u6bce\u65e5\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u6311\u6226<\/div>\n  <\/div>\n  <div class=\"eptg-step\">\n    <div class=\"eptg-step-dot\">2<\/div>\n    <div class=\"eptg-step-l\">\u30b9\u30c6\u30c3\u30d7\u30a2\u30c3\u30d7<\/div>\n    <div class=\"eptg-step-s\">\u30b9\u30c6\u30c3\u30d74\u3092\u76ee\u6307\u3059<\/div>\n  <\/div>\n  <div class=\"eptg-step\">\n    <div class=\"eptg-step-dot\">3<\/div>\n    <div class=\"eptg-step-l\">\u30b4\u30fc\u30eb\u30c9\u30d1\u30b9<\/div>\n    <div class=\"eptg-step-s\">\u7d041\u4e07\u30c9\u30eb\u76f8\u5f53\u3092\u7372\u5f97<\/div>\n  <\/div>\n  <div class=\"eptg-step\">\n    <div class=\"eptg-step-dot\">4<\/div>\n    <div class=\"eptg-step-l\">\u30d1\u30c3\u30b1\u30fc\u30b8\u4ea4\u63db<\/div>\n    <div class=\"eptg-step-s\">\u53c2\u52a0\u8cbb\u3068\u30db\u30c6\u30eb\u4ee3\u8fbc\u307f<\/div>\n  <\/div>\n<\/div>\n\n<div class=\"eptg-qual-grid\">\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83c\udf9f\ufe0f<\/span>\n    <h4>Power Path\uff08\u30d1\u30ef\u30fc\u30d1\u30b9\uff09\u30b7\u30b9\u30c6\u30e0<\/h4>\n    <p>\u30ec\u30af\u30ea\u30a8\u30fc\u30b7\u30e7\u30ca\u30eb\u30d7\u30ec\u30a4\u30e4\u30fc\uff08\u8da3\u5473\u3067\u697d\u3057\u3080\u30d7\u30ec\u30a4\u30e4\u30fc\uff09\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u305f4\u6bb5\u968e\u306e\u30b9\u30c6\u30c3\u30d7\u5f0f\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u3067\u3059\u3002\u6700\u7d42\u30b9\u30c6\u30fc\u30b8\u3078\u306e\u76f4\u63a5\u53c2\u52a0\u306f\u3067\u304d\u305a\u3001\u4e0b\u306e\u30b9\u30c6\u30c3\u30d7\u304b\u3089\u52dd\u3061\u4e0a\u304c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u300c\u30b4\u30fc\u30eb\u30c9\u30d1\u30b9\uff08Gold Pass\uff09\u300d\u3092\u7372\u5f97\u3059\u308c\u3070EPT\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u4ea4\u63db\u3067\u304d\u308b\u305f\u3081\u3001\u6700\u3082\u30b3\u30b9\u30d1\u306e\u826f\u3044\u4e88\u9078\u30eb\u30fc\u30c8\u3068\u3057\u3066\u5927\u4eba\u6c17\u3067\u3059\u3002<\/p>\n  <\/div>\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83c\udfaf<\/span>\n    <h4>\u30c0\u30a4\u30ec\u30af\u30c8\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u76f4\u63a5\u4e88\u9078\uff09<\/h4>\n    <p>\u30b9\u30c6\u30c3\u30d7\u5f62\u5f0f\u3092\u98db\u3070\u3057\u3066\u76f4\u63a5\u72d9\u3044\u305f\u3044\u65b9\u306b\u306f\u3001\u5404EPT\u5927\u4f1a\u306b\u5411\u3051\u305f\u30c0\u30a4\u30ec\u30af\u30c8\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u76f4\u63a5\u4e88\u9078\uff09\u304c\u6bce\u65e5\u958b\u50ac\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u53c2\u52a0\u8cbb\u306f\u6570\u30e6\u30fc\u30ed\u304b\u3089\u6570\u767e\u30e6\u30fc\u30ed\u307e\u3067\u5e45\u5e83\u304f\u3001\u5165\u8cde\uff08ITM\uff09\u3059\u308c\u3070\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u30c1\u30b1\u30c3\u30c8\u3084\u9060\u5f81\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u5373\u5ea7\u306b\u7372\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-schedule\">2026\u5e74 \u6ce8\u76ee\u306e\u5e74\u9593\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb<\/h2>\n<p>EPT\u306e\u5e74\u9593\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u306f\u6bce\u5e74\u307b\u307c\u56fa\u5b9a\u3055\u308c\u3066\u304a\u308a\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u3092\u4ee3\u8868\u3059\u308b\u30ea\u30be\u30fc\u30c8\u5730\u3084\u6b74\u53f2\u7684\u306a\u540d\u90fd\u5e02\u3092\u5de1\u308a\u307e\u3059\u3002\u30ec\u30ae\u30e5\u30e9\u30fc\u30b7\u30fc\u30ba\u30f3\u306e\u4ee3\u8868\u7684\u306a\u958b\u50ac\u5730\u3068\u898b\u3069\u3053\u308d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002<\/p>\n\n<div class=\"eptg-tbl-hint\">\uff08\u53f3\u306b\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u3066\u8868\u5168\u4f53\u3092\u8868\u793a\uff09<\/div>\n<div class=\"eptg-tbl-wrap\">\n  <table class=\"eptg-tbl\">\n    <thead>\n      <tr>\n        <th>\u5927\u4f1a\u540d<\/th>\n        <th>\u958b\u50ac\u56fd<\/th>\n        <th>\u901a\u5e38\u306e\u958b\u50ac\u6642\u671f<\/th>\n        <th>\u5927\u4f1a\u306e\u7279\u5fb4\u3068\u898f\u6a21<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>EPT \u30d1\u30ea (Paris)<\/strong><\/td>\n        <td>\u30d5\u30e9\u30f3\u30b9<\/td>\n        <td>\u5e74\u521d <span class=\"eptg-ts\">(2\u6708)<\/span><\/td>\n        <td>\u30b7\u30fc\u30ba\u30f3\u306e\u958b\u5e55\u6226\u3002\u4e16\u754c\u4e2d\u304b\u3089\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u96c6\u307e\u308a\u3001\u71b1\u6c17\u306b\u5305\u307e\u308c\u307e\u3059\u3002<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>EPT \u30e2\u30f3\u30c6\u30ab\u30eb\u30ed (Monte Carlo)<\/strong><\/td>\n        <td>\u30e2\u30ca\u30b3<\/td>\n        <td>\u6625 <span class=\"eptg-ts\">(4\u6708\u672b\u301c5\u6708\u521d\u65ec)<\/span><\/td>\n        <td class=\"eptg-hl\">\u4e16\u754c\u3067\u6700\u3082\u30e9\u30b0\u30b8\u30e5\u30a2\u30ea\u30fc\u306a\u821e\u53f0\u3002\u4e16\u754c\u306e\u30c8\u30c3\u30d7\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u304c\u96c6\u7d50\u3057\u307e\u3059\u3002<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>EPT \u30d0\u30eb\u30bb\u30ed\u30ca (Barcelona)<\/strong><\/td>\n        <td>\u30b9\u30da\u30a4\u30f3<\/td>\n        <td>\u590f <span class=\"eptg-ts\">(8\u6708\u672b\u301c9\u6708\u521d\u65ec)<\/span><\/td>\n        <td class=\"eptg-hl\">\u5e74\u9593\u6700\u5927\u898f\u6a21\u306e\u770b\u677f\u30a4\u30d9\u30f3\u30c8\u3002\u53c2\u52a0\u4eba\u6570\u304c\u6700\u3082\u591a\u304f\u3001\u5927\u76db\u308a\u4e0a\u304c\u308a\u306e\u590f\u306e\u796d\u5178\u3067\u3059\u3002<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>EPT \u30ad\u30d7\u30ed\u30b9 (Cyprus)<\/strong><\/td>\n        <td>\u30ad\u30d7\u30ed\u30b9<\/td>\n        <td>\u79cb <span class=\"eptg-ts\">(10\u6708\u4e88\u5b9a)<\/span><\/td>\n        <td>\u5730\u4e2d\u6d77\u306e\u9ad8\u7d1a\u30ea\u30be\u30fc\u30c8\u3092\u6e80\u55ab\u3067\u304d\u308b\u3001\u8fd1\u5e74\u4eba\u6c17\u6025\u4e0a\u6607\u4e2d\u306e\u30ea\u30be\u30fc\u30c8\u5927\u4f1a\u3067\u3059\u3002<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>EPT \u30d7\u30e9\u30cf (Prague)<\/strong><\/td>\n        <td>\u30c1\u30a7\u30b3<\/td>\n        <td>\u51ac <span class=\"eptg-ts\">(12\u6708\u4e88\u5b9a)<\/span><\/td>\n        <td>\u7f8e\u3057\u3044\u30af\u30ea\u30b9\u30de\u30b9\u30de\u30fc\u30b1\u30c3\u30c8\u306e\u96f0\u56f2\u6c17\u306e\u4e2d\u3067\u958b\u50ac\u3055\u308c\u308b\u30011\u5e74\u3092\u7de0\u3081\u304f\u304f\u308b\u5e74\u672b\u306e\u796d\u5178\u3067\u3059\u3002<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\n<div class=\"eptg-tbl-sub\">* \u6ce8\u8a18\uff1a\u4e0b\u534a\u671f\u306e\u6b63\u78ba\u306a\u958b\u50ac\u65e5\u7a0b\u3084\u958b\u50ac\u5730\u306b\u3064\u3044\u3066\u306f\u3001\u5fc5\u305aPokerStars\u516c\u5f0f\u306e\u6700\u65b0\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/div>\n\n<p>EPT\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u958b\u5e55\u524d\u306b\u306f\u3001\u5404\u958b\u50ac\u5730\u3067\u5730\u57df\u5bc6\u7740\u578b\u306e\u30a6\u30a9\u30fc\u30e0\u30a2\u30c3\u30d7\u30c4\u30a2\u30fc\uff08\u30d5\u30e9\u30f3\u30b9\u306eFPS\u3001\u30b9\u30da\u30a4\u30f3\u306eEstrellas\u3001\u6771\u6b27\u306eEureka\u306a\u3069\uff09\u304c\u4f75\u50ac\u3055\u308c\u307e\u3059\u3002\u53c2\u52a0\u8cbb\u306f\u901a\u5e38\u20ac1,100\u3068\u624b\u9803\u3067\u3001\u30e1\u30a4\u30f3\u306b\u5411\u3051\u305f\u8abf\u6574\u3084\u30d0\u30f3\u30af\u30ed\u30fc\u30eb\uff08\u8cc7\u91d1\uff09\u69cb\u7bc9\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n\n<h2 id=\"eptg-events\">\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306e\u7a2e\u985e\u3068\u69cb\u9020<\/h2>\n<p>EPT\u30dd\u30fc\u30ab\u30fc\u30d5\u30a7\u30b9\u30c6\u30a3\u30d0\u30eb\u671f\u9593\u4e2d\u306f\u3001\u6570\u5341\u7a2e\u985e\u306b\u3082\u53ca\u3076\u3055\u307e\u3056\u307e\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3084\u53c2\u52a0\u8cbb\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u304c\u9023\u65e5\u958b\u50ac\u3055\u308c\u307e\u3059\u3002\u4ee3\u8868\u7684\u306a\u30a4\u30d9\u30f3\u30c8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002<\/p>\n\n<div class=\"eptg-ev-grid\">\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83c\udfc6<\/span>\n    <h4>EPT \u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8<\/h4>\n    <p>\u4f1d\u7d71\u306e\u53c2\u52a0\u8cbb\u20ac5,300\u3002\u521d\u671f\u30b9\u30bf\u30c3\u30af30,000\u70b9\u3001Day1\u306f60\u5206\u3001Day2\u4ee5\u964d\u306f90\u5206\u3068\u3044\u3046\u30c7\u30a3\u30fc\u30d7\u30b9\u30bf\u30c3\u30af\u69cb\u9020\u306b\u3088\u308a\u3001\u904b\u306e\u8981\u7d20\u304c\u5927\u5e45\u306b\u8efd\u6e1b\u3055\u308c\u307e\u3059\u3002\u4fdd\u8a3c\u8cde\u91d1\u304c\u306a\u304f\u3066\u3082\u3001\u6bce\u56de\u6570\u767e\u4e07\u30e6\u30fc\u30ed\u304b\u30891,000\u4e07\u30e6\u30fc\u30ed\u3092\u8d85\u3048\u308b\u5de8\u5927\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u304c\u5f62\u6210\u3055\u308c\u307e\u3059\u3002<\/p>\n  <\/div>\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83d\udc8e<\/span>\n    <h4>\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc<\/h4>\n    <p>\u53c2\u52a0\u8cbb\u20ac10,300\u304b\u3089\u30b9\u30bf\u30fc\u30c8\u3057\u3001\u4e2d\u306b\u306f\u20ac50,000\u3084\u20ac100,000\u3092\u8d85\u3048\u308b\u8d85\u9ad8\u984d\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u3082\u5b58\u5728\u3057\u307e\u3059\u3002\u4e16\u754c\u306e\u30c8\u30c3\u30d7\u30d7\u30ed\u3084\u6709\u540d\u8d77\u696d\u5bb6\u3001\u30b9\u30fc\u30d1\u30fc\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u305f\u3061\u304c\u3057\u306e\u304e\u3092\u524a\u308b\u3001\u975e\u5e38\u306b\u898b\u5fdc\u3048\u306e\u3042\u308b\u6fc0\u6226\u533a\u3067\u3059\u3002<\/p>\n  <\/div>\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83c\udfaf<\/span>\n    <h4>\u5730\u57df\u578b\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8<\/h4>\n    <p>\u53c2\u52a0\u8cbb\u304c\u20ac1,100\u3068\u624b\u9803\u306a\u305f\u3081\u3001\u30d5\u30a7\u30b9\u30c6\u30a3\u30d0\u30eb\u5e8f\u76e4\u306e\u76ee\u7389\u3068\u3057\u3066\u958b\u50ac\u3055\u308c\u307e\u3059\u30021,000\u4eba\u3092\u8d85\u3048\u308b\u5927\u898f\u6a21\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u306a\u308b\u3053\u3068\u304c\u591a\u304f\u3001\u30df\u30c9\u30eb\u30b9\u30c6\u30fc\u30af\u30b9\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304b\u3089\u7d76\u5927\u306a\u4eba\u6c17\u3092\u96c6\u3081\u3066\u3044\u307e\u3059\u3002<\/p>\n  <\/div>\n  <div class=\"eptg-card\">\n    <span class=\"eptg-card-icon\">\ud83c\udfb2<\/span>\n    <h4>\u30df\u30b9\u30c6\u30ea\u30fc\u30d0\u30a6\u30f3\u30c6\u30a3<\/h4>\n    <p>\u8fd1\u5e74\u30dd\u30fc\u30ab\u30fc\u754c\u3067\u5927\u6d41\u884c\u3057\u3066\u3044\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3001EPT\u3067\u3082\u5b9a\u756a\u5316\u3057\u3066\u3044\u307e\u3059\u3002\u76f8\u624b\u3092\u30ce\u30c3\u30af\u30a2\u30a6\u30c8\u3059\u308b\u305f\u3073\u306b\u30d0\u30a6\u30f3\u30c6\u30a3\u5c01\u7b52\u3092\u5f15\u304f\u3053\u3068\u304c\u3067\u304d\u3001\u6700\u9ad8\u8cde\u91d1\u306f\u6570\u4e07\u30e6\u30fc\u30ed\u306b\u9054\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u305f\u3081\u3001\u4f1a\u5834\u5168\u4f53\u304c\u30b9\u30ea\u30ea\u30f3\u30b0\u306a\u71b1\u6c17\u306b\u5305\u307e\u308c\u307e\u3059\u3002<\/p>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-venues\">\u4f1d\u8aac\u7684\u306a\u958b\u50ac\u5730\u3068\u30ab\u30b8\u30ce<\/h2>\n<p>EPT\u306f\u958b\u50ac\u5730\u306e\u9078\u5b9a\u306b\u6975\u3081\u3066\u9ad8\u3044\u57fa\u6e96\u3092\u8a2d\u3051\u3066\u3044\u307e\u3059\u3002\u6570\u767e\u53f0\u306e\u30dd\u30fc\u30ab\u30fc\u30c6\u30fc\u30d6\u30eb\u3092\u53ce\u5bb9\u3067\u304d\u308b\u5e83\u5927\u306a\u30b9\u30da\u30fc\u30b9\u306f\u3082\u3061\u308d\u3093\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u6700\u9ad8\u30af\u30e9\u30b9\u306e\u89b3\u5149\u3084\u30ea\u30be\u30fc\u30c8\u4f53\u9a13\u3092\u6e80\u55ab\u3067\u304d\u308b\u5834\u6240\u3060\u3051\u304c\u9078\u3070\u308c\u307e\u3059\u3002<\/p>\n\n<div class=\"eptg-venue-grid\">\n  <div class=\"eptg-card eptg-venue-card\">\n    <div class=\"eptg-venue-city\">\u30d0\u30eb\u30bb\u30ed\u30ca\uff08\u30b9\u30da\u30a4\u30f3\uff09<\/div>\n    <div class=\"eptg-venue-sub\">Casino Barcelona<\/div>\n    <div class=\"eptg-venue-desc\">EPT\u306e\u6b74\u53f2\u4e0a\u552f\u4e00\u3001\u6bce\u5e74\u6b20\u304b\u3055\u305a\u958b\u50ac\u3055\u308c\u3066\u3044\u308b\u4f1d\u8aac\u306e\u5730\u3067\u3059\u3002\u5730\u4e2d\u6d77\u306e\u7f8e\u3057\u3044\u30d3\u30fc\u30c1\u306b\u96a3\u63a5\u3057\u3001\u5b8c\u74a7\u306a\u6c17\u5019\u3068\u5727\u5012\u7684\u306a\u30ec\u30af\u30ea\u30a8\u30fc\u30b7\u30e7\u30ca\u30eb\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u591a\u3055\u304b\u3089\u3001\u5e74\u9593\u3092\u901a\u3058\u3066\u6700\u5927\u7d1a\u306e\u76db\u308a\u4e0a\u304c\u308a\u3092\u898b\u305b\u307e\u3059\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-card eptg-venue-card\">\n    <div class=\"eptg-venue-city\">\u30d7\u30e9\u30cf\uff08\u30c1\u30a7\u30b3\uff09<\/div>\n    <div class=\"eptg-venue-sub\">Hilton Prague<\/div>\n    <div class=\"eptg-venue-desc\">EPT\u5e74\u672b\u306e\u98a8\u7269\u8a69\u3002\u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u30dd\u30fc\u30ab\u30fc\u306e\u5408\u9593\u306b\u3001\u30af\u30ea\u30b9\u30de\u30b9\u30de\u30fc\u30b1\u30c3\u30c8\u3084\u30db\u30c3\u30c8\u30ef\u30a4\u30f3\u306e\u9999\u308a\u304c\u6f02\u3046\u65e7\u5e02\u8857\u306e\u6563\u7b56\u3092\u697d\u3057\u3081\u307e\u3059\u3002\u30e8\u30fc\u30ed\u30c3\u30d1\u306e\u4e2d\u5fc3\u306b\u4f4d\u7f6e\u3057\u3001\u6771\u6b27\u3084\u5317\u6b27\u304b\u3089\u306e\u53c2\u52a0\u8005\u304c\u975e\u5e38\u306b\u591a\u3044\u306e\u304c\u7279\u5fb4\u3067\u3059\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-card eptg-venue-card\">\n    <div class=\"eptg-venue-city\">\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed\uff08\u30e2\u30ca\u30b3\uff09<\/div>\n    <div class=\"eptg-venue-sub\">Sporting Monte-Carlo<\/div>\n    <div class=\"eptg-venue-desc\">\u30dd\u30fc\u30ab\u30fc\u754c\u306b\u304a\u3051\u308b\u300c\u7a76\u6975\u306e\u30e9\u30b0\u30b8\u30e5\u30a2\u30ea\u30fc\u300d\u306e\u8c61\u5fb4\u3067\u3059\u3002\u300c\u661f\u7a7a\u306e\u5e83\u9593\uff08Salle des Etoiles\uff09\u300d\u3067\u306e\u30d7\u30ec\u30a4\u306f\u591a\u304f\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u61a7\u308c\u3067\u3042\u308a\u3001\u3053\u308c\u307e\u3067\u30b0\u30e9\u30f3\u30c9\u30d5\u30a1\u30a4\u30ca\u30eb\u304c\u6700\u3082\u591a\u304f\u958b\u50ac\u3055\u308c\u305f\u7531\u7dd2\u3042\u308b\u4f1a\u5834\u3067\u3059\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-card eptg-venue-card\">\n    <div class=\"eptg-venue-city\">\u30ad\u30d7\u30ed\u30b9<\/div>\n    <div class=\"eptg-venue-sub\">Merit Royal Diamond<\/div>\n    <div class=\"eptg-venue-desc\">\u8fd1\u5e74\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u306b\u8ffd\u52a0\u3055\u308c\u305f\u4e2d\u3067\u3001\u6700\u3082\u6210\u529f\u3057\u3066\u3044\u308b\u958b\u50ac\u5730\u3067\u3059\u3002\u6700\u9ad8\u7d1a\u306e\u30aa\u30fc\u30eb\u30a4\u30f3\u30af\u30eb\u30fc\u30b7\u30d6\uff08\u98f2\u98df\u4ee3\u8fbc\u307f\uff09\u30ea\u30be\u30fc\u30c8\u3068\u306a\u3063\u3066\u304a\u308a\u3001\u5730\u4e2d\u6d77\u306e\u592a\u967d\u3068\u7f8e\u98df\u3092\u582a\u80fd\u3057\u306a\u304c\u3089\u30015\u3064\u661f\u306e\u74b0\u5883\u3067\u30dd\u30fc\u30ab\u30fc\u306b\u96c6\u4e2d\u3067\u304d\u307e\u3059\u3002<\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-why\">\u30c8\u30c3\u30d7\u30d7\u30ed\u304cEPT\u3092\u9078\u3076\u7406\u7531<\/h2>\n<p>\u30d0\u30f3\u30af\u30ed\u30fc\u30eb\uff08\u8cc7\u91d1\uff09\u306b\u4f59\u88d5\u304c\u3042\u308b\u65b9\u3001\u3042\u308b\u3044\u306f\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u7372\u5f97\u3067\u304d\u305f\u65b9\u306b\u3068\u3063\u3066\u3001EPT\u306f\u4e00\u751f\u306b\u4e00\u5ea6\u306f\u53c2\u52a0\u3059\u3079\u304d\u30dd\u30fc\u30ab\u30fc\u306e\u796d\u5178\u3067\u3059\u3002\u4e16\u754c\u4e2d\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304b\u3089\u6700\u9ad8\u8a55\u4fa1\u3092\u53d7\u3051\u3066\u3044\u308b\u7406\u7531\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002<\/p>\n\n<div class=\"eptg-bl-list\">\n  <div class=\"eptg-bl-item\">\n    <div class=\"eptg-bl-num\">01<\/div>\n    <div class=\"eptg-bl-content\">\n      <div class=\"eptg-bl-title\">\u5b8c\u74a7\u306a\u30d6\u30e9\u30a4\u30f3\u30c9\u69cb\u9020<\/div>\n      <div class=\"eptg-bl-body\">\u521d\u671f\u30b9\u30bf\u30c3\u30af30,000\u70b9\u3001Day1\u306f60\u5206\u3001Day2\u4ee5\u964d\u306f90\u5206\u3068\u3044\u3046\u975e\u5e38\u306b\u30c7\u30a3\u30fc\u30d7\u306a\u69cb\u9020\u304c\u7279\u5fb4\u3067\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u904b\u306e\u5206\u6563\uff08\u30d0\u30ea\u30a2\u30f3\u30b9\uff09\u304c\u6291\u3048\u3089\u308c\u3001\u5b9f\u529b\u6d3e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u3057\u3063\u304b\u308a\u3068\u30a8\u30c3\u30b8\uff08\u6280\u8853\u7684\u512a\u4f4d\u6027\uff09\u3092\u6d3b\u304b\u305b\u308b\u74b0\u5883\u304c\u6574\u3063\u3066\u3044\u307e\u3059\u3002<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"eptg-bl-item\">\n    <div class=\"eptg-bl-num\">02<\/div>\n    <div class=\"eptg-bl-content\">\n      <div class=\"eptg-bl-title\">\u5727\u5012\u7684\u306a\u8cde\u91d1\u671f\u5f85\u5024<\/div>\n      <div class=\"eptg-bl-body\">\u4fdd\u8a3c\u8cde\u91d1\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u304f\u3066\u3082\u3001\u4e16\u754c\u4e2d\u304b\u3089\u96c6\u307e\u308b\u81a8\u5927\u306a\u53c2\u52a0\u4eba\u6570\u306b\u3088\u308a\u3001\u6570\u767e\u4e07\u30e6\u30fc\u30ed\u304b\u30891,000\u4e07\u30e6\u30fc\u30ed\u898f\u6a21\u306e\u5de8\u5927\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u304c\u69cb\u7bc9\u3055\u308c\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30ca\u30eb\u30c6\u30fc\u30d6\u30eb\u306b\u9032\u51fa\u3059\u308c\u3070\u3001\u4eba\u751f\u3092\u5909\u3048\u308b\u3088\u3046\u306a\u8d85\u9ad8\u984d\u8cde\u91d1\u3092\u624b\u306b\u3059\u308b\u30c1\u30e3\u30f3\u30b9\u304c\u3042\u308a\u307e\u3059\u3002<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"eptg-bl-item\">\n    <div class=\"eptg-bl-num\">03<\/div>\n    <div class=\"eptg-bl-content\">\n      <div class=\"eptg-bl-title\">\u4e16\u754c\u6700\u9ad8\u6c34\u6e96\u306e\u5927\u4f1a\u904b\u55b6<\/div>\n      <div class=\"eptg-bl-body\">PokerStars\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30c1\u30fc\u30e0\u304c\u904b\u55b6\u3092\u7d71\u62ec\u3002\u30c7\u30a3\u30fc\u30e9\u30fc\u306e\u30b9\u30ad\u30eb\u306e\u9ad8\u3055\u3001\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30bf\u30fc\u306e\u7684\u78ba\u3067\u516c\u5e73\u306a\u88c1\u5b9a\u3001\u6700\u9ad8\u7d1a\u306e\u30d7\u30ec\u30a4\u74b0\u5883\u306a\u3069\u3001\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u306b\u304a\u3044\u3066\u9593\u9055\u3044\u306a\u304f\u4e16\u754c\u6700\u9ad8\u6c34\u6e96\u3092\u8a87\u308a\u307e\u3059\u3002<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"eptg-bl-item\">\n    <div class=\"eptg-bl-num\">04<\/div>\n    <div class=\"eptg-bl-content\">\n      <div class=\"eptg-bl-title\">\u30d7\u30ec\u30df\u30a2\u30e0\u306a\u30d7\u30ec\u30a4\u30e4\u30fc\u4f53\u9a13<\/div>\n      <div class=\"eptg-bl-body\">\u30dd\u30fc\u30ab\u30fc\u30c6\u30fc\u30d6\u30eb\u306e\u5916\u3067\u3082\u697d\u3057\u307f\u306f\u5c3d\u304d\u307e\u305b\u3093\u3002\u8c6a\u83ef\u306a\u30e8\u30c3\u30c8\u30d1\u30fc\u30c6\u30a3\u30fc\u3084\u5e02\u5185\u89b3\u5149\u30c4\u30a2\u30fc\u3001\u53c2\u52a0\u8005\u9650\u5b9a\u306e\u30a8\u30f3\u30bf\u30fc\u30c6\u30a4\u30f3\u30e1\u30f3\u30c8\u306a\u3069\u3001\u65e5\u5e38\u3092\u5fd8\u308c\u308b\u6975\u4e0a\u306e\u65c5\u884c\u4f53\u9a13\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-champions\">\u4f1d\u8aac\u306e\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u3068\u8a18\u9332<\/h2>\n<p>EPT\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u5236\u8987\u306f\u3001\u30dd\u30fc\u30ab\u30fc\u30d7\u30ec\u30a4\u30e4\u30fc\u306b\u3068\u3063\u3066\u81f3\u96e3\u306e\u696d\u3067\u3059\u3002\u5e74\u9f62\u3092\u554f\u308f\u306a\u3044\u3053\u306e\u982d\u8133\u30b9\u30dd\u30fc\u30c4\u306b\u304a\u3044\u3066\u3001EPT\u306e\u6b74\u53f2\u306b\u540d\u3092\u523b\u3093\u3060\u4eba\u7269\u306f\u3001\u73fe\u4ee3\u30dd\u30fc\u30ab\u30fc\u754c\u3092\u4ee3\u8868\u3059\u308b\u30c8\u30c3\u30d7\u30a2\u30a4\u30b3\u30f3\u3070\u304b\u308a\u3067\u3059\u3002<\/p>\n\n<div class=\"eptg-winners\">\n  <div class=\"eptg-winner-card\">\n    <div class=\"eptg-winner-name\">Victoria Coren Mitchell<\/div>\n    <div class=\"eptg-winner-title\">\u53f2\u4e0a\u521d\u306e2\u51a0\u9054\u6210<\/div>\n    <div class=\"eptg-winner-desc\">2006\u5e74\u306e\u30ed\u30f3\u30c9\u30f3\u5927\u4f1a\u3067\u512a\u52dd\u3057\u305f\u5f8c\u30012014\u5e74\u306e\u30b5\u30f3\u30ec\u30e2\u5927\u4f1a\u3067\u5947\u8de1\u7684\u306a2\u5ea6\u76ee\u306e\u512a\u52dd\u3092\u679c\u305f\u3057\u3001\u300c\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u30922\u5ea6\u5236\u3059\u308b\u8005\u306f\u3044\u306a\u3044\u300d\u3068\u3044\u3046\u9577\u5e74\u306e\u30b8\u30f3\u30af\u30b9\u3092\u898b\u4e8b\u306b\u6253\u3061\u7834\u308a\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-winner-card\">\n    <div class=\"eptg-winner-name\">Mike McDonald (Timex)<\/div>\n    <div class=\"eptg-winner-title\">\u4f1d\u8aac\u306e\u82e5\u304d\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3<\/div>\n    <div class=\"eptg-winner-desc\">2008\u5e74\u3001\u30c9\u30a4\u30c4\u306e\u30c9\u30eb\u30c8\u30e0\u30f3\u30c8\u5927\u4f1a\u306b\u3066\u308f\u305a\u304b18\u6b73\u306e\u82e5\u3055\u3067\u512a\u52dd\u3002\u30dd\u30fc\u30ab\u30fc\u754c\u306e\u795e\u8a71\u3068\u3057\u3066\u8a9e\u308a\u7d99\u304c\u308c\u308b\u3001\u82e5\u624b\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u91d1\u5b57\u5854\u3068\u306a\u308b\u4f1d\u8aac\u7684\u306a\u8a18\u9332\u3092\u6253\u3061\u7acb\u3066\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-winner-card\">\n    <div class=\"eptg-winner-name\">Barny Boatman<\/div>\n    <div class=\"eptg-winner-title\">\u53f2\u4e0a\u6700\u5e74\u9577\u306e\u30e1\u30a4\u30f3\u512a\u52dd\u8005<\/div>\n    <div class=\"eptg-winner-desc\">2024\u5e74\u3001\u30a4\u30ae\u30ea\u30b9\u306e\u30d9\u30c6\u30e9\u30f3\u30d7\u30ec\u30a4\u30e4\u30fc\u304c68\u6b73\u3068\u3044\u3046\u5e74\u9f62\u3067\u30d1\u30ea\u5927\u4f1a\u3092\u898b\u4e8b\u306b\u5236\u8987\u3002128\u4e07\u30e6\u30fc\u30ed\u8d85\u306e\u8cde\u91d1\u3092\u7372\u5f97\u3057\u3001\u30dd\u30fc\u30ab\u30fc\u304c\u5e74\u9f62\u306b\u7e1b\u3089\u308c\u306a\u3044\u77e5\u7684\u306a\u30de\u30a4\u30f3\u30c9\u30b9\u30dd\u30fc\u30c4\u3067\u3042\u308b\u3053\u3068\u3092\u4e16\u754c\u306b\u8a3c\u660e\u3057\u307e\u3057\u305f\u3002<\/div>\n  <\/div>\n  <div class=\"eptg-winner-card\">\n    <div class=\"eptg-winner-name\">Steve O&#8217;Dwyer<\/div>\n    <div class=\"eptg-winner-title\">\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u306e\u652f\u914d\u8005<\/div>\n    <div class=\"eptg-winner-desc\">EPT\u30b0\u30e9\u30f3\u30c9\u30d5\u30a1\u30a4\u30ca\u30eb\u3067\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u512a\u52dd\u7d4c\u9a13\u3092\u6301\u3064\u3060\u3051\u3067\u306a\u304f\u3001\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u3084\u30b9\u30fc\u30d1\u30fc\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u306e\u30d5\u30a1\u30a4\u30ca\u30eb\u30c6\u30fc\u30d6\u30eb\u306e\u5e38\u9023\u3067\u3059\u3002\u305d\u306e\u5727\u5012\u7684\u3067\u30a2\u30b0\u30ec\u30c3\u30b7\u30d6\u306a\u30d7\u30ec\u30a4\u30b9\u30bf\u30a4\u30eb\u306f\u9ad8\u304f\u8a55\u4fa1\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/div>\n  <\/div>\n<\/div>\n\n<h2 id=\"eptg-trophy\">EPT \u30b9\u30da\u30fc\u30c9\u30c8\u30ed\u30d5\u30a3\u30fc\u3068\u306f<\/h2>\n<p>WSOP\u306e\u30b4\u30fc\u30eb\u30c9\u30d6\u30ec\u30b9\u30ec\u30c3\u30c8\u3068\u4e26\u3073\u3001EPT\u5c02\u7528\u306e\u300c\u30b9\u30da\u30fc\u30c9\u30c8\u30ed\u30d5\u30a3\u30fc\uff08Spade Trophy\uff09\u300d\u306f\u4e16\u754c\u4e2d\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u5207\u671b\u3059\u308b\u6700\u9ad8\u306e\u6804\u8a89\u3067\u3059\u3002PokerStars\u306e\u8c61\u5fb4\u3067\u3042\u308b\u30b9\u30da\u30fc\u30c9\u306e\u30ed\u30b4\u3092\u30e2\u30c1\u30fc\u30d5\u306b\u3057\u3066\u304a\u308a\u3001\u30a4\u30d9\u30f3\u30c8\u306e\u30e9\u30f3\u30af\u306b\u3088\u3063\u3066\u7d20\u6750\u3084\u7d30\u90e8\u306e\u88c5\u98fe\u304c\u7570\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u30c8\u30ed\u30d5\u30a3\u30fc\u3092\u63b2\u3052\u308b\u3053\u3068\u306f\u3001\u4e16\u754c\u30c8\u30c3\u30d7\u30af\u30e9\u30b9\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u3068\u3057\u3066\u30dd\u30fc\u30ab\u30fc\u53f2\u306b\u540d\u3092\u523b\u3093\u3060\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002<\/p>\n\n<h2 id=\"eptg-faq\">\u3088\u304f\u3042\u308b\u8cea\u554f\uff08FAQ\uff09<\/h2>\n\n<div class=\"eptg-faq\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">EPT\uff08\u30e8\u30fc\u30ed\u30d4\u30a2\u30f3\u30fb\u30dd\u30fc\u30ab\u30fc\u30fb\u30c4\u30a2\u30fc\uff09\u3068\u306f\u4f55\u3067\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">EPT\u306fPokerStars\u304c\u4e3b\u50ac\u3059\u308b\u5927\u898f\u6a21\u306a\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30b7\u30ea\u30fc\u30ba\u3067\u3059\u30022004\u5e74\u306e\u5275\u8a2d\u4ee5\u6765\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u6700\u5927\u304b\u3064\u6700\u9ad8\u984d\u306e\u8cde\u91d1\u3092\u8a87\u308b\u30dd\u30fc\u30ab\u30fc\u30c4\u30a2\u30fc\u306b\u6210\u9577\u3057\u307e\u3057\u305f\u3002\u6a19\u6e96\u7684\u306a\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u53c2\u52a0\u8cbb\u306f\u20ac5,300\u3067\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">\u4f1a\u5834\u3067\u76f4\u63a5EPT\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u767b\u9332\uff09\u3067\u304d\u307e\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u306f\u3044\u3001\u53ef\u80fd\u3067\u3059\u3002\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u304b\u3089\u306e\u53c2\u52a0\u3082\u304a\u3059\u3059\u3081\u3067\u3059\u304c\u3001\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u3084\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u3092\u542b\u3080\u3059\u3079\u3066\u306eEPT\u30a4\u30d9\u30f3\u30c8\u306f\u3001\u4f1a\u5834\u306e\u767b\u9332\u30c7\u30b9\u30af\u306b\u3066\u73fe\u91d1\u3001\u30ab\u30b8\u30ce\u30c1\u30c3\u30d7\u3001\u307e\u305f\u306fPokerStars\u30a2\u30ab\u30a6\u30f3\u30c8\u5185\u306e\u8cc7\u91d1\u3092\u4f7f\u3063\u3066\u76f4\u63a5\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u767b\u9332\uff09\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">EPT\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u4f55\u65e5\u9593\u958b\u50ac\u3055\u308c\u307e\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u901a\u5e386\u65e5\u9593\u304b\u30897\u65e5\u9593\u306b\u308f\u305f\u3063\u3066\u958b\u50ac\u3055\u308c\u307e\u3059\u3002Day1A\u3068Day1B\u3068\u3044\u30462\u3064\u306e\u958b\u59cb\u65e5\u304c\u8a2d\u3051\u3089\u308c\u3001\u305d\u306e\u5f8cDay2\u304b\u3089Day6\u306b\u304b\u3051\u3066\u904e\u9177\u306a\u30b5\u30d0\u30a4\u30d0\u30eb\u6226\u304c\u7e70\u308a\u5e83\u3052\u3089\u308c\u3001\u6700\u7d42\u65e5\u306b\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u304c\u6c7a\u5b9a\u3057\u307e\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">EPT\u306b\u306f\u4fdd\u8a3c\u8cde\u91d1\uff08GTD\uff09\u304c\u3042\u308a\u307e\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u521d\u5fc3\u8005\u306e\u65b9\u304c\u8aa4\u89e3\u3057\u3084\u3059\u3044\u70b9\u3067\u3059\u304c\u3001\u4ed6\u306e\u591a\u304f\u306e\u30ed\u30fc\u30ab\u30eb\u30c4\u30a2\u30fc\u3068\u306f\u7570\u306a\u308a\u3001EPT\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u3084\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u306b\u306f\u901a\u5e38\u3001\u4fdd\u8a3c\u8cde\u91d1\uff08GTD\uff09\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002EPT\u3068\u3044\u3046\u30d6\u30e9\u30f3\u30c9\u306e\u7d76\u5927\u306a\u4eba\u6c17\u306b\u3088\u308a\u3001\u4e16\u754c\u4e2d\u304b\u3089\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u96c6\u307e\u308a\u3001\u7d50\u679c\u3068\u3057\u3066\u81ea\u7136\u306b\u8d85\u9ad8\u984d\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u304c\u5f62\u6210\u3055\u308c\u308b\u305f\u3081\u3067\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">EPT\u306e\u5927\u4f1a\u306b\u306f\u4f55\u6b73\u304b\u3089\u53c2\u52a0\u3067\u304d\u307e\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u6a19\u6e96\u7684\u306aEPT\u30a4\u30d9\u30f3\u30c8\u306e\u53c2\u52a0\u5e74\u9f62\u5236\u9650\u306f18\u6b73\u4ee5\u4e0a\u3067\u3059\u3002\u305f\u3060\u3057\u3001\u4e00\u90e8\u306e\u7279\u5225\u958b\u50ac\u5730\u3084\u4ed6\u306e\u30c4\u30a2\u30fc\u3068\u306e\u5408\u540c\u30a4\u30d9\u30f3\u30c8\u3067\u306f\u3001\u73fe\u5730\u306e\u6cd5\u5f8b\u306b\u3088\u308a21\u6b73\u4ee5\u4e0a\u306b\u5f15\u304d\u4e0a\u3052\u3089\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u6d77\u5916\u9060\u5f81\u3092\u8a08\u753b\u3055\u308c\u308b\u524d\u306b\u3001\u5fc5\u305a\u516c\u5f0f\u30b5\u30a4\u30c8\u3067\u6700\u65b0\u306e\u30ec\u30ae\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">EPT\u306e\u7372\u5f97\u8cde\u91d1\u306b\u7a0e\u91d1\u306f\u304b\u304b\u308a\u307e\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u5c45\u4f4f\u56fd\u306e\u7a0e\u6cd5\u3001\u304a\u3088\u3073\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u958b\u50ac\u5730\u306e\u6cd5\u5f8b\u306b\u3088\u3063\u3066\u6271\u3044\u304c\u5b8c\u5168\u306b\u7570\u306a\u308a\u307e\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u306e\u4e00\u90e8\u306e\u56fd\u3067\u306f\u30dd\u30fc\u30ab\u30fc\u306e\u8cde\u91d1\u304c\u975e\u8ab2\u7a0e\u3068\u306a\u308b\u30b1\u30fc\u30b9\u3082\u3042\u308a\u307e\u3059\u3002\u30c8\u30e9\u30d6\u30eb\u3092\u9632\u3050\u305f\u3081\u306b\u3082\u3001\u9060\u5f81\u524d\u3084\u9ad8\u984d\u8cde\u91d1\u7372\u5f97\u5f8c\u306b\u306f\u5c02\u9580\u306e\u7a0e\u7406\u58eb\u306b\u3054\u76f8\u8ac7\u3055\u308c\u308b\u3053\u3068\u3092\u5f37\u304f\u304a\u52e7\u3081\u3057\u307e\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n  <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <summary><span itemprop=\"name\">\u30aa\u30f3\u30e9\u30a4\u30f3\u3067EPT\u306e\u53c2\u52a0\u8cc7\u683c\u3092\u5f97\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b\uff1f<\/span><i class=\"eptg-faq-icon\">+<\/i><\/summary>\n    <div class=\"eptg-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">\u516c\u5f0f\u30b9\u30dd\u30f3\u30b5\u30fc\u3067\u3042\u308bPokerStars\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e88\u9078\uff08\u30b5\u30c6\u30e9\u30a4\u30c8\uff09\u306b\u53c2\u52a0\u3067\u304d\u307e\u3059\u3002\u73fe\u5728\u6700\u3082\u4eba\u6c17\u3092\u96c6\u3081\u3066\u3044\u308b\u306e\u304c\u300cPower Path\uff08\u30d1\u30ef\u30fc\u30d1\u30b9\uff09\u300d\u3068\u3044\u3046\u30b9\u30c6\u30c3\u30d7\u30b7\u30b9\u30c6\u30e0\u3067\u3059\u3002\u3053\u308c\u3092\u52dd\u3061\u629c\u304f\u3053\u3068\u3067\u3001\u5927\u4f1a\u306e\u53c2\u52a0\u8cbb\u3001\u822a\u7a7a\u5238\u3001\u30db\u30c6\u30eb\u306e\u5bbf\u6cca\u8cbb\u306a\u3069\u304c\u3059\u3079\u3066\u542b\u307e\u308c\u305f\u8c6a\u83ef\u306a\u300c\u30b4\u30fc\u30eb\u30c9\u30d1\u30b9\uff08Gold Pass\uff09\u300d\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n    <\/div>\n  <\/details>\n<\/div>\n\n<!-- VIP Contact Block -->\n<div class=\"eptg-cta-contact\" id=\"eptg-contact\">\n  <h3>\u304a\u3059\u3059\u3081\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\uff1f<\/h3>\n  <p>\u4fe1\u983c\u3067\u304d\u308b\u30aa\u30f3\u30e9\u30a4\u30f3\u30dd\u30fc\u30ab\u30fc\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3068\u7279\u5178\u60c5\u5831\u3092\u3054\u6848\u5185\u3057\u307e\u3059\u3002\u304a\u6c17\u8efd\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002<\/p>\n  <div class=\"eptg-contact-grid\">\n    <a href=\"https:\/\/t.me\/pokerofferofficial\" target=\"_blank\" rel=\"noopener\" class=\"eptg-btn-contact eptg-btn-tg\">\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line><polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon><\/svg>\n      Telegram \u516c\u5f0f\u30b0\u30eb\u30fc\u30d7\n    <\/a>\n    <a href=\"https:\/\/line.me\/R\/ti\/p\/@724ulkaj\" target=\"_blank\" rel=\"noopener\" class=\"eptg-btn-contact eptg-btn-line\">\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10.5C21 5.8 16.97 2 12 2S3 5.8 3 10.5c0 4.23 3.32 7.78 7.66 8.4l1.86 1.95c.2.2.53.1.6-.16l.24-1.84A9.9 9.9 0 0 0 21 10.5z\"><\/path><\/svg>\n      LINE \u516c\u5f0f\u30a2\u30ab\u30a6\u30f3\u30c8\n    <\/a>\n    <a href=\"mailto:support@pokeroffer.com\" class=\"eptg-btn-contact eptg-btn-email\">\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n      Email\u3067\u306e\u304a\u554f\u3044\u5408\u308f\u305b\n    <\/a>\n  <\/div>\n<\/div>\n\n<div class=\"eptg-disclaimer\">\n  <p>\u5927\u4f1a\u306e\u8a73\u7d30\u30fb\u65e5\u7a0b\u306f\u4e88\u544a\u306a\u304f\u5909\u66f4\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u6700\u65b0\u60c5\u5831\u306f\u516c\u5f0f\u30b5\u30a4\u30c8\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\u30dd\u30fc\u30ab\u30fc\u306b\u306f\u91d1\u92ad\u7684\u30ea\u30b9\u30af\u304c\u4f34\u3044\u300120\u6b73\u4ee5\u4e0a\u306e\u65b9\u306e\u307f\u3054\u53c2\u52a0\u3044\u305f\u3060\u3051\u307e\u3059\u3002\u304a\u4f4f\u307e\u3044\u306e\u5730\u57df\u306e\u6cd5\u4ee4\u306b\u5f93\u3044\u3001\u9069\u5207\u306a\u7bc4\u56f2\u3067\u304a\u697d\u3057\u307f\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/div>\n\n<\/article>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"EPT\uff08\u30e8\u30fc\u30ed\u30d4\u30a2\u30f3\u30fb\u30dd\u30fc\u30ab\u30fc\u30fb\u30c4\u30a2\u30fc\uff09\u3068\u306f\u4f55\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EPT\u306fPokerStars\u304c\u4e3b\u50ac\u3059\u308b\u5927\u898f\u6a21\u306a\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30b7\u30ea\u30fc\u30ba\u3067\u3059\u30022004\u5e74\u306e\u5275\u8a2d\u4ee5\u6765\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u6700\u5927\u304b\u3064\u4e16\u754c\u6709\u6570\u306e\u8cde\u91d1\u898f\u6a21\u3092\u8a87\u308b\u30dd\u30fc\u30ab\u30fc\u30c4\u30a2\u30fc\u3078\u3068\u6210\u9577\u3057\u307e\u3057\u305f\u3002\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306e\u6a19\u6e96\u7684\u306a\u53c2\u52a0\u8cbb\u306f\u20ac5,300\u3067\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u4f1a\u5834\u3067\u76f4\u63a5EPT\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u767b\u9332\uff09\u3067\u304d\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u306f\u3044\u3001\u53ef\u80fd\u3067\u3059\u3002\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u9078\u304b\u3089\u306e\u53c2\u52a0\u3082\u304a\u3059\u3059\u3081\u3067\u3059\u304c\u3001\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u3084\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u3092\u542b\u3080\u3059\u3079\u3066\u306eEPT\u30a4\u30d9\u30f3\u30c8\u306f\u3001\u4f1a\u5834\u306e\u767b\u9332\u30c7\u30b9\u30af\u306b\u3066\u73fe\u91d1\u3001\u30ab\u30b8\u30ce\u30c1\u30c3\u30d7\u3001\u307e\u305f\u306fPokerStars\u30a2\u30ab\u30a6\u30f3\u30c8\u5185\u306e\u8cc7\u91d1\u3092\u4f7f\u3063\u3066\u76f4\u63a5\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u767b\u9332\uff09\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"EPT\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u4f55\u65e5\u9593\u958b\u50ac\u3055\u308c\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u306f\u901a\u5e386\u65e5\u9593\u304b\u30897\u65e5\u9593\u306b\u308f\u305f\u3063\u3066\u958b\u50ac\u3055\u308c\u307e\u3059\u3002Day1A\u3068Day1B\u3068\u3044\u30462\u3064\u306e\u958b\u59cb\u65e5\u304c\u8a2d\u3051\u3089\u308c\u3001\u305d\u306e\u5f8cDay2\u304b\u3089Day6\u306b\u304b\u3051\u3066\u904e\u9177\u306a\u30b5\u30d0\u30a4\u30d0\u30eb\u6226\u304c\u7e70\u308a\u5e83\u3052\u3089\u308c\u3001\u6700\u7d42\u65e5\u306b\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u304c\u6c7a\u5b9a\u3057\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"EPT\u306b\u306f\u4fdd\u8a3c\u8cde\u91d1\uff08GTD\uff09\u304c\u3042\u308a\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u521d\u5fc3\u8005\u306e\u65b9\u304c\u8aa4\u89e3\u3057\u3084\u3059\u3044\u70b9\u3067\u3059\u304c\u3001\u4ed6\u306e\u591a\u304f\u306e\u30ed\u30fc\u30ab\u30eb\u30c4\u30a2\u30fc\u3068\u306f\u7570\u306a\u308a\u3001EPT\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u3084\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u306b\u306f\u901a\u5e38\u3001\u4fdd\u8a3c\u8cde\u91d1\uff08GTD\uff09\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002EPT\u3068\u3044\u3046\u30d6\u30e9\u30f3\u30c9\u306e\u7d76\u5927\u306a\u4eba\u6c17\u306b\u3088\u308a\u3001\u4e16\u754c\u4e2d\u304b\u3089\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u96c6\u307e\u308a\u3001\u7d50\u679c\u3068\u3057\u3066\u81ea\u7136\u306b\u8d85\u9ad8\u984d\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u304c\u5f62\u6210\u3055\u308c\u308b\u305f\u3081\u3067\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"EPT\u306e\u5927\u4f1a\u306b\u306f\u4f55\u6b73\u304b\u3089\u53c2\u52a0\u3067\u304d\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u6a19\u6e96\u7684\u306aEPT\u30a4\u30d9\u30f3\u30c8\u306e\u53c2\u52a0\u5e74\u9f62\u5236\u9650\u306f18\u6b73\u4ee5\u4e0a\u3067\u3059\u3002\u305f\u3060\u3057\u3001\u4e00\u90e8\u306e\u7279\u5225\u958b\u50ac\u5730\u3084\u4ed6\u306e\u30c4\u30a2\u30fc\u3068\u306e\u5408\u540c\u30a4\u30d9\u30f3\u30c8\u3067\u306f\u3001\u73fe\u5730\u306e\u6cd5\u5f8b\u306b\u3088\u308a21\u6b73\u4ee5\u4e0a\u306b\u5f15\u304d\u4e0a\u3052\u3089\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u6d77\u5916\u9060\u5f81\u3092\u8a08\u753b\u3055\u308c\u308b\u524d\u306b\u3001\u5fc5\u305a\u516c\u5f0f\u30b5\u30a4\u30c8\u3067\u6700\u65b0\u306e\u30ec\u30ae\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"EPT\u306e\u7372\u5f97\u8cde\u91d1\u306b\u7a0e\u91d1\u306f\u304b\u304b\u308a\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u5c45\u4f4f\u56fd\u306e\u7a0e\u6cd5\u3001\u304a\u3088\u3073\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u958b\u50ac\u5730\u306e\u6cd5\u5f8b\u306b\u3088\u3063\u3066\u6271\u3044\u304c\u5b8c\u5168\u306b\u7570\u306a\u308a\u307e\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u306e\u4e00\u90e8\u306e\u56fd\u3067\u306f\u30dd\u30fc\u30ab\u30fc\u306e\u8cde\u91d1\u304c\u975e\u8ab2\u7a0e\u3068\u306a\u308b\u30b1\u30fc\u30b9\u3082\u3042\u308a\u307e\u3059\u3002\u30c8\u30e9\u30d6\u30eb\u3092\u9632\u3050\u305f\u3081\u306b\u3082\u3001\u9060\u5f81\u524d\u3084\u9ad8\u984d\u8cde\u91d1\u7372\u5f97\u5f8c\u306b\u306f\u5c02\u9580\u306e\u7a0e\u7406\u58eb\u306b\u3054\u76f8\u8ac7\u3055\u308c\u308b\u3053\u3068\u3092\u5f37\u304f\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u30aa\u30f3\u30e9\u30a4\u30f3\u3067EPT\u306e\u53c2\u52a0\u8cc7\u683c\u3092\u5f97\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u516c\u5f0f\u30b9\u30dd\u30f3\u30b5\u30fc\u3067\u3042\u308bPokerStars\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u4e88\u9078\uff08\u30b5\u30c6\u30e9\u30a4\u30c8\uff09\u306b\u53c2\u52a0\u3067\u304d\u307e\u3059\u3002\u73fe\u5728\u6700\u3082\u4eba\u6c17\u3092\u96c6\u3081\u3066\u3044\u308b\u306e\u304c\u300cPower Path\uff08\u30d1\u30ef\u30fc\u30d1\u30b9\uff09\u300d\u3068\u3044\u3046\u30b9\u30c6\u30c3\u30d7\u30b7\u30b9\u30c6\u30e0\u3067\u3059\u3002\u3053\u308c\u3092\u52dd\u3061\u629c\u304f\u3053\u3068\u3067\u3001\u5927\u4f1a\u306e\u53c2\u52a0\u8cbb\u3001\u822a\u7a7a\u5238\u3001\u30db\u30c6\u30eb\u306e\u5bbf\u6cca\u8cbb\u306a\u3069\u304c\u3059\u3079\u3066\u542b\u307e\u308c\u305f\u8c6a\u83ef\u306a\u300c\u30b4\u30fc\u30eb\u30c9\u30d1\u30b9\uff08Gold Pass\uff09\u300d\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002\"\n      }\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u30e2\u30ca\u30b3\u306e\u8f1d\u304f\u30ab\u30b8\u30ce\u30d5\u30ed\u30a2\u304b\u3089\u30d0\u30eb\u30bb\u30ed\u30ca\u306e\u6d3b\u6c17\u3042\u308b\u30ab\u30fc\u30c9\u30eb\u30fc\u30e0\u307e\u3067\u3001EPT\u306f\u6b27\u5dde\u30e9\u30a4\u30d6\u30dd\u30fc\u30ab\u30fc\u306e\u6700\u9ad8\u5cf0\u30022026\u5e74\u306e\u5168\u30b9\u30c8\u30c3\u30d7\u3001\u6700\u901f\u306ePokerStars\u4e88\u9078\u30eb\u30fc\u30c8\u3001\u9060\u5f81\u3092\u7d44\u3080\u4fa1\u5024\u306e\u3042\u308b\u91cd\u70b9\u30a4\u30d9\u30f3\u30c8\u3092\u4e00\u518a\u306b\u5b8c\u5168\u307e\u3068\u3081\u3002<\/p>\n","protected":false},"author":5,"featured_media":25205,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"rank_math_focus_keyword":"EPT, 2026","rank_math_description":"EPT 2026\u306e\u30e2\u30ca\u30b3\u30fb\u30d0\u30eb\u30bb\u30ed\u30ca\u30fb\u30d7\u30e9\u30cf\u307b\u304b\u5168\u30b9\u30c8\u30c3\u30d7\u306e\u65e5\u7a0b\u30fb\u30d0\u30a4\u30a4\u30f3\u30fbPokerStars\u4e88\u9078\u30eb\u30fc\u30c8\u3092\u5b8c\u5168\u89e3\u8aac\u3002\u6b27\u5dde\u30c8\u30c3\u30d7\u30c4\u30a2\u30fc\u53c2\u52a0\u524d\u306b\u8aad\u3080\u3079\u304d\u4e00\u672c\u3002","rank_math_robots":"index,follow","rank_math_canonical_url":"","rank_math_primary_category":"351","rank_math_permalink":"ept-european-poker-tour","_themeisle_gutenberg_block_has_review":false,"related_players":"","related_tournaments":"EPT, European Poker Tour","article_tags":"EPT, European Poker Tour","footnotes":""},"categories":[353],"tags":[76,360],"class_list":["post-25206","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tournament-guides","tag-ept","tag-european-poker-tour"],"acf":{"related_players":"","article_tags":"EPT, European Poker Tour","related_tournaments":"EPT, European Poker Tour","reference":""},"acf_data":{"related_players":"","related_tournaments":"EPT, European Poker Tour","article_tags":"EPT, European Poker Tour"},"_links":{"self":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25206","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=25206"}],"version-history":[{"count":3,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25206\/revisions"}],"predecessor-version":[{"id":25337,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25206\/revisions\/25337"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media\/25205"}],"wp:attachment":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media?parent=25206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/categories?post=25206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/tags?post=25206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}