{"product_id":"robot-spirits-perfect-gundam-pf781-ver-anime-figure-msv-brand-new-sealed","title":"ROBOT Spirits Perfect Gundam PF781 ver ANIME Figure MSV Brand New Sealed","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eROBOT Spirits Perfect Gundam ver. A.N.I.M.E.\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: #f0f8ff;\n        --card-bg: #ffffff;\n        --text-main: #333333;\n        --text-sub: #555555;\n        --accent-blue: #0044cc;\n        --accent-red: #cc0000;\n        --accent-yellow: #ffcc00;\n        --gradient-hero: linear-gradient(135deg, #0044cc 0%, #ffffff 50%, #cc0000 100%);\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: radial-gradient(var(--accent-blue) 1px, transparent 1px);\n        background-size: 20px 20px;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        background: var(--gradient-hero);\n        padding: 80px 20px;\n        text-align: center;\n        border-bottom: 5px solid var(--accent-yellow);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero h1 {\n        font-family: var(--font-header);\n        font-size: 3.0rem;\n        color: #fff;\n        margin: 0;\n        text-shadow: 3px 3px 0 var(--accent-blue), -2px -2px 0 var(--accent-red);\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        position: relative;\n        z-index: 2;\n    }\n\n    .hero p {\n        font-size: 1.3rem;\n        color: #fff;\n        margin-top: 10px;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        font-weight: bold;\n        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);\n        background: var(--accent-blue);\n        display: inline-block;\n        padding: 5px 15px;\n        transform: skew(-10deg);\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: 3px solid var(--accent-blue);\n        padding: 40px;\n        margin-bottom: 50px;\n        position: relative;\n        box-shadow: 10px 10px 0 rgba(0, 68, 204, 0.2);\n        border-radius: 10px;\n    }\n    \n    .story-card::before {\n        content: 'SPIRIT';\n        position: absolute;\n        top: -15px; left: 20px;\n        background: var(--accent-red);\n        color: #fff;\n        padding: 5px 15px;\n        font-weight: bold;\n        font-family: var(--font-header);\n        border: 2px solid #fff;\n        transform: rotate(-3deg);\n    }\n\n    .section-title {\n        font-family: var(--font-header);\n        font-size: 1.8rem;\n        color: var(--accent-blue);\n        border-bottom: 4px dashed var(--accent-yellow);\n        padding-bottom: 10px;\n        margin-bottom: 20px;\n        display: inline-block;\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: #fff;\n        border: 2px solid #eee;\n        padding: 20px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: transform 0.3s;\n        border-radius: 8px;\n    }\n\n    .spec-item:hover {\n        transform: translate(-5px, -5px);\n        border-color: var(--accent-red);\n        box-shadow: 5px 5px 0 rgba(204, 0, 0, 0.2);\n    }\n\n    .spec-label {\n        font-weight: bold;\n        color: var(--accent-blue);\n        font-family: var(--font-header);\n    }\n\n    .spec-value {\n        color: var(--text-main);\n        font-weight: 500;\n    }\n\n    \/* Condition Badge *\/\n    .condition-badge {\n        display: inline-block;\n        background: var(--accent-yellow);\n        color: var(--accent-blue);\n        font-weight: bold;\n        padding: 8px 25px;\n        border-radius: 50px;\n        margin-bottom: 20px;\n        font-family: var(--font-header);\n        box-shadow: 0 4px 0 rgba(0,0,0,0.1);\n        border: 2px solid #fff;\n    }\n\n    \/* Footer *\/\n    .footer-links {\n        text-align: center;\n        margin-top: 60px;\n        padding-top: 40px;\n        border-top: 2px dashed var(--accent-blue);\n    }\n\n    .footer-links a {\n        display: inline-block;\n        text-decoration: none;\n        color: var(--accent-blue);\n        font-family: var(--font-header);\n        font-size: 1.1rem;\n        margin: 0 15px;\n        padding: 10px 25px;\n        border: 2px solid var(--accent-blue);\n        border-radius: 50px;\n        transition: all 0.3s ease;\n        background: #fff;\n    }\n\n    .footer-links a:hover {\n        background: var(--accent-blue);\n        color: #fff;\n        box-shadow: 0 5px 15px rgba(0, 68, 204, 0.4);\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 600px) {\n        .hero h1 { font-size: 2.2rem; }\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\"\u003eBRAND NEW \/ SEALED\u003c\/div\u003e\n        \u003ch1\u003ePERFECT GUNDAM\u003c\/h1\u003e\n        \u003cp\u003eROBOT Spirits ver. A.N.I.M.E. - The Dream of Kyoshiro\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\"\u003eThe Legend of Plamo-Kyoshiro\u003c\/h2\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003e\n                    \"Simulation Go!\"\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    From the legendary manga \"Plamo-Kyoshiro\" comes the ultimate realization of the Perfect Gundam (PF-78-1) in the ROBOT Spirits ver. A.N.I.M.E. series. This figure is a dream come true for fans of the MSV era and 80s hobby culture.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    True to the \"A.N.I.M.E.\" standard, this figure boasts incredible articulation and anime-accurate proportions. The heavy armor is fully detachable, allowing you to display the RX-78-2 Gundam in its base form. It also includes unique accessories like the \"Smile Face\" parts, recreating the comical expressions seen in the manga, which adds a layer of charm rarely found in Gundam figures.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    This is a \u003cstrong\u003eBrand New, Factory Sealed\u003c\/strong\u003e item. A perfect addition for collectors who appreciate both the serious mechanical design and the playful spirit of the original manga.\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\"\u003eBandai Spirits\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCharacter\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003ePerfect Gundam (PF-78-1)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eSeries\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eROBOT Spirits (Damashii)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eLine\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003ever. A.N.I.M.E.\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\"\u003eBrand New \/ Sealed\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003ePVC \/ ABS\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eFeature\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDetachable Armor \/ Comic Face\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 item will be packed with extreme care to preserve its \"Brand New\" condition.\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":"Bandai","offers":[{"title":"Default Title","offer_id":51996541124928,"sku":"2506050029","price":134.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_d759a9ed-3e29-4c40-a9e6-9a2d03637ff5.png?v=1778411772","url":"https:\/\/figujapan.com\/products\/robot-spirits-perfect-gundam-pf781-ver-anime-figure-msv-brand-new-sealed","provider":"Figu Japan","version":"1.0","type":"link"}