
CITIZEN Seven Star V2 Cut Glass 24 Jewels 4-770781 Green Automatic Men's Wat
USD 205.93

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Citizen
USD 134.99
Condition: Pre-owned - Good
View Citizen Seven Star V2 1973 4-770781TA 22 Jewels Automatic Men's Watch with current marketplace pricing, condition, product images and item details. Jewels: 22. Model: Seven Star V2. There are signs of use consistent with age, such as minor scratches and wear. Citizen Seven Star V2 1973 4-770781TA 22 Jewels Automatic Men's Watch @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap'); :root { --bg-main: #050508; --bg-panel: rgba(5, 15, 25, 0.95); --accent-cyan: #00f5ff; --accent-magenta: #ff00ff; --accent-yellow: #ffe600; --text-main: #f5f5f5; --text-muted: #a0b0c0; --border-glow: 0 0 12px rgba(0,245,255,0.8); } * { box-sizing: border-box; } body { margin: 0; padding: 16px; font-family: 'Orbitron', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; background: radial-gradient(circle at 10% 20%, rgba(0,180,255,0.25) 0, transparent 45%), radial-gradient(circle at 90% 80%, rgba(255,0,130,0.25) 0, transparent 50%), radial-gradient(circle at 50% 0%, rgba(255,255,0,0.2) 0, transparent 55%), var(--bg-main); color: var(--text-main); text-shadow: 0 0 4px rgba(0,255,255,0.35); } .container { max-width: 860px; margin: 0 auto; padding: 20px 18px 24px; border-radius: 14px; border: 1px solid rgba(0,245,255,0.7); background: linear-gradient(135deg, rgba(5,15,25,0.98), rgba(5,0,25,0.92)); box-shadow: 0 0 18px rgba(0,245,255,0.45), 0 0 32px rgba(255,0,130,0.25); position: relative; overflow: hidden; } .container::before, .container::after { content: ""; position: absolute; border-radius: 50%; filter: blur(22px); opacity: 0.45; z-index: -1; } .container::before { width: 220px; height: 220px; top: -80px; left: -60px; background: radial-gradient(circle, rgba(0,245,255,0.7), transparent 60%); } .container::after { width: 260px; height: 260px; bottom: -120px; right: -80px; background: radial-gradient(circle, rgba(255,0,130,0.7), transparent 60%); } h1 { margin: 4px 0 18px; text-align: center; font-size: 26px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent-yellow); text-shadow: 0 0 10px rgba(255,230,0,0.85), 0 0 18px rgba(0,245,255,0.85); position: relative; padding-bottom: 10px; } h1::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 160px; height: 2px; transform: translateX(-50%); background: linear-gradient( 90deg, transparent, var(--accent-cyan), var(--accent-magenta), transparent ); box-shadow: 0 0 10px rgba(0,245,255,0.9); } .glitch { animation: glitch 1.3s infinite; } @keyframes glitch { 0% { text-shadow: 2px 0 3px rgba(0,255,255,0.85), -2px 0 3px rgba(255,0,130,0.85); } 35% { text-shadow: -2px 0 4px rgba(0,255,255,0.7), 2px 0 4px rgba(255,0,130,0.9); } 70% { text-shadow: 1px 0 3px rgba(0,255,255,0.9), -1px 0 3px rgba(255,0,130,0.75); } 100% { text-shadow: 2px 0 3px rgba(0,255,255,0.85), -2px 0 3px rgba(255,0,130,0.85); } } .meta-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 18px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); } .meta-chip { padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(0,245,255,0.6); background: radial-gradient(circle at 0 0, rgba(0,245,255,0.2), transparent 55%); box-shadow: 0 0 10px rgba(0,245,255,0.4); backdrop-filter: blur(3px); } .section { margin-bottom: 18px; padding: 14px 14px 16px; border-radius: 10px; border: 1px solid rgba(0,245,255,0.55); background: linear-gradient( 135deg, rgba(3,10,18,0.96), rgba(8,2,26,0.93) ); box-shadow: 0 0 12px rgba(0,245,255,0.38), 0 0 18px rgba(0,0,0,0.9) inset; position: relative; overflow: hidden; } .section::before { content: ""; position: absolute; top: -40px; right: -60px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(255,0,130,0.5), transparent 60%); opacity: 0.45; filter: blur(10px); z-index: -1; } .section-header { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 8px; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(255,230,0,0.7); background: radial-gradient(circle at 0 0, rgba(255,230,0,0.25), transparent 70%); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-yellow); white-space: nowrap; } .section-header span.icon { font-size: 12px; } h2 { display: inline; font-size: 12px; margin: 0; text-transform: uppercase; } p { margin: 4px 0; font-size: 13px; line-height: 1.55; color: var(--text-main); } .muted { color: var(--text-muted); font-size: 11px; } ul { margin: 6px 0 4px 0; padding-left: 18px; list-style: none; font-size: 13px; } ul li { position: relative; margin-bottom: 4px; padding-left: 14px; } ul li::before { content: "▹"; position: absolute; left: 0; top: 0; font-size: 11px; color: var(--accent-cyan); text-shadow: 0 0 6px rgba(0,245,255,0.9); } .badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 4px; } .badge { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 3px 7px; border-radius: 999px; border: 1px solid rgba(0,245,255,0.6); color: var(--accent-cyan); background: rgba(0,245,255,0.12); text-shadow: none; } .badge.us { border-color: rgba(0,255,120,0.8); color: #6dffb5; background: rgba(0,255,120,0.12); } .badge.intl { border-color: rgba(255,0,130,0.8); color: #ff7ad9; background: rgba(255,0,130,0.12); } .highlight { font-weight: 700; color: var(--accent-yellow); } .divider { margin: 12px 0 8px; height: 1px; background: linear-gradient( 90deg, transparent, rgba(0,245,255,0.9), rgba(255,0,130,0.9), transparent ); box-shadow: 0 0 10px rgba(0,245,255,0.7); opacity: 0.9; } @media (max-width: 600px) { .container { padding: 16px 12px 18px; } h1 { font-size: 20px; letter-spacing: 0.12em; } p, ul { font-size: 12px; } .section { padding: 12px 10px 14px; } } Citizen Seven Star V2 1973 4-770781TA 22 Jewels Automatic Men's Watch JPN CULTURE STORE TOKYO AUTHENTIC JAPAN ITEM WORLDWIDE SHIPPING ◎ Description This is a classic vintage Citizen Seven Star V2 automatic watch from 1973, featuring a timeless design and reliable Japanese craftsmanship. A great choice for collectors and enthusiasts of vintage timepieces. Condition: Pre-owned vintage condition. There are signs of use consistent with age, such as minor scratches and wear. Please check all photos carefully for details. Features: Brand: Citizen Model: Seven Star V2 Reference Number: 4-770781TA Movement: Automatic (self-winding Jewels: 22 ✈ Shipping Handling Time: 10 business days (excluding weekends & Japanese national holidays) Shipping Options: Courier (FedEx / DHL) with tracking The available shipping method may vary depending on your country or region. ⚙ Customs & Duties For buyers in the United States (DDP) For buyers outside the United States (DDU) For buyers in the United States: Import duties and taxes are included in the item price or shipping cost. All shipments to the U.S. are sent under the Delivered Duty Paid (DDP) method, which means all import-related charges are prepaid . You do not need to pay any additional customs fees when your order arrives. For buyers outside the United States: Import duties, taxes, and customs fees are not included in the item price or shipping cost. These charges are the buyer’s responsibility and may be collected by your local customs office or the carrier upon delivery. Please check with your country’s customs office to determine what additional costs may apply before purchasing . More Japanese Watches We list more pieces in this category — buying together saves on shipping. Browse the collection Condition: Pre-owned - Good. Category: Jewelry & Watches › Watches, Parts & Accessories › Watches › Wristwatches. Brand: Citizen.
Additional views from the marketplace listing for Citizen Seven Star V2 1973 4-770781TA 22 Jewels Automatic Men's Watch.










Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Citizen Seven Star V2 1973 4-770781TA 22 Jewels Automatic Men's Watch.

USD 205.93

USD 127.34

USD 67.50

USD 160.91

USD 152.86

USD 159.95

USD 105.61

USD 160.00

USD 119.99

USD 208.44