Japan Rail East – Tokyo Yamanote Line E235 Trains, Takara Tomy PLA-RAIL Series Electric Model Train Set Trains Product Details ID PN0005552 Brand Takara Tomy Model S-32 About The Yamanote Line is Tokyo's most important train line. It is a circular line which connects Tokyo's major city centers. A trip around the whole circle takes approximately one hour. 3 model train cars included in each trainset, first car has an electric motor. 1 x AA battery required (not included) Scale 415 x 70 x 40 mm Series Tomy PLA-RAIL Train Series Delivery Options Express Delivery As fast as next business day for metro areas (arrives by ) Orders ship within 1 business day with tracking. Delivery times are estimates and may vary for regional areas, weekends, and public holidays. Returns For returns—please see our return policy for full details. Secure Shopping Use Apple Pay for a quick and easy checkout experience with just a touch or glance. Enjoy secure payments without having to enter card details. (function() { function formatDate(d) { return d.toLocaleDateString('en-AU', { weekday: 'short', day: 'numeric', month: 'short' }); } function addBusinessDays(date, days) { var result = new Date(date); var added = 0; while (added < days) { result.setDate(result.getDate() + 1); if (result.getDay() !== 0 && result.getDay() !== 6) { added++; } } return result; } function updateCountdown() { var now = new Date(); var cutoff = new Date(); cutoff.setHours(14, 0, 0, 0); if (now > cutoff) { cutoff.setDate(cutoff.getDate() + 1); cutoff.setHours(14, 0, 0, 0); } var diff = cutoff - now; if (diff < 0) diff = 0; var hours = Math.floor(diff / (1000 * 60 * 60)); var mins = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)); var el = document.getElementById("countdownTimer"); if (el) { el.innerText = hours + "h " + mins + "m"; } } var today = new Date(); // Express delivery (cutoff-aware) var expressOffset = (new Date().getHours() >= 14) ? 2 : 1; var expressDate = formatDate(addBusinessDays(today, expressOffset)); // Regional delivery var NSW1 = formatDate(addBusinessDays(today, 3)); var NSW2 = formatDate(addBusinessDays(today, 6)); var VIC1 = formatDate(addBusinessDays(today, 4)); var VIC2 = formatDate(addBusinessDays(today, 7)); var QLD1 = formatDate(addBusinessDays(today, 2)); var QLD2 = formatDate(addBusinessDays(today, 5)); // Render regional block var el = document.getElementById("GROUPresult"); if (el) { el.innerHTML = ` Standard Delivery Sydney: ${NSW1} – ${NSW2} Melbourne: ${VIC1} – ${VIC2} Brisbane: ${QLD1} – ${QLD2} `; } // Express date var expressEl = document.getElementById("expressDate"); if (expressEl) { expressEl.innerText = expressDate; } updateCountdown(); setInterval(updateCountdown, 60000); })();