{"product_id":"casio-gshock-one-piece-ga110jop1a4jr-monkey-d-luffy-limited-watch-mib","title":"Casio GSHOCK ONE PIECE GA110JOP1A4JR Monkey D Luffy Limited Watch MIB","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eG-SHOCK x ONE PIECE GA-110JOP\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700\u0026amp;family=Zen+Maru+Gothic:wght@300;400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n    :root {\n        --bg-color: #000000;\n        --card-bg: #100505;\n        --text-main: #ffffff;\n        --text-sub: #d0d0d0;\n        --accent-red: #ff0000; \/* Luffy Red *\/\n        --accent-white: #ffffff;\n        --gradient-hero: radial-gradient(circle at center, #8b0000, #000000 70%);\n        --font-header: 'Cinzel', serif;\n        --font-body: 'Zen Maru Gothic', sans-serif;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n        font-family: var(--font-body);\n        background-color: var(--bg-color);\n        color: var(--text-main);\n        line-height: 1.6;\n        background-image: \n            linear-gradient(45deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px),\n            linear-gradient(-45deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);\n        background-size: 30px 30px;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        background: var(--gradient-hero);\n        padding: 80px 20px;\n        text-align: center;\n        border-bottom: 3px solid var(--accent-red);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero h1 {\n        font-family: var(--font-header);\n        font-size: 3.5rem;\n        color: var(--accent-white);\n        margin: 0;\n        text-shadow: 4px 4px 0 var(--accent-red);\n        letter-spacing: 2px;\n        position: relative;\n        z-index: 2;\n    }\n\n    .hero p {\n        font-size: 1.2rem;\n        color: var(--accent-red);\n        margin-top: 10px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        font-weight: bold;\n        text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);\n        border: 1px solid var(--accent-red);\n        display: inline-block;\n        padding: 5px 20px;\n    }\n\n    \/* Container *\/\n    .container {\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 40px 20px;\n    }\n\n    \/* Story Section *\/\n    .story-card {\n        background: var(--card-bg);\n        border: 1px solid #330000;\n        padding: 40px;\n        margin-bottom: 50px;\n        position: relative;\n        box-shadow: 0 0 30px rgba(139, 0, 0, 0.3);\n    }\n    \n    .story-card::before {\n        content: 'WANTED';\n        position: absolute;\n        top: -15px; left: 20px;\n        background: var(--accent-red);\n        color: #fff;\n        padding: 2px 15px;\n        font-family: var(--font-header);\n        font-weight: bold;\n        transform: rotate(-2deg);\n    }\n\n    .section-title {\n        font-family: var(--font-header);\n        font-size: 2rem;\n        color: var(--text-main);\n        border-left: 5px solid var(--accent-red);\n        padding-left: 15px;\n        margin-bottom: 20px;\n    }\n\n    .story-text {\n        font-size: 1.05rem;\n        color: var(--text-sub);\n        text-align: justify;\n    }\n\n    \/* Spec Grid *\/\n    .spec-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n        margin-bottom: 50px;\n    }\n\n    .spec-item {\n        background: rgba(20, 5, 5, 0.8);\n        border: 1px solid #333;\n        padding: 20px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: transform 0.3s;\n    }\n\n    .spec-item:hover {\n        transform: scale(1.02);\n        border-color: var(--accent-red);\n        box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);\n    }\n\n    .spec-label {\n        font-weight: bold;\n        color: var(--accent-red);\n        font-family: var(--font-header);\n    }\n\n    .spec-value {\n        color: var(--text-main);\n    }\n\n    \/* Condition Badge *\/\n    .condition-badge {\n        display: inline-block;\n        background: linear-gradient(90deg, #000, var(--accent-red), #000);\n        color: #fff;\n        font-weight: bold;\n        padding: 5px 30px;\n        border: 1px solid var(--accent-red);\n        margin-bottom: 20px;\n        font-family: var(--font-header);\n        text-transform: uppercase;\n    }\n\n    \/* Footer *\/\n    .footer-links {\n        text-align: center;\n        margin-top: 60px;\n        padding-top: 40px;\n        border-top: 1px solid #333;\n    }\n\n    .footer-links a {\n        display: inline-block;\n        text-decoration: none;\n        color: var(--accent-white);\n        font-family: var(--font-header);\n        font-size: 1.2rem;\n        margin: 0 20px;\n        padding: 10px 20px;\n        border: 1px solid var(--accent-white);\n        transition: all 0.3s ease;\n    }\n\n    .footer-links a:hover {\n        background: var(--accent-white);\n        color: #000;\n        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 600px) {\n        .hero h1 { font-size: 2.5rem; }\n        .spec-grid { grid-template-columns: 1fr; }\n    }\n\u003c\/style\u003e\n\n\n\n    \u003cheader class=\"hero\"\u003e\n        \u003cdiv class=\"condition-badge\"\u003eTOP MINT \/ LIKE NEW\u003c\/div\u003e\n        \u003ch1\u003eG-SHOCK x ONE PIECE\u003c\/h1\u003e\n        \u003cp\u003eGA-110JOP-1A4JR - The Will of D\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \n        \u003csection class=\"story-card\"\u003e\n            \u003ch2 class=\"section-title\"\u003eGear 4 Boundman Design\u003c\/h2\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003e\n                    \"I'm going to be the King of the Pirates!\"\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    This limited edition G-SHOCK (GA-110JOP) is a powerful collaboration with the global phenomenon \"ONE PIECE.\" The entire watch is emblazoned with dynamic illustrations of Monkey D. Luffy, capturing the intensity of his Haki and Gear techniques.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    The base model is the popular GA-110 series, known for its large case. The design incorporates colors of black, white, and red, representing Luffy's transformations. When the hands align at 9 o'clock, the golden hat motif on the dial reveals the hidden \"Straw Hat\" symbol.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    The case back features the \"G-SHOCK x ONE PIECE\" logo, and the packaging is specially designed to match the world of the anime. This is an authentic Japanese release in \"Top Mint\" condition—a treasure worthy of any pirate crew.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection\u003e\n            \u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eBrand\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eCasio G-SHOCK\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eModel\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eGA-110JOP-1A4JR\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCollaboration\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eONE PIECE\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCondition\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eOpened \/ Top Mint\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCase Size\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e55 × 51.2 × 16.9 mm\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e20 ATM (200m)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eBack Logo\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eOne Piece Collaboration\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eOrigin\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eJapan Authentic\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"story-card\"\u003e\n            \u003ch2 class=\"section-title\"\u003eGuardian's Promise\u003c\/h2\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e We use FedEx or DHL Express for the fastest and safest delivery from Japan. Your treasure will be packed with extreme care.\u003c\/p\u003e\n                \u003cp style=\"margin-top:10px;\"\u003e\u003cstrong\u003eInternational Buyers:\u003c\/strong\u003e Import duties, taxes, and charges are included in the item price or shipping cost for many regions (DDP). Please check the shipping details. We strive for a seamless experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"footer-links\"\u003e\n            \u003ca href=\"https:\/\/www.ebay.com\/str\/figujapan\" target=\"_blank\"\u003efigu japan\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.ebay.com\/str\/akatsukiwestjapan\" target=\"_blank\"\u003eAkatsuki west japan\u003c\/a\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n","brand":"Casio","offers":[{"title":"Default Title","offer_id":51996556689728,"sku":"2506050006","price":414.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_06c700e9-0900-43aa-8057-f5d90443825c.png?v=1778413581","url":"https:\/\/figujapan.com\/ja\/products\/casio-gshock-one-piece-ga110jop1a4jr-monkey-d-luffy-limited-watch-mib","provider":"Figu Japan","version":"1.0","type":"link"}