{"product_id":"大容量ペンケース-60本収納-ダブルファスナー-オリジナル作成-ガジェットポーチ","title":"大容量ペンケース | 60本収納・ダブルファスナー | オリジナル作成・ガジェットポーチ","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --bg-color: #FFF5F5;\n        --card-surface: #FFFFFF;\n        --text-main: #333333;\n        --text-sub: #666666;\n        --brand-accent: #E53E3E; \/* Creative Red\/Coral *\/\n        --brand-secondary: #FF8E53; \/* Warm gradient start *\/\n        --highlight-yellow: #FEFCBF;\n        --font-body: \"Hiragino Kaku Gothic ProN\", \"Meiryo\", sans-serif;\n    }\n\n    .takumi-wrapper {\n        font-family: var(--font-body);\n        max-width: 800px;\n        margin: 0 auto;\n        background-color: var(--bg-color);\n        color: var(--text-main);\n        line-height: 1.75;\n        padding: 20px;\n        border-radius: 16px;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n    }\n\n    \/* Hero Section *\/\n    .magic-hero {\n        background: linear-gradient(120deg, var(--brand-accent), var(--brand-secondary));\n        color: white;\n        padding: 40px 30px;\n        border-radius: 12px;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .magic-hero h1 {\n        font-size: 1.8rem;\n        margin: 0 0 15px 0;\n        font-weight: 800;\n        letter-spacing: 0.05em;\n        text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n    }\n\n    .magic-hero p {\n        font-size: 1.05rem;\n        font-weight: 500;\n        opacity: 0.95;\n    }\n\n    \/* Narrative Modules *\/\n    .narrative-card {\n        background: var(--card-surface);\n        padding: 25px;\n        margin-top: 25px;\n        border-radius: 12px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n        border-bottom: 3px solid transparent;\n        transition: border-color 0.3s;\n    }\n\n    .narrative-card:hover {\n        border-bottom: 3px solid var(--brand-secondary);\n    }\n\n    .section-headline {\n        font-size: 1.3rem;\n        color: var(--brand-accent);\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n        font-weight: 700;\n    }\n\n    .section-headline::before {\n        content: '';\n        display: inline-block;\n        width: 6px;\n        height: 24px;\n        background-color: var(--brand-secondary);\n        margin-right: 10px;\n        border-radius: 3px;\n    }\n\n    \/* Sensory \u0026 Onomatopoeia *\/\n    .sensory-text {\n        font-style: italic;\n        color: var(--text-sub);\n        font-family: serif;\n        background: var(--highlight-yellow);\n        padding: 0 5px;\n    }\n\n    \/* Capacity Grid *\/\n    .capacity-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    .capacity-item {\n        background: #F7FAFC;\n        padding: 15px;\n        border-radius: 8px;\n        text-align: center;\n        font-size: 0.9rem;\n        border: 1px dashed #CBD5E0;\n    }\n\n    .capacity-item strong {\n        display: block;\n        font-size: 1.2rem;\n        color: var(--brand-accent);\n        margin-bottom: 5px;\n    }\n\n    \/* Use Cases *\/\n    .use-case-list {\n        list-style: none;\n        padding: 0;\n    }\n\n    .use-case-list li {\n        margin-bottom: 15px;\n        padding-left: 25px;\n        position: relative;\n    }\n\n    .use-case-list li::before {\n        content: '✔';\n        position: absolute;\n        left: 0;\n        color: var(--brand-accent);\n        font-weight: bold;\n    }\n\n    \/* Specs Table *\/\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 15px;\n        font-size: 0.9rem;\n    }\n\n    .spec-table th, .spec-table td {\n        padding: 12px;\n        border-bottom: 1px solid #eee;\n        text-align: left;\n    }\n\n    .spec-table th {\n        color: var(--text-sub);\n        font-weight: 600;\n        width: 30%;\n    }\n\n    \/* CTA *\/\n    .design-cta {\n        text-align: center;\n        margin-top: 30px;\n        padding: 30px;\n        background-color: #FFF;\n        border: 2px solid var(--brand-accent);\n        border-radius: 12px;\n    }\n\n    .cta-btn {\n        display: inline-block;\n        background-color: var(--brand-accent);\n        color: white;\n        padding: 14px 35px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: bold;\n        font-size: 1.1rem;\n        margin-top: 15px;\n        box-shadow: 0 4px 10px rgba(229, 62, 62, 0.3);\n        transition: transform 0.2s;\n    }\n\n    .cta-btn:hover {\n        transform: translateY(-2px);\n    }\n\n\u003c\/style\u003e\n\u003cdiv class=\"takumi-wrapper\"\u003e\n\u003c!-- Hero Section: Bespoke Archetype \"The Desktop Wizard\" --\u003e\u003cheader class=\"magic-hero\"\u003e\n\u003ch1\u003e机上の整理魔法師\u003c\/h1\u003e\n\u003cp\u003e「あれ、どこ行った？」を過去にする。\u003cbr\u003e60本のペンを飲み込む、四次元ポケットのような文具ポーチ。\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- The Hook: Capacity Anxiety vs. Relief --\u003e\n\u003csection class=\"narrative-card\"\u003e\n\u003cdiv class=\"section-headline\"\u003e驚異の「飲み込み力」\u003c\/div\u003e\n\u003cp\u003eお気に入りのカラーペン、修正テープ、ハサミ、そして20cm定規。 普通の筆箱ではファスナーが閉まらず、無理やり押し込んで形が崩れた経験はありませんか？\u003c\/p\u003e\n\u003cp\u003eこのポーチが提案するのは、取捨選択のストレスからの解放です。 見た目はスマートな長方形ですが、ジッパーを開けるとガバッと開き、まるで怪獣のような食欲で\u003cstrong\u003e「ペン60本」\u003c\/strong\u003eを余裕で収納。 必要な道具をすべて持ち運べる\u003cspan class=\"sensory-text\"\u003e「All-in-One」\u003c\/span\u003eの全能感は、一度味わうと手放せません。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Sensory \u0026 Material Science --\u003e\n\u003csection class=\"narrative-card\"\u003e\n\u003cdiv class=\"section-headline\"\u003e高弾性ポリエステルの機能美\u003c\/div\u003e\n\u003cp\u003e毎日触れるものだからこそ、感触にはこだわりました。 採用したのは、スポーツウェアにも通じる\u003cstrong\u003e高弾性ポリエステル\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cp\u003e表面は\u003cspan class=\"sensory-text\"\u003e「ツルツル」\u003c\/span\u003eとしており、インク汚れや鉛筆の粉がついてもサッと拭き取れます。 最大の特徴はその復元力。カバンの中で押しつぶされても、取り出せば\u003cspan class=\"sensory-text\"\u003e「ピンッ」\u003c\/span\u003eと元の美しいフォルムに戻ります。 熱転写プリントにより、あなたの選んだデザインが写真のように鮮やかに、隅々まで表現されます。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Functional Empathy: Solving the \"Chaos\" --\u003e\n\u003csection class=\"narrative-card\"\u003e\n\u003cdiv class=\"section-headline\"\u003e整理整頓のロジック\u003c\/div\u003e\n\u003cdiv class=\"capacity-grid\"\u003e\n\u003cdiv class=\"capacity-item\"\u003e\n\u003cstrong\u003e01. ダブルジッパー\u003c\/strong\u003e 左右どちらからでも\u003cspan class=\"sensory-text\"\u003e「スルスル」\u003c\/span\u003e開閉。取り出し口が広く、底の消しゴムもすぐ見つかります。\u003c\/div\u003e\n\u003cdiv class=\"capacity-item\"\u003e\n\u003cstrong\u003e02. 魔法の仕切り\u003c\/strong\u003e 内部のベルクロ（マジックテープ）付きポケットが、散らばりやすい小物をしっかり固定します。\u003c\/div\u003e\n\u003cdiv class=\"capacity-item\"\u003e\n\u003cstrong\u003e03. スマートフラット\u003c\/strong\u003e 大容量なのに厚さ5cm。教科書の隙間やリュックのサブポケットに吸い込まれるようにフィット。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Pro-Tip: Multi-Use Scenarios --\u003e\n\u003csection class=\"narrative-card\"\u003e\n\u003cdiv class=\"section-headline\"\u003e「文具」の枠を超えて\u003c\/div\u003e\n\u003cp\u003eこのサイズ感（22x12cm）は、実は文具以外にも絶妙な黄金比です。\u003c\/p\u003e\n\u003cul class=\"use-case-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eガジェットポーチとして：\u003c\/strong\u003e マウス、充電ケーブル、モバイルバッテリーをまとめて収納。カフェでのリモートワークもスマートに展開。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eコスメポーチとして：\u003c\/strong\u003e 長めのメイクブラシやアイライナーも折れずに収納。汚れに強い素材だから安心。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eトラベルキットとして：\u003c\/strong\u003e 歯ブラシセットや小分けボトルを入れて。薄型なのでスーツケースの隙間に最適。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- Specs \u0026 Authority --\u003e\n\u003csection class=\"narrative-card\"\u003e\n\u003cdiv class=\"section-headline\"\u003e製品仕様 (Spec)\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003ctd\u003e長さ22cm × 幅12cm × 厚さ5cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e素材\u003c\/th\u003e\n\u003ctd\u003e高耐久・高弾性ポリエステル繊維\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eプリント\u003c\/th\u003e\n\u003ctd\u003e全面熱転写プリント（発色鮮やか・色落ちなし）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eメンテナンス\u003c\/th\u003e\n\u003ctd\u003e濡れた布で拭き取り推奨（洗濯機可ですが手洗い推奨）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- CTA Block --\u003e\n\u003cdiv class=\"design-cta\"\u003e\n\u003ch3\u003eあなたのデスクに、彩りと秩序を。\u003c\/h3\u003e\n\u003cp\u003e勉強のモチベーションを上げる推しの写真？\u003cbr\u003e仕事の流儀を感じさせる幾何学模様？\u003cbr\u003e世界に一つだけのデザインで、デスクの上を「あなただけの聖域」にしましょう。\u003c\/p\u003e\n\u003ca class=\"cta-btn\" href=\"#customize-pencil-case\"\u003eデザインを始める\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"normal-online-パーソナルデザイン","offers":[{"title":"Default Title","offer_id":54588720873763,"sku":"snusm-xw3pdshcghcg-5","price":1200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/2244\/3811\/files\/6f5622c67629cb39f16b07a5bbddd2ee.jpg?v=1765937074","url":"https:\/\/podjp.com\/products\/%e5%a4%a7%e5%ae%b9%e9%87%8f%e3%83%9a%e3%83%b3%e3%82%b1%e3%83%bc%e3%82%b9-60%e6%9c%ac%e5%8f%8e%e7%b4%8d-%e3%83%80%e3%83%96%e3%83%ab%e3%83%95%e3%82%a1%e3%82%b9%e3%83%8a%e3%83%bc-%e3%82%aa%e3%83%aa%e3%82%b8%e3%83%8a%e3%83%ab%e4%bd%9c%e6%88%90-%e3%82%ac%e3%82%b8%e3%82%a7%e3%83%83%e3%83%88%e3%83%9d%e3%83%bc%e3%83%81","provider":"PODJP.com","version":"1.0","type":"link"}