{"id":25190,"date":"2026-04-30T08:50:00","date_gmt":"2026-04-30T08:50:00","guid":{"rendered":"https:\/\/thepokeroffer.com\/?p=25190"},"modified":"2026-04-22T14:23:48","modified_gmt":"2026-04-22T14:23:48","slug":"one-drop","status":"publish","type":"post","link":"https:\/\/thepokeroffer.com\/ja\/one-drop\/","title":{"rendered":"One Drop 2026\u5b8c\u5168\u653b\u7565\uff5c\u4e16\u754c\u6700\u9ad8\u30d0\u30a4\u30a4\u30f3\u306e\u30c1\u30e3\u30ea\u30c6\u30a3\u30fc\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u3092\u5b8c\u5168\u89e3\u8aac"},"content":{"rendered":"\n<style>\n  \/* --- Global Variables --- *\/\n  :root {\n    --one-primary:      #C20017;\n    --one-primary-dark: #9e0013;\n    --one-primary-light:#fff4f5;\n    --one-text-main:    #2c2c2c;\n    --one-text-muted:   #666666;\n    --one-border:       #e4e4e4;\n    --one-bg-light:     #fafafa;\n    --one-bg-white:     #ffffff;\n    --one-font-sans:    'Inter', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Meiryo, sans-serif;\n    --one-radius:       12px;\n    --one-transition:   cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  \/* --- Base Reset & Layout Constraints --- *\/\n  .one-wrap, .one-wrap * {\n    box-sizing: border-box;\n  }\n\n  .one-wrap {\n    max-width: 860px;\n    margin: 40px auto;\n    padding: 0 20px;\n    background: transparent;\n    font-family: var(--one-font-sans);\n    color: var(--one-text-main);\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    text-rendering: optimizeLegibility;\n    overflow-wrap: break-word; \n    word-break: break-word;\n  }\n\n  \/* --- Animations --- *\/\n  .one-animate {\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.8s var(--one-transition), transform 0.8s var(--one-transition);\n    will-change: opacity, transform;\n  }\n  \n  .one-animate.is-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* --- General Typography --- *\/\n  .one-wrap p {\n    font-size: 1.05rem;\n    line-height: 1.8;\n    margin: 0 0 1.2rem;\n    color: var(--one-text-main);\n  }\n\n  .one-wrap ul,\n  .one-wrap ol {\n    font-size: 1.05rem;\n    line-height: 1.8;\n    padding-left: 1.5rem;\n    margin-bottom: 1.2rem;\n    color: var(--one-text-main);\n  }\n\n  .one-wrap li { \n    margin-bottom: 0.5rem; \n  }\n\n  .one-wrap h2 {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #111;\n    margin: 2.5rem 0 1rem;\n    padding-bottom: 0.75rem;\n    border-bottom: 2px solid #f0f0f0;\n    position: relative;\n  }\n\n  .one-wrap h2::after {\n    content: '';\n    position: absolute;\n    left: 0; \n    bottom: -2px;\n    width: 48px; \n    height: 2px;\n    background: var(--one-primary);\n    border-radius: 2px;\n  }\n\n  .one-wrap h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 2rem 0 0.85rem;\n  }\n\n  .one-wrap h4 {\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 0.5rem;\n    letter-spacing: 0.2px;\n  }\n\n  .one-wrap a { \n    color: var(--one-primary); \n    transition: color 0.2s ease;\n  }\n\n  .one-wrap a:hover {\n    color: var(--one-primary-dark);\n  }\n\n  \/* --- Definition Box --- *\/\n  .one-def {\n    border-left: 4px solid var(--one-primary);\n    background: var(--one-bg-light);\n    padding: 1.25rem 1.5rem;\n    border-radius: 0 var(--one-radius) var(--one-radius) 0;\n    margin: 0 0 1.75rem;\n  }\n\n  .one-def-label {\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    color: var(--one-primary);\n    margin-bottom: 0.5rem;\n  }\n\n  .one-def p {\n    margin: 0;\n  }\n\n  \/* --- Top CTA --- *\/\n  .one-cta-top {\n    background: var(--one-primary-light);\n    border: 1px solid #fcd2d5;\n    border-radius: var(--one-radius);\n    padding: 1rem 1.25rem;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n    margin: 0 0 2rem;\n  }\n\n  .one-cta-top-text {\n    flex: 1;\n    min-width: 200px;\n    font-size: 0.95rem;\n    color: #444;\n    line-height: 1.6;\n  }\n\n  .one-cta-top-text strong { \n    color: #111; \n  }\n\n  .one-btn-tg {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n    background: #229ED9;\n    color: #fff !important;\n    padding: 0.75rem 1.25rem;\n    border-radius: 8px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-decoration: none !important;\n    white-space: nowrap;\n    transition: all 0.3s var(--one-transition);\n  }\n\n  @media (hover: hover) {\n    .one-btn-tg:hover { \n      background: #1e8cc0;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(34, 158, 217, 0.3);\n    }\n  }\n\n  .one-btn-tg svg { \n    flex-shrink: 0; \n  }\n\n  \/* --- At a Glance Grid --- *\/\n  .one-glance {\n    border: 1px solid var(--one-border);\n    border-radius: var(--one-radius);\n    overflow: hidden;\n    margin: 0 0 2rem;\n    background: var(--one-bg-white);\n  }\n\n  .one-glance-head {\n    background: var(--one-primary);\n    color: #fff;\n    padding: 0.875rem 1.25rem;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .one-glance-grid { \n    display: grid; \n    grid-template-columns: repeat(3, 1fr); \n    gap: 1px;\n    background: var(--one-border);\n  }\n\n  .one-glance-item {\n    background: var(--one-bg-white);\n    padding: 1.25rem;\n  }\n\n  .one-gi-label {\n    font-size: 0.65rem;\n    font-weight: 700;\n    letter-spacing: 0.6px;\n    color: #aaa;\n    margin-bottom: 0.4rem;\n  }\n\n  .one-gi-val {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #111;\n    line-height: 1.4;\n  }\n  \n  .one-gi-sub {\n    display: block;\n    font-size: 0.75rem;\n    color: #777;\n    font-weight: 400;\n    margin-top: 0.2rem;\n  }\n\n  \/* --- Table of Contents --- *\/\n  .one-toc {\n    background: var(--one-bg-light);\n    border: 1px solid var(--one-border);\n    border-radius: var(--one-radius);\n    padding: 1.25rem 1.5rem;\n    margin: 0 0 2rem;\n  }\n\n  .one-toc-title {\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: #888;\n    margin-bottom: 1rem;\n  }\n\n  .one-toc ol {\n    margin: 0; \n    padding-left: 1.25rem;\n    columns: 2; \n    column-gap: 2rem;\n  }\n\n  .one-toc li { \n    break-inside: avoid; \n  }\n\n  .one-toc a { \n    text-decoration: none; \n    display: inline-block;\n    transition: transform 0.3s var(--one-transition), opacity 0.3s ease; \n  }\n\n  @media (hover: hover) {\n    .one-toc a:hover { \n      opacity: 0.8; \n      transform: translateX(4px);\n    }\n  }\n\n  \/* --- Key Facts --- *\/\n  .one-keyfacts {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin: 1.5rem 0 2rem;\n    padding: 1.25rem 0;\n    border-top: 1px solid var(--one-border);\n    border-bottom: 1px solid var(--one-border);\n  }\n\n  .one-kf {\n    flex: 1;\n    text-align: center;\n    padding: 0 0.5rem;\n  }\n\n  .one-kf-n {\n    display: block;\n    font-size: 1.75rem;\n    font-weight: 800;\n    color: #111;\n    letter-spacing: -0.5px;\n    line-height: 1.1;\n    margin-bottom: 0.25rem;\n  }\n\n  .one-kf-l {\n    font-size: 0.8rem;\n    color: var(--one-text-muted);\n    line-height: 1.4;\n  }\n\n  .one-kf-sep {\n    width: 1px;\n    height: 40px;\n    background: var(--one-border);\n  }\n\n  \/* --- Timeline --- *\/\n  .one-timeline {\n    position: relative;\n    padding-left: 1.5rem;\n    margin: 1.5rem 0 2rem;\n  }\n\n  .one-timeline::before {\n    content: '';\n    position: absolute;\n    left: 6px; \n    top: 8px; \n    bottom: 8px;\n    width: 2px;\n    background: linear-gradient(to bottom, var(--one-primary), #fcd2d5);\n    border-radius: 2px;\n  }\n\n  .one-tl-item { \n    position: relative; \n    margin-bottom: 1.5rem; \n    padding-left: 0.75rem; \n  }\n\n  .one-tl-item::before {\n    content: '';\n    position: absolute;\n    left: -1.35rem; \n    top: 5px;\n    width: 12px; \n    height: 12px;\n    border-radius: 50%;\n    background: var(--one-bg-white);\n    border: 2px solid var(--one-primary);\n  }\n\n  .one-tl-year {\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--one-primary);\n    letter-spacing: 0.3px;\n    margin-bottom: 0.25rem;\n  }\n\n  .one-tl-desc {\n    font-size: 1.05rem;\n    line-height: 1.8;\n  }\n\n  \/* --- Cards Grid --- *\/\n  .one-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1rem;\n    margin: 1.5rem 0 2rem;\n  }\n\n  .one-card {\n    border: 1px solid var(--one-border);\n    border-radius: var(--one-radius);\n    padding: 1.5rem;\n    background: var(--one-bg-white);\n    transition: transform 0.4s var(--one-transition), box-shadow 0.4s var(--one-transition);\n  }\n\n  @media (hover: hover) {\n    .one-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);\n    }\n  }\n\n  .one-card-top-red { border-top: 3px solid var(--one-primary); }\n  .one-card-bg { background: var(--one-bg-light); }\n\n  .one-card h4 { \n    margin-bottom: 0.5rem; \n  }\n\n  .one-card p {\n    font-size: 1.05rem; \n    margin: 0;\n  }\n\n  \/* --- Highlight Note --- *\/\n  .one-note {\n    background: var(--one-primary-light);\n    border-left: 3px solid var(--one-primary);\n    padding: 1.25rem 1.5rem;\n    border-radius: 0 var(--one-radius) var(--one-radius) 0;\n    margin: 1.5rem 0;\n    font-size: 1.05rem;\n    line-height: 1.8;\n    color: var(--one-text-main);\n  }\n\n  .one-note strong { \n    color: var(--one-primary); \n  }\n\n  \/* --- FAQ Accordion --- *\/\n  .one-faq { \n    margin: 1.5rem 0 2.5rem; \n  }\n\n  .one-faq details {\n    border: 1px solid var(--one-border);\n    border-radius: 10px;\n    margin-bottom: 0.75rem;\n    overflow: hidden;\n    background: var(--one-bg-white);\n    transition: box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  @media (hover: hover) {\n    .one-faq details:hover {\n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n  }\n\n  .one-faq details[open] { \n    border-color: #ccc; \n  }\n\n  .one-faq summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1rem 1.25rem;\n    cursor: pointer;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: #111;\n    background: var(--one-bg-light);\n    list-style: none;\n    user-select: none;\n    gap: 1rem;\n    transition: background 0.2s ease;\n  }\n\n  .one-faq summary:hover { \n    background: #f0f0f0; \n  }\n  \n  .one-faq summary::-webkit-details-marker { \n    display: none; \n  }\n\n  .one-faq-icon {\n    flex-shrink: 0;\n    width: 24px; \n    height: 24px;\n    background: var(--one-primary);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.1rem;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.4s var(--one-transition), background 0.3s ease;\n    font-style: normal;\n  }\n\n  .one-faq details[open] .one-faq-icon { \n    transform: rotate(45deg); \n    background: var(--one-primary-dark);\n  }\n\n  .one-faq-body {\n    padding: 1rem 1.25rem 1.25rem;\n    font-size: 1.05rem;\n    line-height: 1.8;\n    color: var(--one-text-main);\n    border-top: 1px solid #f0f0f0;\n    animation: fadeIn 0.4s ease-out;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(-4px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .one-faq-body p { \n    margin: 0; \n  }\n\n  \/* --- Bottom CTA --- *\/\n  .one-cta-contact {\n    margin: 3rem 0 1.5rem;\n    border: 1px solid var(--one-border);\n    border-radius: var(--one-radius);\n    overflow: hidden;\n    display: grid;\n    grid-template-columns: 1fr auto;\n    background: var(--one-bg-white);\n    box-shadow: 0 4px 20px rgba(0,0,0,0.02);\n  }\n\n  .one-cta-left {\n    padding: 2rem;\n    border-right: 1px solid var(--one-border);\n    display: flex;\n    align-items: center;\n  }\n\n  .one-cta-right {\n    padding: 2rem 1.5rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    gap: 0.75rem;\n    background: var(--one-bg-light);\n  }\n\n  .one-clink {\n    display: flex;\n    align-items: center;\n    gap: 0.6rem;\n    padding: 0.75rem 1.25rem;\n    border-radius: 8px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    text-decoration: none !important;\n    transition: all 0.3s var(--one-transition);\n    white-space: nowrap;\n  }\n\n  @media (hover: hover) {\n    .one-clink:hover { \n      transform: translateY(-2px);\n      box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n    }\n  }\n\n  .one-clink-tg   { background: #229ED9; color: #fff !important; }\n  .one-clink-line { background: #06C755; color: #fff !important; }\n  .one-clink-mail { background: #1a1a1a; color: #fff !important; }\n  .one-clink svg  { flex-shrink: 0; display: block; }\n\n  \/* --- Disclaimer --- *\/\n    .one-disclaimer {\n    background: #fff;\n    border: 1px solid #ebebeb;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 16px 0 30px;\n  }\n\n  .one-disclaimer p {\n    font-family: var(--one-font-sans);\n    font-size: 12px;\n    color: #aaa;\n    margin: 0;\n    line-height: 1.75;\n  }\n\n  \/* --- Responsive Utilities --- *\/\n  @media (max-width: 800px) {\n    .one-glance-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 680px) {\n    .one-wrap { padding: 0 15px; }\n    \n    .one-wrap h2 { \n      font-size: 1.35rem; \n      margin: 2rem 0 0.85rem; \n    }\n    \n    .one-grid-2 {\n      grid-template-columns: 1fr;\n    }\n\n    .one-keyfacts {\n      flex-direction: row; \n      padding: 1rem 0;\n      gap: 0;\n    }\n    .one-kf {\n      flex: 1;\n      padding: 0 0.2rem;\n    }\n    .one-kf-n {\n      font-size: 1.2rem;\n      letter-spacing: -0.5px;\n      margin-bottom: 0.15rem;\n    }\n    .one-kf-l {\n      font-size: 0.65rem;\n      line-height: 1.2;\n    }\n    .one-kf-sep {\n      width: 1px;\n      height: 35px;\n      margin: 0;\n    }\n\n    .one-cta-top {\n      flex-direction: column;\n      align-items: stretch;\n      text-align: center;\n      padding: 1.25rem;\n    }\n    .one-cta-top-text { text-align: left; margin-bottom: 0.5rem; }\n    .one-btn-tg { width: 100%; }\n    \n    .one-toc ol { columns: 1; }\n    \n    .one-cta-contact { grid-template-columns: 1fr; }\n    .one-cta-left { border-right: none; border-bottom: 1px solid var(--one-border); padding: 1.5rem; }\n    .one-cta-right { padding: 1.5rem; background: #fff; gap: 0.75rem; }\n    .one-clink { justify-content: center; width: 100%; }\n  }\n\n  @media (max-width: 400px) {\n    .one-glance-item { padding: 1rem 0.75rem; }\n    .one-gi-val { font-size: 0.85rem; }\n    \n    .one-kf-n { font-size: 1.05rem; }\n    .one-kf-l { font-size: 0.6rem; }\n  }\n<\/style>\n\n<!-- Main Content Wrapper -->\n<div class=\"one-wrap\" itemscope itemtype=\"https:\/\/schema.org\/Article\">\n\n  <div class=\"one-animate\">\n    <p><strong>The Big One for One Drop<\/strong> \u306f\u3001\u30dd\u30fc\u30ab\u30fc\u306e\u300c\u30cf\u30a4\u30b9\u30c6\u30fc\u30af\u30b9\u300d\u306e\u5e38\u8b58\u3092\u6253\u3061\u7834\u3063\u305f\u4f1d\u8aac\u7684\u306a\u30c1\u30e3\u30ea\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8\u3067\u3059\u3002\u4e16\u754c\u306e\u6c34\u8cc7\u6e90\u554f\u984c\u306e\u89e3\u6c7a\u3092\u652f\u63f4\u3059\u308b\u76ee\u7684\u3067\u5275\u8a2d\u3055\u308c\u3001\u53c2\u52a0\u8cbb\uff08\u30d0\u30a4\u30a4\u30f3\uff09\u306f\u306a\u3093\u3068100\u4e07\u30c9\u30eb\uff08\u7d041.5\u5104\u5186\uff09\u3002\u5f53\u6642\u306e\u30dd\u30fc\u30ab\u30fc\u53f2\u306e\u8a18\u9332\u3092\u6b21\u3005\u3068\u5857\u308a\u66ff\u3048\u307e\u3057\u305f\u3002<\/p>\n    <p>World Series of Poker (WSOP) \u3067\u306e\u30bb\u30f3\u30bb\u30fc\u30b7\u30e7\u30ca\u30eb\u306a\u767b\u5834\u304b\u3089\u3001World Poker Tour (WPT) \u304c\u4e3b\u50ac\u3092\u5f15\u304d\u7d99\u3044\u3060\u73fe\u5728\u306b\u81f3\u308b\u307e\u3067\u3001The Big One \u306f\u4e16\u754c\u4e2d\u306e\u5927\u5bcc\u8c6a\u3068\u30c8\u30c3\u30d7\u30d7\u30ed\u3092\u540c\u3058\u30c6\u30fc\u30d6\u30eb\u306b\u96c6\u3081\u7d9a\u3051\u3066\u3044\u307e\u3059\u3002\u672c\u30ac\u30a4\u30c9\u3067\u306f\u3001\u3053\u306e\u8d85\u9ad8\u984d\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306e\u6b74\u53f2\u3001\u83ab\u5927\u306a\u8cde\u91d1\u30d7\u30fc\u30eb\u3001\u305d\u3057\u3066\u80cc\u666f\u306b\u3042\u308b\u30c1\u30e3\u30ea\u30c6\u30a3\u306e\u610f\u7fa9\u306b\u3064\u3044\u3066\u8a73\u3057\u304f\u89e3\u8aac\u3057\u307e\u3059\u3002<\/p>\n  <\/div>\n\n  <div class=\"one-def one-animate\">\n    <div class=\"one-def-label\">1\u5206\u3067\u308f\u304b\u308b The Big One for One Drop<\/div>\n    <p><strong>The Big One for One Drop<\/strong> \u306f\u3001\u30d0\u30a4\u30a4\u30f3100\u4e07\u30c9\u30eb\u306e\u30ce\u30fc\u30ea\u30df\u30c3\u30c8\u30db\u30fc\u30eb\u30c7\u30e0\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u3067\u3059\u30022012\u5e74\u306b Guy Lalibert\u00e9\uff08\u30b7\u30eb\u30af\u30fb\u30c9\u30a5\u30fb\u30bd\u30ec\u30a4\u30e6\u5275\u8a2d\u8005\uff09\u306b\u3088\u3063\u3066\u8a2d\u7acb\u3055\u308c\u307e\u3057\u305f\u3002\u512a\u52dd\u8005\u306b\u5de8\u984d\u306e\u8cde\u91d1\u3092\u3082\u305f\u3089\u3059\u3060\u3051\u3067\u306a\u304f\u3001\u8ca7\u56f0\u5730\u57df\u306b\u5b89\u5168\u306a\u6c34\u3092\u63d0\u4f9b\u3059\u308b\u300cOne Drop\u8ca1\u56e3\u300d\u3078\u6570\u767e\u4e07\u30c9\u30eb\u898f\u6a21\u306e\u5bc4\u4ed8\u3092\u884c\u3046\u3068\u3044\u3046\u91cd\u8981\u306a\u5f79\u5272\u3092\u679c\u305f\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n  <\/div>\n\n  <div class=\"one-cta-top one-animate\">\n    <div class=\"one-cta-top-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:8px;flex-wrap:wrap;flex-shrink:0;\">\n      <a href=\"https:\/\/line.me\/R\/ti\/p\/@724ulkaj\" target=\"_blank\" rel=\"noopener\" class=\"one-btn-tg\" style=\"background:#06C755;\">LINE<\/a>\n      <a href=\"mailto:support@pokeroffer.com\" class=\"one-btn-tg\" style=\"background:#1a1a1a;\">Email<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"one-glance one-animate\">\n    <div class=\"one-glance-head\">\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u6982\u8981 (At a Glance)<\/div>\n    <div class=\"one-glance-grid\">\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u521d\u958b\u50ac<\/div>\n        <div class=\"one-gi-val\">2012\u5e74<\/div>\n      <\/div>\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u5275\u8a2d\u8005<\/div>\n        <div class=\"one-gi-val\">Guy Lalibert\u00e9<\/div>\n      <\/div>\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u30d0\u30a4\u30a4\u30f3<\/div>\n        <div class=\"one-gi-val\">1,000,000\u30c9\u30eb<\/div>\n      <\/div>\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u30c1\u30e3\u30ea\u30c6\u30a3\u5bc4\u4ed8\u984d<\/div>\n        <div class=\"one-gi-val\">$111,111 <span class=\"one-gi-sub\">(WSOP\u6642\u4ee3: 2012\u301c2018\u5e74)<\/span><\/div>\n        <div class=\"one-gi-val\" style=\"margin-top: 6px;\">$60,000 <span class=\"one-gi-sub\">(WPT\u6642\u4ee3: 2023\u5e74\u301c\u73fe\u5728)<\/span><\/div>\n      <\/div>\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u6b74\u4ee3\u6700\u9ad8\u8cde\u91d1<\/div>\n        <div class=\"one-gi-val\">1,830\u4e07\u30c9\u30eb<\/div>\n      <\/div>\n      <div class=\"one-glance-item\">\n        <div class=\"one-gi-label\">\u4e3b\u50ac\u30c4\u30a2\u30fc<\/div>\n        <div class=\"one-gi-val\">WSOP &#038; WPT<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"one-toc one-animate\">\n    <div class=\"one-toc-title\">\u76ee\u6b21<\/div>\n    <ol>\n      <li><a href=\"#one-vision\">\u8a2d\u7acb\u306e\u80cc\u666f\uff1aGuy Lalibert\u00e9 \u3068 One Drop \u8ca1\u56e3<\/a><\/li>\n      <li><a href=\"#one-champions\">\u6b74\u4ee3\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u3068\u7834\u683c\u306e\u8cde\u91d1<\/a><\/li>\n      <li><a href=\"#one-ecosystem\">\u7279\u7570\u306a\u30d7\u30ec\u30a4\u30e4\u30fc\u5c64\uff1a\u30d7\u30ed vs \u30b9\u30fc\u30d1\u30fcVIP<\/a><\/li>\n      <li><a href=\"#one-extravaganza\">Monte-Carlo One Drop Extravaganza\uff08\u7279\u5225\u7248\uff09<\/a><\/li>\n      <li><a href=\"#one-wpt\">WPT\u6642\u4ee3\u3068\u300cWPT Global\u300d\u306b\u3088\u308b\u30c7\u30b8\u30bf\u30eb\u5316<\/a><\/li>\n      <li><a href=\"#one-faq\">\u3088\u304f\u3042\u308b\u8cea\u554f (FAQ)<\/a><\/li>\n    <\/ol>\n  <\/div>\n\n  <h2 id=\"one-vision\" class=\"one-animate\">\u8a2d\u7acb\u306e\u80cc\u666f\uff1aGuy Lalibert\u00e9 \u3068 One Drop \u8ca1\u56e3<\/h2>\n  <div class=\"one-animate\">\n    <p>2012\u5e74\u4ee5\u524d\u3001\u53c2\u52a0\u8cbb100\u4e07\u30c9\u30eb\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306a\u3069\u73fe\u5b9f\u96e2\u308c\u3057\u305f\u30a2\u30a4\u30c7\u30a2\u3067\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u30b7\u30eb\u30af\u30fb\u30c9\u30a5\u30fb\u30bd\u30ec\u30a4\u30e6\u306e\u5275\u8a2d\u8005\u3067\u3042\u308a\u30cf\u30a4\u30b9\u30c6\u30fc\u30af\u30b9\u30dd\u30fc\u30ab\u30fc\u306e\u611b\u597d\u5bb6\u3067\u3082\u3042\u308b Guy Lalibert\u00e9 \u304c\u3001\u3053\u308c\u3092\u5b9f\u73fe\u3055\u305b\u307e\u3057\u305f\u3002<\/p>\n\n    <div class=\"one-keyfacts\">\n      <div class=\"one-kf\">\n        <div class=\"one-kf-n\">2012<\/div>\n        <div class=\"one-kf-l\">\u521d\u958b\u50ac\u5e74<\/div>\n      <\/div>\n      <div class=\"one-kf-sep\"><\/div>\n      <div class=\"one-kf\">\n        <div class=\"one-kf-n\">11.1%<\/div>\n        <div class=\"one-kf-l\">\u5f53\u521d\u306e\u5bc4\u4ed8\u5272\u5408<\/div>\n      <\/div>\n      <div class=\"one-kf-sep\"><\/div>\n      <div class=\"one-kf\">\n        <div class=\"one-kf-n\">$25M+<\/div>\n        <div class=\"one-kf-l\">\u7d2f\u8a08\u5bc4\u4ed8\u7dcf\u984d<\/div>\n      <\/div>\n    <\/div>\n\n    <p>\u5f7c\u306f\u3001\u4e3b\u8981\u30e1\u30c7\u30a3\u30a2\u306e\u6ce8\u76ee\u3092\u96c6\u3081\u3064\u3064\u793e\u4f1a\u8ab2\u984c\u306e\u89e3\u6c7a\u306b\u8ca2\u732e\u3067\u304d\u308b\u30a4\u30d9\u30f3\u30c8\u3092\u69cb\u60f3\u3057\u3001World Series of Poker (WSOP) \u3068\u63d0\u643a\u3057\u307e\u3057\u305f\u3002\u521d\u671f\uff082012\u301c2018\u5e74\uff09\u306e\u30b7\u30b9\u30c6\u30e0\u3067\u306f\u3001100\u4e07\u30c9\u30eb\u306e\u30d0\u30a4\u30a4\u30f3\u306b\u5bfe\u3057 WSOP \u306f\u30ec\u30fc\u30ad\uff08\u904b\u55b6\u624b\u6570\u6599\uff09\u3092\u4e00\u5207\u53d6\u3089\u305a\u3001<strong>111,111\u30c9\u30eb<\/strong> \u304c\u76f4\u63a5 <strong>One Drop \u8ca1\u56e3<\/strong> \u3078\u5168\u984d\u5bc4\u4ed8\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n  <\/div>\n\n  <h2 id=\"one-champions\" class=\"one-animate\">\u6b74\u4ee3\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u3068\u7834\u683c\u306e\u8cde\u91d1<\/h2>\n  <div class=\"one-animate\">\n    <p>The Big One \u3067\u306e\u512a\u52dd\u306f\u3001\u30dd\u30fc\u30ab\u30fc\u754c\u306e\u6b74\u4ee3\u7372\u5f97\u8cde\u91d1\u30e9\u30f3\u30ad\u30f3\u30b0\uff08All-Time Money List\uff09\u4e0a\u4f4d\u3078\u306e\u76f4\u884c\u30c1\u30b1\u30c3\u30c8\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u3053\u308c\u307e\u3067\u306b\u3082\u3001\u30dd\u30fc\u30ab\u30fc\u53f2\u306b\u6b8b\u308b\u6570\u3005\u306e\u540d\u52dd\u8ca0\u304c\u7e70\u308a\u5e83\u3052\u3089\u308c\u3066\u304d\u307e\u3057\u305f\u3002<\/p>\n\n    <div class=\"one-timeline\">\n      <div class=\"one-tl-item\">\n        <div class=\"one-tl-year\">2012\u5e74 (WSOP)<\/div>\n        <div class=\"one-tl-desc\"><strong>Antonio Esfandiari (1,830\u4e07\u30c9\u30eb)<\/strong>\uff1a\u521d\u958b\u50ac\u3068\u306a\u3063\u305f\u672c\u5927\u4f1a\u3067\u3001\u300c\u30b6\u30fb\u30de\u30b8\u30b7\u30e3\u30f3\u300d\u3053\u3068 Esfandiari \u304c48\u540d\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u6253\u3061\u7834\u308a\u512a\u52dd\u30021,834\u4e076,673\u30c9\u30eb\u306e\u8cde\u91d1\u3068\u7279\u88fd\u306e\u30d7\u30e9\u30c1\u30ca\u30d6\u30ec\u30b9\u30ec\u30c3\u30c8\u3092\u7372\u5f97\u3057\u3001\u5f53\u6642\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u6700\u9ad8\u8cde\u91d1\u8a18\u9332\u3092\u6a39\u7acb\u3057\u307e\u3057\u305f\u3002<\/div>\n      <\/div>\n      <div class=\"one-tl-item\">\n        <div class=\"one-tl-year\">2014\u5e74 (WSOP)<\/div>\n        <div class=\"one-tl-desc\"><strong>Daniel Colman (1,530\u4e07\u30c9\u30eb)<\/strong>\uff1a\u30d8\u30c3\u30ba\u30a2\u30c3\u30d7\u3067\u30ec\u30b8\u30a7\u30f3\u30c9\u306e Daniel Negreanu \u3092\u6483\u7834\u30021,500\u4e07\u30c9\u30eb\u8d85\u3092\u624b\u306b\u3057\u305f\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u5168\u304f\u611f\u60c5\u3092\u8868\u306b\u51fa\u3055\u306a\u304b\u3063\u305f\u614b\u5ea6\u306f\u3001\u300c\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u3068\u3057\u3066\u306e\u632f\u308b\u821e\u3044\u300d\u306b\u3064\u3044\u3066\u30dd\u30fc\u30ab\u30fc\u754c\u3067\u5927\u304d\u306a\u8b70\u8ad6\u3092\u547c\u3073\u307e\u3057\u305f\u3002<\/div>\n      <\/div>\n      <div class=\"one-tl-item\">\n        <div class=\"one-tl-year\">2018\u5e74 (WSOP)<\/div>\n        <div class=\"one-tl-desc\"><strong>Justin Bonomo (1,000\u4e07\u30c9\u30eb)<\/strong>\uff1a\u5f53\u6642\u9a5a\u7570\u7684\u306a\u9023\u52dd\u8a18\u9332\u3092\u6253\u3061\u7acb\u3066\u3066\u3044\u305f Bonomo \u306e\u96c6\u5927\u6210\u3068\u3082\u8a00\u3048\u308b\u52dd\u5229\u3067\u3057\u305f\u3002\u30c9\u30a4\u30c4\u306e\u5929\u624d\u30d7\u30ec\u30a4\u30e4\u30fc Fedor Holz \u3092\u4e0b\u3057\u3066\u512a\u52dd\u3057\u3001\u4e16\u754c\u306e\u6b74\u4ee3\u7372\u5f97\u8cde\u91d1\u30e9\u30f3\u30ad\u30f3\u30b0\u30671\u4f4d\u306b\u541b\u81e8\u3057\u307e\u3057\u305f\u3002<\/div>\n      <\/div>\n      <div class=\"one-tl-item\">\n        <div class=\"one-tl-year\">2023\u5e74 (WPT)<\/div>\n        <div class=\"one-tl-desc\"><strong>Mikita Badziakouski (710\u4e07\u30c9\u30eb)<\/strong>\uff1a5\u5e74\u306e\u7a7a\u767d\u671f\u9593\u3092\u7d4c\u3066\u3001\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306f World Poker Tour (WPT) \u306e\u4e3b\u50ac\u306b\u3088\u308a Wynn Las Vegas \u3067\u5fa9\u6d3b\u3002\u30d9\u30e9\u30eb\u30fc\u30b7\u51fa\u8eab\u306e\u30c8\u30c3\u30d7\u30d7\u30ed\u304c\u65b0\u6642\u4ee3\u306e\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u306b\u8f1d\u304d\u307e\u3057\u305f\u3002<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"one-ecosystem\" class=\"one-animate\">\u7279\u7570\u306a\u30d7\u30ec\u30a4\u30e4\u30fc\u5c64\uff1a\u30d7\u30ed vs \u30b9\u30fc\u30d1\u30fcVIP<\/h2>\n  <div class=\"one-animate\">\n    <p>The Big One \u306e\u6700\u5927\u306e\u9b45\u529b\u306f\u3001\u305d\u306e\u72ec\u7279\u306a\u53c2\u52a0\u8005\u306e\u9854\u3076\u308c\u306b\u3042\u308a\u307e\u3059\u3002100\u4e07\u30c9\u30eb\u3068\u3044\u3046\u30d0\u30a4\u30a4\u30f3\u306f\u30c8\u30c3\u30d7\u30d7\u30ed\u3067\u3042\u3063\u3066\u3082\u5168\u984d\u81ea\u5df1\u8ca0\u62c5\u3059\u308b\u306e\u306f\u96e3\u3057\u304f\u3001\u7d50\u679c\u3068\u3057\u3066\u3053\u306e\u5927\u4f1a\u306a\u3089\u3067\u306f\u306e\u7279\u5225\u306a\u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u304c\u751f\u307e\u308c\u307e\u3057\u305f\u3002<\/p>\n\n    <div class=\"one-grid-2\">\n      <div class=\"one-card one-card-top-red\">\n        <h4>\u30d3\u30b8\u30cd\u30b9\u30ea\u30fc\u30c0\u30fc\u3068\u30b9\u30fc\u30d1\u30fcVIP<\/h4>\n        <p>\u30d8\u30c3\u30b8\u30d5\u30a1\u30f3\u30c9\u306e\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3001\u30d9\u30f3\u30c1\u30e3\u30fc\u30ad\u30e3\u30d4\u30bf\u30ea\u30b9\u30c8\u3001\u4f01\u696d\u7d4c\u55b6\u8005\u305f\u3061\u306f\u3001\u6700\u9ad8\u5cf0\u306e\u982d\u8133\u6226\u3092\u697d\u3057\u307f\u3001\u30c1\u30e3\u30ea\u30c6\u30a3\u3092\u652f\u63f4\u3059\u308b\u305f\u3081\u306b\u53c2\u52a0\u3057\u307e\u3059\u3002\u5f7c\u3089\u306e\u591a\u304f\u306f\u30d0\u30a4\u30a4\u30f3\u3092\u5168\u984d\u81ea\u5df1\u8cc7\u91d1\u3067\u652f\u6255\u3044\u3001\u30dd\u30fc\u30ab\u30fc\u7d4c\u6e08\u570f\u306b\u83ab\u5927\u306a\u65b0\u898f\u8cc7\u91d1\u3092\u3082\u305f\u3089\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"one-card one-card-top-red\">\n        <h4>\u30a2\u30af\u30b7\u30e7\u30f3\uff08\u6301\u3061\u5206\uff09\u3092\u8ca9\u58f2\u3059\u308b\u30d7\u30ed<\/h4>\n        <p>\u30c8\u30c3\u30d7\u30d7\u30ed\u305f\u3061\u306f\u6295\u8cc7\u5bb6\u306b\u81ea\u5206\u306e\u300c\u30a2\u30af\u30b7\u30e7\u30f3\u300d\u3092\u8ca9\u58f2\uff08Sell Action\uff09\u3057\u307e\u3059\u3002\u4f8b\u3048\u3070\u3001\u30d7\u30ed\u672c\u4eba\u306f5\u4e07\u30c9\u30eb\u306e\u307f\u51fa\u8cc7\u3057\u3001\u6b8b\u308a\u306e95\u4e07\u30c9\u30eb\u3092\u5bcc\u88d5\u5c64\u306e\u30b9\u30dd\u30f3\u30b5\u30fc\u306b\u51fa\u8cc7\u3057\u3066\u3082\u3089\u3046\u30b1\u30fc\u30b9\u304c\u4e00\u822c\u7684\u3067\u3059\u3002\u8cde\u91d1\u3092\u7372\u5f97\u3057\u305f\u5834\u5408\u3001\u30b9\u30dd\u30f3\u30b5\u30fc\u306f\u51fa\u8cc7\u5272\u5408\u306b\u5fdc\u3058\u3066\u5229\u76ca\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"one-extravaganza\" class=\"one-animate\">Monte-Carlo One Drop Extravaganza\uff08\u7279\u5225\u7248\uff09<\/h2>\n  <div class=\"one-animate\">\n    <p>2016\u5e74\u3001\u4e3b\u50ac\u8005\u306f\u30c1\u30e3\u30ea\u30c6\u30a3\u306e\u6700\u5927\u306e\u652f\u63f4\u8005\u3067\u3042\u308b\u30ec\u30af\u30ea\u30a8\u30fc\u30b7\u30e7\u30ca\u30eb\u30d7\u30ec\u30a4\u30e4\u30fc\uff08\u30a2\u30de\u30c1\u30e5\u30a2\u306e\u5bcc\u88d5\u5c64\uff09\u304c\u53c2\u52a0\u3057\u3084\u3059\u3044\u3088\u3046\u65b9\u91dd\u3092\u5909\u66f4\u3057\u3001\u300c<strong>Monte-Carlo One Drop Extravaganza<\/strong>\u300d\u3092\u958b\u50ac\u3057\u307e\u3057\u305f\u3002\u30d0\u30a4\u30a4\u30f3\u306f\u9a5a\u7570\u306e100\u4e07\u30e6\u30fc\u30ed\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n    \n    <div class=\"one-note\">\n      <strong>\u62db\u5f85\u5236\u306e\u7279\u5225\u30eb\u30fc\u30eb\uff1a<\/strong>\u7af6\u6280\u306e\u516c\u5e73\u6027\u3092\u4fdd\u3064\u305f\u3081\u3001\u30d7\u30ed\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u53c2\u52a0\u306f\u53b3\u3057\u304f\u7981\u3058\u3089\u308c\u307e\u3057\u305f\u3002\u305f\u3060\u3057\u3001\u5bcc\u88d5\u5c64\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u300c\u5c02\u5c5e\u30b3\u30fc\u30c1\u300d\u3068\u3057\u3066\u4f1a\u5834\u306b\u5165\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u3057\u305f\u3002\u6700\u7d42\u7684\u306b\u3001\u9999\u6e2f\u51fa\u8eab\u306e\u30ec\u30af\u30ea\u30a8\u30fc\u30b7\u30e7\u30ca\u30eb\u30d7\u30ec\u30a4\u30e4\u30fc Elton Tsang \u304c\u512a\u52dd\u3057\u30011,110\u4e07\u30e6\u30fc\u30ed\u3068\u3044\u3046\u83ab\u5927\u306a\u8cde\u91d1\u3092\u624b\u306b\u3057\u307e\u3057\u305f\u3002\n    <\/div>\n  <\/div>\n\n  <h2 id=\"one-wpt\" class=\"one-animate\">WPT\u6642\u4ee3\u3068\u300cWPT Global\u300d\u306b\u3088\u308b\u30c7\u30b8\u30bf\u30eb\u5316<\/h2>\n  <div class=\"one-animate\">\n    <p>\u4e16\u754c\u7684\u306a\u30d1\u30f3\u30c7\u30df\u30c3\u30af\u3092\u7d4c\u3066\u3001\u30dd\u30fc\u30ab\u30fc\u754c\u306e\u52e2\u529b\u56f3\u3082\u5909\u5316\u3057\u307e\u3057\u305f\u30022023\u5e74\u3001One Drop \u8ca1\u56e3\u306f <strong>World Poker Tour (WPT)<\/strong> \u3068\u306e\u5f37\u529b\u306a\u30d1\u30fc\u30c8\u30ca\u30fc\u30b7\u30c3\u30d7\u3092\u767a\u8868\u3057\u3001Wynn Las Vegas \u306b\u3066\u5927\u4f1a\u3092\u5fa9\u6d3b\u3055\u305b\u307e\u3057\u305f\u3002\u3053\u306e\u79fb\u884c\u306b\u4f34\u3044\u30c1\u30e3\u30ea\u30c6\u30a3\u5bc4\u4ed8\u306e\u69cb\u9020\u3082\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3055\u308c\u3001100\u4e07\u30c9\u30eb\u306e\u30d0\u30a4\u30a4\u30f3\u306b\u3064\u304d <strong>60,000\u30c9\u30eb<\/strong> \u304c\u76f4\u63a5\u5bc4\u4ed8\u3055\u308c\u308b\u4ed5\u7d44\u307f\u3068\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n    \n    <h3 class=\"one-animate\">WPT Global\uff1a\u4e16\u754c\u4e2d\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u7e4b\u3050\u5165\u308a\u53e3<\/h3>\n    <p>\u73fe\u5728\u306e\u6700\u5927\u306e\u30c8\u30d4\u30c3\u30af\u306f\u3001\u516c\u5f0f\u30aa\u30f3\u30e9\u30a4\u30f3\u30dd\u30fc\u30ab\u30fc\u30a2\u30d7\u30ea <strong>WPT Global<\/strong> \u3068\u306e\u6df1\u3044\u9023\u643a\u3067\u3059\u3002\u3053\u306e\u30c7\u30b8\u30bf\u30eb\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u901a\u3058\u3066\u3001One Drop \u306e\u7406\u5ff5\u306f\u8d85\u30cf\u30a4\u30ed\u30fc\u30e9\u30fc\u3060\u3051\u306e\u3082\u306e\u3067\u306f\u306a\u304f\u3001\u8ab0\u3082\u304c\u53c2\u52a0\u3067\u304d\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u306a\u30a4\u30d9\u30f3\u30c8\u3078\u3068\u9032\u5316\u3057\u307e\u3057\u305f\u3002<\/p>\n\n    <div class=\"one-grid-2\">\n      <div class=\"one-card one-card-bg\">\n        <h4>\u30aa\u30f3\u30e9\u30a4\u30f3\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u4e88\u9078\uff09\u30b7\u30b9\u30c6\u30e0<\/h4>\n        <p>\u5104\u4e07\u9577\u8005\u3067\u306a\u304f\u3066\u3082\u3001\u3053\u306e\u30d3\u30c3\u30b0\u30a4\u30d9\u30f3\u30c8\u306b\u53c2\u52a0\u3059\u308b\u30c1\u30e3\u30f3\u30b9\u304c\u3042\u308a\u307e\u3059\u3002WPT Global \u306e\u30b9\u30c6\u30c3\u30d7\u30fb\u30b5\u30c6\u30e9\u30a4\u30c8\u3092\u5229\u7528\u3059\u308c\u3070\u3001<strong>\u6700\u4f4e5\u30c9\u30eb\u3001\u3042\u308b\u3044\u306f\u30d5\u30ea\u30fc\u30ed\u30fc\u30eb\uff08\u7121\u6599\u53c2\u52a0\uff09<\/strong>\u304b\u3089\u6311\u6226\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u4e88\u9078\u3092\u52dd\u3061\u629c\u304f\u3053\u3068\u3067\u3001\u30d0\u30a4\u30a4\u30f310,500\u30c9\u30eb\u306e\u5b9f\u6cc1\u30e9\u30a4\u30d6\u30a4\u30d9\u30f3\u30c8\u300c<strong>WPT Every One for One Drop<\/strong>\u300d\u3078\u306e\u51fa\u5834\u6a29\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n      <\/div>\n      <div class=\"one-card one-card-bg\">\n        <h4>\u30c7\u30b8\u30bf\u30eb\u4f53\u9a13\u306b\u7d71\u5408\u3055\u308c\u305f\u30c1\u30e3\u30ea\u30c6\u30a3<\/h4>\n        <p>\u6307\u5b9a\u3055\u308c\u305f\u30aa\u30f3\u30e9\u30a4\u30f3\u30b7\u30ea\u30fc\u30ba\u306e\u958b\u50ac\u671f\u9593\u4e2d\u3001WPT Global \u306f\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u306e\u30ec\u30fc\u30ad\uff08\u624b\u6570\u6599\uff09\u306e\u4e00\u90e8\u3092\u8ca1\u56e3\u3078\u76f4\u63a5\u5bc4\u4ed8\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u30a2\u30d7\u30ea\u306e\u5165\u51fa\u91d1\u30b7\u30b9\u30c6\u30e0\u306b\u3082\u5bc4\u4ed8\u6a5f\u80fd\u304c\u7d44\u307f\u8fbc\u307e\u308c\u3066\u304a\u308a\u3001\u30d7\u30ec\u30a4\u30e4\u30fc\u306f\u30ef\u30f3\u30bf\u30c3\u30d7\u3067\u5b89\u5168\u306a\u6c34\u8cc7\u6e90\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u652f\u63f4\u3067\u304d\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <h2 id=\"one-faq\" class=\"one-animate\">\u3088\u304f\u3042\u308b\u8cea\u554f (FAQ)<\/h2>\n  <div class=\"one-faq one-animate\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n    <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n      <summary><span itemprop=\"name\">The Big One for One Drop \u306e\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u8cbb\uff09\u306f\u3044\u304f\u3089\u3067\u3059\u304b\uff1f<\/span><i class=\"one-faq-icon\">+<\/i><\/summary>\n      <div class=\"one-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <p itemprop=\"text\">\u53c2\u52a0\u8cbb\u306f 1,000,000\u30c9\u30eb\uff08100\u4e07\u30c9\u30eb\uff09\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4f8b\u5916\u3068\u3057\u3066\u30012016\u5e74\u306b\u30e2\u30ca\u30b3\u306e\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed\u3067\u958b\u50ac\u3055\u308c\u305f\u7279\u5225\u7248\u3067\u306f 1,000,000\u30e6\u30fc\u30ed \u3067\u3057\u305f\u3002<\/p>\n      <\/div>\n    <\/details>\n    <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n      <summary><span itemprop=\"name\">\u30d0\u30a4\u30a4\u30f3\u306e\u3046\u3061\u3001\u3044\u304f\u3089\u304c\u30c1\u30e3\u30ea\u30c6\u30a3\u306b\u5bc4\u4ed8\u3055\u308c\u307e\u3059\u304b\uff1f<\/span><i class=\"one-faq-icon\">+<\/i><\/summary>\n      <div class=\"one-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <p itemprop=\"text\">\u958b\u50ac\u6642\u671f\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002WSOP\u6642\u4ee3\uff082012\u301c2018\u5e74\uff09\u306f\u3001\u30ec\u30fc\u30ad\u306a\u3057\u3067 111,111\u30c9\u30eb \u304c\u76f4\u63a5\u5bc4\u4ed8\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30022023\u5e74\u306eWPT\u79fb\u884c\u5f8c\u306f\u3001\u30d0\u30a4\u30a4\u30f3\u304b\u3089 60,000\u30c9\u30eb \u304c One Drop \u8ca1\u56e3\u3078\u5bc4\u4ed8\u3055\u308c\u308b\u30b7\u30b9\u30c6\u30e0\u306b\u6b63\u5f0f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n      <\/div>\n    <\/details>\n    <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n      <summary><span itemprop=\"name\">One Drop \u306e\u6b74\u53f2\u4e0a\u3001\u6700\u9ad8\u984d\u306e\u8cde\u91d1\u3092\u7372\u5f97\u3057\u305f\u306e\u306f\u8ab0\u3067\u3059\u304b\uff1f<\/span><i class=\"one-faq-icon\">+<\/i><\/summary>\n      <div class=\"one-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <p itemprop=\"text\">2012\u5e74\u306e\u521d\u958b\u50ac\u6642\u306b\u512a\u52dd\u3057\u305f Antonio Esfandiari \u3067\u3059\u3002\u5f7c\u306f 1,834\u4e076,673\u30c9\u30eb \u3092\u624b\u306b\u3057\u3001\u5f53\u6642\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30dd\u30fc\u30ab\u30fc\u53f2\u4e0a\u6700\u9ad8\u984d\u306e\u5358\u4e00\u8cde\u91d1\u8a18\u9332\u3092\u6253\u3061\u7acb\u3066\u307e\u3057\u305f\u3002<\/p>\n      <\/div>\n    <\/details>\n    <details itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n      <summary><span itemprop=\"name\">\u4e00\u822c\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c One Drop \u95a2\u9023\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b\uff1f<\/span><i class=\"one-faq-icon\">+<\/i><\/summary>\n      <div class=\"one-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <p itemprop=\"text\">\u516c\u5f0f\u30a2\u30d7\u30ea\u300cWPT Global\u300d\u306e\u767b\u5834\u306b\u3088\u308a\u3001\u4e00\u822c\u30d7\u30ec\u30a4\u30e4\u30fc\u3082\u308f\u305a\u304b5\u30c9\u30eb\u304b\u3089\u30aa\u30f3\u30e9\u30a4\u30f3\u306e\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u4e88\u9078\uff09\u306b\u53c2\u52a0\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002\u4e88\u9078\u3092\u52dd\u3061\u629c\u3051\u3070\u3001\u30d7\u30ed\u3082\u53c2\u52a0\u3059\u308b\u30d0\u30a4\u30a4\u30f310,500\u30c9\u30eb\u306e\u30c1\u30e3\u30ea\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8\u300cWPT Every One for One Drop\u300d\u306e\u30b7\u30fc\u30c8\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/details>\n  <\/div>\n\n  <div class=\"one-cta-contact one-animate\" id=\"one-contact\">\n    <div class=\"one-cta-left\">\n      <p style=\"font-size: 1.05rem; color: #2c2c2c; line-height: 1.8; margin: 0;\"><strong>\u304a\u3059\u3059\u3081\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\uff1f<\/strong>\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>\n    <div class=\"one-cta-right\">\n      <a href=\"https:\/\/t.me\/pokerofferofficial\" class=\"one-clink one-clink-tg\" target=\"_blank\" rel=\"noopener\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"M2.01 21L23 12 2.01 3 2 10l15 2-15 2z\"\/><\/svg>\n        Telegram \u516c\u5f0f\u30b0\u30eb\u30fc\u30d7\n      <\/a>\n      <a href=\"https:\/\/line.me\/R\/ti\/p\/@724ulkaj\" class=\"one-clink one-clink-line\" target=\"_blank\" rel=\"noopener\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z\"\/><\/svg>\n        LINE \u516c\u5f0f\u30a2\u30ab\u30a6\u30f3\u30c8\n      <\/a>\n      <a href=\"mailto:support@pokeroffer.com\" class=\"one-clink one-clink-mail\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n        Email\u3067\u306e\u304a\u554f\u3044\u5408\u308f\u305b\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"one-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<\/div>\n\n<!-- --- Scripts & Schema Data --- -->\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    const observerOptions = {\n      threshold: 0.1,\n      rootMargin: \"0px 0px -50px 0px\"\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('is-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, observerOptions);\n\n    document.querySelectorAll('.one-animate').forEach((el) => {\n      observer.observe(el);\n    });\n  });\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"The Big One for One Drop \u306e\u30d0\u30a4\u30a4\u30f3\uff08\u53c2\u52a0\u8cbb\uff09\u306f\u3044\u304f\u3089\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u53c2\u52a0\u8cbb\u306f 1,000,000\u30c9\u30eb\uff08100\u4e07\u30c9\u30eb\uff09\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4f8b\u5916\u3068\u3057\u3066\u30012016\u5e74\u306b\u30e2\u30ca\u30b3\u306e\u30e2\u30f3\u30c6\u30ab\u30eb\u30ed\u3067\u958b\u50ac\u3055\u308c\u305f\u7279\u5225\u7248\u3067\u306f 1,000,000\u30e6\u30fc\u30ed \u3067\u3057\u305f\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u30d0\u30a4\u30a4\u30f3\u306e\u3046\u3061\u3001\u3044\u304f\u3089\u304c\u30c1\u30e3\u30ea\u30c6\u30a3\u306b\u5bc4\u4ed8\u3055\u308c\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u958b\u50ac\u6642\u671f\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002WSOP\u6642\u4ee3\uff082012\u301c2018\u5e74\uff09\u306f\u3001\u30ec\u30fc\u30ad\u306a\u3057\u3067 111,111\u30c9\u30eb \u304c\u76f4\u63a5\u5bc4\u4ed8\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30022023\u5e74\u306eWPT\u79fb\u884c\u5f8c\u306f\u3001\u30d0\u30a4\u30a4\u30f3\u304b\u3089 60,000\u30c9\u30eb \u304c One Drop \u8ca1\u56e3\u3078\u5bc4\u4ed8\u3055\u308c\u308b\u30b7\u30b9\u30c6\u30e0\u306b\u6b63\u5f0f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"One Drop \u306e\u6b74\u53f2\u4e0a\u3001\u6700\u9ad8\u984d\u306e\u8cde\u91d1\u3092\u7372\u5f97\u3057\u305f\u306e\u306f\u8ab0\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"2012\u5e74\u306e\u521d\u958b\u50ac\u6642\u306b\u512a\u52dd\u3057\u305f Antonio Esfandiari \u3067\u3059\u3002\u5f7c\u306f 1,834\u4e076,673\u30c9\u30eb \u3092\u624b\u306b\u3057\u3001\u5f53\u6642\u306e\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u30dd\u30fc\u30ab\u30fc\u53f2\u4e0a\u6700\u9ad8\u984d\u306e\u5358\u4e00\u8cde\u91d1\u8a18\u9332\u3092\u6253\u3061\u7acb\u3066\u307e\u3057\u305f\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u4e00\u822c\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c One Drop \u95a2\u9023\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u516c\u5f0f\u30a2\u30d7\u30ea\u300cWPT Global\u300d\u306e\u767b\u5834\u306b\u3088\u308a\u3001\u4e00\u822c\u30d7\u30ec\u30a4\u30e4\u30fc\u3082\u308f\u305a\u304b5\u30c9\u30eb\u304b\u3089\u30aa\u30f3\u30e9\u30a4\u30f3\u306e\u30b5\u30c6\u30e9\u30a4\u30c8\uff08\u4e88\u9078\uff09\u306b\u53c2\u52a0\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002\u4e88\u9078\u3092\u52dd\u3061\u629c\u3051\u3070\u3001\u30d7\u30ed\u3082\u53c2\u52a0\u3059\u308b\u30d0\u30a4\u30a4\u30f310,500\u30c9\u30eb\u306e\u30c1\u30e3\u30ea\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8\u300cWPT Every One for One Drop\u300d\u306e\u30b7\u30fc\u30c8\u3092\u7372\u5f97\u3067\u304d\u307e\u3059\u3002\"\n      }\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u30ef\u30f3\u30c9\u30ed\u30c3\u30d7\u306f\u5358\u306a\u308b\u300c\u4e16\u754c\u6700\u9ad8\u984d\u306e\u30dd\u30fc\u30ab\u30fc\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u300d\u3067\u306f\u306a\u3044\u2014\u2014\u30dd\u30fc\u30ab\u30fc\u304c\u5584\u306e\u529b\u306b\u306a\u308c\u308b\u3053\u3068\u3092\u8a3c\u660e\u3059\u308b\u5834\u6240\u3060\u3002\u30d0\u30a4\u30a4\u30f3\u306e\u305f\u3073\u306b\u3001\u6c34\u4e0d\u8db3\u306e\u5730\u57df\u306b\u6e05\u6f54\u306a\u6c34\u304c\u5c4a\u304f\u3002\u30c1\u30c3\u30d7\u4e00\u679a\u304c\u73fe\u5b9f\u306e\u91cd\u307f\u3092\u6301\u3064\u3002\u672c\u30ac\u30a4\u30c9\u3067\u306f\u5927\u4f1a\u306e\u6b74\u53f2\u30fb\u69cb\u6210\u30fb\u8a18\u9332\u7684\u306a\u30d7\u30e9\u30a4\u30ba\u3001\u305d\u3057\u3066\u3042\u3089\u3086\u308b\u30b9\u30c6\u30fc\u30af\u306e\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u3053\u306e\u610f\u7fa9\u306b\u53c2\u52a0\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac\u3059\u308b\u3002<\/p>\n","protected":false},"author":5,"featured_media":25189,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"rank_math_focus_keyword":"One Drop, 2026","rank_math_description":"\u30ef\u30f3\u30c9\u30ed\u30c3\u30d72026\u2014\u20147\u6841\u306e\u30d0\u30a4\u30a4\u30f3\u3068\u30b0\u30ed\u30fc\u30d0\u30eb\u30c1\u30e3\u30ea\u30c6\u30a3\u30fc\u304c\u4ea4\u308f\u308b\u5834\u6240\u3002\u5927\u4f1a\u306e\u6b74\u53f2\u30fb\u8a18\u9332\u7684\u30d7\u30e9\u30a4\u30ba\u30fb\u30c1\u30e3\u30ea\u30c6\u30a3\u30fc\u30b5\u30c6\u30e9\u30a4\u30c8\u306e\u4ed5\u7d44\u307f\u3092\u89e3\u8aac\u3002\u30dd\u30fc\u30ab\u30fc\u53f2\u4e0a\u6700\u3082\u610f\u7fa9\u6df1\u3044\u30c8\u30fc\u30ca\u30e1\u30f3\u30c8\u3068\u306f\u4f55\u304b\u3002","rank_math_robots":"index,follow","rank_math_canonical_url":"","rank_math_primary_category":"351","rank_math_permalink":"one-drop","_themeisle_gutenberg_block_has_review":false,"related_players":"","related_tournaments":"One Drop","article_tags":"One Drop","footnotes":""},"categories":[353],"tags":[364],"class_list":["post-25190","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tournament-guides","tag-one-drop"],"acf":{"related_players":"","article_tags":"One Drop","related_tournaments":"One Drop","reference":""},"acf_data":{"related_players":"","related_tournaments":"One Drop","article_tags":"One Drop"},"_links":{"self":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25190","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=25190"}],"version-history":[{"count":3,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25190\/revisions"}],"predecessor-version":[{"id":25342,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/posts\/25190\/revisions\/25342"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media\/25189"}],"wp:attachment":[{"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/media?parent=25190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/categories?post=25190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thepokeroffer.com\/ja\/wp-json\/wp\/v2\/tags?post=25190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}