JavaScript is required to view this page.
Pre-loader
買滿$70免運費寄順豐自助櫃 / 順豐站 / 營業點。
有現貨
缺貨

Sega Re:從零開始的異世界生活 Luminasta 拉姆 (狐狸造型)

庫存情況: 有庫存 (1 項目)

產品類別: 景品

供應商: Sega

HK$78.00

快D!目前僅剩 1 件庫存!

商品狀況: 日版全新

訂單滿$70(折扣後) 免運費 自選 順豐站 / 營業點 或智能櫃 收貨

付款方式: PAYME/轉數快/支付寶 HK/信用卡

送貨上門訂單由客人承擔運費,於收件時直接繳付運費給送遞員。

高度約:

発売日

花費 HK$70.00 免費送貨
產品信息
產品信息

Sega Re:Zero Starting Life in Another World Luminasta Ram Konkon Fox

Sega Re:從零開始的異世界生活 Luminasta 拉姆 (狐狸造型) 6

Sega Re:從零開始的異世界生活 Luminasta 拉姆 (狐狸造型)

HK$78.00
// Store scroll position when user scrolls window.addEventListener('scroll', function() { localStorage.setItem('scrollPosition', window.scrollY); }); // Retrieve and scroll to stored position when user returns to the page document.addEventListener('DOMContentLoaded', function() { const scrollPosition = localStorage.getItem('scrollPosition'); if (scrollPosition) { setTimeout(function() { window.scrollTo(0, scrollPosition); localStorage.removeItem('scrollPosition'); // Clear the stored position after scrolling }, 100); // Delay scrolling by 100ms to ensure page elements are fully loaded } });