{"product_id":"fate-saber-nero-altria-pendragon-lingerie-ver-1-7-figure-alphamax-authentic","title":"Fate Saber Nero \u0026 Altria Pendragon Lingerie Ver 1\/7 Figure Alphamax Authentic","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFate\/EXTELLA Nero \u0026amp; Altria Lingerie Ver.\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: #050505;\n        --card-bg: #0f0f12;\n        --text-main: #f0f0f0;\n        --text-sub: #b0b0b0;\n        --accent-red: #DC143C;\n        --accent-blue: #4169E1;\n        --accent-gold: #D4AF37;\n        --gradient-hero: linear-gradient(135deg, #2a0a0a, #000, #0a0a2a);\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    }\n\n    \/* Hero Section *\/\n    .hero {\n        background: var(--gradient-hero);\n        padding: 100px 20px;\n        text-align: center;\n        border-bottom: 2px solid var(--accent-gold);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero::after {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background: radial-gradient(circle, transparent 20%, #050505 90%);\n        pointer-events: none;\n    }\n\n    .hero h1 {\n        font-family: var(--font-header);\n        font-size: 3.0rem;\n        color: var(--text-main);\n        margin: 0;\n        text-shadow: 2px 2px 0 var(--accent-red), -2px -2px 0 var(--accent-blue);\n        letter-spacing: 3px;\n        position: relative;\n        z-index: 2;\n    }\n\n    .hero p {\n        font-size: 1.2rem;\n        color: var(--accent-gold);\n        margin-top: 15px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        position: relative;\n        z-index: 2;\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 #222;\n        padding: 50px;\n        margin-bottom: 60px;\n        position: relative;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.6);\n    }\n    \n    .story-card::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 3px;\n        background: linear-gradient(90deg, var(--accent-red), var(--accent-gold), var(--accent-blue));\n    }\n\n    .section-title {\n        font-family: var(--font-header);\n        font-size: 2.2rem;\n        color: var(--text-main);\n        border-left: 5px solid var(--accent-gold);\n        padding-left: 20px;\n        margin-bottom: 30px;\n    }\n\n    .story-text {\n        font-size: 1.1rem;\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: 25px;\n        margin-bottom: 60px;\n    }\n\n    .spec-item {\n        background: #151518;\n        border: 1px solid #333;\n        padding: 25px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: all 0.3s ease;\n    }\n\n    .spec-item:hover {\n        transform: translateY(-5px);\n        border-color: var(--accent-gold);\n        box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);\n    }\n\n    .spec-label {\n        font-weight: bold;\n        color: var(--accent-gold);\n        font-family: var(--font-header);\n        font-size: 0.9rem;\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: linear-gradient(135deg, var(--accent-gold), #b8860b);\n        color: #000;\n        font-weight: bold;\n        padding: 8px 20px;\n        border-radius: 2px;\n        margin-bottom: 25px;\n        font-family: var(--font-header);\n        box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);\n        position: relative;\n        z-index: 2;\n    }\n\n    \/* Footer *\/\n    .footer-links {\n        text-align: center;\n        margin-top: 80px;\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-gold);\n        font-family: var(--font-header);\n        font-size: 1.2rem;\n        margin: 0 25px;\n        padding: 12px 30px;\n        border: 1px solid var(--accent-gold);\n        transition: all 0.3s ease;\n        background: rgba(0,0,0,0.5);\n    }\n\n    .footer-links a:hover {\n        background: var(--accent-gold);\n        color: #000;\n        box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 600px) {\n        .hero h1 { font-size: 2.0rem; }\n        .spec-grid { grid-template-columns: 1fr; }\n        .hero { padding: 60px 20px; }\n    }\n\u003c\/style\u003e\n\n\n\n    \u003cheader class=\"hero\"\u003e\n        \u003cdiv class=\"condition-badge\"\u003eTOP MINT \/ SET OF 2\u003c\/div\u003e\n        \u003ch1\u003eNERO \u0026amp; ALTRIA\u003c\/h1\u003e\n        \u003cp\u003eFate\/EXTELLA - The Dual Lingerie Masterpiece\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\"\u003eRed Rose \u0026amp; Blue King\u003c\/h2\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003e\n                    From the high-speed servant action game \"Fate\/EXTELLA\" comes a breathtaking 1\/7 scale figure set featuring the two main heroines: Nero Claudius and Altria Pendragon. Produced by Alphamax, this set is widely regarded as one of the most elegant representations of the Saber class.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    Dressed in exquisite lingerie that reflects their character colors—Passion Red for Nero and Royal Blue for Altria—they are sculpted in a pose that suggests an intimate moment of respite from the Holy Grail War. The contrast is stunning: Nero's confident, flamboyant beauty paired with Altria's cool, dignified grace.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp\u003e\n                    The sculpting by Moon captures every nuance, from the soft texture of their skin to the intricate lace details of their attire. This set allows you to display them together, creating a harmonious composition of \"Red and Blue\" that is rarely seen. A true treasure for any Master.\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\"\u003eAlphamax\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\"\u003eNero \u0026amp; Altria\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\"\u003eFate\/EXTELLA\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eScale\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e1\/7 Scale\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\"\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\"\u003eSet Content\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e2 Figures + Base\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. This delicate set will be packed with extreme care to preserve its \"Top Mint\" 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. 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":"alpha max","offers":[{"title":"Default Title","offer_id":51996540043584,"sku":"2506050008","price":253.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_8f873c99-3421-4c49-8e2f-6a19fc6483f0.png?v=1778411740","url":"https:\/\/figujapan.com\/ja\/products\/fate-saber-nero-altria-pendragon-lingerie-ver-1-7-figure-alphamax-authentic","provider":"Figu Japan","version":"1.0","type":"link"}