{"product_id":"tokai-es-145-sb-2009-mij-semi-hollow-335-style-japan-rare-w-ohsc","title":"Tokai ES-145 SB 2009 MIJ Semi-Hollow 335 Style Japan Rare w\/OHSC","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* =============================================\n     REVERTY USED GUITARS JAPAN — eBay Template\n     カスタマイズ変数は :root で一括管理\n  ============================================= *\/\n  :root {\n    --color-bg:        #eef2f7;   \/* 薄いネイビーグレー *\/\n    --color-brand-1:   #0d2a4a;   \/* ロゴ ダークネイビー *\/\n    --color-brand-2:   #1a4a7a;   \/* ロゴ ミディアムネイビー *\/\n    --color-header:    #0d2a4a;   \/* セクションヘッダー = ロゴネイビー *\/\n    --color-accent:    #c0392b;   \/* 警告レッド（ネイビーに映える） *\/\n    --color-highlight: #2563a8;   \/* リンク・強調テキスト *\/\n    --color-text:      #1a2a3a;   \/* 本文テキスト *\/\n    --color-subtle:    #5a6e82;\n    --color-border:    #cdd8e3;\n    --color-card-bg:   #ffffff;\n    --radius-card:     14px;\n    --radius-inner:    10px;\n    --font-main: Georgia, 'Times New Roman', serif;\n    --font-ui: 'Trebuchet MS', Verdana, sans-serif;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--color-bg);\n    font-family: var(--font-main);\n    font-size: 16px;\n    color: var(--color-text);\n    line-height: 1.7;\n  }\n\n  \/* ── Outer wrapper ── *\/\n  .eb-wrap {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 20px 12px 40px;\n  }\n\n  \/* ── White card shell ── *\/\n  .eb-card {\n    background: var(--color-card-bg);\n    border-radius: var(--radius-card);\n    box-shadow: 0 4px 20px rgba(30,80,140,.12);\n    overflow: hidden;\n    margin-bottom: 16px;\n  }\n\n  \/* ── Section header bar ── *\/\n  .eb-section-head {\n    background: var(--color-header);\n    color: #fff;\n    padding: 13px 20px;\n    font-family: var(--font-ui);\n    font-size: 15px;\n    font-weight: bold;\n    letter-spacing: .04em;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .eb-section-head .icon { font-size: 17px; }\n\n  \/* ── Inner content padding ── *\/\n  .eb-content {\n    padding: 20px 22px;\n  }\n\n  \/* ── Hero \/ Brand banner ── *\/\n  .eb-hero {\n    background: linear-gradient(135deg, var(--color-brand-1) 0%, var(--color-brand-2) 100%);\n    border-radius: var(--radius-card);\n    padding: 32px 24px 28px;\n    text-align: center;\n    color: #fff;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 20px rgba(30,80,140,.2);\n  }\n  .eb-hero .store-name {\n    font-family: var(--font-ui);\n    font-size: 11px;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    opacity: .8;\n    margin-bottom: 6px;\n  }\n  .eb-hero h1 {\n    font-family: var(--font-ui);\n    font-size: clamp(20px, 4vw, 28px);\n    font-weight: bold;\n    margin-bottom: 10px;\n    line-height: 1.3;\n  }\n  .eb-hero .badge {\n    display: inline-block;\n    background: rgba(255,255,255,.18);\n    border: 1.5px solid rgba(255,255,255,.5);\n    border-radius: 50px;\n    padding: 5px 18px;\n    font-size: 13px;\n    font-family: var(--font-ui);\n    margin-bottom: 10px;\n  }\n  .eb-hero .tagline {\n    font-size: 14px;\n    opacity: .88;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Summary quick-facts ── *\/\n  .eb-summary-3line {\n    background: linear-gradient(135deg, #f0f4fa 0%, #e8eef6 100%);\n    border: 1.5px solid #b8c8d8;\n    border-radius: var(--radius-inner);\n    padding: 16px 18px;\n    margin-bottom: 16px;\n  }\n  .eb-summary-3line p {\n    font-size: 15.5px;\n    margin-bottom: 5px;\n    padding-left: 22px;\n    position: relative;\n  }\n  .eb-summary-3line p:last-child { margin-bottom: 0; }\n  .eb-summary-3line p::before {\n    content: attr(data-icon);\n    position: absolute;\n    left: 0;\n  }\n\n  \/* ── Info box (left border accent) ── *\/\n  .eb-info-box {\n    background: #fff8f5;\n    border-left: 4px solid var(--color-accent);\n    border-radius: 0 var(--radius-inner) var(--radius-inner) 0;\n    padding: 12px 16px;\n    margin: 12px 0;\n    font-size: 14.5px;\n    color: #7a3010;\n  }\n  .eb-info-box.blue {\n    background: #eef3fa;\n    border-color: var(--color-brand-2);\n    color: #0d2a4a;\n  }\n  .eb-info-box .label {\n    font-weight: bold;\n    font-family: var(--font-ui);\n  }\n\n  \/* ── Condition grid ── *\/\n  .eb-condition-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 10px;\n    margin-top: 12px;\n  }\n  .eb-condition-item {\n    background: #f4f7fb;\n    border: 1px solid var(--color-border);\n    border-radius: var(--radius-inner);\n    padding: 12px 14px;\n  }\n  .eb-condition-item .ci-label {\n    font-family: var(--font-ui);\n    font-size: 11px;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--color-header);\n    margin-bottom: 4px;\n  }\n  .eb-condition-item .ci-value {\n    font-size: 15px;\n    font-weight: bold;\n    color: var(--color-text);\n  }\n  .eb-condition-item .ci-note {\n    font-size: 13px;\n    color: var(--color-subtle);\n    margin-top: 2px;\n  }\n\n  \/* ── Rating badge ── *\/\n  .eb-grade {\n    display: inline-block;\n    padding: 3px 14px;\n    border-radius: 50px;\n    font-family: var(--font-ui);\n    font-size: 13px;\n    font-weight: bold;\n    margin-left: 8px;\n  }\n  .eb-grade.excellent { background: #d4f5e2; color: #1a6b3a; }\n  .eb-grade.good      { background: #d8ecff; color: #1a4f8a; }\n  .eb-grade.fair      { background: #fff0cc; color: #7a5200; }\n\n  \/* ── Shipping cards ── *\/\n  .eb-ship-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 14px;\n  }\n  @media (max-width: 480px) {\n    .eb-ship-grid { grid-template-columns: 1fr; }\n  }\n  .eb-ship-card {\n    border: 1.5px solid var(--color-border);\n    border-radius: var(--radius-inner);\n    padding: 16px;\n    text-align: center;\n  }\n  .eb-ship-card .sc-carrier {\n    font-family: var(--font-ui);\n    font-size: 15px;\n    font-weight: bold;\n    color: var(--color-header);\n    margin-bottom: 4px;\n  }\n  .eb-ship-card .sc-days {\n    font-size: 14px;\n    font-weight: bold;\n    color: var(--color-brand-1);\n    margin-bottom: 6px;\n  }\n  .eb-ship-card .sc-desc {\n    font-size: 13px;\n    color: var(--color-subtle);\n  }\n\n  \/* ── FAQ accordion (CSS only) ── *\/\n  .eb-faq-item {\n    border-bottom: 1px solid var(--color-border);\n  }\n  .eb-faq-item:last-child { border-bottom: none; }\n  .eb-faq-item summary {\n    cursor: pointer;\n    padding: 13px 16px 13px 0;\n    font-family: var(--font-ui);\n    font-size: 14.5px;\n    font-weight: bold;\n    color: var(--color-header);\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n  }\n  .eb-faq-item summary::after {\n    content: '▼';\n    font-size: 11px;\n    color: var(--color-subtle);\n    transition: transform .2s;\n    flex-shrink: 0;\n    margin-left: 8px;\n  }\n  .eb-faq-item[open] summary::after { transform: rotate(180deg); }\n  .eb-faq-item .faq-body {\n    padding: 0 0 14px 0;\n    font-size: 14.5px;\n    color: var(--color-text);\n  }\n\n  \/* ── CTA block ── *\/\n  .eb-cta {\n    background: linear-gradient(135deg, var(--color-brand-1), var(--color-brand-2));\n    border-radius: var(--radius-card);\n    padding: 26px 24px;\n    text-align: center;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .eb-cta h3 {\n    font-family: var(--font-ui);\n    font-size: 18px;\n    margin-bottom: 8px;\n  }\n  .eb-cta p {\n    font-size: 14.5px;\n    opacity: .9;\n    max-width: 480px;\n    margin: 0 auto 14px;\n  }\n  .eb-cta .cta-btn {\n    display: inline-block;\n    background: #fff;\n    color: var(--color-brand-1);\n    font-family: var(--font-ui);\n    font-weight: bold;\n    font-size: 14px;\n    padding: 10px 28px;\n    border-radius: 50px;\n    text-decoration: none;\n  }\n\n  \/* ── Utilities ── *\/\n  .eb-highlight { color: var(--color-highlight); font-weight: bold; }\n  .eb-muted     { color: var(--color-subtle); font-size: 13.5px; }\n  ul.eb-list    { padding-left: 20px; margin-top: 8px; }\n  ul.eb-list li { margin-bottom: 6px; font-size: 15px; }\n  .eb-content p { margin-bottom: 10px; }\n  .eb-content p:last-child { margin-bottom: 0; }\n  strong        { color: var(--color-text); }\n\u003c\/style\u003e\n\u003cdiv class=\"eb-wrap\"\u003e\n\u003c!-- ════════════════════════════════\n       HERO \/ BRAND BANNER\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-hero\"\u003e\n\u003cdiv class=\"store-name\"\u003eReverty Used Guitars Japan\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✓ Inspected \u0026amp; Ready to Ship\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eCarefully selected vintage \u0026amp; used instruments — shipped worldwide from Tokyo, Japan\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       冒頭3行サマリー\n       ［カスタマイズ］各 data-icon と文言を変更\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-summary-3line\"\u003e\n\u003cp data-icon=\"✓\"\u003eWe are a specialized guitar shop. Every item is individually inspected and maintained by our professional luthiers.\u003c\/p\u003e\n\u003cp data-icon=\"✓\"\u003eAll items are sold exclusively through this store. Every photo shows the actual item you will receive — we never use stock or borrowed images.\u003c\/p\u003e\n\u003cp data-icon=\"✓\"\u003eAll orders ship with full tracking and insurance. Your instrument will be carefully packed and delivered safely to your door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       PRODUCT OVERVIEW\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Product Overview\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003carticle class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-697af117-ae1c-8321-94dc-ce9c7f508bd8-3\" data-testid=\"conversation-turn-130\" data-scroll-anchor=\"true\" data-turn=\"assistant\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm\/main:[--thread-content-margin:--spacing(6)] @w-lg\/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col grow\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"3661989f-3efd-4568-b3b7-2c353f31afc9\" dir=\"auto\" data-message-model-slug=\"gpt-5-2-thinking\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+\u0026amp;]:mt-1\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[1px]\"\u003e\n\u003cdiv class=\"markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling\"\u003e\n\u003ch2 data-section-id=\"9ne4y8\" data-start=\"106\" data-end=\"168\"\u003eTokai ES-145 SB 2009 MIJ Semi-Hollow 335 Style Japan Rare\u003c\/h2\u003e\n\u003cp data-start=\"169\" data-end=\"201\"\u003eWith Hard Case\u003cbr data-start=\"183\" data-end=\"186\"\u003eWeight: 3.35 kg\u003c\/p\u003e\n\u003chr data-start=\"203\" data-end=\"206\"\u003e\n\u003ch3 data-section-id=\"cibsat\" data-start=\"208\" data-end=\"220\"\u003eOverview\u003c\/h3\u003e\n\u003cp data-start=\"222\" data-end=\"284\"\u003eBrand: Tokai\u003cbr data-start=\"234\" data-end=\"237\"\u003eModel: ES-145 SB\u003cbr data-start=\"253\" data-end=\"256\"\u003eYear: 2009\u003cbr data-start=\"266\" data-end=\"269\"\u003eMade in Japan\u003c\/p\u003e\n\u003cp data-start=\"286\" data-end=\"372\"\u003eThis is a \u003cstrong data-start=\"296\" data-end=\"312\"\u003eTokai ES-145\u003c\/strong\u003e, a semi-hollow model inspired by the classic ES-335 design.\u003c\/p\u003e\n\u003cp data-start=\"374\" data-end=\"486\"\u003eWith its \u003cstrong data-start=\"383\" data-end=\"435\"\u003eshort production period and limited availability\u003c\/strong\u003e, this model is relatively rare on the used market.\u003c\/p\u003e\n\u003chr data-start=\"488\" data-end=\"491\"\u003e\n\u003ch3 data-section-id=\"8zluh5\" data-start=\"493\" data-end=\"518\"\u003eFeatures \u0026amp; Background\u003c\/h3\u003e\n\u003cp data-start=\"520\" data-end=\"640\"\u003eThe ES-145 is Tokai’s take on the \u003cstrong data-start=\"554\" data-end=\"578\"\u003evintage ES-335 style\u003c\/strong\u003e, built with high precision typical of Japanese craftsmanship.\u003c\/p\u003e\n\u003cp data-start=\"642\" data-end=\"654\"\u003eIt features:\u003c\/p\u003e\n\u003cul data-start=\"656\" data-end=\"785\"\u003e\n\u003cli data-section-id=\"1oz0sod\" data-start=\"656\" data-end=\"696\"\u003e\n\u003cp data-start=\"658\" data-end=\"696\"\u003eLaminated maple top, back, and sides\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"qcbv6h\" data-start=\"697\" data-end=\"738\"\u003e\n\u003cp data-start=\"699\" data-end=\"738\"\u003eCenter block construction (335-style)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"inp3hv\" data-start=\"739\" data-end=\"760\"\u003e\n\u003cp data-start=\"741\" data-end=\"760\"\u003eMahogany set neck\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"15yd4kb\" data-start=\"761\" data-end=\"785\"\u003e\n\u003cp data-start=\"763\" data-end=\"785\"\u003eRosewood fingerboard\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"787\" data-end=\"790\"\u003e\n\u003ch3 data-section-id=\"bm9yg5\" data-start=\"792\" data-end=\"815\"\u003eSound \u0026amp; Playability\u003c\/h3\u003e\n\u003cp data-start=\"817\" data-end=\"838\"\u003eThis guitar delivers:\u003c\/p\u003e\n\u003cul data-start=\"840\" data-end=\"983\"\u003e\n\u003cli data-section-id=\"1t2gh9u\" data-start=\"840\" data-end=\"893\"\u003e\n\u003cp data-start=\"842\" data-end=\"893\"\u003eAiry resonance unique to semi-hollow construction\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"ziq2wa\" data-start=\"894\" data-end=\"926\"\u003e\n\u003cp data-start=\"896\" data-end=\"926\"\u003eClear attack from maple body\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"1c31qod\" data-start=\"927\" data-end=\"983\"\u003e\n\u003cp data-start=\"929\" data-end=\"983\"\u003eWarm midrange and open tone from \u003cstrong data-start=\"962\" data-end=\"983\"\u003ePAF-style pickups\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"985\" data-end=\"1099\"\u003eEquipped with \u003cstrong data-start=\"999\" data-end=\"1032\"\u003eTokai PAF-Vintage MK2 pickups\u003c\/strong\u003e, it provides a versatile tone suitable for a wide range of genres.\u003c\/p\u003e\n\u003chr data-start=\"1101\" data-end=\"1104\"\u003e\n\u003ch3 data-section-id=\"1yl5694\" data-start=\"1106\" data-end=\"1124\"\u003eSpecifications\u003c\/h3\u003e\n\u003cp data-start=\"1126\" data-end=\"1213\"\u003eScale Length: 625 mm (24.75\")\u003cbr data-start=\"1155\" data-end=\"1158\"\u003eFingerboard Radius: 300R\u003cbr data-start=\"1182\" data-end=\"1185\"\u003eNut Width: approx. 42.4 mm\u003c\/p\u003e\n\u003cp data-start=\"1215\" data-end=\"1303\"\u003eNeck: Mahogany (1-piece), set neck\u003cbr data-start=\"1249\" data-end=\"1252\"\u003eFingerboard: Rosewood\u003cbr data-start=\"1273\" data-end=\"1276\"\u003eFrets: Medium\u003cbr data-start=\"1289\" data-end=\"1292\"\u003eNut: Bone\u003c\/p\u003e\n\u003cp data-start=\"1305\" data-end=\"1370\"\u003eTuners: Gotoh\u003cbr data-start=\"1318\" data-end=\"1321\"\u003eBridge: Gotoh Tune-O-Matic\u003cbr data-start=\"1347\" data-end=\"1350\"\u003eTailpiece: Stopbar\u003c\/p\u003e\n\u003cp data-start=\"1372\" data-end=\"1452\"\u003ePickups: Tokai PAF-Vintage MK2 ×2\u003cbr data-start=\"1405\" data-end=\"1408\"\u003eControls: 2 Volume \/ 2 Tone \/ 3-way switch\u003c\/p\u003e\n\u003chr data-start=\"1454\" data-end=\"1457\"\u003e\n\u003ch3 data-section-id=\"1uef3h1\" data-start=\"1459\" data-end=\"1472\"\u003eCondition\u003c\/h3\u003e\n\u003cp data-start=\"1474\" data-end=\"1562\"\u003eNeck: Straight\u003cbr data-start=\"1488\" data-end=\"1491\"\u003eFrets: Approximately 70–80% remaining\u003cbr data-start=\"1528\" data-end=\"1531\"\u003eElectronics: Fully functional\u003c\/p\u003e\n\u003cp data-start=\"1564\" data-end=\"1574\"\u003eCosmetics:\u003c\/p\u003e\n\u003cul data-start=\"1576\" data-end=\"1671\"\u003e\n\u003cli data-section-id=\"1rnkp1m\" data-start=\"1576\" data-end=\"1671\"\u003e\n\u003cp data-start=\"1578\" data-end=\"1671\"\u003eFinish crack at the neck joint\u003cbr data-start=\"1608\" data-end=\"1611\"\u003e(cosmetic only, does not affect the wood or playability)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1673\" data-end=\"1751\"\u003eOtherwise, the guitar is in \u003cstrong data-start=\"1701\" data-end=\"1724\"\u003eexcellent condition\u003c\/strong\u003e with minimal signs of use.\u003c\/p\u003e\n\u003chr data-start=\"1753\" data-end=\"1756\"\u003e\n\u003ch3 data-section-id=\"1l1f0iz\" data-start=\"1758\" data-end=\"1775\"\u003eModifications\u003c\/h3\u003e\n\u003cp data-start=\"1777\" data-end=\"1781\"\u003eNone\u003c\/p\u003e\n\u003chr data-start=\"1783\" data-end=\"1786\"\u003e\n\u003ch3 data-section-id=\"v6ee9q\" data-start=\"1788\" data-end=\"1800\"\u003eIncluded\u003c\/h3\u003e\n\u003cp data-start=\"1802\" data-end=\"1820\"\u003eOriginal hard case\u003c\/p\u003e\n\u003chr data-start=\"1822\" data-end=\"1825\"\u003e\n\u003ch3 data-section-id=\"6zzv5x\" data-start=\"1827\" data-end=\"1836\"\u003eNotes\u003c\/h3\u003e\n\u003cp data-start=\"1838\" data-end=\"1868\"\u003eThis is a \u003cstrong data-start=\"1848\" data-end=\"1867\"\u003eused instrument\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-start=\"1870\" data-end=\"1957\"\u003eAll photos show the \u003cstrong data-start=\"1890\" data-end=\"1905\"\u003eactual item\u003c\/strong\u003e, so please review them carefully before purchasing.\u003c\/p\u003e\n\u003chr data-start=\"1632\" data-end=\"1635\"\u003e\n\u003cp data-start=\"1637\" data-end=\"1696\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CONDITION DETAILS\n       ［カスタマイズ］不要な .eb-condition-item は削除可\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Condition Details\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cdiv class=\"eb-condition-grid\"\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eNeck\u003c\/div\u003e\n\u003cdiv class=\"ci-note\"\u003eStraight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eFrets\u003c\/div\u003e\n\u003cdiv class=\"ci-label\"\u003e60-70%\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eElectronics\u003c\/div\u003e\n\u003cdiv class=\"ci-note\"\u003eWorking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eBody \/ Finish\u003c\/div\u003e\n\u003cdiv class=\"ci-note\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eTuners\u003c\/div\u003e\n\u003cdiv class=\"ci-note\"\u003eWorking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-condition-item\"\u003e\n\u003cdiv class=\"ci-label\"\u003eModifications\u003c\/div\u003e\n\u003cdiv class=\"ci-note\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eBridge replacement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 14px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eScratches \u0026amp; Wear Details:\u003c\/span\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003carticle data-turn=\"assistant\" data-scroll-anchor=\"true\" data-testid=\"conversation-turn-8\" data-turn-id=\"request-697467c8-eae8-8321-a0e6-cb1da747e5dc-21\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm\/main:[--thread-content-margin:--spacing(6)] @w-lg\/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-end=\"1384\" data-start=\"1323\"\u003ePlease see photos\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 14px;\"\u003e\u003cstrong\u003eIncluded Accessories: Soft case\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       PROFESSIONAL MAINTENANCE \u0026 SETUP\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Professional Maintenance \u0026amp; Setup\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp\u003eEvery guitar and bass is professionally maintained by our in-house luthier before shipping:\u003c\/p\u003e\n\u003cul class=\"eb-list\"\u003e\n\u003cli\u003eBody and hardware cleaning\u003c\/li\u003e\n\u003cli\u003eNeck adjustment\u003c\/li\u003e\n\u003cli\u003eFretboard and fret cleaning\u003c\/li\u003e\n\u003cli\u003eAction (string height) adjustment\u003c\/li\u003e\n\u003cli\u003eIntonation adjustment\u003c\/li\u003e\n\u003cli\u003eTuning machine inspection\u003c\/li\u003e\n\u003cli\u003eElectronics inspection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 14px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eAuthenticity:\u003c\/span\u003e All items are genuine and sourced directly — never replicas or counterfeits.\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px; font-style: italic; color: var(--color-subtle);\"\u003eYour instrument arrives ready to play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       IMPORTANT NOTES BEFORE PURCHASE\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Important Notes Before Purchase\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cul class=\"eb-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePre-Owned Item:\u003c\/strong\u003e Normal signs of use may be present. All major issues are clearly described in this listing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne-of-a-Kind:\u003c\/strong\u003e This is a used, unique item. Once sold, it cannot be restocked.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       SHIPPING INFORMATION\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Shipping Information\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cdiv class=\"eb-ship-grid\"\u003e\n\u003cdiv class=\"eb-ship-card\"\u003e\n\u003cdiv class=\"sc-carrier\"\u003eJapan Post EMS\u003c\/div\u003e\n\u003cdiv class=\"sc-days\"\u003e7–21 business days\u003c\/div\u003e\n\u003cdiv class=\"sc-desc\"\u003eReliable \u0026amp; cost-effective. Tracking included worldwide.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eb-ship-card\"\u003e\n\u003cdiv class=\"sc-carrier\"\u003eFedEx \/ UPS\u003c\/div\u003e\n\u003cdiv class=\"sc-days\"\u003e3–7 business days\u003c\/div\u003e\n\u003cdiv class=\"sc-desc\"\u003eFast \u0026amp; secure express delivery worldwide.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 14px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003ePackaging:\u003c\/span\u003e Each instrument is carefully packed with full padding and protection. Guitars are shipped with strings loosened to protect the neck during transit.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eFor US Buyers — All-Inclusive Pricing (DDP):\u003c\/span\u003e\u003cbr\u003eThe shipping cost shown already includes all US customs duties and import taxes. \u003cstrong\u003eYou will not be charged anything extra upon delivery.\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 13.5px; margin-top: 6px; display: block; color: var(--color-subtle);\"\u003eNote: Our shipping rate to the US may appear higher than other sellers. This is because we pre-collect customs duties and taxes on your behalf — so there are no surprise charges at your door.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"eb-info-box\"\u003e\n\u003cspan class=\"label\"\u003e[!] For International Buyers (outside the US):\u003c\/span\u003e Import duties and taxes are \u003cstrong\u003eNOT\u003c\/strong\u003e included in the shipping cost. You may be charged additional fees by your country's customs upon delivery. Please check your local regulations before purchasing.\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px;\" class=\"eb-muted\"\u003eWe ship within 2–5 business days after payment is confirmed. A tracking number will be provided.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       RETURN \u0026 TROUBLE POLICY\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Return \u0026amp; Trouble Policy\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp\u003eReturns and refunds are handled in accordance with eBay's standard return policy as set on this listing.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 12px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eImportant — Please Contact Us First:\u003c\/span\u003e\u003cbr\u003eIf you have any concerns about your order — damage, missing parts, or anything unexpected — please \u003cstrong\u003emessage us before opening a case.\u003c\/strong\u003e We respond quickly and will do everything we can to resolve the issue fairly. Most problems can be solved much faster through direct communication.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CROSS-SELL \/ STORE FRONT\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Complete Your Setup\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp\u003eLooking for strings, picks, straps, or a pedal to pair with your new guitar? Our store carries a wide selection of accessories, plus hard-to-find \u003cstrong\u003eJapan-exclusive items\u003c\/strong\u003e and \u003cstrong\u003evintage effects pedals\u003c\/strong\u003e — all carefully sourced and inspected.\u003c\/p\u003e\n\u003cp\u003eBrowse our store — we may have exactly what you're looking for.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin-top: 16px;\"\u003e\u003ca style=\"display: inline-block; background: var(--color-brand-2); color: #fff; font-family: var(--font-ui); font-weight: bold; font-size: 14px; padding: 11px 32px; border-radius: 50px; text-decoration: none; letter-spacing: .03em;\" href=\"[[STORE_URL]]\"\u003eVisit Our eBay Store\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CTA\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-cta\"\u003e\n\u003ch3\u003eQuestions? We're Here to Help!\u003c\/h3\u003e\n\u003cp\u003eFeel free to message us any time before purchasing. We respond within 24 hours and are happy to provide additional photos, demos, or any information you need.\u003c\/p\u003e\n\u003cspan class=\"cta-btn\"\u003eSend Us a Message\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       FOOTER\n  ════════════════════════════════ --\u003e\n\u003cdiv style=\"text-align: center; padding: 10px 0 4px; color: var(--color-subtle); font-size: 13px; font-family: var(--font-ui);\"\u003eReverty Used Guitars Japan — Trusted instruments shipped worldwide from Tokyo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003c!-- \/eb-wrap --\u003e\u003c\/p\u003e","brand":"Reverty Used Guitars Japan","offers":[{"title":"Default Title","offer_id":48878246035698,"sku":"TOKAI_ES145_0313","price":203100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/3113\/3426\/files\/IMG_5902_e603c14b-278b-40ef-ae73-33c8bad0f2ab.jpg?v=1773790544","url":"https:\/\/revertyjapan.com\/products\/tokai-es-145-sb-2009-mij-semi-hollow-335-style-japan-rare-w-ohsc","provider":"Reverty Used Guitars Japan","version":"1.0","type":"link"}