{"product_id":"jojo-part-4-koichi-hirose-echoes-act1-act2-act3-figure-set-sas-authentic-mint","title":"JoJo Part 4 Koichi Hirose \u0026 Echoes ACT1 ACT2 ACT3 Figure Set SAS Authentic Mint","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eJoJo Part 4 Koichi \u0026amp; Echoes Set\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: #1a0b2e; \/* Dark Purple *\/\n        --card-bg: #2d1b4e;\n        --text-main: #f0f0f0;\n        --text-sub: #d0d0e0;\n        --accent-green: #00ff9d; \/* Echoes Green *\/\n        --accent-yellow: #ffd700; \/* Morioh Sky *\/\n        --gradient-hero: linear-gradient(135deg, #4b0082, #1a0b2e, #006400);\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(rgba(75, 0, 130, 0.1) 1px, transparent 1px),\n            linear-gradient(90deg, rgba(75, 0, 130, 0.1) 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: 3px solid var(--accent-green);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero h1 {\n        font-family: var(--font-header);\n        font-size: 3.0rem;\n        color: var(--accent-yellow);\n        margin: 0;\n        text-shadow: 3px 3px 0 #4b0082;\n        letter-spacing: 2px;\n        z-index: 2;\n        position: relative;\n    }\n\n    .hero p {\n        font-size: 1.3rem;\n        color: var(--accent-green);\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    }\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: 2px solid var(--accent-green);\n        padding: 40px;\n        margin-bottom: 50px;\n        position: relative;\n        box-shadow: 0 0 20px rgba(0, 255, 157, 0.2);\n        border-radius: 10px;\n    }\n    \n    .story-card::after {\n        content: 'S-H-I-T'; \/* Echoes Sound Effect *\/\n        position: absolute;\n        top: -10px; right: 20px;\n        background: var(--accent-yellow);\n        color: #000;\n        padding: 2px 10px;\n        font-weight: bold;\n        font-family: var(--font-header);\n        border: 1px solid #000;\n        transform: rotate(5deg);\n    }\n\n    .section-title {\n        font-family: var(--font-header);\n        font-size: 1.8rem;\n        color: var(--accent-yellow);\n        border-left: 5px solid var(--accent-green);\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(0, 0, 0, 0.3);\n        border: 1px solid #4b0082;\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-green);\n        background: rgba(0, 255, 157, 0.05);\n    }\n\n    .spec-label {\n        font-weight: bold;\n        color: var(--accent-yellow);\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, var(--accent-green), var(--accent-yellow));\n        color: #000;\n        font-weight: bold;\n        padding: 5px 20px;\n        border-radius: 20px;\n        margin-bottom: 20px;\n        font-family: var(--font-header);\n        box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);\n    }\n\n    \/* Footer *\/\n    .footer-links {\n        text-align: center;\n        margin-top: 60px;\n        padding-top: 40px;\n        border-top: 1px solid #4b0082;\n    }\n\n    .footer-links a {\n        display: inline-block;\n        text-decoration: none;\n        color: var(--accent-green);\n        font-family: var(--font-header);\n        font-size: 1.2rem;\n        margin: 0 20px;\n        padding: 10px 20px;\n        border: 2px solid var(--accent-green);\n        border-radius: 5px;\n        transition: all 0.3s ease;\n    }\n\n    .footer-links a:hover {\n        background: var(--accent-green);\n        color: #000;\n        box-shadow: 0 0 20px rgba(0, 255, 157, 0.6);\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\"\u003eCOMPLETE ECHOES SET\u003c\/div\u003e\n        \u003ch1\u003eKOICHI HIROSE\u003c\/h1\u003e\n        \u003cp\u003ePart 4: Diamond is Unbreakable - Super Action Statue\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 Sound of Evolution\u003c\/h2\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003e\n                    \"Okay Master! Let's kill da ho! BEEEEETCH!\"\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    From the masterpiece \"JoJo's Bizarre Adventure Part 4: Diamond is Unbreakable,\" this is the ultimate set for Koichi Hirose fans. It includes the reliable Koichi himself, along with the complete evolution of his Stand, Echoes: ACT1, ACT2, and ACT3.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    Produced by Medicos Entertainment as part of the \"Super Action Statue\" series, these figures are renowned for their incredible articulation and screen-accurate sculpting. You can recreate every iconic pose, from ACT1's long-range surveillance to ACT3's heavy-gravity \"3 Freeze.\"\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    \u003cstrong\u003eSpecial Condition Note:\u003c\/strong\u003e This is a mixed condition set. The \"Koichi \u0026amp; ACT1\" box has been opened but is in Top Mint condition. The \"ACT2 \u0026amp; ACT3\" box is \u003cstrong\u003eBrand New and Sealed\u003c\/strong\u003e, making this a rare opportunity to own the complete evolution in exceptional quality.\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\"\u003eMedicos Entertainment\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\"\u003eKoichi Hirose \u0026amp; Echoes\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\"\u003eSuper Action Statue (SAS)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eSet Content\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e2 Boxes (Koichi+ACT1 \/ ACT2+ACT3)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCondition 1\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eKoichi \u0026amp; ACT1: Opened (Top Mint)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCondition 2\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eACT2 \u0026amp; ACT3: Brand 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 \/ Nylon\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.\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":"Medicos Entertainment","offers":[{"title":"Default Title","offer_id":51996540862784,"sku":"2506050012","price":185.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_f237b235-5f2c-43b9-8244-07c85b41d20a.png?v=1778411764","url":"https:\/\/figujapan.com\/de\/products\/jojo-part-4-koichi-hirose-echoes-act1-act2-act3-figure-set-sas-authentic-mint","provider":"Figu Japan","version":"1.0","type":"link"}