{"product_id":"saber-artoria-pendragon-haregi-kimono-1-7-figure-fate-stay-night-aniplex-mib","title":"Saber Artoria Pendragon Haregi Kimono 1\/7 Figure Fate Stay Night Aniplex 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\u003eAuthentic Japanese Artifact - Saber Haregi\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@600;800\u0026amp;family=Zen+Maru+Gothic:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n    \/* Phase 1: IP \u0026 Motif Analysis (Royal Knight \u0026 Traditional Kimono) *\/\n    :root {\n        --color-bg-deep: #060b19;\n        --color-saber-blue: #0f2a5c;\n        --color-haregi-red: #8a0c20;\n        --color-haregi-gold: #d4af37;\n        --color-gold-glow: rgba(212, 175, 55, 0.4);\n        --color-text-main: #e8e8e8;\n    }\n    \n    body {\n        font-family: 'Zen Maru Gothic', sans-serif;\n        \/* Visual Motifs: 深い夜と咲き誇る花を表現するグラデーション *\/\n        background: radial-gradient(circle at top right, var(--color-saber-blue) 0%, var(--color-bg-deep) 70%);\n        color: var(--color-text-main);\n        margin: 0;\n        padding: 50px 20px;\n    }\n\n    .shrine-container {\n        max-width: 900px;\n        margin: 0 auto;\n        background: rgba(10, 15, 30, 0.85);\n        padding: 50px 40px;\n        position: relative;\n        border: 1px solid rgba(212, 175, 55, 0.2);\n        box-shadow: 0 20px 50px rgba(0,0,0,0.9), inset 0 0 30px rgba(138, 12, 32, 0.1);\n        backdrop-filter: blur(8px);\n    }\n\n    \/* Phase 2: Advanced CSS Architecture - Pseudo-elements (金屏風\/Byobu モチーフのフレーム装飾) *\/\n    .shrine-container::before, .shrine-container::after {\n        content: '';\n        position: absolute;\n        width: 80px;\n        height: 80px;\n        border: 2px solid var(--color-haregi-gold);\n        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n        pointer-events: none;\n    }\n    .shrine-container::before {\n        top: -15px; left: -15px;\n        border-right: none; border-bottom: none;\n        box-shadow: -5px -5px 15px var(--color-gold-glow);\n    }\n    .shrine-container::after {\n        bottom: -15px; right: -15px;\n        border-left: none; border-top: none;\n        box-shadow: 5px 5px 15px var(--color-gold-glow);\n    }\n    .shrine-container:hover::before { transform: translate(-10px, -10px); }\n    .shrine-container:hover::after { transform: translate(10px, 10px); }\n\n    \/* Text Effects *\/\n    .hero-title {\n        text-align: center;\n        margin-bottom: 40px;\n        position: relative;\n    }\n    .hero-title h1 {\n        font-family: 'Cinzel', serif;\n        font-size: 3.2rem;\n        margin: 0;\n        color: var(--color-haregi-gold);\n        text-shadow: 0 4px 20px var(--color-gold-glow), 2px 2px 5px rgba(0,0,0,0.8);\n        letter-spacing: 4px;\n        text-transform: uppercase;\n    }\n    .hero-title h2 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-haregi-red);\n        font-size: 1.2rem;\n        letter-spacing: 6px;\n        margin-top: 10px;\n        text-shadow: 0 0 10px rgba(138, 12, 32, 0.6);\n    }\n\n    \/* Phase 3: Immersive Storytelling *\/\n    .lore-panel {\n        margin: 40px 0;\n        padding: 30px;\n        background: linear-gradient(90deg, rgba(138, 12, 32, 0.1), transparent);\n        border-left: 4px solid var(--color-haregi-red);\n        position: relative;\n    }\n    .quote {\n        font-family: 'Cinzel', serif;\n        font-style: italic;\n        color: var(--color-haregi-gold);\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n        text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);\n    }\n    .lore-text {\n        font-size: 1.1rem;\n        line-height: 1.8;\n        color: #d0d0d0;\n        text-align: justify;\n    }\n\n    \/* Grid Layout \u0026 Hover Animations *\/\n    .details-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n    .detail-card {\n        background: rgba(0, 0, 0, 0.4);\n        border: 1px solid rgba(255, 255, 255, 0.1);\n        padding: 25px;\n        position: relative;\n        transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;\n    }\n    .detail-card:hover {\n        transform: translateY(-8px);\n        border-color: var(--color-haregi-gold);\n        box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15);\n    }\n    .detail-card h3 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-haregi-gold);\n        margin-top: 0;\n        border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        padding-bottom: 10px;\n        font-size: 1.3rem;\n    }\n\n    .badge {\n        display: inline-block;\n        background: transparent;\n        color: var(--color-haregi-red);\n        border: 1px solid var(--color-haregi-red);\n        padding: 8px 18px;\n        font-family: 'Cinzel', serif;\n        font-weight: bold;\n        letter-spacing: 1px;\n        margin-bottom: 15px;\n        box-shadow: inset 0 0 10px rgba(138, 12, 32, 0.2);\n    }\n\n    .logistics-banner {\n        text-align: center;\n        padding: 25px;\n        background: rgba(15, 42, 92, 0.3);\n        border-top: 1px solid var(--color-saber-blue);\n        border-bottom: 1px solid var(--color-saber-blue);\n        margin-top: 40px;\n    }\n    \n    .compliance-notice {\n        margin-top: 30px;\n        font-size: 0.85rem;\n        color: #777;\n        line-height: 1.6;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"shrine-container\"\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n        \u003ch1\u003eSABER ARTORIA\u003c\/h1\u003e\n        \u003ch2\u003eHAREGI KIMONO 1\/7 SCALE ARTIFACT\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lore-panel\"\u003e\n        \u003cdiv class=\"quote\"\u003e\"Even in times of peace, a King's grace remains absolute.\"\u003c\/div\u003e\n        \u003cdiv class=\"lore-text\"\u003e\n            Behold an exquisite masterpiece of traditional Japanese elegance and royal majesty. Exclusively produced by Aniplex, this breathtaking 1\/7 scale figure features the King of Knights, Saber Artoria Pendragon, adorned in a glorious 'Haregi' (formal New Year's Kimono). The vibrant crimson fabric is intricately painted with blooming floral motifs, perfectly complementing her serene expression and the legendary Excalibur hidden by her side. A flawless convergence of Fate's universe and the pinnacle of Japanese artistry.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"details-grid\"\u003e\n        \u003cdiv class=\"detail-card\"\u003e\n            \u003ch3\u003eArtifact Condition\u003c\/h3\u003e\n            \u003cspan class=\"badge\"\u003eOPEN BOX \/ TOP MINT\u003c\/span\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #d0d0d0;\"\u003e\n                The seal has been carefully removed strictly for inspection and photography to ensure its immaculate condition. The inner figure is in \u003cstrong\u003eabsolute Top Mint condition\u003c\/strong\u003e, entirely untouched by display or sunlight. The paintwork is vibrant, and no structural flaws exist. It is a pristine specimen waiting for a discerning collector.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-card\"\u003e\n            \u003ch3\u003eAuthentication Data\u003c\/h3\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #d0d0d0;\"\u003e\n                \u003cstrong\u003e100% Genuine Aniplex Japan Release.\u003c\/strong\u003e We do not tolerate bootlegs. This highly coveted piece was meticulously sourced from a dedicated private vault in Japan, guaranteeing its origin, authenticity, and unparalleled quality.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-banner\"\u003e\n        \u003ch3 style=\"font-family: 'Cinzel', serif; color: var(--color-haregi-gold); margin: 0 0 10px 0;\"\u003eGlobal Logistics\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-weight: bold; color: #fff; font-size: 1.1rem;\"\u003eExpedited Shipping Worldwide\u003c\/p\u003e\n        \u003cp style=\"margin: 10px 0 0 0; color: #aaa; font-size: 0.95rem;\"\u003ePackaged with meticulous Japanese care to protect its regal beauty during international transit.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"compliance-notice\"\u003e\n        * International Buyers - Please Note:\u003cbr\u003e\n        Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.\n    \u003c\/div\u003e\n\n    [SHOP LINK MODULE BEGIN]\n    \u003cdiv style=\"text-align: center; margin-top: 40px; padding: 25px; background: #000; border-top: 2px dashed #8a0c20;\"\u003e\n    \u003cp style=\"margin: 0 0 15px 0; font-size: 1.1rem; color: #e8e8e8; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u0026gt;\u0026gt;\u0026gt; Discover More Authentic Artifacts \u0026lt;\u0026lt;\u0026lt;\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.ebay.com\/str\/figujapan\" target=\"_blank\" style=\"display: inline-block; padding: 12px 25px; background-color: #8a0c20; color: #ffffff; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; box-shadow: 0 4px 10px rgba(138, 12, 32, 0.4); transition: transform 0.2s;\"\u003eVisit figu japan\u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.ebay.com\/str\/akatsukiwestjapan\" target=\"_blank\" style=\"display: inline-block; padding: 10px 23px; background-color: transparent; border: 2px solid #8a0c20; color: #8a0c20; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; transition: transform 0.2s;\"\u003eVisit Akatsuki West Japan\u003c\/a\u003e\n    \u003cp style=\"margin-top: 25px; font-size: 0.8rem; color: #d4af37; font-family: 'Cinzel', serif; letter-spacing: 2px;\"\u003ePRESENTED BY FIGU JAPAN \/ AKATSUKI SELECTION\u003c\/p\u003e\n    \u003c\/div\u003e\n    [SHOP LINK MODULE END]\n\u003c\/div\u003e\n\n\n","brand":"Good Smile Company","offers":[{"title":"Default Title","offer_id":51996548104512,"sku":"2505040016","price":242.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_695a4ac5-b96d-4d70-87a7-5f09983ceb9d.png?v=1778412605","url":"https:\/\/figujapan.com\/products\/saber-artoria-pendragon-haregi-kimono-1-7-figure-fate-stay-night-aniplex-mib","provider":"Figu Japan","version":"1.0","type":"link"}