{"product_id":"fender-japan-62-stratocaster-st62-65as-lpb-40th-anniversary-made-in-japan","title":"Fender Japan ’62 Stratocaster ST62-65AS LPB 40th Anniversary Made in Japan","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-start=\"0\" data-end=\"78\"\u003eFender Japan ’62 Stratocaster ST62-65AS LPB – 40th Anniversary Model (1994)\u003c\/h2\u003e\n\u003cp data-start=\"80\" data-end=\"334\"\u003eThis is a \u003cstrong data-start=\"90\" data-end=\"137\"\u003eFender Japan ’62 Stratocaster ST62-65AS LPB\u003c\/strong\u003e, produced in \u003cstrong data-start=\"151\" data-end=\"159\"\u003e1994\u003c\/strong\u003e as part of Fender’s \u003cstrong data-start=\"180\" data-end=\"200\"\u003e40th Anniversary\u003c\/strong\u003e celebration.\u003cbr data-start=\"213\" data-end=\"216\"\u003eProduction was \u003cstrong data-start=\"231\" data-end=\"260\"\u003elimited to only 130 units\u003c\/strong\u003e, making this an extremely rare and highly collectible Fender Japan model.\u003c\/p\u003e\n\u003cp data-start=\"336\" data-end=\"771\"\u003eThe \u003cstrong data-start=\"340\" data-end=\"353\"\u003eST62-65AS\u003c\/strong\u003e belongs to a limited line of the ST62 ’62 Stratocaster reissue series and features exclusive specifications not found on standard models. This guitar is finished in \u003cstrong data-start=\"519\" data-end=\"539\"\u003eLake Placid Blue\u003c\/strong\u003e and features a \u003cstrong data-start=\"555\" data-end=\"589\"\u003eFoto Flame–finished maple neck\u003c\/strong\u003e, giving it a truly unique anniversary-edition look. Despite its very limited production, it remains a highly practical instrument and is sought after by both collectors and players.\u003c\/p\u003e\n\u003chr data-start=\"773\" data-end=\"776\"\u003e\n\u003ch3 data-start=\"778\" data-end=\"798\"\u003eFeatures \u0026amp; Sound\u003c\/h3\u003e\n\u003cp data-start=\"800\" data-end=\"986\"\u003eThis guitar combines an \u003cstrong data-start=\"824\" data-end=\"838\"\u003ealder body\u003c\/strong\u003e, a \u003cstrong data-start=\"842\" data-end=\"876\"\u003eFoto Flame–finished maple neck\u003c\/strong\u003e, and a \u003cstrong data-start=\"884\" data-end=\"936\"\u003e7.25\" radius (approx. 184R) rosewood fingerboard\u003c\/strong\u003e, delivering a classic vintage-style playing feel.\u003c\/p\u003e\n\u003cp data-start=\"988\" data-end=\"1261\"\u003eThe standard pickup set for this model is \u003cstrong data-start=\"1030\" data-end=\"1052\"\u003eST-VINTAGE (Japan)\u003c\/strong\u003e, however \u003cstrong data-start=\"1062\" data-end=\"1116\"\u003ethe pickups have been upgraded to USA-made pickups\u003c\/strong\u003e. With a \u003cstrong data-start=\"1125\" data-end=\"1150\"\u003e5-way selector switch\u003c\/strong\u003e, the guitar delivers a well-balanced, versatile Stratocaster tone suitable for a wide range of musical styles.\u003c\/p\u003e\n\u003chr data-start=\"1263\" data-end=\"1266\"\u003e\n\u003ch3 data-start=\"1268\" data-end=\"1281\"\u003eCondition\u003c\/h3\u003e\n\u003cul data-start=\"1283\" data-end=\"1383\"\u003e\n\u003cli data-start=\"1283\" data-end=\"1305\"\u003e\n\u003cp data-start=\"1285\" data-end=\"1305\"\u003e\u003cstrong data-start=\"1285\" data-end=\"1294\"\u003eNeck:\u003c\/strong\u003e Straight\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1306\" data-end=\"1351\"\u003e\n\u003cp data-start=\"1308\" data-end=\"1351\"\u003e\u003cstrong data-start=\"1308\" data-end=\"1318\"\u003eFrets:\u003c\/strong\u003e Approximately 60–70% remaining\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1352\" data-end=\"1383\"\u003e\n\u003cp data-start=\"1354\" data-end=\"1383\"\u003e\u003cstrong data-start=\"1354\" data-end=\"1370\"\u003eElectronics:\u003c\/strong\u003e Functional\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1385\" data-end=\"1589\"\u003e\u003cstrong data-start=\"1385\" data-end=\"1401\"\u003eWiring note:\u003c\/strong\u003e The wiring has been replaced, and there is a \u003cstrong data-start=\"1447\" data-end=\"1463\"\u003eslight noise\u003c\/strong\u003e present. It may improve with rewiring, but it is being listed \u003cstrong data-start=\"1526\" data-end=\"1535\"\u003eas-is\u003c\/strong\u003e, priced accordingly to reflect the current condition.\u003c\/p\u003e\n\u003cp data-start=\"1591\" data-end=\"1616\"\u003e\u003cstrong data-start=\"1591\" data-end=\"1614\"\u003eCosmetic condition:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"1617\" data-end=\"1783\"\u003e\n\u003cli data-start=\"1617\" data-end=\"1662\"\u003e\n\u003cp data-start=\"1619\" data-end=\"1662\"\u003eGeneral signs of wear and age on the body\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1663\" data-end=\"1720\"\u003e\n\u003cp data-start=\"1665\" data-end=\"1720\"\u003eA few \u003cstrong data-start=\"1671\" data-end=\"1706\"\u003ecracks in the Foto Flame finish\u003c\/strong\u003e on the neck\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1721\" data-end=\"1783\"\u003e\n\u003cp data-start=\"1723\" data-end=\"1783\"\u003e\u003cstrong data-start=\"1723\" data-end=\"1756\"\u003eNo typical Foto Flame peeling\u003c\/strong\u003e is observed on this guitar\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1785\" data-end=\"1788\"\u003e\n\u003ch3 data-start=\"1790\" data-end=\"1817\"\u003eModifications \/ Changes\u003c\/h3\u003e\n\u003cul data-start=\"1819\" data-end=\"1908\"\u003e\n\u003cli data-start=\"1819\" data-end=\"1863\"\u003e\n\u003cp data-start=\"1821\" data-end=\"1863\"\u003ePickups upgraded to \u003cstrong data-start=\"1841\" data-end=\"1861\"\u003eUSA-made pickups\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1864\" data-end=\"1908\"\u003e\n\u003cp data-start=\"1866\" data-end=\"1908\"\u003eWiring replaced (see condition note above)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1910\" data-end=\"1913\"\u003e\n\u003ch3 data-start=\"1915\" data-end=\"1927\"\u003eIncluded\u003c\/h3\u003e\n\u003cul data-start=\"1929\" data-end=\"1940\"\u003e\n\u003cli data-start=\"1929\" data-end=\"1940\"\u003e\n\u003cp data-start=\"1931\" data-end=\"1940\"\u003eSoft case\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1942\" data-end=\"1945\"\u003e\n\u003ch3 data-start=\"1947\" data-end=\"1957\"\u003eWeight\u003c\/h3\u003e\n\u003cul data-start=\"1959\" data-end=\"1985\"\u003e\n\u003cli data-start=\"1959\" data-end=\"1985\"\u003e\n\u003cp data-start=\"1961\" data-end=\"1985\"\u003eApproximately \u003cstrong data-start=\"1975\" data-end=\"1985\"\u003e3.9 kg\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1987\" data-end=\"1990\"\u003e\n\u003ch3 data-start=\"1992\" data-end=\"2011\"\u003eImportant Notes\u003c\/h3\u003e\n\u003cp data-start=\"2013\" data-end=\"2214\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eThis is a used vintage instrument.\u003cbr data-start=\"2047\" data-end=\"2050\"\u003eAll photos in the listing show the exact guitar you will receive.\u003cbr data-start=\"2115\" data-end=\"2118\"\u003ePlease review all photos carefully, especially regarding the condition of the Foto Flame finish.\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\"\u003ePick ups\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":48814288077042,"sku":"FEN_ST6265AS_BLUE_0302","price":159900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/3113\/3426\/files\/IMG_5413.jpg?v=1772523770","url":"https:\/\/revertyjapan.com\/products\/fender-japan-62-stratocaster-st62-65as-lpb-40th-anniversary-made-in-japan","provider":"Reverty Used Guitars Japan","version":"1.0","type":"link"}