{"product_id":"ha-black","title":"破（プリント×ブラック）","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"「まだ道半ば」の美学。MonkeyFlip 25周年記念モデル、意図的な欠如が生み出す究極の完成形「破」。\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;700\u0026amp;family=Noto+Serif+JP:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* --- Design System: Black x Yellow (Brand Identity) --- *\/\n        :root {\n            --c-bg: #121212;\n            --c-surface: #1E1E1E;\n            --c-text-main: #FFFFFF;\n            --c-text-muted: #E0E0E0;\n            --c-accent: #FFD700; \/* MonkeyFlip Yellow *\/\n            \n            --f-serif: 'Noto Serif JP', serif;\n            --f-sans: 'Noto Sans JP', sans-serif;\n            \n            --sp-sm: 20px;\n            --sp-md: 60px;\n            --sp-lg: 120px;\n        }\n\n        \/* --- Base Reset \u0026 Typography --- *\/\n        *, *::before, *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            background-color: var(--c-bg);\n            color: var(--c-text-main);\n            font-family: var(--f-sans);\n            line-height: 2.2; \n            font-size: 20px;\n            -webkit-font-smoothing: antialiased;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: var(--f-serif);\n            font-weight: 700;\n            line-height: 1.5;\n            color: var(--c-accent);\n        }\n\n        h1 {\n            font-size: clamp(3.5rem, 10vw, 6rem);\n            text-align: center;\n            margin-bottom: var(--sp-sm);\n            text-shadow: 0 4px 15px rgba(0,0,0,0.8);\n        }\n\n        h2 {\n            font-size: clamp(2.8rem, 6vw, 4rem);\n            border-bottom: 4px solid var(--c-accent);\n            padding-bottom: 20px;\n            margin-bottom: var(--sp-md);\n            display: inline-block;\n        }\n        \n        h3 {\n             font-size: 2.4rem;\n             margin-bottom: 30px;\n             color: var(--c-text-main);\n             border-left: 8px solid var(--c-accent);\n             padding-left: 30px;\n        }\n\n        p {\n            margin-bottom: var(--sp-md);\n            letter-spacing: 0.1em;\n            color: var(--c-text-muted);\n            font-size: 1.6rem;\n            font-weight: 500;\n        }\n\n        \/* --- Image Placeholder Style --- *\/\n        .img-placeholder {\n            width: 100%;\n            background-color: #000;\n            border: 2px dashed #666;\n            color: #FFF;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            font-weight: bold;\n            font-family: monospace;\n            font-size: 1.8rem;\n            padding: 40px;\n            box-sizing: border-box;\n            word-break: break-all;\n            min-height: 400px;\n            border-radius: 8px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.5);\n            margin: 40px 0;\n        }\n        .color-card .img-placeholder {\n            min-height: 250px;\n        }\n\n        \/* --- Utility Classes --- *\/\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 25px;\n        }\n\n        .text-center { text-align: center; }\n        .text-accent { color: var(--c-accent); font-weight: bold; }\n        .mb-lg { margin-bottom: var(--sp-lg); }\n\n        \/* --- Sections --- *\/\n        section {\n            padding: var(--sp-lg) 0;\n            border-bottom: 1px solid rgba(255,255,255,0.15);\n        }\n\n        \/* --- Hero Section --- *\/\n        .hero {\n            padding: var(--sp-lg) 0;\n            text-align: center;\n            background: radial-gradient(circle at center, #2a2a2a 0%, #121212 70%);\n        }\n        .hero-sub {\n            display: block;\n            font-size: 2.0rem;\n            color: var(--c-text-muted);\n            margin-bottom: var(--sp-sm);\n            font-family: var(--f-serif);\n        }\n\n        \/* --- Story Blocks --- *\/\n        .story-block {\n            margin-bottom: var(--sp-lg);\n        }\n        \n        \/* --- Highlight Box --- *\/\n        .highlight-box {\n            background: var(--c-surface);\n            border: 2px solid var(--c-accent);\n            padding: 40px;\n            border-radius: 8px;\n            margin: var(--sp-lg) 0;\n            box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);\n        }\n        .highlight-box ul {\n            list-style: none;\n            padding: 0;\n        }\n        .highlight-box li {\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            padding-left: 35px;\n            position: relative;\n        }\n        .highlight-box li::before {\n            content: \"✦\";\n            position: absolute;\n            left: 0;\n            color: var(--c-accent);\n            font-size: 2rem;\n            top: -5px;\n        }\n\n        \/* --- Color Variations --- *\/\n        .color-grid {\n            display: grid;\n            gap: 40px;\n        }\n        .color-card {\n            background: var(--c-surface);\n            border: 1px solid #333;\n            padding: 20px;\n            border-radius: 8px;\n        }\n        .color-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-top: 20px;\n        }\n        .color-name {\n            font-family: var(--f-serif);\n            font-size: 2rem;\n            font-weight: bold;\n            color: var(--c-accent);\n        }\n        .stock-badge {\n            font-size: 1.2rem;\n            padding: 5px 15px;\n            border-radius: 4px;\n            font-weight: bold;\n            background: rgba(255, 215, 0, 0.2);\n            color: var(--c-accent);\n            border: 1px solid var(--c-accent);\n        }\n\n        \/* --- Specs Table --- *\/\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: var(--sp-md) 0;\n            font-family: var(--f-serif);\n        }\n        .spec-table th, .spec-table td {\n            text-align: left;\n            padding: 20px;\n            border-bottom: 1px solid #444;\n        }\n        .spec-table th {\n            color: var(--c-accent);\n            font-weight: normal;\n            width: 40%;\n            display: table-cell;\n            font-size: 1.5rem;\n            padding-bottom: 20px;\n        }\n        .spec-table td {\n            font-weight: 700;\n            font-size: 2.2rem;\n            color: #FFF;\n            display: table-cell;\n            padding-top: 20px;\n        }\n\n        \/* --- Campaign Box --- *\/\n        .campaign-box {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            padding: 40px;\n            color: #000;\n            border-radius: 8px;\n            margin-top: var(--sp-lg);\n            text-align: center;\n        }\n        .campaign-box h3 { color: #000; border: none; padding: 0; font-size: 2.4rem; margin-bottom: 20px;}\n        .campaign-box p { color: #111; margin-bottom: 20px; font-size: 1.6rem; font-weight: bold;}\n\n        \/* --- Sticky Footer --- *\/\n        .sticky-footer {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            background: rgba(18,18,18,0.98);\n            padding: 15px 20px;\n            border-top: 2px solid var(--c-accent);\n            z-index: 100;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            box-shadow: 0 -5px 20px rgba(0,0,0,0.5);\n        }\n        .price-display {\n            font-size: 1.6rem;\n            font-weight: bold;\n            color: var(--c-accent);\n            font-family: var(--f-sans);\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n        }\n        .price-sub {\n            font-size: 0.9rem;\n            color: #FFF;\n            font-weight: normal;\n            margin-top: 0;\n        }\n        .cta-button {\n            background-color: var(--c-accent);\n            color: #000;\n            text-decoration: none;\n            padding: 15px 50px;\n            font-weight: bold;\n            font-size: 1.4rem;\n            border-radius: 4px;\n            transition: all 0.3s;\n            box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);\n            border: none;\n            cursor: pointer;\n            width: auto;\n        }\n        .cta-button:hover {\n            background-color: #fff;\n            transform: translateY(-3px);\n            box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);\n        }\n        \n        @media (max-width: 768px) {\n            h1 { font-size: 4rem; }\n            .spec-table th { width: 100%; display: block; font-size: 1.3rem; padding-bottom: 5px; }\n            .spec-table td { display: block; font-size: 1.8rem; padding-top: 5px; padding-left: 0; }\n            .sticky-footer { flex-direction: column; gap: 10px; padding: 15px; }\n            .cta-button { width: 100%; text-align: center; padding: 15px; }\n            .price-display { align-items: center; }\n        }\n    \u003c\/style\u003e\n\u003cheader class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cspan class=\"hero-sub\"\u003eMonkeyFlip 25th Anniversary\u003c\/span\u003e\n\u003ch1\u003e破 - HA\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.8rem; color: #fff; font-weight: bold; margin-bottom: 50px;\"\u003e「まだ道半ば」の美学。\u003cbr\u003e意図的な欠如が生み出す、究極の完成形。\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_1.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003cmain class=\"container\"\u003e\n\u003csection\u003e\n\u003ch2 class=\"text-center\" style=\"display: block; border: none; margin-bottom: 30px;\"\u003eConcept\u003c\/h2\u003e\n\u003cp class=\"text-center\" style=\"font-size: 1.6rem; line-height: 2.6;\"\u003e25周年の節目に放つ、革新的モデル。\u003cbr\u003eテーマは「On The Way（まだ道半ば）」。\u003cbr\u003e\u003cbr\u003eあえて完成を拒み、進化し続ける姿勢。\u003cbr\u003e欠如を受け入れ、新たな美を創造する。\u003cbr\u003eMonkeyFlipの哲学が凝縮された一本です。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"text-center mb-lg\"\u003e\n\u003ch2\u003eDesign Story\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-block\"\u003e\n\u003ch3\u003e01. 意図的な「LACK（欠如）」\u003c\/h3\u003e\n\u003cp\u003e左フロント上部の大胆な欠損、ブリッジの貫通ホール。\u003cbr\u003e通常のアイウェアでは忌避される「欠け」を、 あえてデザインの核心に据えました。\u003cbr\u003e\u003cbr\u003eこの逆転の発想が、欠如があるからこそ生まれる 独特な魅力と存在感を放ちます。\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_o7.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-block\"\u003e\n\u003ch3\u003e02. 攻撃的ボリューム × 革新\u003c\/h3\u003e\n\u003cp\u003eMonkeyFlipらしい重厚なボリューム感を継承しつつ、 「足す」デザインから「引く」デザインへの転換。\u003cbr\u003e\u003cbr\u003e攻撃的でありながら洗練されている。\u003cbr\u003e重厚でありながら軽快。\u003cbr\u003eこの相反する要素の絶妙なバランスは、 MonkeyFlipだからこそ実現できた技術の結晶です。\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_o4_1.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_o3_1.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-block\"\u003e\n\u003ch3\u003e03. 特別限定カラー「C.SP」\u003c\/h3\u003e\n\u003cp\u003eテンプルには「破」の文字と、 「25th Anniversary」の刻印。\u003cbr\u003e\u003cbr\u003e特にこの「C.SP プリント×ブラック」は、 個体によってプリント柄の位置が異なる \u003cspan class=\"text-accent\"\u003e世界に二つとない特別なモデル\u003c\/span\u003eです。\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_o6.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_o2_1.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch4 style=\"color: var(--c-accent); font-size: 2rem; margin-bottom: 30px;\"\u003e✨ こんな方におすすめ\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e意図的な「欠如」という革新的なコンセプトに共感する方\u003c\/li\u003e\n\u003cli\u003e唯一無二の攻撃的なデザインをお探しの方\u003c\/li\u003e\n\u003cli\u003eMonkeyFlipの歴史的な節目を記念したい方\u003c\/li\u003e\n\u003cli\u003e「不完全さ」を自分らしさとして楽しみたい方\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"text-center mb-lg\"\u003e\n\u003ch2\u003eColor Variation\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-grid\"\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_1.webp?v=1750590134\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"color-header\"\u003e\n\u003cspan class=\"color-name\"\u003eC.SP プリント×ブラック\u003c\/span\u003e \u003cspan class=\"stock-badge in-stock\"\u003e在庫あり\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; color: #999; font-size: 1.2rem;\"\u003e※個体によりプリント柄の位置が異なります\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"text-center mb-lg\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eレンズ幅\u003c\/th\u003e\n\u003ctd\u003e54mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eブリッジ幅\u003c\/th\u003e\n\u003ctd\u003e17mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eテンプル長\u003c\/th\u003e\n\u003ctd\u003e140mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eフロント縦幅\u003c\/th\u003e\n\u003ctd\u003e47mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eフロント横幅\u003c\/th\u003e\n\u003ctd\u003e150mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e素材\u003c\/th\u003e\n\u003ctd\u003eAcetate (アセテート)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"text-center\" style=\"margin-top: 40px; font-size: 1.4rem; color: #ddd; background: #222; padding: 20px; border-radius: 8px;\"\u003e\u003cstrong\u003e💡 レンズ交換について\u003c\/strong\u003e\u003cbr\u003e日本国内であれば、当店にてレンズ交換（度付き・伊達メガネ等）も可能です。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"text-center\"\u003e\n\u003cdiv style=\"margin-bottom: 80px;\"\u003e\n\u003ch3 style=\"border: none; padding: 0; margin-bottom: 20px; font-size: 2.4rem;\"\u003eMonkeyFlip\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.4rem;\"\u003e名古屋出身のデザイナー岸正龍氏が1996年に設立した、\u003cbr\u003e他では絶対に見つからない個性派アイウェアブランド。\u003cbr\u003e\u003cbr\u003e「リアル・ストリート」をコンセプトに、\u003cbr\u003eロックやタトゥーなどのアンダーグラウンドなカルチャーを\u003cbr\u003eデザインに落とし込んだ「Decorative Smart（遊び心のあるイカシタ眼鏡）」を展開。\u003cbr\u003e普通のメガネでは物足りない方にぴったりの攻めたデザインが魅力です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"campaign-box\"\u003e\n\u003ch3\u003e🎁 開店記念特典\u003c\/h3\u003e\n\u003cp\u003e今だけ、\u003cstrong\u003eオリジナル刺繍ケース\u003c\/strong\u003eをプレゼント！\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\" style=\"max-width: 480px; margin: 0 auto; min-height: 300px; font-size: 1.2rem;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/160588-1-547e8c1432df73916680bcb7c25449c9-480x480.webp?v=1746953622\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"height: 120px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/main\u003e\u003cform method=\"post\" action=\"\/cart\/add\" id=\"cart-form\" enctype=\"multipart\/form-data\"\u003e\n\u003cinput type=\"hidden\" name=\"form_type\" value=\"product\"\u003e \u003cinput type=\"hidden\" name=\"utf8\" value=\"✓\"\u003e \u003cinput type=\"hidden\" value=\"INSERT_VARIANT_ID_HERE\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n\u003c\/form\u003e\u003cfooter class=\"sticky-footer\"\u003e\n\u003cdiv class=\"price-display\"\u003e\n\u003cdiv\u003e破 - HA \u003cspan style=\"font-size: 1.6rem; margin-left: 15px; color: var(--c-accent);\"\u003e¥22,000\u003c\/span\u003e \u003cspan style=\"font-size: 1.1rem; color: #fff;\"\u003e(tax in)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"cta-button\"\u003e 購入する \u003c\/button\u003e\u003c\/footer\u003e","brand":"Freaky Eyewear","offers":[{"title":"Default Title","offer_id":50990641152287,"sku":"","price":22000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0828\/2020\/2783\/files\/159891860_1.webp?v=1750590134","url":"https:\/\/www.freakyeyewear.com\/products\/ha-black","provider":"Freaky Eyewear","version":"1.0","type":"link"}