{"product_id":"rotary-lock-metal-box-cutter-rjc","title":"回転ロック式金属製カッターナイフ","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Heavy-Duty Multi-Tool Utility Knife \u0026 Measuring Guide\nTarget Audience: Professionals, DIY Enthusiasts, Craftsmen\nVisual Style: Industrial, Precise, Rugged\nColor Strategy: Dark Mode (Steel Grey \u0026 Deep Black) with Electric Blue highlights to convey sharpness and precision.\nShape Strategy: Radius 6px (Hard, industrial, masculine edges).\nTypography Strategy: Large Type (H1 up to 44px), Mobile-first readable, clear contrast.\nMobile Table Strategy: Card-based (No horizontal scroll), using flex for data-labels.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #3b82f6;\n    --primary-hover: #60a5fa;\n    --text-main: #f9fafb;\n    --text-sub: #9ca3af;\n    --bg-body: #111827;\n    --bg-card: #1f2937;\n    --border-color: #374151;\n    --radius-md: 6px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);\n    \n    \/* Global Settings *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 0) Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    font-weight: 700;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin: 0 0 0.75rem 0;\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Spacing System *\/\n  .pd-section {\n    padding: clamp(3rem, 6vw, 5rem) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Image Protocol *\/\n  .pd-img-wrapper {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n  \n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: repeating-linear-gradient(\n      45deg,\n      var(--bg-card),\n      var(--bg-card) 10px,\n      var(--border-color) 10px,\n      var(--border-color) 20px\n    );\n    color: var(--text-main);\n    font-size: 1.2rem;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  .pd-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Badges (Non-clickable) *\/\n  .pd-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n  .pd-badge {\n    background: rgba(59, 130, 246, 0.1);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 4px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid rgba(59, 130, 246, 0.3);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Features - Mobile Ordering Lock *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Strict Mobile Lock *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    align-items: center;\n  }\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n  .feature-copy {\n    width: 100%;\n  }\n  .feature-media {\n    width: 100%;\n  }\n\n  \/* Specs Table *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border: 1px solid var(--border-color);\n  }\n  .specs-table table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .specs-table th, .specs-table td {\n    padding: 1.25rem 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background: rgba(255, 255, 255, 0.02);\n  }\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px dashed var(--border-color);\n  }\n  .faq-item:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n    display: flex;\n    gap: 0.75rem;\n    align-items: flex-start;\n  }\n  .faq-q::before {\n    content: \"Q.\";\n    color: var(--primary);\n  }\n  .faq-a {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    padding-left: 2rem;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .hero-section {\n      flex-direction: row;\n      align-items: center;\n    }\n    .hero-section \u003e * {\n      flex: 1;\n    }\n    \n    .feature-item {\n      flex-direction: row; \/* Z-Pattern Enabled *\/\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-copy, .feature-media {\n      flex: 1;\n    }\n  }\n\n  \/* Mobile Specs Table - Strict Card Layout *\/\n  @media (max-width: 767px) {\n    .specs-table table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      background: var(--bg-body);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eプロフェッショナルグレード\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eステンレススチール\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e\u003cspan style=\"color:#ffffff;\"\u003e究極の精度とヘビーデューティパワーの融合\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp\u003e最も過酷な作業に対応する設計。ガラスのスコアリング、革のカット、厚手段ボールの切断など、この多機能ユーティリティツールは比類なき切れ味と安全性を提供します。\u003c\/p\u003e\n\n\u003cp style=\"color: var(--text-main); font-weight: 600; font-size: 18px;\"\u003e★ 10,000人以上の職人＆DIY愛好家に信頼されています\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408141827\/7ebc0a6495916f4af39a2e0ab78f2b40.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#3498db;\"\u003e卓越した設計\u003c\/span\u003e\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408141827\/343e1c25ac602e1c6b5aa559d914bd69.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003e楽で滑らかな切断\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e人間工学に基づいた60度の特別設計刃を採用し、切断時の摩擦を大幅に軽減。高硬度ステンレス鋼により、大理石タイルのスコアリングやガラス、厚手の革など難しい素材もスムーズに切れます。\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eメリット：\u003c\/strong\u003e手の力を節約し、毎回プロ並みのまっすぐな切断を実現します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408141827\/70e4a6d9a02edbd6c887666844a52ced.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003e高度な回転ロックシステム\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e安全性を最優先に考えています。革新的な回転ロック構造により、刃を押して回すだけで伸縮と固定が簡単にできます。ロックされると刃は完全に固定され、ぐらつきはゼロです。\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eメリット：\u003c\/strong\u003e誤って滑ったり刃が折れたりするのを防ぎ、強い圧力の作業でも安心して使えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408141827\/4a71a42d316f87d989623159c533bd36.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003e多機能歯付きテール\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003eなぜフルツールボックスを持ち歩く必要があるでしょうか？この独特な歯付きテールは、8～13mmのネジ用レンチとして精密に加工されています。作業後は頑丈な栓抜きとしても使えます。\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eメリット：\u003c\/strong\u003e必要な回転やこじ開け機能をポケットに入れておけるため、作業効率を最大化します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408141827\/dac477ff7c703d776b3c3dddcef57cd7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003e強化鞘＆金属ノブ\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e落下や衝撃、過酷な環境に耐える設計。厚く強化された保護鞘が、安価なプラスチック製ユーティリティナイフに見られる割れを防ぎ、長持ちします。頑丈な金属製調整ノブと組み合わせることで寿命が大幅に延びます。\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eメリット：\u003c\/strong\u003eプロの工房や日常の家事の過酷な使用にも耐える、一生ものの投資です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e技術仕様\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e特徴\u003c\/th\u003e\n\t\t\t\u003cth\u003e仕様\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e主要素材\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e高硬度ステンレス鋼\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e刃の角度\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e60度（人間工学的）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eロック機構\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e回転式プッシュプルロック\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e着丈\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e13.8 cm（5.4インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e重さ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e180.0 g（6.3オンス）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eテールレンチ対応サイズ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e8mm～13mmのネジに対応\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e推奨使用シーン\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e段ボール、革、ガラススコアリング、木工\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eよくある質問\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e刃は交換可能ですか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eはい。このツールは標準的なクイックリリース機構を備えており、鈍った刃を簡単に新しい刃に交換できるため、常に鋭い切れ味を保てます。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eステンレス鋼は時間とともに錆びますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003e当ツールは、耐腐食性と耐摩耗性に優れた高硬度ステンレス鋼で作られています。ただし、寿命を最大限に延ばすために、湿気にさらされた場合は乾拭きをおすすめします。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e本当にガラスや陶器のタイルにスコアリングできますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eもちろんです。ユーティリティナイフとして設計されていますが、厚く強化された鞘の極めて高い剛性と確実な回転ロックにより、適切なスコアリングブレードと組み合わせることで硬い素材のスコアラインを安定してガイドできます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛠️ 1個セット（スタンダード）","offer_id":47908437590228,"sku":"0408-18445176","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2個パック（20%割引）","offer_id":47908437622996,"sku":"0408-18444557","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👷‍♂️ 3個セット（契約者向け）","offer_id":47908437655764,"sku":"0408-18449263","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/7ebc0a6495916f4af39a2e0ab78f2b40_6b82d2c2-378f-4b90-a6e2-4c4b116a82a9.jpg?v=1778307667","url":"https:\/\/omurio.com\/ja\/products\/rotary-lock-metal-box-cutter-rjc","provider":"Omurio","version":"1.0","type":"link"}